lanzaboote/rust/tool/Cargo.lock

1035 lines
26 KiB
Plaintext
Raw Normal View History

2022-11-21 19:29:16 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[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-09 16:27:07 -04:00
[[package]]
name = "anstream"
2024-03-03 19:44:54 -05:00
version = "0.6.13"
2023-04-09 16:27:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
2023-04-09 16:27:07 -04:00
dependencies = [
2023-04-14 09:48:29 -04:00
"anstyle",
2023-04-09 16:27:07 -04:00
"anstyle-parse",
2023-04-16 21:25:18 -04:00
"anstyle-query",
2023-04-09 16:27:07 -04:00
"anstyle-wincon",
2023-04-16 21:25:18 -04:00
"colorchoice",
2023-04-09 16:27:07 -04:00
"utf8parse",
]
2023-04-16 21:25:18 -04:00
[[package]]
name = "anstyle"
2024-02-11 20:40:40 -05:00
version = "1.0.6"
2023-04-16 21:25:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
2023-04-16 21:25:18 -04:00
2023-04-09 16:27:07 -04:00
[[package]]
name = "anstyle-parse"
2024-01-15 05:18:29 -05:00
version = "0.2.3"
2023-04-09 16:27:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 05:18:29 -05:00
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
2023-04-09 16:27:07 -04:00
dependencies = [
"utf8parse",
]
2023-04-16 21:25:18 -04:00
[[package]]
name = "anstyle-query"
2024-01-15 05:18:29 -05:00
version = "1.0.2"
2023-04-16 21:25:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 05:18:29 -05:00
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
2023-04-16 21:25:18 -04:00
dependencies = [
2024-01-15 05:18:29 -05:00
"windows-sys",
2023-04-16 21:25:18 -04:00
]
2023-04-09 16:27:07 -04:00
[[package]]
name = "anstyle-wincon"
2024-01-15 05:18:29 -05:00
version = "3.0.2"
2023-04-09 16:27:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 05:18:29 -05:00
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
2023-04-09 16:27:07 -04:00
dependencies = [
2023-04-14 09:48:29 -04:00
"anstyle",
2024-01-15 05:18:29 -05:00
"windows-sys",
2023-04-09 16:27:07 -04:00
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "anyhow"
2024-02-19 14:16:12 -05:00
version = "1.0.80"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-19 14:16:12 -05:00
checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
2022-11-21 19:29:16 -05:00
[[package]]
name = "assert_cmd"
2024-02-19 14:16:12 -05:00
version = "2.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-19 14:16:12 -05:00
checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8"
dependencies = [
2023-04-14 09:48:29 -04:00
"anstyle",
"bstr",
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base32ct"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396664016f30ad5ab761000391a5c0b436f7bfac738858263eb25897658b98c9"
2022-11-21 19:29:16 -05:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-01-21 22:54:59 -05:00
version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-21 22:54:59 -05:00
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
[[package]]
name = "block-buffer"
2023-03-19 21:57:17 -04:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "bootspec"
version = "1.0.0"
2023-04-14 09:48:29 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa369be5fcb7fb0b6f86427ae4446f724238bdcd8ec6db9e0d9ac041cde94fae"
dependencies = [
"serde",
"serde_json",
2023-05-07 21:30:03 -04:00
"thiserror",
]
[[package]]
name = "bstr"
2024-02-25 20:17:19 -05:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 20:17:19 -05:00
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
dependencies = [
"memchr",
"regex-automata",
"serde",
]
[[package]]
name = "bumpalo"
2024-02-25 20:17:19 -05:00
version = "3.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 20:17:19 -05:00
checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b"
2023-02-26 21:01:48 -05:00
[[package]]
name = "cc"
2024-02-25 20:17:19 -05:00
version = "1.0.88"
2023-02-26 21:01:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 20:17:19 -05:00
checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc"
2023-02-26 21:01:48 -05:00
2022-11-21 19:29:16 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-02-26 19:10:20 -05:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "chrono"
2024-02-11 20:40:40 -05:00
version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
2024-01-28 22:16:47 -05:00
"windows-targets",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "clap"
2024-02-18 19:45:36 -05:00
version = "4.5.1"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-18 19:45:36 -05:00
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
2022-11-21 19:29:16 -05:00
dependencies = [
2023-04-09 16:27:07 -04:00
"clap_builder",
2022-11-21 19:29:16 -05:00
"clap_derive",
2023-04-09 16:27:07 -04:00
]
[[package]]
name = "clap_builder"
2024-02-18 19:45:36 -05:00
version = "4.5.1"
2023-04-09 16:27:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-18 19:45:36 -05:00
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
2023-04-09 16:27:07 -04:00
dependencies = [
"anstream",
2023-04-14 09:48:29 -04:00
"anstyle",
2023-04-09 16:27:07 -04:00
"clap_lex",
2022-11-21 19:29:16 -05:00
"strsim",
]
[[package]]
name = "clap_derive"
2024-02-11 20:40:40 -05:00
version = "4.5.0"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
2022-11-21 19:29:16 -05:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
2022-11-21 19:29:16 -05:00
]
[[package]]
name = "clap_lex"
2024-02-11 20:40:40 -05:00
version = "0.7.0"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
2023-04-09 16:27:07 -04:00
[[package]]
2023-04-16 21:25:18 -04:00
name = "colorchoice"
2023-04-09 16:27:07 -04:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-16 21:25:18 -04:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-04-09 16:27:07 -04:00
[[package]]
name = "core-foundation-sys"
2024-01-15 05:18:29 -05:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 05:18:29 -05:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "cpufeatures"
2024-01-15 05:18:29 -05:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 05:18:29 -05:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "deranged"
2024-01-15 05:18:29 -05:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 05:18:29 -05:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-10-19 16:29:32 -04:00
dependencies = [
"powerfmt",
]
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
2023-01-01 19:54:57 -05:00
[[package]]
name = "dissimilar"
version = "1.0.7"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632"
2023-01-01 19:54:57 -05:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2023-04-09 16:27:07 -04:00
[[package]]
name = "errno"
2024-01-02 05:13:03 -05:00
version = "0.3.8"
2023-04-09 16:27:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-02 05:13:03 -05:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2023-04-09 16:27:07 -04:00
dependencies = [
"libc",
2024-01-15 05:18:29 -05:00
"windows-sys",
2023-04-09 16:27:07 -04:00
]
2023-01-01 19:54:57 -05:00
[[package]]
name = "expect-test"
2023-03-12 20:45:02 -04:00
version = "1.4.1"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-12 20:45:02 -04:00
checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3"
2023-01-01 19:54:57 -05:00
dependencies = [
"dissimilar",
"once_cell",
]
2023-07-19 18:04:11 -04:00
[[package]]
name = "fastrand"
2023-10-15 21:54:44 -04:00
version = "2.0.1"
2023-07-19 18:04:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 21:54:44 -04:00
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2023-07-19 18:04:11 -04:00
2023-01-01 19:54:57 -05:00
[[package]]
name = "filetime"
2023-12-10 19:54:29 -05:00
version = "0.2.23"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-10 19:54:29 -05:00
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
2023-01-01 19:54:57 -05:00
dependencies = [
"cfg-if",
"libc",
2023-12-10 19:54:29 -05:00
"redox_syscall",
2024-01-15 05:18:29 -05:00
"windows-sys",
2023-01-01 19:54:57 -05:00
]
[[package]]
name = "generic-array"
2023-04-14 09:48:29 -04:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-14 09:48:29 -04:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
2022-12-29 19:41:48 -05:00
[[package]]
name = "getrandom"
2024-01-15 05:18:29 -05:00
version = "0.2.12"
2022-12-29 19:41:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 05:18:29 -05:00
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
2022-12-29 19:41:48 -05:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2022-11-23 09:26:26 -05:00
[[package]]
name = "goblin"
2023-07-19 18:04:11 -04:00
version = "0.7.1"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-19 18:04:11 -04:00
checksum = "f27c1b4369c2cd341b5de549380158b105a04c331be5db9110eef7b6d2742134"
2022-11-23 09:26:26 -05:00
dependencies = [
"log",
"plain",
"scroll",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "heck"
2023-03-19 21:57:17 -04:00
version = "0.4.1"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-11-21 19:29:16 -05:00
[[package]]
name = "hermit-abi"
2024-03-03 19:44:54 -05:00
version = "0.3.9"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2022-11-21 19:29:16 -05:00
[[package]]
name = "iana-time-zone"
2024-02-04 22:39:38 -05:00
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 22:39:38 -05:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-10-19 16:29:32 -04:00
"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",
]
[[package]]
name = "indoc"
2023-10-15 21:54:44 -04:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 21:54:44 -04:00
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
2024-02-04 22:38:46 -05:00
[[package]]
name = "is-terminal"
2024-02-11 20:40:40 -05:00
version = "0.4.12"
2024-02-04 22:38:46 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
2024-02-04 22:38:46 -05:00
dependencies = [
"hermit-abi",
2024-02-11 20:40:40 -05:00
"libc",
2024-02-04 22:38:46 -05:00
"windows-sys",
]
2022-11-23 09:26:26 -05:00
[[package]]
name = "itoa"
2024-01-15 05:18:29 -05:00
version = "1.0.10"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 05:18:29 -05:00
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2022-11-23 09:26:26 -05:00
[[package]]
name = "js-sys"
2024-02-11 20:40:40 -05:00
version = "0.3.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee"
dependencies = [
"wasm-bindgen",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "lanzaboote_tool"
2023-05-18 13:03:37 -04:00
version = "0.3.0"
2022-11-21 19:29:16 -05:00
dependencies = [
"anyhow",
"bootspec",
"fastrand",
2023-10-15 21:54:44 -04:00
"goblin",
"log",
2022-11-23 09:26:26 -05:00
"serde_json",
"sha2",
"tempfile",
2023-01-01 19:54:57 -05:00
"time",
2022-12-11 20:09:04 -05:00
"walkdir",
2022-11-21 19:29:16 -05:00
]
[[package]]
name = "libc"
2024-02-04 22:39:38 -05:00
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 22:39:38 -05:00
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2023-02-26 21:01:48 -05:00
[[package]]
name = "linux-raw-sys"
2024-01-21 22:54:59 -05:00
version = "0.4.13"
2023-04-09 16:27:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-21 22:54:59 -05:00
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2023-04-09 16:27:07 -04:00
2022-11-23 09:26:26 -05:00
[[package]]
name = "log"
2024-03-03 19:44:54 -05:00
version = "0.4.21"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "lzbt-systemd"
version = "0.3.0"
dependencies = [
"anyhow",
"assert_cmd",
"base32ct",
"clap",
"expect-test",
"filetime",
2023-10-15 21:54:44 -04:00
"goblin",
"indoc",
"lanzaboote_tool",
"log",
"nix",
"rand",
"serde_json",
"sha2",
"stderrlog",
"tempfile",
"walkdir",
]
2022-11-23 09:26:26 -05:00
[[package]]
name = "memchr"
2024-01-15 05:18:29 -05:00
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 05:18:29 -05:00
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
[[package]]
name = "nix"
2024-02-26 19:10:20 -05:00
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 19:10:20 -05:00
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
dependencies = [
2024-01-21 22:54:59 -05:00
"bitflags 2.4.2",
"cfg-if",
2024-02-26 19:10:20 -05:00
"cfg_aliases",
"libc",
]
2024-02-04 22:39:38 -05:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-traits"
2024-02-11 20:40:40 -05:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
dependencies = [
"autocfg",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "once_cell"
2024-01-15 05:18:29 -05:00
version = "1.19.0"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 05:18:29 -05:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-11-21 19:29:16 -05:00
2022-11-23 09:26:26 -05:00
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2023-10-19 16:29:32 -04:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2022-12-29 19:41:48 -05:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "predicates"
2024-01-21 22:54:59 -05:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-21 22:54:59 -05:00
checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
dependencies = [
2023-04-14 09:48:29 -04:00
"anstyle",
"difflib",
"predicates-core",
]
[[package]]
name = "predicates-core"
2023-03-19 21:57:17 -04:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
[[package]]
name = "predicates-tree"
2023-03-19 21:57:17 -04:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
dependencies = [
"predicates-core",
"termtree",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "proc-macro2"
2024-01-21 22:54:59 -05:00
version = "1.0.78"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-21 22:54:59 -05:00
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
2022-11-21 19:29:16 -05:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-01-02 05:13:03 -05:00
version = "1.0.35"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-02 05:13:03 -05:00
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2022-11-21 19:29:16 -05:00
dependencies = [
"proc-macro2",
]
2022-12-29 19:41:48 -05:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2023-10-29 20:00:50 -04:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "regex-automata"
2024-01-28 22:16:47 -05:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-28 22:16:47 -05:00
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
[[package]]
2023-02-26 21:01:48 -05:00
name = "rustix"
2024-02-04 22:39:38 -05:00
version = "0.38.31"
2023-04-09 16:27:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 22:39:38 -05:00
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
2023-04-09 16:27:07 -04:00
dependencies = [
2024-01-21 22:54:59 -05:00
"bitflags 2.4.2",
2023-04-14 09:48:29 -04:00
"errno",
2023-02-26 21:01:48 -05:00
"libc",
2023-04-14 09:48:29 -04:00
"linux-raw-sys",
2024-01-15 05:18:29 -05:00
"windows-sys",
]
2022-11-23 09:26:26 -05:00
[[package]]
name = "ryu"
2024-02-25 20:17:19 -05:00
version = "1.0.17"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 20:17:19 -05:00
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2022-11-23 09:26:26 -05:00
2022-12-11 20:09:04 -05:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2022-11-23 09:26:26 -05:00
[[package]]
name = "scroll"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
dependencies = [
"scroll_derive",
]
[[package]]
name = "scroll_derive"
version = "0.11.1"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
2022-11-23 09:26:26 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-11-23 09:26:26 -05:00
]
[[package]]
name = "serde"
2024-02-25 20:17:19 -05:00
version = "1.0.197"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 20:17:19 -05:00
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
2022-11-23 09:26:26 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-02-25 20:17:19 -05:00
version = "1.0.197"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 20:17:19 -05:00
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
2022-11-23 09:26:26 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-11-23 09:26:26 -05:00
]
[[package]]
name = "serde_json"
2024-02-26 19:10:20 -05:00
version = "1.0.114"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 19:10:20 -05:00
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
2022-11-23 09:26:26 -05:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "sha2"
2023-10-15 21:54:44 -04:00
version = "0.10.8"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 21:54:44 -04:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "stderrlog"
2024-02-04 22:38:46 -05:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 22:38:46 -05:00
checksum = "61c910772f992ab17d32d6760e167d2353f4130ed50e796752689556af07dc6b"
dependencies = [
"chrono",
2024-02-04 22:38:46 -05:00
"is-terminal",
"log",
"termcolor",
"thread_local",
]
[[package]]
name = "strsim"
2024-02-11 20:40:40 -05:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
2022-11-21 19:29:16 -05:00
[[package]]
name = "syn"
2024-03-03 19:44:54 -05:00
version = "2.0.52"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
2022-11-21 19:29:16 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "tempfile"
2024-02-26 19:10:20 -05:00
version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 19:10:20 -05:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
"cfg-if",
"fastrand",
2023-04-14 09:48:29 -04:00
"rustix",
2024-01-15 05:18:29 -05:00
"windows-sys",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "termcolor"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
[[package]]
name = "termtree"
2023-03-19 21:57:17 -04:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
2023-05-07 21:30:03 -04:00
[[package]]
name = "thiserror"
2024-02-11 20:40:40 -05:00
version = "1.0.57"
2023-05-07 21:30:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
2023-05-07 21:30:03 -04:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-02-11 20:40:40 -05:00
version = "1.0.57"
2023-05-07 21:30:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
2023-05-07 21:30:03 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2023-05-07 21:30:03 -04:00
]
[[package]]
name = "thread_local"
2024-02-25 20:17:19 -05:00
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 20:17:19 -05:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
2023-01-01 19:54:57 -05:00
[[package]]
name = "time"
2024-02-04 22:39:38 -05:00
version = "0.3.34"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 22:39:38 -05:00
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
2023-01-01 19:54:57 -05:00
dependencies = [
"deranged",
2024-02-04 22:39:38 -05:00
"num-conv",
2023-10-19 16:29:32 -04:00
"powerfmt",
2023-01-01 19:54:57 -05:00
"serde",
"time-core",
]
[[package]]
name = "time-core"
2023-10-19 16:29:32 -04:00
version = "0.1.2"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 16:29:32 -04:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-01-01 19:54:57 -05:00
[[package]]
name = "typenum"
2023-10-19 16:29:32 -04:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 16:29:32 -04:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-11-21 19:29:16 -05:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-11-21 19:29:16 -05:00
2023-04-09 16:27:07 -04:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-11-21 19:29:16 -05:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2022-12-11 20:09:04 -05:00
[[package]]
name = "walkdir"
2024-03-03 19:44:54 -05:00
version = "2.5.0"
2022-12-11 20:09:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2022-12-11 20:09:04 -05:00
dependencies = [
"same-file",
"winapi-util",
]
2022-12-29 19:41:48 -05:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2024-02-11 20:40:40 -05:00
version = "0.2.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-02-11 20:40:40 -05:00
version = "0.2.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2024-02-11 20:40:40 -05:00
version = "0.2.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-02-11 20:40:40 -05:00
version = "0.2.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-02-11 20:40:40 -05:00
version = "0.2.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-11 20:40:40 -05:00
checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838"
2022-11-21 19:29:16 -05:00
[[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"
2023-10-19 16:29:32 -04:00
version = "0.1.6"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 16:29:32 -04:00
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2022-11-21 19:29:16 -05:00
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"
2023-01-01 19:54:57 -05:00
2023-04-14 09:48:29 -04:00
[[package]]
2023-10-19 16:29:32 -04:00
name = "windows-core"
2024-01-15 05:18:29 -05:00
version = "0.52.0"
2023-02-26 21:01:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 05:18:29 -05:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-02-26 21:01:48 -05:00
dependencies = [
2024-01-28 22:16:47 -05:00
"windows-targets",
2023-12-10 19:54:29 -05:00
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-01-28 22:16:47 -05:00
"windows-targets",
2023-12-10 19:54:29 -05:00
]
[[package]]
name = "windows-targets"
2024-03-03 19:44:54 -05:00
version = "0.52.4"
2023-12-10 19:54:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
2023-12-10 19:54:29 -05:00
dependencies = [
2024-01-28 22:16:47 -05: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-02-26 21:01:48 -05:00
]
2023-12-10 19:54:29 -05:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-03-03 19:44:54 -05:00
version = "0.52.4"
2023-12-10 19:54:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
2023-12-10 19:54:29 -05:00
[[package]]
name = "windows_aarch64_msvc"
2024-03-03 19:44:54 -05:00
version = "0.52.4"
2023-12-10 19:54:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2023-12-10 19:54:29 -05:00
[[package]]
name = "windows_i686_gnu"
2024-03-03 19:44:54 -05:00
version = "0.52.4"
2023-12-10 19:54:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2023-12-10 19:54:29 -05:00
[[package]]
name = "windows_i686_msvc"
2024-03-03 19:44:54 -05:00
version = "0.52.4"
2023-12-10 19:54:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
2023-12-10 19:54:29 -05:00
[[package]]
name = "windows_x86_64_gnu"
2024-03-03 19:44:54 -05:00
version = "0.52.4"
2023-12-10 19:54:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2023-12-10 19:54:29 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-03-03 19:44:54 -05:00
version = "0.52.4"
2023-12-10 19:54:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2023-12-10 19:54:29 -05:00
[[package]]
name = "windows_x86_64_msvc"
2024-03-03 19:44:54 -05:00
version = "0.52.4"
2023-12-10 19:54:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-03 19:44:54 -05:00
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"