agb/tools/Cargo.lock

585 lines
15 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bumpalo"
2023-01-24 08:07:03 +11:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
2022-10-22 06:51:52 +11:00
[[package]]
name = "cc"
2022-12-24 08:33:57 +11:00
version = "1.0.78"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
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"
2022-11-17 16:20:16 +11:00
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-17 16:20:16 +11:00
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
dependencies = [
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"time",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "clap"
2023-01-24 08:07:03 +11:00
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "0e638668a62aced2c9fb72b5135a33b4a500485ccf2a0e402e09aa04ab2fc115"
dependencies = [
"bitflags",
"clap_lex",
2022-12-24 08:33:57 +11:00
"is-terminal",
"strsim",
"termcolor",
]
[[package]]
name = "clap_lex"
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 = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
dependencies = [
"os_str_bytes",
]
2022-10-22 06:51:52 +11:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2022-10-22 06:51:52 +11:00
[[package]]
name = "cxx"
2023-01-24 08:07:03 +11:00
version = "1.0.87"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "b61a7545f753a88bcbe0a70de1fcc0221e10bfc752f576754fa91e663db1622e"
2022-10-22 06:51:52 +11:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-01-24 08:07:03 +11:00
version = "1.0.87"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "f464457d494b5ed6905c63b0c4704842aba319084a0a3561cdc1359536b53200"
2022-10-22 06:51:52 +11:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
2023-01-24 08:07:03 +11:00
version = "1.0.87"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "43c7119ce3a3701ed81aca8410b9acf6fc399d2629d057b87e2efa4e63a3aaea"
2022-10-22 06:51:52 +11:00
[[package]]
name = "cxxbridge-macro"
2023-01-24 08:07:03 +11:00
version = "1.0.87"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "65e07508b90551e610910fa648a1878991d367064997a596135b86df30daf07e"
2022-10-22 06:51:52 +11:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-12-24 08:33:57 +11:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[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"
[[package]]
name = "hermit-abi"
2022-12-24 08:33:57 +11:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
[[package]]
name = "iana-time-zone"
2022-11-01 05:50:34 +11:00
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 05:50:34 +11:00
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-10-22 06:51:52 +11:00
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"winapi",
]
2022-10-22 06:51:52 +11:00
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
[[package]]
name = "indexmap"
2022-12-24 08:33:57 +11:00
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
dependencies = [
"autocfg",
"hashbrown",
]
2022-12-24 08:33:57 +11:00
[[package]]
name = "io-lifetimes"
2023-01-24 08:07:03 +11:00
version = "1.0.4"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
2022-12-24 08:33:57 +11:00
dependencies = [
"libc",
"windows-sys",
]
[[package]]
name = "is-terminal"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
dependencies = [
"hermit-abi",
"io-lifetimes",
"rustix",
"windows-sys",
]
[[package]]
name = "js-sys"
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "libc"
2022-12-24 08:33:57 +11:00
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2022-10-22 06:51:52 +11:00
[[package]]
name = "link-cplusplus"
2022-12-24 08:33:57 +11:00
version = "1.0.8"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
2022-10-22 06:51:52 +11:00
dependencies = [
"cc",
]
2022-12-24 08:33:57 +11:00
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
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"
2022-12-24 08:33:02 +11:00
[[package]]
name = "nom8"
2023-01-03 16:37:49 +11:00
version = "0.2.0"
2022-12-24 08:33:02 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 16:37:49 +11:00
checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
2022-12-24 08:33:02 +11:00
dependencies = [
"memchr",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
2023-01-03 16:38:41 +11:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 16:38:41 +11:00
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
[[package]]
name = "os_str_bytes"
2022-12-24 08:33:57 +11:00
version = "6.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
[[package]]
name = "proc-macro2"
2023-01-24 08:07:03 +11:00
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2022-12-24 08:33:57 +11:00
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
dependencies = [
"proc-macro2",
]
2022-12-24 08:33:57 +11:00
[[package]]
name = "rustix"
2023-01-24 08:07:03 +11:00
version = "0.36.7"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03"
2022-12-24 08:33:57 +11:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
]
2022-10-22 06:51:52 +11:00
[[package]]
name = "scratch"
2022-12-24 08:33:57 +11:00
version = "1.0.3"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
2022-10-22 06:51:52 +11:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
2022-12-24 08:33:57 +11:00
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "termcolor"
2023-01-24 08:07:03 +11:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
]
[[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-01-24 08:06:03 +11:00
version = "0.5.1"
2022-10-22 06:50:17 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:06:03 +11:00
checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
2022-10-22 06:50:17 +11:00
2022-08-05 06:10:11 +10:00
[[package]]
name = "toml_edit"
2023-01-24 08:06:03 +11:00
version = "0.18.0"
2022-08-05 06:10:11 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:06:03 +11:00
checksum = "729bfd096e40da9c001f778f5cdecbd2957929a24e10e5883d9392220a751581"
2022-08-05 06:10:11 +10:00
dependencies = [
"indexmap",
2022-12-24 08:33:02 +11:00
"nom8",
2022-10-22 06:50:17 +11:00
"toml_datetime",
2022-08-05 06:10:11 +10:00
]
[[package]]
name = "tools"
version = "0.1.0"
dependencies = [
"chrono",
"clap",
"glob",
2022-08-05 06:10:11 +10:00
"toml_edit",
]
[[package]]
name = "unicode-ident"
2022-12-24 08:33:57 +11:00
version = "1.0.6"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2022-10-22 06:51:52 +11:00
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 06:51:52 +11:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[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"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
[[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-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[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
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-01-24 08:07:03 +11:00
version = "0.42.1"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_aarch64_msvc"
2023-01-24 08:07:03 +11:00
version = "0.42.1"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_i686_gnu"
2023-01-24 08:07:03 +11:00
version = "0.42.1"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_i686_msvc"
2023-01-24 08:07:03 +11:00
version = "0.42.1"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_x86_64_gnu"
2023-01-24 08:07:03 +11:00
version = "0.42.1"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-01-24 08:07:03 +11:00
version = "0.42.1"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_x86_64_msvc"
2023-01-24 08:07:03 +11:00
version = "0.42.1"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 08:07:03 +11:00
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"