| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "adler" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" |
| dependencies = [ |
| "cfg-if", |
| "getrandom", |
| "once_cell", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "anstream" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse", |
| "anstyle-wincon", |
| "concolor-override", |
| "concolor-query", |
| "is-terminal", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2" |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-wincon" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa" |
| dependencies = [ |
| "anstyle", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.70" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" |
| |
| [[package]] |
| name = "arc-swap" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" |
| |
| [[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", |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| |
| [[package]] |
| name = "base16ct" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" |
| |
| [[package]] |
| name = "base64" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" |
| |
| [[package]] |
| name = "base64ct" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
| |
| [[package]] |
| name = "benchsuite" |
| version = "0.0.0" |
| dependencies = [ |
| "cargo", |
| "criterion", |
| "flate2", |
| "tar", |
| "url", |
| ] |
| |
| [[package]] |
| name = "bit-set" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" |
| dependencies = [ |
| "bit-vec", |
| ] |
| |
| [[package]] |
| name = "bit-vec" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813" |
| |
| [[package]] |
| name = "bitmaps" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" |
| dependencies = [ |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" |
| dependencies = [ |
| "memchr", |
| "once_cell", |
| "regex-automata", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "btoi" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" |
| |
| [[package]] |
| name = "bytesize" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" |
| |
| [[package]] |
| name = "camino" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "capture" |
| version = "0.1.0" |
| dependencies = [ |
| "cargo_metadata", |
| "flate2", |
| "tar", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "cargo" |
| version = "0.72.2" |
| dependencies = [ |
| "anyhow", |
| "base64", |
| "bytesize", |
| "cargo-platform 0.1.3", |
| "cargo-test-macro", |
| "cargo-test-support", |
| "cargo-util", |
| "clap 4.2.1", |
| "crates-io", |
| "curl", |
| "curl-sys", |
| "env_logger 0.10.0", |
| "filetime", |
| "flate2", |
| "fwdansi", |
| "git2", |
| "git2-curl", |
| "gix", |
| "gix-features", |
| "glob", |
| "hex", |
| "hmac", |
| "home 0.5.5", |
| "http-auth", |
| "humantime 2.1.0", |
| "ignore", |
| "im-rc", |
| "indexmap", |
| "is-terminal", |
| "itertools", |
| "jobserver", |
| "lazy_static", |
| "lazycell", |
| "libc", |
| "libgit2-sys", |
| "log", |
| "memchr", |
| "opener", |
| "openssl", |
| "os_info", |
| "pasetors", |
| "pathdiff", |
| "pretty_env_logger", |
| "rand", |
| "rustfix", |
| "same-file", |
| "semver", |
| "serde", |
| "serde-value", |
| "serde_ignored", |
| "serde_json", |
| "sha1", |
| "shell-escape", |
| "snapbox", |
| "strip-ansi-escapes", |
| "tar", |
| "tempfile", |
| "termcolor", |
| "time", |
| "toml", |
| "toml_edit", |
| "unicode-width", |
| "unicode-xid", |
| "url", |
| "walkdir", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "cargo-credential" |
| version = "0.2.0" |
| |
| [[package]] |
| name = "cargo-credential-1password" |
| version = "0.2.0" |
| dependencies = [ |
| "cargo-credential", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cargo-credential-gnome-secret" |
| version = "0.2.0" |
| dependencies = [ |
| "cargo-credential", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "cargo-credential-macos-keychain" |
| version = "0.2.0" |
| dependencies = [ |
| "cargo-credential", |
| "security-framework", |
| ] |
| |
| [[package]] |
| name = "cargo-credential-wincred" |
| version = "0.2.0" |
| dependencies = [ |
| "cargo-credential", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.3" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-test-macro" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "cargo-test-support" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "cargo-test-macro", |
| "cargo-util", |
| "crates-io", |
| "filetime", |
| "flate2", |
| "git2", |
| "glob", |
| "itertools", |
| "lazy_static", |
| "pasetors", |
| "serde", |
| "serde_json", |
| "snapbox", |
| "tar", |
| "termcolor", |
| "time", |
| "toml", |
| "url", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "cargo-util" |
| version = "0.2.4" |
| dependencies = [ |
| "anyhow", |
| "core-foundation", |
| "filetime", |
| "hex", |
| "jobserver", |
| "libc", |
| "log", |
| "miow", |
| "same-file", |
| "sha2", |
| "shell-escape", |
| "tempfile", |
| "walkdir", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.14.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" |
| dependencies = [ |
| "camino", |
| "cargo-platform 0.1.2", |
| "semver", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cast" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.79" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
| dependencies = [ |
| "jobserver", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "clap" |
| version = "2.34.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "textwrap", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3" |
| dependencies = [ |
| "clap_builder", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "bitflags 1.3.2", |
| "clap_lex", |
| "strsim", |
| "terminal_size", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" |
| |
| [[package]] |
| name = "clru" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807" |
| |
| [[package]] |
| name = "concolor-override" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f" |
| |
| [[package]] |
| name = "concolor-query" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf" |
| dependencies = [ |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "const-oid" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" |
| |
| [[package]] |
| name = "content_inspector" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crates-io" |
| version = "0.37.0" |
| dependencies = [ |
| "anyhow", |
| "curl", |
| "percent-encoding", |
| "serde", |
| "serde_json", |
| "url", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "criterion" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f" |
| dependencies = [ |
| "atty", |
| "cast", |
| "clap 2.34.0", |
| "criterion-plot", |
| "csv", |
| "itertools", |
| "lazy_static", |
| "num-traits", |
| "oorandom", |
| "plotters", |
| "rayon", |
| "regex", |
| "serde", |
| "serde_cbor", |
| "serde_derive", |
| "serde_json", |
| "tinytemplate", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "criterion-plot" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876" |
| dependencies = [ |
| "cast", |
| "itertools", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "crossbeam-utils", |
| "memoffset", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crypto-bigint" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c2538c4e68e52548bacb3e83ac549f903d44f011ac9d5abb5e132e67d0808f7" |
| dependencies = [ |
| "generic-array", |
| "rand_core", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[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 = "csv" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" |
| dependencies = [ |
| "csv-core", |
| "itoa 1.0.6", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "csv-core" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "ct-codecs" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df" |
| |
| [[package]] |
| name = "ctor" |
| version = "0.1.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" |
| dependencies = [ |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "curl" |
| version = "0.4.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" |
| dependencies = [ |
| "curl-sys", |
| "libc", |
| "openssl-probe", |
| "openssl-sys", |
| "schannel", |
| "socket2", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "curl-sys" |
| version = "0.4.61+curl-8.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libnghttp2-sys", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| "vcpkg", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "der" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82b10af9f9f9f2134a42d3f8aa74658660f2e0234b0eb81bd171df8aa32779ed" |
| dependencies = [ |
| "const-oid", |
| "pem-rfc7468", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "diff" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" |
| dependencies = [ |
| "block-buffer", |
| "const-oid", |
| "crypto-common", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "dunce" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" |
| |
| [[package]] |
| name = "ecdsa" |
| version = "0.16.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a48e5d537b8a30c0b023116d981b16334be1485af7ca68db3a2b7024cbc957fd" |
| dependencies = [ |
| "der", |
| "digest", |
| "elliptic-curve", |
| "rfc6979", |
| "signature", |
| ] |
| |
| [[package]] |
| name = "ed25519-compact" |
| version = "2.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a3d382e8464107391c8706b4c14b087808ecb909f6c15c34114bc42e53a9e4c" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" |
| |
| [[package]] |
| name = "elliptic-curve" |
| version = "0.13.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75c71eaa367f2e5d556414a8eea812bc62985c879748d6403edabd9cb03f16e7" |
| dependencies = [ |
| "base16ct", |
| "crypto-bigint", |
| "digest", |
| "ff", |
| "generic-array", |
| "group", |
| "hkdf", |
| "pem-rfc7468", |
| "pkcs8", |
| "rand_core", |
| "sec1", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
| dependencies = [ |
| "atty", |
| "humantime 1.3.0", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" |
| dependencies = [ |
| "humantime 2.1.0", |
| "is-terminal", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "errno-dragonfly" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
| dependencies = [ |
| "instant", |
| ] |
| |
| [[package]] |
| name = "ff" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" |
| dependencies = [ |
| "rand_core", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "fiat-crypto" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77" |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall 0.2.16", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" |
| dependencies = [ |
| "crc32fast", |
| "libz-sys", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "foreign-types" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| dependencies = [ |
| "foreign-types-shared", |
| ] |
| |
| [[package]] |
| name = "foreign-types-shared" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "fwdansi" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208" |
| dependencies = [ |
| "memchr", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "wasi", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "git2" |
| version = "0.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b7905cdfe33d31a88bb2e8419ddd054451f5432d1da9eaf2ac7804ee1ea12d5" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "libc", |
| "libgit2-sys", |
| "log", |
| "openssl-probe", |
| "openssl-sys", |
| "url", |
| ] |
| |
| [[package]] |
| name = "git2-curl" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8f8b7432b72928cff76f69e59ed5327f94a52763731e71274960dee72fe5f8c" |
| dependencies = [ |
| "curl", |
| "git2", |
| "log", |
| "url", |
| ] |
| |
| [[package]] |
| name = "gix" |
| version = "0.44.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bf41b61f7df395284f7a579c0fa1a7e012c5aede655174d4e91299ef1cac643" |
| dependencies = [ |
| "gix-actor", |
| "gix-attributes", |
| "gix-config", |
| "gix-credentials", |
| "gix-date", |
| "gix-diff", |
| "gix-discover", |
| "gix-features", |
| "gix-fs", |
| "gix-glob", |
| "gix-hash", |
| "gix-hashtable", |
| "gix-ignore", |
| "gix-index", |
| "gix-lock", |
| "gix-mailmap", |
| "gix-object", |
| "gix-odb", |
| "gix-pack", |
| "gix-path", |
| "gix-prompt", |
| "gix-protocol", |
| "gix-ref", |
| "gix-refspec", |
| "gix-revision", |
| "gix-sec", |
| "gix-tempfile", |
| "gix-transport", |
| "gix-traverse", |
| "gix-url", |
| "gix-utils", |
| "gix-validate", |
| "gix-worktree", |
| "log", |
| "once_cell", |
| "prodash", |
| "signal-hook", |
| "smallvec", |
| "thiserror", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "gix-actor" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "848efa0f1210cea8638f95691c82a46f98a74b9e3524f01d4955ebc25a8f84f3" |
| dependencies = [ |
| "bstr", |
| "btoi", |
| "gix-date", |
| "itoa 1.0.6", |
| "nom", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-attributes" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3015baa01ad2122fbcaab7863c857a603eb7b7ec12ac8141207c42c6439805e2" |
| dependencies = [ |
| "bstr", |
| "gix-glob", |
| "gix-path", |
| "gix-quote", |
| "kstring", |
| "log", |
| "smallvec", |
| "thiserror", |
| "unicode-bom", |
| ] |
| |
| [[package]] |
| name = "gix-bitmap" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55a95f4942360766c3880bdb2b4b57f1ef73b190fc424755e7fdf480430af618" |
| dependencies = [ |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-chunk" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0d39583cab06464b8bf73b3f1707458270f0e7383cb24c3c9c1a16e6f792978" |
| dependencies = [ |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-command" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2c6f75c1e0f924de39e750880a6e21307194bb1ab773efe3c7d2d787277f8ab" |
| dependencies = [ |
| "bstr", |
| ] |
| |
| [[package]] |
| name = "gix-config" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d252a0eddb6df74600d3d8872dc9fe98835a7da43110411d705b682f49d4ac1" |
| dependencies = [ |
| "bstr", |
| "gix-config-value", |
| "gix-features", |
| "gix-glob", |
| "gix-path", |
| "gix-ref", |
| "gix-sec", |
| "log", |
| "memchr", |
| "nom", |
| "once_cell", |
| "smallvec", |
| "thiserror", |
| "unicode-bom", |
| ] |
| |
| [[package]] |
| name = "gix-config-value" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "786861e84a5793ad5f863d846de5eb064cd23b87e61ad708c8c402608202e7be" |
| dependencies = [ |
| "bitflags 2.2.1", |
| "bstr", |
| "gix-path", |
| "libc", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-credentials" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4874a4fc11ffa844a3c2b87a66957bda30a73b577ef1acf15ac34df5745de5ff" |
| dependencies = [ |
| "bstr", |
| "gix-command", |
| "gix-config-value", |
| "gix-path", |
| "gix-prompt", |
| "gix-sec", |
| "gix-url", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-date" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99056f37270715f5c7584fd8b46899a2296af9cae92463bf58b8bd1f5a78e553" |
| dependencies = [ |
| "bstr", |
| "itoa 1.0.6", |
| "thiserror", |
| "time", |
| ] |
| |
| [[package]] |
| name = "gix-diff" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "644a0f2768bc42d7a69289ada80c9e15c589caefc6a315d2307202df83ed1186" |
| dependencies = [ |
| "gix-hash", |
| "gix-object", |
| "imara-diff", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-discover" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5012710ebdecf6193c6866d6409a3b702a4aa0d78c605bc343590b44ab9962a1" |
| dependencies = [ |
| "bstr", |
| "dunce", |
| "gix-hash", |
| "gix-path", |
| "gix-ref", |
| "gix-sec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-features" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf69b0f5c701cc3ae22d3204b671907668f6437ca88862d355eaf9bc47a4f897" |
| dependencies = [ |
| "bytes", |
| "crc32fast", |
| "crossbeam-channel", |
| "flate2", |
| "gix-hash", |
| "libc", |
| "once_cell", |
| "parking_lot", |
| "prodash", |
| "sha1_smol", |
| "thiserror", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "gix-fs" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b37a1832f691fdc09910bd267f9a2e413737c1f9ec68c6e31f9e802616278a9" |
| dependencies = [ |
| "gix-features", |
| ] |
| |
| [[package]] |
| name = "gix-glob" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c07c98204529ac3f24b34754540a852593d2a4c7349008df389240266627a72a" |
| dependencies = [ |
| "bitflags 2.2.1", |
| "bstr", |
| "gix-features", |
| "gix-path", |
| ] |
| |
| [[package]] |
| name = "gix-hash" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "078eec3ac2808cc03f0bddd2704cb661da5c5dc33b41a9d7947b141d499c7c42" |
| dependencies = [ |
| "hex", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-hashtable" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "afebb85691c6a085b114e01a27f4a61364519298c5826cb87a45c304802299bc" |
| dependencies = [ |
| "gix-hash", |
| "hashbrown 0.13.2", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "gix-ignore" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba205b6df563e2906768bb22834c82eb46c5fdfcd86ba2c347270bc8309a05b2" |
| dependencies = [ |
| "bstr", |
| "gix-glob", |
| "gix-path", |
| "unicode-bom", |
| ] |
| |
| [[package]] |
| name = "gix-index" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa282756760f79c401d4f4f42588fbb4aa27bbb4b0830f3b4d3480c21a4ac5a7" |
| dependencies = [ |
| "bitflags 2.2.1", |
| "bstr", |
| "btoi", |
| "filetime", |
| "gix-bitmap", |
| "gix-features", |
| "gix-hash", |
| "gix-lock", |
| "gix-object", |
| "gix-traverse", |
| "itoa 1.0.6", |
| "memmap2", |
| "smallvec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-lock" |
| version = "5.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41b80172055c5d8017a48ddac5cc7a95421c00211047db0165c97853c4f05194" |
| dependencies = [ |
| "fastrand", |
| "gix-tempfile", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-mailmap" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8856cec3bdc3610c06970d28b6cb20a0c6621621cf9a8ec48cbd23f2630f362" |
| dependencies = [ |
| "bstr", |
| "gix-actor", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-object" |
| version = "0.29.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c9bb30ce0818d37096daa29efe361a4bc6dd0b51a5726598898be7e9a40a01e1" |
| dependencies = [ |
| "bstr", |
| "btoi", |
| "gix-actor", |
| "gix-features", |
| "gix-hash", |
| "gix-validate", |
| "hex", |
| "itoa 1.0.6", |
| "nom", |
| "smallvec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-odb" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bca2f324aa67672b6d0f2c0fa93f96eb6a7029d260e4c1df5dce3c015f5e5add" |
| dependencies = [ |
| "arc-swap", |
| "gix-features", |
| "gix-hash", |
| "gix-object", |
| "gix-pack", |
| "gix-path", |
| "gix-quote", |
| "parking_lot", |
| "tempfile", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-pack" |
| version = "0.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "164a515900a83257ae4aa80e741655bee7a2e39113fb535d7a5ac623b445ff20" |
| dependencies = [ |
| "clru", |
| "gix-chunk", |
| "gix-diff", |
| "gix-features", |
| "gix-hash", |
| "gix-hashtable", |
| "gix-object", |
| "gix-path", |
| "gix-tempfile", |
| "gix-traverse", |
| "memmap2", |
| "parking_lot", |
| "smallvec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-packetline" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51f53abaf1171d2fe99f80ac8ed6645904a1bfd706674749ac112bdd2d4f0777" |
| dependencies = [ |
| "bstr", |
| "hex", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-path" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fc78f47095a0c15aea0e66103838f0748f4494bf7a9555dfe0f00425400396c" |
| dependencies = [ |
| "bstr", |
| "home 0.5.5", |
| "once_cell", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-prompt" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "330d11fdf88fff3366c2491efde2f3e454958efe7d5ddf60272e8fb1d944bb01" |
| dependencies = [ |
| "gix-command", |
| "gix-config-value", |
| "parking_lot", |
| "rustix", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-protocol" |
| version = "0.32.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877e49417f1730f4dbc2f7d9a2ab0f8b2f49ef08f97270691403ecde3d961e3a" |
| dependencies = [ |
| "bstr", |
| "btoi", |
| "gix-credentials", |
| "gix-features", |
| "gix-hash", |
| "gix-transport", |
| "maybe-async", |
| "nom", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-quote" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a282f5a8d9ee0b09ec47390ac727350c48f2f5c76d803cd8da6b3e7ad56e0bcb" |
| dependencies = [ |
| "bstr", |
| "btoi", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-ref" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8212ecfe41815a2f1b059d82171d6276758cfac5506a5e0f04ad45ef0b1924a" |
| dependencies = [ |
| "gix-actor", |
| "gix-features", |
| "gix-fs", |
| "gix-hash", |
| "gix-lock", |
| "gix-object", |
| "gix-path", |
| "gix-tempfile", |
| "gix-validate", |
| "memmap2", |
| "nom", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-refspec" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a6ea733820df67e4cd7797deb12727905824d8f5b7c59d943c456d314475892" |
| dependencies = [ |
| "bstr", |
| "gix-hash", |
| "gix-revision", |
| "gix-validate", |
| "smallvec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-revision" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "810f35e9afeccca999d5d348b239f9c162353127d2e13ff3240e31b919e35476" |
| dependencies = [ |
| "bstr", |
| "gix-date", |
| "gix-hash", |
| "gix-hashtable", |
| "gix-object", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-sec" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "794520043d5a024dfeac335c6e520cb616f6963e30dab995892382e998c12897" |
| dependencies = [ |
| "bitflags 2.2.1", |
| "gix-path", |
| "libc", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "gix-tempfile" |
| version = "5.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2ceb30a610e3f5f2d5f9a5114689fde507ba9417705a8cf3429604275b2153c" |
| dependencies = [ |
| "libc", |
| "once_cell", |
| "parking_lot", |
| "signal-hook", |
| "signal-hook-registry", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "gix-transport" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f01c2bf7b989c679695ef635fc7d9e80072e08101be4b53193c8e8b649900102" |
| dependencies = [ |
| "base64", |
| "bstr", |
| "curl", |
| "gix-command", |
| "gix-credentials", |
| "gix-features", |
| "gix-packetline", |
| "gix-quote", |
| "gix-sec", |
| "gix-url", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-traverse" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5be1e807f288c33bb005075111886cceb43ed8a167b3182a0f62c186e2a0dd1" |
| dependencies = [ |
| "gix-hash", |
| "gix-hashtable", |
| "gix-object", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-url" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfc77f89054297cc81491e31f1bab4027e554b5ef742a44bd7035db9a0f78b76" |
| dependencies = [ |
| "bstr", |
| "gix-features", |
| "gix-path", |
| "home 0.5.5", |
| "thiserror", |
| "url", |
| ] |
| |
| [[package]] |
| name = "gix-utils" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c10b69beac219acb8df673187a1f07dde2d74092f974fb3f9eb385aeb667c909" |
| dependencies = [ |
| "fastrand", |
| ] |
| |
| [[package]] |
| name = "gix-validate" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7bd629d3680773e1785e585d76fd4295b740b559cad9141517300d99a0c8c049" |
| dependencies = [ |
| "bstr", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-worktree" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10bf56a1f5037d84293ea6cece61d9f27c4866b1e13c1c95f37cf56b7da7af25" |
| dependencies = [ |
| "bstr", |
| "filetime", |
| "gix-attributes", |
| "gix-features", |
| "gix-fs", |
| "gix-glob", |
| "gix-hash", |
| "gix-ignore", |
| "gix-index", |
| "gix-object", |
| "gix-path", |
| "io-close", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| |
| [[package]] |
| name = "globset" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" |
| dependencies = [ |
| "aho-corasick", |
| "bstr", |
| "fnv", |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "group" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" |
| dependencies = [ |
| "ff", |
| "rand_core", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "1.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" |
| |
| [[package]] |
| name = "handlebars" |
| version = "3.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3" |
| dependencies = [ |
| "log", |
| "pest", |
| "pest_derive", |
| "quick-error 2.0.1", |
| "serde", |
| "serde_json", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" |
| |
| [[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" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "hkdf" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" |
| dependencies = [ |
| "hmac", |
| ] |
| |
| [[package]] |
| name = "hmac" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| dependencies = [ |
| "digest", |
| ] |
| |
| [[package]] |
| name = "home" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" |
| dependencies = [ |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "home" |
| version = "0.5.6" |
| dependencies = [ |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "http-auth" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5430cacd7a1f9a02fbeb350dfc81a0e5ed42d81f3398cb0ba184017f85bdcfbc" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "humantime" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
| dependencies = [ |
| "quick-error 1.2.3", |
| ] |
| |
| [[package]] |
| name = "humantime" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| |
| [[package]] |
| name = "idna" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" |
| dependencies = [ |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "ignore" |
| version = "0.4.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" |
| dependencies = [ |
| "globset", |
| "lazy_static", |
| "log", |
| "memchr", |
| "regex", |
| "same-file", |
| "thread_local", |
| "walkdir", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "im-rc" |
| version = "15.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" |
| dependencies = [ |
| "bitmaps", |
| "rand_core", |
| "rand_xoshiro", |
| "sized-chunks", |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "imara-diff" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e98c1d0ad70fc91b8b9654b1f33db55e59579d3b3de2bffdced0fdb810570cb8" |
| dependencies = [ |
| "ahash", |
| "hashbrown 0.12.3", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "1.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| dependencies = [ |
| "autocfg", |
| "hashbrown 0.12.3", |
| ] |
| |
| [[package]] |
| name = "instant" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "io-close" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "io-lifetimes" |
| version = "1.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" |
| dependencies = [ |
| "hermit-abi 0.3.1", |
| "libc", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "is-terminal" |
| version = "0.4.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" |
| dependencies = [ |
| "hermit-abi 0.3.1", |
| "io-lifetimes", |
| "rustix", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "kstring" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747" |
| dependencies = [ |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "lazycell" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| |
| [[package]] |
| name = "leb128" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.144" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" |
| |
| [[package]] |
| name = "libgit2-sys" |
| version = "0.15.1+1.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb4577bde8cdfc7d6a2a4bcb7b049598597de33ffd337276e9c7db6cd4a2cee7" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libssh2-sys", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" |
| |
| [[package]] |
| name = "libnghttp2-sys" |
| version = "0.1.7+1.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "libssh2-sys" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "libz-sys" |
| version = "1.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "maybe-async" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f1b8c13cb1f814b634a96b2c725449fe7ed464a7b8781de8688be5ffbd3f305" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "mdman" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "handlebars", |
| "pretty_assertions", |
| "pulldown-cmark", |
| "same-file", |
| "serde_json", |
| "url", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.5.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "minimal-lexical" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" |
| dependencies = [ |
| "adler", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123" |
| dependencies = [ |
| "windows-sys 0.42.0", |
| ] |
| |
| [[package]] |
| name = "nom" |
| version = "7.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| dependencies = [ |
| "memchr", |
| "minimal-lexical", |
| ] |
| |
| [[package]] |
| name = "normalize-line-endings" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" |
| dependencies = [ |
| "hermit-abi 0.2.6", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "num_threads" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
| |
| [[package]] |
| name = "opener" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005" |
| dependencies = [ |
| "bstr", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "openssl" |
| version = "0.10.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e30d8bc91859781f0a943411186324d580f2bbeb71b452fe91ae344806af3f1" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "cfg-if", |
| "foreign-types", |
| "libc", |
| "once_cell", |
| "openssl-macros", |
| "openssl-sys", |
| ] |
| |
| [[package]] |
| name = "openssl-macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.14", |
| ] |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
| |
| [[package]] |
| name = "openssl-src" |
| version = "111.25.3+1.1.1t" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "924757a6a226bf60da5f7dd0311a34d2b52283dd82ddeb103208ddc66362f80c" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "openssl-sys" |
| version = "0.9.85" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d3d193fb1488ad46ffe3aaabc912cc931d02ee8518fe2959aea8ef52718b0c0" |
| dependencies = [ |
| "cc", |
| "libc", |
| "openssl-src", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "ordered-float" |
| version = "2.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "orion" |
| version = "0.17.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cbe74a766292f94f7e69db5a7bf010eadd944f24186c463fe578a7e637582066" |
| dependencies = [ |
| "fiat-crypto", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "os_info" |
| version = "3.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e" |
| dependencies = [ |
| "log", |
| "serde", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "output_vt100" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "p384" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" |
| dependencies = [ |
| "ecdsa", |
| "elliptic-curve", |
| "primeorder", |
| "sha2", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall 0.2.16", |
| "smallvec", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "partial_ref" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f728bc9b1479656e40cba507034904a8c44027c0efdbbaf6a4bdc5f2d3a910c" |
| dependencies = [ |
| "partial_ref_derive", |
| ] |
| |
| [[package]] |
| name = "partial_ref_derive" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "300e1d2cb5b898b5a5342e994e0d0c367dbfe69cbf717cd307045ec9fb057581" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "pasetors" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "824bf633b85dc1dece2eb07161627ba5d90a951597cd5dbf8d85f4d82b7aea69" |
| dependencies = [ |
| "ct-codecs", |
| "ed25519-compact", |
| "getrandom", |
| "orion", |
| "p384", |
| "rand_core", |
| "regex", |
| "serde", |
| "serde_json", |
| "sha2", |
| "subtle", |
| "time", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "pathdiff" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
| |
| [[package]] |
| name = "pem-rfc7468" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
| dependencies = [ |
| "base64ct", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" |
| |
| [[package]] |
| name = "pest" |
| version = "2.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b1403e8401ad5dedea73c626b99758535b342502f8d1e361f4a2dd952749122" |
| dependencies = [ |
| "thiserror", |
| "ucd-trie", |
| ] |
| |
| [[package]] |
| name = "pest_derive" |
| version = "2.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be99c4c1d2fc2769b1d00239431d711d08f6efedcecb8b6e30707160aee99c15" |
| dependencies = [ |
| "pest", |
| "pest_generator", |
| ] |
| |
| [[package]] |
| name = "pest_generator" |
| version = "2.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e56094789873daa36164de2e822b3888c6ae4b4f9da555a1103587658c805b1e" |
| dependencies = [ |
| "pest", |
| "pest_meta", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.14", |
| ] |
| |
| [[package]] |
| name = "pest_meta" |
| version = "2.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6733073c7cff3d8459fda0e42f13a047870242aed8b509fe98000928975f359e" |
| dependencies = [ |
| "once_cell", |
| "pest", |
| "sha2", |
| ] |
| |
| [[package]] |
| name = "pkcs8" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| dependencies = [ |
| "der", |
| "spki", |
| ] |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" |
| |
| [[package]] |
| name = "plotters" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" |
| dependencies = [ |
| "num-traits", |
| "plotters-backend", |
| "plotters-svg", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "plotters-backend" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" |
| |
| [[package]] |
| name = "plotters-svg" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" |
| dependencies = [ |
| "plotters-backend", |
| ] |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
| |
| [[package]] |
| name = "pretty_assertions" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" |
| dependencies = [ |
| "ctor", |
| "diff", |
| "output_vt100", |
| "yansi", |
| ] |
| |
| [[package]] |
| name = "pretty_env_logger" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d" |
| dependencies = [ |
| "env_logger 0.7.1", |
| "log", |
| ] |
| |
| [[package]] |
| name = "primeorder" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf8d3875361e28f7753baefef104386e7aa47642c93023356d97fdef4003bfb5" |
| dependencies = [ |
| "elliptic-curve", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.64" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "prodash" |
| version = "23.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9516b775656bc3e8985e19cd4b8c0c0de045095074e453d2c0a513b5f978392d" |
| dependencies = [ |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "proptest" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29f1b898011ce9595050a68e60f90bad083ff2987a695a42357134c8381fba70" |
| dependencies = [ |
| "bit-set", |
| "bitflags 1.3.2", |
| "byteorder", |
| "lazy_static", |
| "num-traits", |
| "quick-error 2.0.1", |
| "rand", |
| "rand_chacha", |
| "rand_xorshift", |
| "regex-syntax", |
| "rusty-fork", |
| "tempfile", |
| "unarray", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "memchr", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "quick-error" |
| version = "1.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| |
| [[package]] |
| name = "quick-error" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[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 = "rand_xorshift" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" |
| dependencies = [ |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_xoshiro" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| dependencies = [ |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" |
| dependencies = [ |
| "crossbeam-channel", |
| "crossbeam-deque", |
| "crossbeam-utils", |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
| |
| [[package]] |
| name = "resolver-tests" |
| version = "0.0.0" |
| dependencies = [ |
| "cargo", |
| "cargo-util", |
| "is-terminal", |
| "lazy_static", |
| "proptest", |
| "varisat", |
| ] |
| |
| [[package]] |
| name = "rfc6979" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" |
| dependencies = [ |
| "hmac", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "rustfix" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481" |
| dependencies = [ |
| "anyhow", |
| "log", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "0.37.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0661814f891c57c930a610266415528da53c4933e6dea5fb350cbfe048a9ece" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "errno", |
| "io-lifetimes", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "rusty-fork" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" |
| dependencies = [ |
| "fnv", |
| "quick-error 1.2.3", |
| "tempfile", |
| "wait-timeout", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" |
| |
| [[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 = "schannel" |
| version = "0.1.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" |
| dependencies = [ |
| "windows-sys 0.42.0", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
| |
| [[package]] |
| name = "sec1" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e" |
| dependencies = [ |
| "base16ct", |
| "der", |
| "generic-array", |
| "pkcs8", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "security-framework" |
| version = "2.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "2.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "semver-check" |
| version = "0.0.0" |
| dependencies = [ |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.160" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde-value" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" |
| dependencies = [ |
| "ordered-float", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_cbor" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" |
| dependencies = [ |
| "half", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.160" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.14", |
| ] |
| |
| [[package]] |
| name = "serde_ignored" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94eb4a4087ba8bdf14a9208ac44fddbf55c01a6195f7edfc511ddaff6cae45a6" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.95" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" |
| dependencies = [ |
| "itoa 1.0.6", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sha1_smol" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "shell-escape" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
| |
| [[package]] |
| name = "signal-hook" |
| version = "0.3.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" |
| dependencies = [ |
| "libc", |
| "signal-hook-registry", |
| ] |
| |
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "signature" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" |
| dependencies = [ |
| "digest", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "similar" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" |
| |
| [[package]] |
| name = "sized-chunks" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" |
| dependencies = [ |
| "bitmaps", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" |
| |
| [[package]] |
| name = "snapbox" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9615402f9cff539301119bdf2c2f328739cf2b45c2116666618fb6ac399f75bb" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "content_inspector", |
| "dunce", |
| "filetime", |
| "normalize-line-endings", |
| "similar", |
| "snapbox-macros", |
| "tempfile", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "snapbox-macros" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8e40c667388ed1cb5060f545d0013bf0a23efdfa6c5c3e9ef592de391cd860f" |
| dependencies = [ |
| "anstream", |
| ] |
| |
| [[package]] |
| name = "socket2" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "spki" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37a5be806ab6f127c3da44b7378837ebf01dadca8510a0e572460216b228bd0e" |
| dependencies = [ |
| "base64ct", |
| "der", |
| ] |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "strip-ansi-escapes" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8" |
| dependencies = [ |
| "vte", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| |
| [[package]] |
| name = "subtle" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.109" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcf316d5356ed6847742d036f8a39c3b8435cac10bd528a4bd461928a6ab34d5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "tar" |
| version = "0.4.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96" |
| dependencies = [ |
| "filetime", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" |
| dependencies = [ |
| "cfg-if", |
| "fastrand", |
| "redox_syscall 0.3.5", |
| "rustix", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "terminal_size" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" |
| dependencies = [ |
| "rustix", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "textwrap" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.14", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.3.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" |
| dependencies = [ |
| "itoa 1.0.6", |
| "libc", |
| "num_threads", |
| "serde", |
| "time-core", |
| "time-macros", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" |
| |
| [[package]] |
| name = "time-macros" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" |
| dependencies = [ |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "tinytemplate" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "toml" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" |
| dependencies = [ |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.19.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" |
| dependencies = [ |
| "indexmap", |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
| |
| [[package]] |
| name = "ucd-trie" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" |
| |
| [[package]] |
| name = "unarray" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" |
| |
| [[package]] |
| name = "unicase" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
| |
| [[package]] |
| name = "unicode-bom" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98e90c70c9f0d4d1ee6d0a7d04aa06cb9bbd53d8cfbdd62a0269a7c2eb640552" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
| |
| [[package]] |
| name = "url" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
| |
| [[package]] |
| name = "varisat" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebe609851d1e9196674ac295f656bd8601200a1077343d22b345013497807caf" |
| dependencies = [ |
| "anyhow", |
| "itoa 0.4.8", |
| "leb128", |
| "log", |
| "ordered-float", |
| "partial_ref", |
| "rustc-hash", |
| "serde", |
| "thiserror", |
| "varisat-checker", |
| "varisat-dimacs", |
| "varisat-formula", |
| "varisat-internal-macros", |
| "varisat-internal-proof", |
| "vec_mut_scan", |
| ] |
| |
| [[package]] |
| name = "varisat-checker" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "135c977c5913ed6e98f6b81b8e4d322211303b7d40dae773caef7ad1de6c763b" |
| dependencies = [ |
| "anyhow", |
| "log", |
| "partial_ref", |
| "rustc-hash", |
| "smallvec", |
| "thiserror", |
| "varisat-dimacs", |
| "varisat-formula", |
| "varisat-internal-proof", |
| ] |
| |
| [[package]] |
| name = "varisat-dimacs" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d1dee4e21be1f04c0a939f7ae710cced47233a578de08a1b3c7d50848402636" |
| dependencies = [ |
| "anyhow", |
| "itoa 0.4.8", |
| "thiserror", |
| "varisat-formula", |
| ] |
| |
| [[package]] |
| name = "varisat-formula" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "395c5543b9bfd9076d6d3af49d6c34a4b91b0b355998c0a5ec6ed7265d364520" |
| |
| [[package]] |
| name = "varisat-internal-macros" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "602ece773543d066aa7848455486c6c0422a3f214da7a2b899100f3c4f12408d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "regex", |
| "syn 1.0.109", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "varisat-internal-proof" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6163bb7bc9018af077b76d64f976803d141c36a27d640f1437dddc4fd527d207" |
| dependencies = [ |
| "anyhow", |
| "varisat-formula", |
| ] |
| |
| [[package]] |
| name = "vcpkg" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| |
| [[package]] |
| name = "vec_mut_scan" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68ed610a8d5e63d9c0e31300e8fdb55104c5f21e422743a9dc74848fa8317fd2" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| |
| [[package]] |
| name = "vte" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983" |
| dependencies = [ |
| "arrayvec", |
| "utf8parse", |
| "vte_generate_state_changes", |
| ] |
| |
| [[package]] |
| name = "vte_generate_state_changes" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "wait-timeout" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[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", |
| "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", |
| "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" |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[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" |
| |
| [[package]] |
| name = "windows" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
| dependencies = [ |
| "windows-targets 0.48.0", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
| dependencies = [ |
| "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-sys" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| dependencies = [ |
| "windows-targets 0.42.2", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| dependencies = [ |
| "windows-targets 0.48.0", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| dependencies = [ |
| "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", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
| |
| [[package]] |
| name = "winnow" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "xtask-build-man" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "xtask-stale-label" |
| version = "0.0.0" |
| dependencies = [ |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "xtask-unpublished" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "cargo", |
| "clap 4.2.1", |
| "env_logger 0.10.0", |
| "log", |
| ] |
| |
| [[package]] |
| name = "yansi" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" |