Ewwtilities/Cargo.lock

585 lines
15 KiB
Text
Raw Normal View History

2023-11-06 20:35:22 -08:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-11-07 21:11:35 -08: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-11-06 20:59:17 -08:00
[[package]]
name = "anstream"
2024-08-17 13:54:33 -07:00
version = "0.6.15"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
2023-11-06 20:59:17 -08:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-08-17 13:54:33 -07:00
"is_terminal_polyfill",
2023-11-06 20:59:17 -08:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-08-17 13:54:33 -07:00
version = "1.0.8"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2023-11-06 20:59:17 -08:00
[[package]]
name = "anstyle-parse"
2024-08-17 13:54:33 -07:00
version = "0.2.5"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
2023-11-06 20:59:17 -08:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-08-17 13:54:33 -07:00
version = "1.1.1"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
2023-11-06 20:59:17 -08:00
dependencies = [
2024-08-17 13:54:33 -07:00
"windows-sys 0.52.0",
2023-11-06 20:59:17 -08:00
]
[[package]]
name = "anstyle-wincon"
2024-08-17 13:54:33 -07:00
version = "3.0.4"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
2023-11-06 20:59:17 -08:00
dependencies = [
"anstyle",
2024-08-17 13:54:33 -07:00
"windows-sys 0.52.0",
2023-11-06 20:59:17 -08:00
]
2023-11-07 21:11:35 -08:00
[[package]]
name = "autocfg"
2024-08-17 13:54:33 -07:00
version = "1.3.0"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-11-07 21:11:35 -08:00
[[package]]
name = "bumpalo"
2024-08-17 13:54:33 -07:00
version = "3.16.0"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2023-11-07 21:11:35 -08:00
[[package]]
name = "cc"
2024-08-17 13:54:33 -07:00
version = "1.1.13"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
2023-11-07 21:11:35 -08:00
dependencies = [
2024-08-17 13:54:33 -07:00
"shlex",
2023-11-07 21:11:35 -08:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2024-08-17 13:54:33 -07:00
version = "0.4.38"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2023-11-07 21:11:35 -08:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
"windows-targets",
]
2023-11-06 20:59:17 -08:00
[[package]]
name = "clap"
2024-08-17 13:54:33 -07:00
version = "4.5.16"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
2023-11-06 20:59:17 -08:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-08-17 13:54:33 -07:00
version = "4.5.15"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
2023-11-06 20:59:17 -08:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2024-08-17 13:54:33 -07:00
version = "4.5.13"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
2023-11-06 20:59:17 -08:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2024-08-17 13:54:33 -07:00
version = "0.7.2"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2023-11-06 20:59:17 -08:00
[[package]]
name = "colorchoice"
2024-08-17 13:54:33 -07:00
version = "1.0.2"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2023-11-06 20:59:17 -08:00
2023-11-07 21:11:35 -08:00
[[package]]
name = "core-foundation-sys"
2024-08-17 13:54:33 -07:00
version = "0.8.7"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2023-11-07 21:11:35 -08:00
2023-11-06 20:59:17 -08:00
[[package]]
name = "deranged"
2024-08-17 13:54:33 -07:00
version = "0.3.11"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-11-06 20:59:17 -08:00
dependencies = [
"powerfmt",
]
2023-11-06 20:35:22 -08:00
[[package]]
2023-11-06 20:40:25 -08:00
name = "ewwtilities"
2023-11-06 20:35:22 -08:00
version = "0.1.0"
2023-11-06 20:59:17 -08:00
dependencies = [
2023-11-07 21:11:35 -08:00
"chrono",
2023-11-06 20:59:17 -08:00
"clap",
"log",
"serde",
"serde_json",
"simplelog",
]
[[package]]
name = "heck"
2024-08-17 13:54:33 -07:00
version = "0.5.0"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-11-06 20:59:17 -08:00
2023-11-07 21:11:35 -08:00
[[package]]
name = "iana-time-zone"
2024-08-17 13:54:33 -07:00
version = "0.1.60"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2023-11-07 21:11:35 -08:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2024-08-17 13:54:33 -07:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2023-11-06 20:59:17 -08:00
[[package]]
name = "itoa"
2024-08-17 13:54:33 -07:00
version = "1.0.11"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-11-06 20:59:17 -08:00
2023-11-07 21:11:35 -08:00
[[package]]
name = "js-sys"
2024-08-17 13:54:33 -07:00
version = "0.3.70"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
2023-11-07 21:11:35 -08:00
dependencies = [
"wasm-bindgen",
]
2023-11-06 20:59:17 -08:00
[[package]]
name = "libc"
2024-08-17 13:54:33 -07:00
version = "0.2.156"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "a5f43f184355eefb8d17fc948dbecf6c13be3c141f20d834ae842193a448c72a"
2023-11-06 20:59:17 -08:00
[[package]]
name = "log"
2024-08-17 13:54:33 -07:00
version = "0.4.22"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2023-11-06 20:59:17 -08:00
2023-11-07 21:11:35 -08:00
[[package]]
name = "num-traits"
2024-08-17 13:54:33 -07:00
version = "0.2.19"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2023-11-07 21:11:35 -08:00
dependencies = [
"autocfg",
]
2023-11-06 20:59:17 -08:00
[[package]]
name = "num_threads"
2024-08-17 13:54:33 -07:00
version = "0.1.7"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2023-11-06 20:59:17 -08:00
dependencies = [
"libc",
]
2023-11-07 21:11:35 -08:00
[[package]]
name = "once_cell"
2024-08-17 13:54:33 -07:00
version = "1.19.0"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-11-07 21:11:35 -08:00
2023-11-06 20:59:17 -08:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "proc-macro2"
2024-08-17 13:54:33 -07:00
version = "1.0.86"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2023-11-06 20:59:17 -08:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-08-17 13:54:33 -07:00
version = "1.0.36"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-11-06 20:59:17 -08:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "ryu"
2024-08-17 13:54:33 -07:00
version = "1.0.18"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2023-11-06 20:59:17 -08:00
[[package]]
name = "serde"
2024-08-17 13:54:33 -07:00
version = "1.0.208"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
2023-11-06 20:59:17 -08:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-08-17 13:54:33 -07:00
version = "1.0.208"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
2023-11-06 20:59:17 -08:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2024-08-17 13:54:33 -07:00
version = "1.0.125"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
2023-11-06 20:59:17 -08:00
dependencies = [
"itoa",
2024-08-17 13:54:33 -07:00
"memchr",
2023-11-06 20:59:17 -08:00
"ryu",
"serde",
]
2024-08-17 13:54:33 -07:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2023-11-06 20:59:17 -08:00
[[package]]
name = "simplelog"
2024-08-17 13:54:33 -07:00
version = "0.12.2"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
2023-11-06 20:59:17 -08:00
dependencies = [
"log",
"termcolor",
"time",
]
[[package]]
name = "strsim"
2024-08-17 13:54:33 -07:00
version = "0.11.1"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2023-11-06 20:59:17 -08:00
[[package]]
name = "syn"
2024-08-17 13:54:33 -07:00
version = "2.0.75"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
2023-11-06 20:59:17 -08:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "termcolor"
2024-08-17 13:54:33 -07:00
version = "1.4.1"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2023-11-06 20:59:17 -08:00
dependencies = [
"winapi-util",
]
[[package]]
name = "time"
2024-08-17 13:54:33 -07:00
version = "0.3.36"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2023-11-06 20:59:17 -08:00
dependencies = [
"deranged",
"itoa",
"libc",
2024-08-17 13:54:33 -07:00
"num-conv",
2023-11-06 20:59:17 -08:00
"num_threads",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2024-08-17 13:54:33 -07:00
version = "0.2.18"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2023-11-06 20:59:17 -08:00
dependencies = [
2024-08-17 13:54:33 -07:00
"num-conv",
2023-11-06 20:59:17 -08:00
"time-core",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "utf8parse"
2024-08-17 13:54:33 -07:00
version = "0.2.2"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2023-11-06 20:59:17 -08:00
2023-11-07 21:11:35 -08:00
[[package]]
name = "wasm-bindgen"
2024-08-17 13:54:33 -07:00
version = "0.2.93"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
2023-11-07 21:11:35 -08:00
dependencies = [
"cfg-if",
2024-08-17 13:54:33 -07:00
"once_cell",
2023-11-07 21:11:35 -08:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-08-17 13:54:33 -07:00
version = "0.2.93"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
2023-11-07 21:11:35 -08:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2024-08-17 13:54:33 -07:00
version = "0.2.93"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
2023-11-07 21:11:35 -08:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-08-17 13:54:33 -07:00
version = "0.2.93"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
2023-11-07 21:11:35 -08:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-08-17 13:54:33 -07:00
version = "0.2.93"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
2023-11-07 21:11:35 -08:00
2023-11-06 20:59:17 -08:00
[[package]]
2024-08-17 13:54:33 -07:00
name = "winapi-util"
version = "0.1.9"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2023-11-06 20:59:17 -08:00
dependencies = [
2024-08-17 13:54:33 -07:00
"windows-sys 0.59.0",
2023-11-06 20:59:17 -08:00
]
[[package]]
2024-08-17 13:54:33 -07:00
name = "windows-core"
version = "0.52.0"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-11-06 20:59:17 -08:00
dependencies = [
2024-08-17 13:54:33 -07:00
"windows-targets",
2023-11-06 20:59:17 -08:00
]
[[package]]
2024-08-17 13:54:33 -07:00
name = "windows-sys"
version = "0.52.0"
2023-11-07 21:11:35 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2023-11-07 21:11:35 -08:00
dependencies = [
"windows-targets",
]
[[package]]
2023-11-06 20:59:17 -08:00
name = "windows-sys"
2024-08-17 13:54:33 -07:00
version = "0.59.0"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2023-11-06 20:59:17 -08:00
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
2024-08-17 13:54:33 -07:00
version = "0.52.6"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2023-11-06 20:59:17 -08:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
2024-08-17 13:54:33 -07:00
"windows_i686_gnullvm",
2023-11-06 20:59:17 -08:00
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-08-17 13:54:33 -07:00
version = "0.52.6"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-11-06 20:59:17 -08:00
[[package]]
name = "windows_aarch64_msvc"
2024-08-17 13:54:33 -07:00
version = "0.52.6"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-11-06 20:59:17 -08:00
[[package]]
name = "windows_i686_gnu"
2024-08-17 13:54:33 -07:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-11-06 20:59:17 -08:00
[[package]]
name = "windows_i686_msvc"
2024-08-17 13:54:33 -07:00
version = "0.52.6"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-11-06 20:59:17 -08:00
[[package]]
name = "windows_x86_64_gnu"
2024-08-17 13:54:33 -07:00
version = "0.52.6"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-11-06 20:59:17 -08:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-08-17 13:54:33 -07:00
version = "0.52.6"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-11-06 20:59:17 -08:00
[[package]]
name = "windows_x86_64_msvc"
2024-08-17 13:54:33 -07:00
version = "0.52.6"
2023-11-06 20:59:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 13:54:33 -07:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"