lanzaboote/rust/tool/Cargo.lock

1230 lines
32 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_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"
2023-04-16 21:25:18 -04:00
version = "0.3.0"
2023-04-09 16:27:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-16 21:25:18 -04:00
checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371"
2023-04-09 16:27:07 -04:00
dependencies = [
2023-04-16 21:25:18 -04:00
"anstyle 1.0.0",
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
"is-terminal",
"utf8parse",
]
2023-03-19 21:57:17 -04:00
[[package]]
name = "anstyle"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2"
2023-04-16 21:25:18 -04:00
[[package]]
name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
2023-04-09 16:27:07 -04:00
[[package]]
name = "anstyle-parse"
2023-04-16 21:25:18 -04:00
version = "0.2.0"
2023-04-09 16:27:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-16 21:25:18 -04:00
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
2023-04-09 16:27:07 -04:00
dependencies = [
"utf8parse",
]
2023-04-16 21:25:18 -04:00
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
2023-04-09 16:27:07 -04:00
[[package]]
name = "anstyle-wincon"
2023-04-16 21:25:18 -04:00
version = "1.0.0"
2023-04-09 16:27:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-16 21:25:18 -04:00
checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd"
2023-04-09 16:27:07 -04:00
dependencies = [
2023-04-16 21:25:18 -04:00
"anstyle 1.0.0",
"windows-sys 0.48.0",
2023-04-09 16:27:07 -04:00
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "anyhow"
2023-03-19 21:57:17 -04:00
version = "1.0.70"
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 = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
2022-11-21 19:29:16 -05:00
[[package]]
name = "assert_cmd"
2023-04-16 21:25:18 -04:00
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-16 21:25:18 -04:00
checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151"
dependencies = [
2023-04-16 21:25:18 -04:00
"anstyle 1.0.0",
"bstr",
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
2022-11-21 19:29:16 -05:00
"libc",
"winapi",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
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 = "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 = "0.1.0"
2023-03-19 21:57:17 -04:00
source = "git+https://github.com/DeterminateSystems/bootspec#cc4a01a1589d9bc80059854e0f44b69b836a3fe2"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "bstr"
2023-03-19 21:57:17 -04:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
dependencies = [
"memchr",
"once_cell",
"regex-automata",
"serde",
]
[[package]]
name = "bumpalo"
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
2023-02-26 21:01:48 -05:00
[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
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"
[[package]]
name = "chrono"
2023-03-19 21:57:17 -04:00
version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
dependencies = [
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"wasm-bindgen",
"winapi",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "clap"
2023-04-16 21:25:18 -04:00
version = "4.2.2"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-16 21:25:18 -04:00
checksum = "9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a"
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",
"once_cell",
2023-04-09 16:27:07 -04:00
]
[[package]]
name = "clap_builder"
2023-04-16 21:25:18 -04:00
version = "4.2.2"
2023-04-09 16:27:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-16 21:25:18 -04:00
checksum = "14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6"
2023-04-09 16:27:07 -04:00
dependencies = [
"anstream",
2023-04-16 21:25:18 -04:00
"anstyle 1.0.0",
2023-04-09 16:27:07 -04:00
"bitflags",
"clap_lex",
2022-11-21 19:29:16 -05:00
"strsim",
]
[[package]]
name = "clap_derive"
2023-04-09 16:27:07 -04:00
version = "4.2.0"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-09 16:27:07 -04:00
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
2022-11-21 19:29:16 -05:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-04-09 16:27:07 -04:00
"syn 2.0.13",
2022-11-21 19:29:16 -05:00
]
[[package]]
name = "clap_lex"
2023-04-09 16:27:07 -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-04-09 16:27:07 -04:00
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
2022-11-21 19:29:16 -05: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",
]
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"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "cpufeatures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
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 = "cxx"
2023-03-19 21:57:17 -04:00
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-03-19 21:57:17 -04:00
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca"
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
2023-04-09 16:27:07 -04:00
"syn 2.0.13",
]
[[package]]
name = "cxxbridge-flags"
2023-03-19 21:57:17 -04:00
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31"
[[package]]
name = "cxxbridge-macro"
2023-03-19 21:57:17 -04:00
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f"
dependencies = [
"proc-macro2",
"quote",
2023-04-09 16:27:07 -04:00
"syn 2.0.13",
]
[[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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
"block-buffer",
"crypto-common",
]
2023-01-01 19:54:57 -05:00
[[package]]
name = "dissimilar"
2023-03-19 21:57:17 -04:00
version = "1.0.6"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e"
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"
[[package]]
name = "either"
2023-03-19 21:57:17 -04:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2023-02-26 21:01:48 -05: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",
]
2023-04-09 16:27:07 -04:00
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
2023-02-26 21:01:48 -05:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2023-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",
]
[[package]]
name = "fastrand"
2023-02-26 21:01:48 -05:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-26 21:01:48 -05:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
2023-01-01 19:54:57 -05:00
[[package]]
name = "filetime"
2023-04-09 16:27:07 -04:00
version = "0.2.21"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-09 16:27:07 -04:00
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2023-01-01 19:54:57 -05:00
dependencies = [
"cfg-if",
"libc",
2023-04-09 16:27:07 -04:00
"redox_syscall 0.2.16",
"windows-sys 0.48.0",
2023-01-01 19:54:57 -05:00
]
[[package]]
name = "generic-array"
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check",
]
2022-12-29 19:41:48 -05:00
[[package]]
name = "getrandom"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2022-11-23 09:26:26 -05:00
[[package]]
name = "goblin"
2023-02-26 21:01:48 -05:00
version = "0.6.1"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-26 21:01:48 -05:00
checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68"
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"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
2023-02-26 21:01:48 -05:00
version = "0.3.1"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-26 21:01:48 -05:00
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2022-11-21 19:29:16 -05:00
[[package]]
name = "iana-time-zone"
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"winapi",
]
[[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 = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2023-02-26 21:01:48 -05:00
[[package]]
name = "io-lifetimes"
2023-03-19 21:57:17 -04:00
version = "1.0.8"
2023-02-26 21:01:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "0dd6da19f25979c7270e70fa95ab371ec3b701cd0eefc47667a09785b3c59155"
2023-02-26 21:01:48 -05:00
dependencies = [
2023-03-19 21:57:17 -04:00
"hermit-abi 0.3.1",
2023-02-26 21:01:48 -05:00
"libc",
"windows-sys 0.45.0",
]
[[package]]
name = "is-terminal"
2023-03-19 21:57:17 -04:00
version = "0.4.5"
2023-02-26 21:01:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e"
2023-02-26 21:01:48 -05:00
dependencies = [
"hermit-abi 0.3.1",
2023-02-26 21:01:48 -05:00
"io-lifetimes",
2023-04-09 16:27:07 -04:00
"rustix 0.36.10",
2023-02-26 21:01:48 -05:00
"windows-sys 0.45.0",
]
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2022-11-23 09:26:26 -05:00
[[package]]
name = "itoa"
2023-03-19 21:57:17 -04:00
version = "1.0.6"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-11-23 09:26:26 -05:00
[[package]]
name = "js-sys"
version = "0.3.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
dependencies = [
"wasm-bindgen",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "lanzaboote_tool"
2022-11-21 19:29:16 -05:00
version = "0.1.0"
dependencies = [
"anyhow",
"assert_cmd",
"bootspec",
2022-11-21 19:29:16 -05:00
"clap",
2023-01-01 19:54:57 -05:00
"expect-test",
"fastrand",
2023-01-01 19:54:57 -05:00
"filetime",
2022-11-23 09:26:26 -05:00
"goblin",
"log",
"nix",
2022-12-29 19:41:48 -05:00
"rand",
2022-11-23 09:26:26 -05:00
"serde",
"serde_json",
"sha2",
"stderrlog",
"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"
2023-03-19 21:57:17 -04:00
version = "0.2.140"
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 = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
2022-11-21 19:29:16 -05:00
[[package]]
name = "link-cplusplus"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
2023-02-26 21:01:48 -05:00
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2023-04-09 16:27:07 -04:00
[[package]]
name = "linux-raw-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
2022-11-23 09:26:26 -05:00
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "nix"
2023-02-26 21:01:48 -05:00
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-26 21:01:48 -05:00
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
2023-04-09 16:27:07 -04:00
"bitflags",
"cfg-if",
"libc",
2023-02-26 21:01:48 -05:00
"static_assertions",
]
[[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",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "once_cell"
2023-03-19 21:57:17 -04:00
version = "1.17.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 = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
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"
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"
2023-03-19 21:57:17 -04:00
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "1ba7d6ead3e3966038f68caa9fc1f860185d95a793180bbcfe0d0da47b3961ed"
dependencies = [
2023-04-16 21:25:18 -04:00
"anstyle 0.3.5",
"difflib",
"itertools",
"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"
2023-04-09 16:27:07 -04:00
version = "1.0.56"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-09 16:27:07 -04:00
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
2022-11-21 19:29:16 -05:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-03-19 21:57:17 -04:00
version = "1.0.26"
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 = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
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",
]
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
2023-04-09 16:27:07 -04:00
"bitflags",
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
[[package]]
2023-02-26 21:01:48 -05:00
name = "rustix"
2023-03-19 21:57:17 -04:00
version = "0.36.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "2fe885c3a125aa45213b68cc1472a49880cb5923dc23f522ad2791b882228778"
dependencies = [
2023-04-09 16:27:07 -04:00
"bitflags",
"errno 0.2.8",
"io-lifetimes",
"libc",
"linux-raw-sys 0.1.4",
"windows-sys 0.45.0",
]
[[package]]
name = "rustix"
version = "0.37.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d"
dependencies = [
"bitflags",
"errno 0.3.1",
2023-02-26 21:01:48 -05:00
"io-lifetimes",
"libc",
2023-04-09 16:27:07 -04:00
"linux-raw-sys 0.3.1",
2023-02-26 21:01:48 -05:00
"windows-sys 0.45.0",
]
2022-11-23 09:26:26 -05:00
[[package]]
name = "ryu"
2023-03-19 21:57:17 -04:00
version = "1.0.13"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
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",
]
[[package]]
name = "scratch"
2023-03-19 21:57:17 -04:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e"
dependencies = [
"proc-macro2",
"quote",
2023-03-19 21:57:17 -04:00
"syn 1.0.109",
2022-11-23 09:26:26 -05:00
]
[[package]]
name = "serde"
2023-04-16 21:25:18 -04:00
version = "1.0.160"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-16 21:25:18 -04:00
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
2022-11-23 09:26:26 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-04-16 21:25:18 -04:00
version = "1.0.160"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-16 21:25:18 -04:00
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
2022-11-23 09:26:26 -05:00
dependencies = [
"proc-macro2",
"quote",
2023-04-09 16:27:07 -04:00
"syn 2.0.13",
2022-11-23 09:26:26 -05:00
]
[[package]]
name = "serde_json"
2023-04-16 21:25:18 -04:00
version = "1.0.96"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-16 21:25:18 -04:00
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2022-11-23 09:26:26 -05:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2022-11-21 19:29:16 -05:00
[[package]]
name = "sha2"
version = "0.10.6"
2022-11-21 19:29:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2022-11-21 19:29:16 -05:00
2023-02-26 21:01:48 -05:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stderrlog"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69a26bbf6de627d389164afa9783739b56746c6c72c4ed16539f4ff54170327b"
dependencies = [
"atty",
"chrono",
"log",
"termcolor",
"thread_local",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-11-21 19:29:16 -05:00
[[package]]
name = "syn"
2023-03-19 21:57:17 -04:00
version = "1.0.109"
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 = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2023-04-09 16:27:07 -04:00
version = "2.0.13"
2023-03-19 21:57:17 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-09 16:27:07 -04:00
checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec"
2022-11-21 19:29:16 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "tempfile"
2023-04-09 16:27:07 -04:00
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-09 16:27:07 -04:00
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
dependencies = [
"cfg-if",
"fastrand",
2023-04-09 16:27:07 -04:00
"redox_syscall 0.3.5",
"rustix 0.37.7",
"windows-sys 0.45.0",
]
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"
[[package]]
name = "thread_local"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
"cfg-if",
"once_cell",
]
2023-01-01 19:54:57 -05:00
[[package]]
name = "time"
2023-02-26 21:01:48 -05:00
version = "0.3.20"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-26 21:01:48 -05:00
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
2023-01-01 19:54:57 -05:00
dependencies = [
"serde",
"time-core",
]
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "typenum"
2023-03-19 21:57:17 -04:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-11-21 19:29:16 -05:00
[[package]]
name = "unicode-ident"
2023-03-19 21:57:17 -04:00
version = "1.0.8"
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 = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2022-11-21 19:29:16 -05:00
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
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"
2023-03-19 21:57:17 -04:00
version = "2.3.3"
2022-12-11 20:09:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
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"
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-03-19 21:57:17 -04:00
"syn 1.0.109",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
dependencies = [
"proc-macro2",
"quote",
2023-03-19 21:57:17 -04:00
"syn 1.0.109",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
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"
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"
2023-01-01 19:54:57 -05:00
[[package]]
name = "windows-sys"
2023-04-09 16:27:07 -04:00
version = "0.45.0"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-09 16:27:07 -04:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2023-01-01 19:54:57 -05:00
dependencies = [
2023-04-09 16:27:07 -04:00
"windows-targets 0.42.2",
2023-01-01 19:54:57 -05:00
]
2023-02-26 21:01:48 -05:00
[[package]]
name = "windows-sys"
2023-04-09 16:27:07 -04:00
version = "0.48.0"
2023-02-26 21:01:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-09 16:27:07 -04:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-02-26 21:01:48 -05:00
dependencies = [
2023-04-09 16:27:07 -04:00
"windows-targets 0.48.0",
2023-02-26 21:01:48 -05:00
]
[[package]]
name = "windows-targets"
2023-03-19 21:57:17 -04:00
version = "0.42.2"
2023-02-26 21:01:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-02-26 21:01:48 -05:00
dependencies = [
2023-04-09 16:27:07 -04:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-02-26 21:01:48 -05:00
]
2023-01-01 19:54:57 -05:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-19 21:57:17 -04:00
version = "0.42.2"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2023-01-01 19:54:57 -05:00
2023-04-09 16:27:07 -04:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2023-01-01 19:54:57 -05:00
[[package]]
name = "windows_aarch64_msvc"
2023-03-19 21:57:17 -04:00
version = "0.42.2"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2023-01-01 19:54:57 -05:00
2023-04-09 16:27:07 -04:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2023-01-01 19:54:57 -05:00
[[package]]
name = "windows_i686_gnu"
2023-03-19 21:57:17 -04:00
version = "0.42.2"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2023-01-01 19:54:57 -05:00
2023-04-09 16:27:07 -04:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2023-01-01 19:54:57 -05:00
[[package]]
name = "windows_i686_msvc"
2023-03-19 21:57:17 -04:00
version = "0.42.2"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-01-01 19:54:57 -05:00
2023-04-09 16:27:07 -04:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2023-01-01 19:54:57 -05:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-19 21:57:17 -04:00
version = "0.42.2"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-01-01 19:54:57 -05:00
2023-04-09 16:27:07 -04:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2023-01-01 19:54:57 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-19 21:57:17 -04:00
version = "0.42.2"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-01-01 19:54:57 -05:00
2023-04-09 16:27:07 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2023-01-01 19:54:57 -05:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-19 21:57:17 -04:00
version = "0.42.2"
2023-01-01 19:54:57 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-04-09 16:27:07 -04:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"