agb/tools/Cargo.lock

598 lines
16 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-07-01 07:03:31 +10:00
version = "0.3.2"
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 = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
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
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
2023-07-01 07:03:31 +10:00
version = "1.0.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 = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
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-08-13 20:36:46 +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-08-13 20:36:46 +10:00
checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c"
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 = "bitflags"
2023-08-13 20:36:46 +10:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-13 20:36:46 +10:00
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
[[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-08-13 20:36:46 +10:00
version = "1.0.82"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-13 20:36:46 +10:00
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
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-07-01 07:03:31 +10:00
version = "0.4.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
dependencies = [
2023-07-01 07:03:31 +10:00
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"time",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "clap"
2023-08-13 20:36:46 +10:00
version = "4.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-13 20:36:46 +10:00
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
dependencies = [
2023-04-06 02:31:53 +10:00
"clap_builder",
]
[[package]]
name = "clap_builder"
2023-08-13 20:36:46 +10:00
version = "4.3.21"
2023-04-06 02:31:53 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-13 20:36:46 +10:00
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
2023-04-06 02:31:53 +10:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_lex"
2023-07-01 07:03:31 +10:00
version = "0.5.0"
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 = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
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
2022-12-24 08:33:57 +11:00
[[package]]
name = "errno"
2023-08-07 06:06:12 +10:00
version = "0.3.2"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 06:06:12 +10:00
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
2022-12-24 08:33:57 +11:00
dependencies = [
"errno-dragonfly",
"libc",
2023-04-14 07:33:59 +10:00
"windows-sys",
2022-12-24 08:33:57 +11:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
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"
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
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 = "hermit-abi"
2023-07-26 20:31:26 +10:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-26 20:31:26 +10:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
[[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
]
[[package]]
name = "indexmap"
2023-04-06 02:31:53 +10:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 02:31:53 +10:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
2023-07-01 07:03:31 +10:00
"hashbrown 0.12.3",
]
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",
"hashbrown 0.14.0",
2022-12-24 08:33:57 +11:00
]
[[package]]
name = "is-terminal"
2023-07-26 20:31:26 +10:00
version = "0.4.9"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-26 20:31:26 +10:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2022-12-24 08:33:57 +11:00
dependencies = [
"hermit-abi",
"rustix",
"windows-sys",
]
[[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"
2022-12-24 08:33:57 +11:00
[[package]]
name = "linux-raw-sys"
2023-08-07 06:06:12 +10:00
version = "0.4.5"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 06:06:12 +10:00
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
2022-12-24 08:33:57 +11:00
[[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"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[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"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
dependencies = [
"fixedbitset",
2023-07-01 07:03:31 +10:00
"indexmap 1.9.3",
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-07-26 20:31:26 +10:00
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-26 20:31:26 +10:00
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
dependencies = [
"proc-macro2",
]
2022-12-24 08:33:57 +11:00
[[package]]
name = "rustix"
2023-08-13 20:36:46 +10:00
version = "0.38.8"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-13 20:36:46 +10:00
checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f"
2022-12-24 08:33:57 +11:00
dependencies = [
"bitflags",
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
2023-08-07 06:06:12 +10:00
version = "2.0.28"
2023-03-24 09:04:22 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 06:06:12 +10:00
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
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-07-01 07:03:31 +10:00
"indexmap 2.0.0",
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-07-01 07:03:31 +10:00
version = "0.48.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 = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
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"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-03-24 10:14:02 +11:00
[[package]]
name = "winnow"
2023-08-13 20:36:46 +10:00
version = "0.5.10"
2023-03-24 10:14:02 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-13 20:36:46 +10:00
checksum = "5504cc7644f4b593cbc05c4a55bf9bd4e94b867c3c0bd440934174d50482427d"
2023-03-24 10:14:02 +11:00
dependencies = [
"memchr",
]