agb/tools/Cargo.lock

612 lines
16 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"
2023-03-24 09:04:22 +11:00
version = "1.0.79"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
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-03-24 09:04:22 +11:00
version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
dependencies = [
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"time",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "clap"
2023-03-24 09:04:22 +11:00
version = "4.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "3c911b090850d79fc64fe9ea01e28e465f65e821e08813ced95bced72f7a8a9b"
dependencies = [
"bitflags",
"clap_lex",
2022-12-24 08:33:57 +11:00
"is-terminal",
"strsim",
"termcolor",
]
[[package]]
name = "clap_lex"
2023-03-24 09:04:22 +11:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646"
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-03-24 09:04:22 +11:00
version = "1.0.93"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038"
2022-10-22 06:51:52 +11:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-03-24 09:04:22 +11:00
version = "1.0.93"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca"
2022-10-22 06:51:52 +11:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
2023-03-24 09:04:22 +11:00
"syn 2.0.8",
2022-10-22 06:51:52 +11:00
]
[[package]]
name = "cxxbridge-flags"
2023-03-24 09:04:22 +11:00
version = "1.0.93"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31"
2022-10-22 06:51:52 +11:00
[[package]]
name = "cxxbridge-macro"
2023-03-24 09:04:22 +11:00
version = "1.0.93"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f"
2022-10-22 06:51:52 +11:00
dependencies = [
"proc-macro2",
"quote",
2023-03-24 09:04:22 +11:00
"syn 2.0.8",
2022-10-22 06:51:52 +11:00
]
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"
2023-03-24 09:04:22 +11:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "iana-time-zone"
2023-03-24 09:04:22 +11:00
version = "0.1.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d"
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"
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-03-24 09:04:22 +11:00
version = "1.0.9"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
2022-12-24 08:33:57 +11:00
dependencies = [
2023-03-24 09:04:22 +11:00
"hermit-abi",
2022-12-24 08:33:57 +11:00
"libc",
"windows-sys",
]
[[package]]
name = "is-terminal"
2023-03-24 09:04:22 +11:00
version = "0.4.5"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e"
2022-12-24 08:33:57 +11:00
dependencies = [
"hermit-abi",
"io-lifetimes",
"rustix",
"windows-sys",
]
[[package]]
name = "js-sys"
2023-03-24 09:04:22 +11:00
version = "0.3.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "libc"
2023-03-24 09:04:22 +11:00
version = "0.2.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
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"
[[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-03-24 09:04:22 +11:00
version = "1.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "os_str_bytes"
2023-03-24 09:04:22 +11:00
version = "6.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
[[package]]
name = "proc-macro2"
2023-03-24 09:04:22 +11:00
version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-03-24 09:04:22 +11:00
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
dependencies = [
"proc-macro2",
]
2022-12-24 08:33:57 +11:00
[[package]]
name = "rustix"
2023-03-24 09:04:22 +11:00
version = "0.36.11"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e"
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"
2023-03-24 09:04:22 +11:00
version = "1.0.5"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
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"
2023-03-24 09:04:22 +11:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9"
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-03-24 10:14:02 +11:00
version = "0.6.1"
2022-10-22 06:50:17 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 10:14:02 +11:00
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
2022-10-22 06:50:17 +11:00
2022-08-05 06:10:11 +10:00
[[package]]
name = "toml_edit"
2023-03-24 10:14:02 +11:00
version = "0.19.8"
2022-08-05 06:10:11 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 10:14:02 +11:00
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
2022-08-05 06:10:11 +10:00
dependencies = [
"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",
"glob",
2022-08-05 06:10:11 +10:00
"toml_edit",
]
[[package]]
name = "unicode-ident"
2023-03-24 09:04:22 +11:00
version = "1.0.8"
2022-10-22 06:51:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
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"
2023-03-24 09:04:22 +11:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-03-24 09:04:22 +11:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-03-24 09:04:22 +11:00
"syn 1.0.109",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-03-24 09:04:22 +11:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-03-24 09:04:22 +11:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
dependencies = [
"proc-macro2",
"quote",
2023-03-24 09:04:22 +11:00
"syn 1.0.109",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-03-24 09:04:22 +11:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
[[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
2023-03-24 09:04:22 +11:00
[[package]]
name = "windows"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
dependencies = [
"windows-targets",
]
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows-sys"
2023-03-24 09:04:22 +11:00
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2022-12-24 08:33:57 +11:00
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-03-24 09:04:22 +11:00
version = "0.42.2"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_aarch64_msvc"
2023-03-24 09:04:22 +11:00
version = "0.42.2"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_i686_gnu"
2023-03-24 09:04:22 +11:00
version = "0.42.2"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_i686_msvc"
2023-03-24 09:04:22 +11:00
version = "0.42.2"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-24 09:04:22 +11:00
version = "0.42.2"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-24 09:04:22 +11:00
version = "0.42.2"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-12-24 08:33:57 +11:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-24 09:04:22 +11:00
version = "0.42.2"
2022-12-24 08:33:57 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-03-24 10:14:02 +11:00
[[package]]
name = "winnow"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deac0939bd6e4f24ab5919fbf751c97a8cfc8543bb083a305ed5c0c10bb241d1"
dependencies = [
"memchr",
]