lanzaboote/rust/tool/Cargo.lock

1109 lines
28 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-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"
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-03-19 21:57:17 -04:00
version = "2.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 21:57:17 -04:00
checksum = "ec0b2340f55d9661d76793b2bfc2eb0e62689bd79d067a95707ea762afd5e9dd"
dependencies = [
2023-03-19 21:57:17 -04:00
"anstyle",
"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"
2023-03-19 21:57:17 -04:00
[[package]]
name = "bitflags"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1"
[[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-03-19 21:57:17 -04:00
version = "4.1.11"
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 = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098"
2022-11-21 19:29:16 -05:00
dependencies = [
2023-03-19 21:57:17 -04:00
"bitflags 2.0.2",
2022-11-21 19:29:16 -05:00
"clap_derive",
"clap_lex",
2023-02-26 21:01:48 -05:00
"is-terminal",
2022-11-21 19:29:16 -05:00
"once_cell",
"strsim",
"termcolor",
]
[[package]]
name = "clap_derive"
2023-03-19 21:57:17 -04:00
version = "4.1.9"
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 = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644"
2022-11-21 19:29:16 -05:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-19 21:57:17 -04:00
"syn 1.0.109",
2022-11-21 19:29:16 -05:00
]
[[package]]
name = "clap_lex"
2023-03-19 21:57:17 -04:00
version = "0.3.3"
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 = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646"
2022-11-21 19:29:16 -05:00
dependencies = [
"os_str_bytes",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[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-03-19 21:57:17 -04:00
"syn 2.0.2",
]
[[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-03-19 21:57:17 -04:00
"syn 2.0.2",
]
[[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",
]
[[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-02-26 21:01:48 -05:00
version = "0.2.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 = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
2023-01-01 19:54:57 -05:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2023-02-26 21:01:48 -05:00
"windows-sys 0.45.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",
"rustix",
"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"
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-03-19 21:57:17 -04:00
"bitflags 1.3.2",
"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
[[package]]
name = "os_str_bytes"
2023-03-19 21:57:17 -04:00
version = "6.5.0"
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 = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
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-03-19 21:57:17 -04:00
"anstyle",
"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-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-03-19 21:57:17 -04:00
"syn 1.0.109",
2022-11-21 19:29:16 -05:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2023-03-19 21:57:17 -04:00
version = "1.0.52"
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 = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
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-03-19 21:57:17 -04:00
"bitflags 1.3.2",
]
[[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-03-19 21:57:17 -04:00
"bitflags 1.3.2",
2023-02-26 21:01:48 -05:00
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"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-03-19 21:57:17 -04:00
version = "1.0.157"
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 = "707de5fcf5df2b5788fca98dd7eab490bc2fd9b7ef1404defc462833b83f25ca"
2022-11-23 09:26:26 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-03-19 21:57:17 -04:00
version = "1.0.157"
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 = "78997f4555c22a7971214540c4a661291970619afd56de19f77e0de86296e1e5"
2022-11-23 09:26:26 -05:00
dependencies = [
"proc-macro2",
"quote",
2023-03-19 21:57:17 -04:00
"syn 2.0.2",
2022-11-23 09:26:26 -05:00
]
[[package]]
name = "serde_json"
2023-03-12 20:45:02 -04:00
version = "1.0.94"
2022-11-23 09:26:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-12 20:45:02 -04:00
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
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"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59d3276aee1fa0c33612917969b5172b5be2db051232a6e4826f1a1a9191b045"
2022-11-21 19:29:16 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "tempfile"
2023-02-26 21:01:48 -05:00
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-26 21:01:48 -05:00
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall",
2023-02-26 21:01:48 -05:00
"rustix",
"windows-sys 0.42.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"
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"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
2023-02-26 21:01:48 -05:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[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 = [
"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-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
[[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
[[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
[[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
[[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
[[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
[[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"