You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2590 lines
65 KiB
2590 lines
65 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "addr2line" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" |
|
dependencies = [ |
|
"gimli", |
|
] |
|
|
|
[[package]] |
|
name = "adler" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
[[package]] |
|
name = "aes" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
|
dependencies = [ |
|
"cfg-if", |
|
"cipher", |
|
"cpufeatures", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "1.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "alloc-no-stdlib" |
|
version = "2.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" |
|
|
|
[[package]] |
|
name = "alloc-stdlib" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" |
|
dependencies = [ |
|
"alloc-no-stdlib", |
|
] |
|
|
|
[[package]] |
|
name = "anstream" |
|
version = "0.6.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" |
|
dependencies = [ |
|
"anstyle", |
|
"anstyle-parse", |
|
"anstyle-query", |
|
"anstyle-wincon", |
|
"colorchoice", |
|
"is_terminal_polyfill", |
|
"utf8parse", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" |
|
|
|
[[package]] |
|
name = "anstyle-parse" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" |
|
dependencies = [ |
|
"utf8parse", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle-query" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" |
|
dependencies = [ |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle-wincon" |
|
version = "3.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" |
|
dependencies = [ |
|
"anstyle", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "anyhow" |
|
version = "1.0.86" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" |
|
|
|
[[package]] |
|
name = "arbitrary" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" |
|
dependencies = [ |
|
"derive_arbitrary", |
|
] |
|
|
|
[[package]] |
|
name = "async-compression" |
|
version = "0.4.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c90a406b4495d129f00461241616194cb8a032c8d1c53c657f0961d5f8e0498" |
|
dependencies = [ |
|
"brotli", |
|
"futures-core", |
|
"memchr", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.72" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11" |
|
dependencies = [ |
|
"addr2line", |
|
"cc", |
|
"cfg-if", |
|
"libc", |
|
"miniz_oxide", |
|
"object", |
|
"rustc-demangle", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.22.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
|
|
|
[[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 = "brotli" |
|
version = "6.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" |
|
dependencies = [ |
|
"alloc-no-stdlib", |
|
"alloc-stdlib", |
|
"brotli-decompressor", |
|
] |
|
|
|
[[package]] |
|
name = "brotli-decompressor" |
|
version = "4.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" |
|
dependencies = [ |
|
"alloc-no-stdlib", |
|
"alloc-stdlib", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
|
|
|
[[package]] |
|
name = "bytecount" |
|
version = "0.6.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" |
|
|
|
[[package]] |
|
name = "bzip2" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" |
|
dependencies = [ |
|
"bzip2-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "bzip2-sys" |
|
version = "0.1.11+1.0.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.98" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" |
|
dependencies = [ |
|
"jobserver", |
|
"libc", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.38" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
|
dependencies = [ |
|
"num-traits", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "cipher" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
|
dependencies = [ |
|
"crypto-common", |
|
"inout", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "4.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f" |
|
dependencies = [ |
|
"clap_builder", |
|
"clap_derive", |
|
] |
|
|
|
[[package]] |
|
name = "clap_builder" |
|
version = "4.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f" |
|
dependencies = [ |
|
"anstream", |
|
"anstyle", |
|
"clap_lex", |
|
"strsim", |
|
] |
|
|
|
[[package]] |
|
name = "clap_complete" |
|
version = "4.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2020fa13af48afc65a9a87335bda648309ab3d154cd03c7ff95b378c7ed39c4" |
|
dependencies = [ |
|
"clap", |
|
] |
|
|
|
[[package]] |
|
name = "clap_derive" |
|
version = "4.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" |
|
dependencies = [ |
|
"heck", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "clap_lex" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" |
|
|
|
[[package]] |
|
name = "colorchoice" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" |
|
|
|
[[package]] |
|
name = "colored" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
|
dependencies = [ |
|
"lazy_static", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "console" |
|
version = "0.15.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
|
dependencies = [ |
|
"encode_unicode", |
|
"lazy_static", |
|
"libc", |
|
"unicode-width", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "constant_time_eq" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.8.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
|
|
|
[[package]] |
|
name = "cpufeatures" |
|
version = "0.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crc" |
|
version = "3.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" |
|
dependencies = [ |
|
"crc-catalog", |
|
] |
|
|
|
[[package]] |
|
name = "crc-catalog" |
|
version = "2.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
|
dependencies = [ |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.9.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.8.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
|
|
|
[[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.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" |
|
dependencies = [ |
|
"csv-core", |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "csv-core" |
|
version = "0.1.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "deflate64" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83ace6c86376be0b6cdcf3fb41882e81d94b31587573d1cfa9d01cd06bba210d" |
|
|
|
[[package]] |
|
name = "deranged" |
|
version = "0.3.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
|
dependencies = [ |
|
"powerfmt", |
|
] |
|
|
|
[[package]] |
|
name = "derive_arbitrary" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[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.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
|
dependencies = [ |
|
"block-buffer", |
|
"crypto-common", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "displaydoc" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "duct" |
|
version = "0.13.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c" |
|
dependencies = [ |
|
"libc", |
|
"once_cell", |
|
"os_pipe", |
|
"shared_child", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" |
|
|
|
[[package]] |
|
name = "embed-resource" |
|
version = "2.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d" |
|
dependencies = [ |
|
"cc", |
|
"memchr", |
|
"rustc_version", |
|
"toml", |
|
"vswhom", |
|
"winreg", |
|
] |
|
|
|
[[package]] |
|
name = "encode_unicode" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
|
|
|
[[package]] |
|
name = "encoding_rs" |
|
version = "0.8.34" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "encoding_rs_io" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83" |
|
dependencies = [ |
|
"encoding_rs", |
|
] |
|
|
|
[[package]] |
|
name = "env_filter" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" |
|
dependencies = [ |
|
"log", |
|
"regex", |
|
] |
|
|
|
[[package]] |
|
name = "env_logger" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" |
|
dependencies = [ |
|
"anstream", |
|
"anstyle", |
|
"env_filter", |
|
"humantime", |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "equivalent" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "etcetera" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
|
dependencies = [ |
|
"cfg-if", |
|
"home", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "fastrand" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" |
|
|
|
[[package]] |
|
name = "filetime" |
|
version = "0.2.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_syscall", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" |
|
dependencies = [ |
|
"crc32fast", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "fnm" |
|
version = "1.37.1" |
|
dependencies = [ |
|
"anyhow", |
|
"chrono", |
|
"clap", |
|
"clap_complete", |
|
"colored", |
|
"csv", |
|
"duct", |
|
"embed-resource", |
|
"encoding_rs_io", |
|
"env_logger", |
|
"etcetera", |
|
"http", |
|
"indicatif", |
|
"indoc", |
|
"junction", |
|
"log", |
|
"node-semver", |
|
"pretty_assertions", |
|
"reqwest", |
|
"serde", |
|
"serde_json", |
|
"sysinfo", |
|
"tar", |
|
"tempfile", |
|
"test-log", |
|
"thiserror", |
|
"url", |
|
"xz2", |
|
"zip", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "form_urlencoded" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
|
dependencies = [ |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "futures-channel" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
|
|
|
[[package]] |
|
name = "futures-sink" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-io", |
|
"futures-sink", |
|
"futures-task", |
|
"memchr", |
|
"pin-project-lite", |
|
"pin-utils", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.14.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
|
dependencies = [ |
|
"typenum", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"wasi", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.29.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.14.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
|
|
|
[[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.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
|
dependencies = [ |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" |
|
dependencies = [ |
|
"bytes", |
|
"http", |
|
] |
|
|
|
[[package]] |
|
name = "http-body-util" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" |
|
dependencies = [ |
|
"bytes", |
|
"futures-core", |
|
"http", |
|
"http-body", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
|
|
|
[[package]] |
|
name = "humantime" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-util", |
|
"http", |
|
"http-body", |
|
"httparse", |
|
"itoa", |
|
"pin-project-lite", |
|
"smallvec", |
|
"tokio", |
|
"want", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-rustls" |
|
version = "0.26.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" |
|
dependencies = [ |
|
"futures-util", |
|
"http", |
|
"hyper", |
|
"hyper-util", |
|
"rustls", |
|
"rustls-pki-types", |
|
"tokio", |
|
"tokio-rustls", |
|
"tower-service", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-util" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-util", |
|
"http", |
|
"http-body", |
|
"hyper", |
|
"pin-project-lite", |
|
"socket2", |
|
"tokio", |
|
"tower", |
|
"tower-service", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
|
dependencies = [ |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "2.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" |
|
dependencies = [ |
|
"equivalent", |
|
"hashbrown", |
|
] |
|
|
|
[[package]] |
|
name = "indicatif" |
|
version = "0.17.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" |
|
dependencies = [ |
|
"console", |
|
"instant", |
|
"number_prefix", |
|
"portable-atomic", |
|
"unicode-segmentation", |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "indoc" |
|
version = "2.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" |
|
|
|
[[package]] |
|
name = "inout" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "ipnet" |
|
version = "2.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" |
|
|
|
[[package]] |
|
name = "is_terminal_polyfill" |
|
version = "1.70.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
|
|
|
[[package]] |
|
name = "jobserver" |
|
version = "0.1.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "junction" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1c9c415a9b7b1e86cd5738f39d34c9e78c765da7fb1756dbd7d31b3b0d2e7afa" |
|
dependencies = [ |
|
"scopeguard", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.155" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.4.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
|
|
|
[[package]] |
|
name = "lockfree-object-pool" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
|
|
|
[[package]] |
|
name = "lzma-rs" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e" |
|
dependencies = [ |
|
"byteorder", |
|
"crc", |
|
] |
|
|
|
[[package]] |
|
name = "lzma-sys" |
|
version = "0.1.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
] |
|
|
|
[[package]] |
|
name = "matchers" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
|
dependencies = [ |
|
"regex-automata 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" |
|
|
|
[[package]] |
|
name = "miette" |
|
version = "5.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e" |
|
dependencies = [ |
|
"miette-derive", |
|
"once_cell", |
|
"thiserror", |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "miette-derive" |
|
version = "5.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.3.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
|
|
|
[[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.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" |
|
dependencies = [ |
|
"adler", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.8.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" |
|
dependencies = [ |
|
"libc", |
|
"wasi", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "node-semver" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "84f390c1756333538f2aed01cf280a56bc683e199b9804a504df6e7320d40116" |
|
dependencies = [ |
|
"bytecount", |
|
"miette", |
|
"nom", |
|
"serde", |
|
"thiserror", |
|
] |
|
|
|
[[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 = "ntapi" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "nu-ansi-term" |
|
version = "0.46.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
|
dependencies = [ |
|
"overload", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "num-conv" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
|
dependencies = [ |
|
"hermit-abi", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "number_prefix" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
|
|
|
[[package]] |
|
name = "object" |
|
version = "0.35.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
|
|
|
[[package]] |
|
name = "os_pipe" |
|
version = "1.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "overload" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
|
|
|
[[package]] |
|
name = "pbkdf2" |
|
version = "0.12.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" |
|
dependencies = [ |
|
"digest", |
|
"hmac", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
|
|
|
[[package]] |
|
name = "pin-project" |
|
version = "1.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" |
|
dependencies = [ |
|
"pin-project-internal", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-internal" |
|
version = "1.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
|
|
|
[[package]] |
|
name = "pin-utils" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" |
|
|
|
[[package]] |
|
name = "portable-atomic" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
|
|
|
[[package]] |
|
name = "powerfmt" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
|
|
|
[[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.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" |
|
dependencies = [ |
|
"diff", |
|
"yansi", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.84" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.36" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
|
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 = "rayon" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
|
dependencies = [ |
|
"either", |
|
"rayon-core", |
|
] |
|
|
|
[[package]] |
|
name = "rayon-core" |
|
version = "1.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
|
dependencies = [ |
|
"crossbeam-deque", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-automata 0.4.6", |
|
"regex-syntax 0.8.3", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
|
dependencies = [ |
|
"regex-syntax 0.6.29", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax 0.8.3", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.12.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" |
|
dependencies = [ |
|
"async-compression", |
|
"base64", |
|
"bytes", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-util", |
|
"http", |
|
"http-body", |
|
"http-body-util", |
|
"hyper", |
|
"hyper-rustls", |
|
"hyper-util", |
|
"ipnet", |
|
"js-sys", |
|
"log", |
|
"mime", |
|
"once_cell", |
|
"percent-encoding", |
|
"pin-project-lite", |
|
"rustls", |
|
"rustls-native-certs", |
|
"rustls-pemfile", |
|
"rustls-pki-types", |
|
"serde", |
|
"serde_json", |
|
"serde_urlencoded", |
|
"sync_wrapper", |
|
"tokio", |
|
"tokio-rustls", |
|
"tokio-util", |
|
"tower-service", |
|
"url", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
"webpki-roots", |
|
"winreg", |
|
] |
|
|
|
[[package]] |
|
name = "ring" |
|
version = "0.17.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" |
|
dependencies = [ |
|
"cc", |
|
"cfg-if", |
|
"getrandom", |
|
"libc", |
|
"spin", |
|
"untrusted", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rustix" |
|
version = "0.38.34" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" |
|
dependencies = [ |
|
"bitflags 2.5.0", |
|
"errno", |
|
"libc", |
|
"linux-raw-sys", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "rustls" |
|
version = "0.22.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" |
|
dependencies = [ |
|
"log", |
|
"ring", |
|
"rustls-pki-types", |
|
"rustls-webpki", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-native-certs" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" |
|
dependencies = [ |
|
"openssl-probe", |
|
"rustls-pemfile", |
|
"rustls-pki-types", |
|
"schannel", |
|
"security-framework", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-pemfile" |
|
version = "2.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" |
|
dependencies = [ |
|
"base64", |
|
"rustls-pki-types", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-pki-types" |
|
version = "1.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" |
|
|
|
[[package]] |
|
name = "rustls-webpki" |
|
version = "0.102.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" |
|
dependencies = [ |
|
"ring", |
|
"rustls-pki-types", |
|
"untrusted", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
|
|
|
[[package]] |
|
name = "schannel" |
|
version = "0.1.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" |
|
dependencies = [ |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "2.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" |
|
dependencies = [ |
|
"bitflags 2.5.0", |
|
"core-foundation", |
|
"core-foundation-sys", |
|
"libc", |
|
"security-framework-sys", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "2.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "1.0.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.203" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.203" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.117" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" |
|
dependencies = [ |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_spanned" |
|
version = "0.6.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_urlencoded" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "sha1" |
|
version = "0.10.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "sharded-slab" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "shared_child" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "simd-adler32" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.9.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "2.0.66" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "sync_wrapper" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" |
|
|
|
[[package]] |
|
name = "sysinfo" |
|
version = "0.30.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae" |
|
dependencies = [ |
|
"cfg-if", |
|
"core-foundation-sys", |
|
"libc", |
|
"ntapi", |
|
"once_cell", |
|
"rayon", |
|
"windows", |
|
] |
|
|
|
[[package]] |
|
name = "tar" |
|
version = "0.4.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" |
|
dependencies = [ |
|
"filetime", |
|
"libc", |
|
"xattr", |
|
] |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" |
|
dependencies = [ |
|
"cfg-if", |
|
"fastrand", |
|
"rustix", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "test-log" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3dffced63c2b5c7be278154d76b479f9f9920ed34e7574201407f0b14e2bbb93" |
|
dependencies = [ |
|
"env_logger", |
|
"test-log-macros", |
|
"tracing-subscriber", |
|
] |
|
|
|
[[package]] |
|
name = "test-log-macros" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5999e24eaa32083191ba4e425deb75cdf25efefabe5aaccb7446dd0d4122a3f5" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" |
|
dependencies = [ |
|
"thiserror-impl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "1.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.3.36" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" |
|
dependencies = [ |
|
"deranged", |
|
"num-conv", |
|
"powerfmt", |
|
"serde", |
|
"time-core", |
|
] |
|
|
|
[[package]] |
|
name = "time-core" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
|
|
|
[[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 = "tokio" |
|
version = "1.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" |
|
dependencies = [ |
|
"backtrace", |
|
"bytes", |
|
"libc", |
|
"mio", |
|
"num_cpus", |
|
"pin-project-lite", |
|
"socket2", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-rustls" |
|
version = "0.25.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" |
|
dependencies = [ |
|
"rustls", |
|
"rustls-pki-types", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-util" |
|
version = "0.7.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" |
|
dependencies = [ |
|
"bytes", |
|
"futures-core", |
|
"futures-sink", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.8.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba" |
|
dependencies = [ |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.6.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.22.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c" |
|
dependencies = [ |
|
"indexmap", |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "tower" |
|
version = "0.4.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-util", |
|
"pin-project", |
|
"pin-project-lite", |
|
"tokio", |
|
"tower-layer", |
|
"tower-service", |
|
] |
|
|
|
[[package]] |
|
name = "tower-layer" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" |
|
|
|
[[package]] |
|
name = "tower-service" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
|
|
|
[[package]] |
|
name = "tracing" |
|
version = "0.1.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" |
|
dependencies = [ |
|
"pin-project-lite", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-core" |
|
version = "0.1.32" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" |
|
dependencies = [ |
|
"once_cell", |
|
"valuable", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-log" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
|
dependencies = [ |
|
"log", |
|
"once_cell", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-subscriber" |
|
version = "0.3.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
|
dependencies = [ |
|
"matchers", |
|
"nu-ansi-term", |
|
"once_cell", |
|
"regex", |
|
"sharded-slab", |
|
"thread_local", |
|
"tracing", |
|
"tracing-core", |
|
"tracing-log", |
|
] |
|
|
|
[[package]] |
|
name = "try-lock" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
|
|
|
[[package]] |
|
name = "unicode-bidi" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" |
|
|
|
[[package]] |
|
name = "untrusted" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
|
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 = "valuable" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
|
|
[[package]] |
|
name = "vswhom" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" |
|
dependencies = [ |
|
"libc", |
|
"vswhom-sys", |
|
] |
|
|
|
[[package]] |
|
name = "vswhom-sys" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "want" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
|
dependencies = [ |
|
"try-lock", |
|
] |
|
|
|
[[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.92" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" |
|
dependencies = [ |
|
"cfg-if", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.92" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" |
|
dependencies = [ |
|
"bumpalo", |
|
"log", |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-futures" |
|
version = "0.4.42" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.92" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.92" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.92" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "webpki-roots" |
|
version = "0.26.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" |
|
dependencies = [ |
|
"rustls-pki-types", |
|
] |
|
|
|
[[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-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.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
|
dependencies = [ |
|
"windows-core", |
|
"windows-targets 0.52.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-core" |
|
version = "0.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
dependencies = [ |
|
"windows-targets 0.52.5", |
|
] |
|
|
|
[[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.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
dependencies = [ |
|
"windows-targets 0.52.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.48.5", |
|
"windows_aarch64_msvc 0.48.5", |
|
"windows_i686_gnu 0.48.5", |
|
"windows_i686_msvc 0.48.5", |
|
"windows_x86_64_gnu 0.48.5", |
|
"windows_x86_64_gnullvm 0.48.5", |
|
"windows_x86_64_msvc 0.48.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.52.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.52.5", |
|
"windows_aarch64_msvc 0.52.5", |
|
"windows_i686_gnu 0.52.5", |
|
"windows_i686_gnullvm", |
|
"windows_i686_msvc 0.52.5", |
|
"windows_x86_64_gnu 0.52.5", |
|
"windows_x86_64_gnullvm 0.52.5", |
|
"windows_x86_64_msvc 0.52.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.52.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.52.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.52.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" |
|
|
|
[[package]] |
|
name = "windows_i686_gnullvm" |
|
version = "0.52.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.52.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.52.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.52.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.52.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.6.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "86c949fede1d13936a99f14fafd3e76fd642b556dd2ce96287fbe2e0151bfac6" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "winreg" |
|
version = "0.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" |
|
dependencies = [ |
|
"cfg-if", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "xattr" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" |
|
dependencies = [ |
|
"libc", |
|
"linux-raw-sys", |
|
"rustix", |
|
] |
|
|
|
[[package]] |
|
name = "xz2" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
|
dependencies = [ |
|
"lzma-sys", |
|
] |
|
|
|
[[package]] |
|
name = "yansi" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" |
|
|
|
[[package]] |
|
name = "zeroize" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
|
dependencies = [ |
|
"zeroize_derive", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize_derive" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "zip" |
|
version = "2.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "098d5d7737fb0b70814faa73c17df84f047d38dd31d13bbf2ec3fb354b5abf45" |
|
dependencies = [ |
|
"aes", |
|
"arbitrary", |
|
"bzip2", |
|
"constant_time_eq", |
|
"crc32fast", |
|
"crossbeam-utils", |
|
"deflate64", |
|
"displaydoc", |
|
"flate2", |
|
"hmac", |
|
"indexmap", |
|
"lzma-rs", |
|
"memchr", |
|
"pbkdf2", |
|
"rand", |
|
"sha1", |
|
"thiserror", |
|
"time", |
|
"zeroize", |
|
"zopfli", |
|
"zstd", |
|
] |
|
|
|
[[package]] |
|
name = "zopfli" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946" |
|
dependencies = [ |
|
"bumpalo", |
|
"crc32fast", |
|
"lockfree-object-pool", |
|
"log", |
|
"once_cell", |
|
"simd-adler32", |
|
] |
|
|
|
[[package]] |
|
name = "zstd" |
|
version = "0.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a" |
|
dependencies = [ |
|
"zstd-safe", |
|
] |
|
|
|
[[package]] |
|
name = "zstd-safe" |
|
version = "7.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a" |
|
dependencies = [ |
|
"zstd-sys", |
|
] |
|
|
|
[[package]] |
|
name = "zstd-sys" |
|
version = "2.0.10+zstd.1.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa" |
|
dependencies = [ |
|
"cc", |
|
"pkg-config", |
|
]
|
|
|