agb/tools/Cargo.lock

518 lines
14 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-07-01 07:03:31 +10:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-04-06 02:31:53 +10:00
[[package]]
name = "anstream"
2023-09-04 22:36:38 +10:00
version = "0.5.0"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
2023-04-06 02:31:53 +10:00
dependencies = [
"anstyle",
"anstyle-parse",
2023-04-14 07:33:59 +10:00
"anstyle-query",
2023-04-06 02:31:53 +10:00
"anstyle-wincon",
2023-04-14 07:33:59 +10:00
"colorchoice",
2023-04-06 02:31:53 +10:00
"utf8parse",
]
[[package]]
name = "anstyle"
2023-09-04 22:36:38 +10:00
version = "1.0.2"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
2023-04-06 02:31:53 +10:00
[[package]]
name = "anstyle-parse"
2023-07-01 07:03:31 +10:00
version = "0.2.1"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
2023-04-06 02:31:53 +10:00
dependencies = [
"utf8parse",
]
2023-04-14 07:33:59 +10:00
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys",
]
2023-04-06 02:31:53 +10:00
[[package]]
name = "anstyle-wincon"
2023-09-04 22:36:38 +10:00
version = "2.1.0"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
2023-04-06 02:31:53 +10:00
dependencies = [
"anstyle",
2023-04-14 07:33:59 +10:00
"windows-sys",
2023-04-06 02:31:53 +10:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bumpalo"
2023-07-01 07:03:31 +10:00
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-10-22 06:51:52 +11:00
[[package]]
name = "cc"
2023-09-04 22:36:38 +10:00
version = "1.0.83"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
2023-08-07 06:06:12 +10:00
dependencies = [
"libc",
]
2022-10-22 06:51:52 +11:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2023-09-07 07:29:51 +10:00
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-07 07:29:51 +10:00
checksum = "d87d9d13be47a5b7c3907137f1290b0459a7f80efb26be8c52afb11963bccb02"
dependencies = [
2023-07-01 07:03:31 +10:00
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"time",
"wasm-bindgen",
2023-09-04 22:36:38 +10:00
"windows-targets",
]
[[package]]
name = "clap"
2023-09-04 22:36:38 +10:00
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
dependencies = [
2023-04-06 02:31:53 +10:00
"clap_builder",
]
[[package]]
name = "clap_builder"
2023-09-04 22:36:38 +10:00
version = "4.4.2"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08"
2023-04-06 02:31:53 +10:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_lex"
2023-09-04 22:36:38 +10:00
version = "0.5.1"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
2022-10-22 06:51:52 +11:00
2023-04-06 02:31:53 +10:00
[[package]]
2023-04-14 07:33:59 +10:00
name = "colorchoice"
2023-04-06 02:31:53 +10:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-14 07:33:59 +10:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-04-06 02:31:53 +10:00
[[package]]
name = "core-foundation-sys"
2023-04-06 02:31:53 +10:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 02:31:53 +10:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2023-04-12 07:29:23 +10:00
[[package]]
name = "dependency-graph"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5143247629540606d0888beae9ca0e0b9a81a32151bfecd0b2be4a961155c24d"
dependencies = [
"petgraph",
2022-10-22 06:51:52 +11:00
]
2023-07-01 07:03:31 +10:00
[[package]]
name = "equivalent"
2023-07-26 20:31:26 +10:00
version = "1.0.1"
2023-07-01 07:03:31 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-26 20:31:26 +10:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-07-01 07:03:31 +10:00
2023-04-12 07:29:23 +10:00
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "glob"
2023-01-24 08:07:03 +11:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2023-07-01 07:03:31 +10:00
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
[[package]]
name = "iana-time-zone"
2023-07-01 07:03:31 +10:00
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-10-22 06:51:52 +11:00
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-03-24 09:04:22 +11:00
"windows",
]
2022-10-22 06:51:52 +11:00
[[package]]
name = "iana-time-zone-haiku"
2023-07-01 07:03:31 +10:00
version = "0.1.2"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-10-22 06:51:52 +11:00
dependencies = [
2023-07-01 07:03:31 +10:00
"cc",
2022-10-22 06:51:52 +11:00
]
2022-12-24 08:33:57 +11:00
[[package]]
2023-07-01 07:03:31 +10:00
name = "indexmap"
version = "2.0.0"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
2022-12-24 08:33:57 +11:00
dependencies = [
2023-07-01 07:03:31 +10:00
"equivalent",
2023-09-04 22:36:38 +10:00
"hashbrown",
2022-12-24 08:33:57 +11:00
]
[[package]]
name = "js-sys"
2023-07-01 07:03:31 +10:00
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "libc"
2023-07-01 07:03:31 +10:00
version = "0.2.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
[[package]]
name = "log"
2023-08-13 20:36:46 +10:00
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-13 20:36:46 +10:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2022-08-05 06:10:11 +10:00
[[package]]
name = "memchr"
2023-09-04 22:36:38 +10:00
version = "2.6.3"
2022-08-05 06:10:11 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
2022-08-05 06:10:11 +10:00
[[package]]
name = "num-traits"
2023-07-26 20:31:26 +10:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-26 20:31:26 +10:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
2023-07-01 07:03:31 +10:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2023-04-12 07:29:23 +10:00
[[package]]
name = "petgraph"
2023-09-04 22:36:38 +10:00
version = "0.6.4"
2023-04-12 07:29:23 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
2023-04-12 07:29:23 +10:00
dependencies = [
"fixedbitset",
2023-09-04 22:36:38 +10:00
"indexmap",
2023-04-12 07:29:23 +10:00
]
[[package]]
name = "proc-macro2"
2023-07-26 20:31:26 +10:00
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-26 20:31:26 +10:00
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-09-04 22:36:38 +10:00
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
dependencies = [
"proc-macro2",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
2023-09-04 22:36:38 +10:00
version = "2.0.31"
2023-03-24 09:04:22 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "718fa2415bcb8d8bd775917a1bf12a7931b6dfa890753378538118181e0cb398"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "time"
2022-12-24 08:33:57 +11:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi",
"winapi",
]
2022-10-22 06:50:17 +11:00
[[package]]
name = "toml_datetime"
2023-07-01 07:03:31 +10:00
version = "0.6.3"
2022-10-22 06:50:17 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
2022-10-22 06:50:17 +11:00
2022-08-05 06:10:11 +10:00
[[package]]
name = "toml_edit"
2023-07-26 20:31:26 +10:00
version = "0.19.14"
2022-08-05 06:10:11 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-26 20:31:26 +10:00
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
2022-08-05 06:10:11 +10:00
dependencies = [
2023-09-04 22:36:38 +10:00
"indexmap",
2022-10-22 06:50:17 +11:00
"toml_datetime",
2023-03-24 10:14:02 +11:00
"winnow",
2022-08-05 06:10:11 +10:00
]
[[package]]
name = "tools"
version = "0.1.0"
dependencies = [
"chrono",
"clap",
2023-04-12 07:29:23 +10:00
"dependency-graph",
"glob",
2022-08-05 06:10:11 +10:00
"toml_edit",
]
[[package]]
name = "unicode-ident"
2023-07-26 20:31:26 +10:00
version = "1.0.11"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-26 20:31:26 +10:00
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
2023-04-06 02:31:53 +10:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasm-bindgen"
2023-07-01 07:03:31 +10:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-07-01 07:03:31 +10:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-07-01 07:03:31 +10:00
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-07-01 07:03:31 +10:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-07-01 07:03:31 +10:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2",
"quote",
2023-07-01 07:03:31 +10:00
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-07-01 07:03:31 +10:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-12-24 08:33:57 +11:00
2023-03-24 09:04:22 +11:00
[[package]]
name = "windows"
2023-04-06 02:31:53 +10:00
version = "0.48.0"
2023-03-24 09:04:22 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 02:31:53 +10:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2023-03-24 09:04:22 +11:00
dependencies = [
"windows-targets",
2023-04-06 02:31:53 +10:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-03-24 09:04:22 +11:00
"windows-targets",
2023-04-06 02:31:53 +10:00
]
[[package]]
name = "windows-targets"
2023-09-04 22:36:38 +10:00
version = "0.48.5"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-06 02:31:53 +10:00
dependencies = [
2022-12-24 08:33:57 +11:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
2023-04-06 02:31:53 +10:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-04 22:36:38 +10:00
version = "0.48.5"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-06 02:31:53 +10:00
[[package]]
name = "windows_aarch64_msvc"
2023-09-04 22:36:38 +10:00
version = "0.48.5"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-06 02:31:53 +10:00
[[package]]
name = "windows_i686_gnu"
2023-09-04 22:36:38 +10:00
version = "0.48.5"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-06 02:31:53 +10:00
[[package]]
name = "windows_i686_msvc"
2023-09-04 22:36:38 +10:00
version = "0.48.5"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-06 02:31:53 +10:00
[[package]]
name = "windows_x86_64_gnu"
2023-09-04 22:36:38 +10:00
version = "0.48.5"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-06 02:31:53 +10:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-04 22:36:38 +10:00
version = "0.48.5"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-06 02:31:53 +10:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-04 22:36:38 +10:00
version = "0.48.5"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-06 02:31:53 +10:00
2023-03-24 10:14:02 +11:00
[[package]]
name = "winnow"
2023-09-04 22:36:38 +10:00
version = "0.5.15"
2023-03-24 10:14:02 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 22:36:38 +10:00
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
2023-03-24 10:14:02 +11:00
dependencies = [
"memchr",
]