2614 lines
65 KiB
Plaintext
2614 lines
65 KiB
Plaintext
|
|
# This file is automatically @generated by Cargo.
|
||
|
|
# It is not intended for manual editing.
|
||
|
|
version = 4
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "adler2"
|
||
|
|
version = "2.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aho-corasick"
|
||
|
|
version = "1.1.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
||
|
|
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 = "allocator-api2"
|
||
|
|
version = "0.2.21"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "android_system_properties"
|
||
|
|
version = "0.1.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anstream"
|
||
|
|
version = "0.6.21"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
||
|
|
dependencies = [
|
||
|
|
"anstyle",
|
||
|
|
"anstyle-parse",
|
||
|
|
"anstyle-query",
|
||
|
|
"anstyle-wincon",
|
||
|
|
"colorchoice",
|
||
|
|
"is_terminal_polyfill",
|
||
|
|
"utf8parse",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anstyle"
|
||
|
|
version = "1.0.13"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anstyle-parse"
|
||
|
|
version = "0.2.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
||
|
|
dependencies = [
|
||
|
|
"utf8parse",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anstyle-query"
|
||
|
|
version = "1.1.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
||
|
|
dependencies = [
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anstyle-wincon"
|
||
|
|
version = "3.0.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
||
|
|
dependencies = [
|
||
|
|
"anstyle",
|
||
|
|
"once_cell_polyfill",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anyhow"
|
||
|
|
version = "1.0.100"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "arrayvec"
|
||
|
|
version = "0.7.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "autocfg"
|
||
|
|
version = "1.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bindgen"
|
||
|
|
version = "0.72.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags",
|
||
|
|
"cexpr",
|
||
|
|
"clang-sys",
|
||
|
|
"itertools 0.13.0",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"regex",
|
||
|
|
"rustc-hash",
|
||
|
|
"shlex",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bit-set"
|
||
|
|
version = "0.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
||
|
|
dependencies = [
|
||
|
|
"bit-vec",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bit-vec"
|
||
|
|
version = "0.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bitflags"
|
||
|
|
version = "2.10.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
||
|
|
|
||
|
|
[[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 = "8.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
|
||
|
|
dependencies = [
|
||
|
|
"alloc-no-stdlib",
|
||
|
|
"alloc-stdlib",
|
||
|
|
"brotli-decompressor",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "brotli-decompressor"
|
||
|
|
version = "5.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
|
||
|
|
dependencies = [
|
||
|
|
"alloc-no-stdlib",
|
||
|
|
"alloc-stdlib",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "buf-trait"
|
||
|
|
version = "0.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "21eaafc770e8c073d6c3facafe7617e774305d4954aa6351b9c452eb37ee17b4"
|
||
|
|
dependencies = [
|
||
|
|
"zerocopy",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bumpalo"
|
||
|
|
version = "3.19.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "byteorder"
|
||
|
|
version = "1.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bytes"
|
||
|
|
version = "1.11.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bytesize"
|
||
|
|
version = "2.3.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "byteyarn"
|
||
|
|
version = "0.5.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b93e51d26468a15ea59f8525e0c13dc405db43e644a0b1e6d44346c72cf4cf7b"
|
||
|
|
dependencies = [
|
||
|
|
"buf-trait",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "castaway"
|
||
|
|
version = "0.2.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
|
||
|
|
dependencies = [
|
||
|
|
"rustversion",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cc"
|
||
|
|
version = "1.2.49"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
|
||
|
|
dependencies = [
|
||
|
|
"find-msvc-tools",
|
||
|
|
"shlex",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cexpr"
|
||
|
|
version = "0.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
||
|
|
dependencies = [
|
||
|
|
"nom",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cfg-if"
|
||
|
|
version = "1.0.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cfg_aliases"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "chrono"
|
||
|
|
version = "0.4.44"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
||
|
|
dependencies = [
|
||
|
|
"iana-time-zone",
|
||
|
|
"js-sys",
|
||
|
|
"num-traits",
|
||
|
|
"pure-rust-locales",
|
||
|
|
"serde",
|
||
|
|
"wasm-bindgen",
|
||
|
|
"windows-link",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "chrono-humanize"
|
||
|
|
version = "0.2.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b"
|
||
|
|
dependencies = [
|
||
|
|
"chrono",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "clang-sys"
|
||
|
|
version = "1.8.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
||
|
|
dependencies = [
|
||
|
|
"glob",
|
||
|
|
"libc",
|
||
|
|
"libloading",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "clap"
|
||
|
|
version = "4.5.60"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
|
||
|
|
dependencies = [
|
||
|
|
"clap_builder",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "clap_builder"
|
||
|
|
version = "4.5.60"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
|
||
|
|
dependencies = [
|
||
|
|
"anstream",
|
||
|
|
"anstyle",
|
||
|
|
"clap_lex",
|
||
|
|
"strsim",
|
||
|
|
"terminal_size",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "clap_lex"
|
||
|
|
version = "1.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "colorchoice"
|
||
|
|
version = "1.0.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "const_format"
|
||
|
|
version = "0.2.35"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
|
||
|
|
dependencies = [
|
||
|
|
"const_format_proc_macros",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "const_format_proc_macros"
|
||
|
|
version = "0.2.34"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"unicode-xid",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "convert_case"
|
||
|
|
version = "0.10.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-segmentation",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "core-foundation-sys"
|
||
|
|
version = "0.8.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cpufeatures"
|
||
|
|
version = "0.2.17"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crc32fast"
|
||
|
|
version = "1.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crossterm"
|
||
|
|
version = "0.29.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags",
|
||
|
|
"crossterm_winapi",
|
||
|
|
"derive_more",
|
||
|
|
"document-features",
|
||
|
|
"mio",
|
||
|
|
"parking_lot",
|
||
|
|
"rustix",
|
||
|
|
"signal-hook",
|
||
|
|
"signal-hook-mio",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crossterm_winapi"
|
||
|
|
version = "0.9.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
||
|
|
dependencies = [
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crypto-common"
|
||
|
|
version = "0.1.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
||
|
|
dependencies = [
|
||
|
|
"generic-array",
|
||
|
|
"typenum",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "deranged"
|
||
|
|
version = "0.5.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
||
|
|
dependencies = [
|
||
|
|
"powerfmt",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "derive_more"
|
||
|
|
version = "2.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618"
|
||
|
|
dependencies = [
|
||
|
|
"derive_more-impl",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "derive_more-impl"
|
||
|
|
version = "2.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b"
|
||
|
|
dependencies = [
|
||
|
|
"convert_case",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"rustc_version",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "digest"
|
||
|
|
version = "0.10.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
||
|
|
dependencies = [
|
||
|
|
"block-buffer",
|
||
|
|
"crypto-common",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dirs"
|
||
|
|
version = "6.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
||
|
|
dependencies = [
|
||
|
|
"dirs-sys",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dirs-sys"
|
||
|
|
version = "0.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"option-ext",
|
||
|
|
"redox_users",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "displaydoc"
|
||
|
|
version = "0.2.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "doctest-file"
|
||
|
|
version = "1.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "document-features"
|
||
|
|
version = "0.2.12"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
|
||
|
|
dependencies = [
|
||
|
|
"litrs",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "either"
|
||
|
|
version = "1.15.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "equivalent"
|
||
|
|
version = "1.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "erased-serde"
|
||
|
|
version = "0.4.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
|
||
|
|
dependencies = [
|
||
|
|
"serde",
|
||
|
|
"serde_core",
|
||
|
|
"typeid",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "errno"
|
||
|
|
version = "0.3.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fancy-regex"
|
||
|
|
version = "0.17.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
|
||
|
|
dependencies = [
|
||
|
|
"bit-set",
|
||
|
|
"regex-automata",
|
||
|
|
"regex-syntax",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fastrand"
|
||
|
|
version = "2.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "find-msvc-tools"
|
||
|
|
version = "0.1.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "flate2"
|
||
|
|
version = "1.1.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
|
||
|
|
dependencies = [
|
||
|
|
"crc32fast",
|
||
|
|
"miniz_oxide",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fluent"
|
||
|
|
version = "0.17.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8137a6d5a2c50d6b0ebfcb9aaa91a28154e0a70605f112d30cb0cd4a78670477"
|
||
|
|
dependencies = [
|
||
|
|
"fluent-bundle",
|
||
|
|
"unic-langid",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fluent-bundle"
|
||
|
|
version = "0.16.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "01203cb8918f5711e73891b347816d932046f95f54207710bda99beaeb423bf4"
|
||
|
|
dependencies = [
|
||
|
|
"fluent-langneg",
|
||
|
|
"fluent-syntax",
|
||
|
|
"intl-memoizer",
|
||
|
|
"intl_pluralrules",
|
||
|
|
"rustc-hash",
|
||
|
|
"self_cell",
|
||
|
|
"smallvec",
|
||
|
|
"unic-langid",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fluent-langneg"
|
||
|
|
version = "0.13.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7eebbe59450baee8282d71676f3bfed5689aeab00b27545e83e5f14b1195e8b0"
|
||
|
|
dependencies = [
|
||
|
|
"unic-langid",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fluent-syntax"
|
||
|
|
version = "0.12.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198"
|
||
|
|
dependencies = [
|
||
|
|
"memchr",
|
||
|
|
"thiserror 2.0.18",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "foldhash"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
||
|
|
|
||
|
|
[[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.16"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"wasi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "getrandom"
|
||
|
|
version = "0.3.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"r-efi",
|
||
|
|
"wasip2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "glob"
|
||
|
|
version = "0.3.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hashbrown"
|
||
|
|
version = "0.16.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
||
|
|
dependencies = [
|
||
|
|
"allocator-api2",
|
||
|
|
"equivalent",
|
||
|
|
"foldhash",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "heck"
|
||
|
|
version = "0.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hex"
|
||
|
|
version = "0.4.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "iana-time-zone"
|
||
|
|
version = "0.1.64"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
|
||
|
|
dependencies = [
|
||
|
|
"android_system_properties",
|
||
|
|
"core-foundation-sys",
|
||
|
|
"iana-time-zone-haiku",
|
||
|
|
"js-sys",
|
||
|
|
"log",
|
||
|
|
"wasm-bindgen",
|
||
|
|
"windows-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "iana-time-zone-haiku"
|
||
|
|
version = "0.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
||
|
|
dependencies = [
|
||
|
|
"cc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "indexmap"
|
||
|
|
version = "2.13.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
||
|
|
dependencies = [
|
||
|
|
"equivalent",
|
||
|
|
"hashbrown",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "interprocess"
|
||
|
|
version = "2.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6be5e5c847dbdb44564bd85294740d031f4f8aeb3464e5375ef7141f7538db69"
|
||
|
|
dependencies = [
|
||
|
|
"doctest-file",
|
||
|
|
"libc",
|
||
|
|
"recvmsg",
|
||
|
|
"widestring",
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "intl-memoizer"
|
||
|
|
version = "0.5.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f"
|
||
|
|
dependencies = [
|
||
|
|
"type-map",
|
||
|
|
"unic-langid",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "intl_pluralrules"
|
||
|
|
version = "7.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
|
||
|
|
dependencies = [
|
||
|
|
"unic-langid",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "inventory"
|
||
|
|
version = "0.3.21"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
|
||
|
|
dependencies = [
|
||
|
|
"rustversion",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "is_ci"
|
||
|
|
version = "1.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "is_debug"
|
||
|
|
version = "1.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1fe266d2e243c931d8190177f20bf7f24eed45e96f39e87dc49a27b32d12d407"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "is_terminal_polyfill"
|
||
|
|
version = "1.70.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "itertools"
|
||
|
|
version = "0.13.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
||
|
|
dependencies = [
|
||
|
|
"either",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "itertools"
|
||
|
|
version = "0.14.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
||
|
|
dependencies = [
|
||
|
|
"either",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "itoa"
|
||
|
|
version = "1.0.15"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "js-sys"
|
||
|
|
version = "0.3.83"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
|
||
|
|
dependencies = [
|
||
|
|
"once_cell",
|
||
|
|
"wasm-bindgen",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "lean_string"
|
||
|
|
version = "0.5.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "962df00ba70ac8d5ca5c064e17e5c3d090c087fd8d21aa45096c716b169da514"
|
||
|
|
dependencies = [
|
||
|
|
"castaway",
|
||
|
|
"itoa",
|
||
|
|
"ryu",
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libc"
|
||
|
|
version = "0.2.178"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libloading"
|
||
|
|
version = "0.8.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"windows-link",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libproc"
|
||
|
|
version = "0.14.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a54ad7278b8bc5301d5ffd2a94251c004feb971feba96c971ea4063645990757"
|
||
|
|
dependencies = [
|
||
|
|
"bindgen",
|
||
|
|
"errno",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libredox"
|
||
|
|
version = "0.1.10"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "linux-raw-sys"
|
||
|
|
version = "0.11.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "litrs"
|
||
|
|
version = "1.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "lock_api"
|
||
|
|
version = "0.4.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
||
|
|
dependencies = [
|
||
|
|
"scopeguard",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "log"
|
||
|
|
version = "0.4.29"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "lru"
|
||
|
|
version = "0.16.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593"
|
||
|
|
dependencies = [
|
||
|
|
"hashbrown",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "lscolors"
|
||
|
|
version = "0.20.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "61183da5de8ba09a58e330d55e5ea796539d8443bd00fdeb863eac39724aa4ab"
|
||
|
|
dependencies = [
|
||
|
|
"aho-corasick",
|
||
|
|
"nu-ansi-term",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "mach2"
|
||
|
|
version = "0.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "memchr"
|
||
|
|
version = "2.7.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "miette"
|
||
|
|
version = "7.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"miette-derive",
|
||
|
|
"owo-colors",
|
||
|
|
"supports-color",
|
||
|
|
"supports-hyperlinks",
|
||
|
|
"supports-unicode",
|
||
|
|
"terminal_size",
|
||
|
|
"textwrap",
|
||
|
|
"unicode-width 0.1.14",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "miette-derive"
|
||
|
|
version = "7.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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.8.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
||
|
|
dependencies = [
|
||
|
|
"adler2",
|
||
|
|
"simd-adler32",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "mio"
|
||
|
|
version = "1.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"log",
|
||
|
|
"wasi",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nix"
|
||
|
|
version = "0.30.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags",
|
||
|
|
"cfg-if",
|
||
|
|
"cfg_aliases",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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.50.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
||
|
|
dependencies = [
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-cmd-base"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5a772c2ef1c30886e85f4d8839e87a362b5e0960d186f8adeb5e257ac6522294"
|
||
|
|
dependencies = [
|
||
|
|
"indexmap",
|
||
|
|
"miette",
|
||
|
|
"nu-engine",
|
||
|
|
"nu-parser",
|
||
|
|
"nu-path",
|
||
|
|
"nu-protocol",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-cmd-lang"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c107248c529b6c9599396c21105b45f23b3a3c0aed7d2a3f591be1b39dd85187"
|
||
|
|
dependencies = [
|
||
|
|
"itertools 0.14.0",
|
||
|
|
"nu-cmd-base",
|
||
|
|
"nu-engine",
|
||
|
|
"nu-experimental",
|
||
|
|
"nu-parser",
|
||
|
|
"nu-protocol",
|
||
|
|
"nu-utils",
|
||
|
|
"shadow-rs",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-derive-value"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d71958b54c367bda033f7dcc4a73b61972fb52323f71a1e3533e290fa67148d1"
|
||
|
|
dependencies = [
|
||
|
|
"heck",
|
||
|
|
"proc-macro-error2",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-engine"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d41b3e3e2d25c30741a0761856258e22624c0d60064e4f0e12f86202a451d492"
|
||
|
|
dependencies = [
|
||
|
|
"fancy-regex",
|
||
|
|
"log",
|
||
|
|
"nu-experimental",
|
||
|
|
"nu-glob",
|
||
|
|
"nu-path",
|
||
|
|
"nu-protocol",
|
||
|
|
"nu-utils",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-experimental"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f328fa0531bdf49c2dc0312b40cb780e3d74e0d3dbb15d508469a5ae4cfd8d8f"
|
||
|
|
dependencies = [
|
||
|
|
"itertools 0.14.0",
|
||
|
|
"thiserror 2.0.18",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-glob"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "01ee787f61353c9c90581ddf4c0602a07b991cdd06c97dac8b6d323a1a52c43a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-parser"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e39586113dcaf44c4877a01defeadc63a74fe7a2d9130300ff64689fae5a3205"
|
||
|
|
dependencies = [
|
||
|
|
"bytesize",
|
||
|
|
"chrono",
|
||
|
|
"itertools 0.14.0",
|
||
|
|
"log",
|
||
|
|
"nu-engine",
|
||
|
|
"nu-path",
|
||
|
|
"nu-plugin-engine",
|
||
|
|
"nu-protocol",
|
||
|
|
"nu-utils",
|
||
|
|
"serde_json",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-path"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c01d110cb931acf56237ce572e5b156e8e1134227c90deeffb92eedda9482c23"
|
||
|
|
dependencies = [
|
||
|
|
"dirs",
|
||
|
|
"omnipath",
|
||
|
|
"pwd",
|
||
|
|
"ref-cast",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-plugin"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c322531b1a7d6338c5ead1f454294f46babf8c99cd4716311cab1e88ba52b154"
|
||
|
|
dependencies = [
|
||
|
|
"log",
|
||
|
|
"nix",
|
||
|
|
"nu-engine",
|
||
|
|
"nu-plugin-core",
|
||
|
|
"nu-plugin-protocol",
|
||
|
|
"nu-protocol",
|
||
|
|
"nu-utils",
|
||
|
|
"thiserror 2.0.18",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-plugin-core"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "38ee792aeb0d37e0ed55ca4304e434eece497914e27ae42616a8bb973f5d2720"
|
||
|
|
dependencies = [
|
||
|
|
"interprocess",
|
||
|
|
"log",
|
||
|
|
"nu-plugin-protocol",
|
||
|
|
"nu-protocol",
|
||
|
|
"rmp-serde",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
"windows",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-plugin-engine"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "321b29af417505540a6b8888cdd85074ce77ac4c599e0ce5966d84e16f9c56ba"
|
||
|
|
dependencies = [
|
||
|
|
"log",
|
||
|
|
"nu-engine",
|
||
|
|
"nu-plugin-core",
|
||
|
|
"nu-plugin-protocol",
|
||
|
|
"nu-protocol",
|
||
|
|
"nu-system",
|
||
|
|
"nu-utils",
|
||
|
|
"serde",
|
||
|
|
"windows",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-plugin-protocol"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7725f341428db16dbef4392970de32705abc77ee80a902572c8da811dade3564"
|
||
|
|
dependencies = [
|
||
|
|
"nu-protocol",
|
||
|
|
"nu-utils",
|
||
|
|
"rmp-serde",
|
||
|
|
"semver",
|
||
|
|
"serde",
|
||
|
|
"typetag",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-plugin-test-support"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c786f3d9b0a78c05abab48ae9303af86d52795d3ab138b0d0a9020ad3e8bdddb"
|
||
|
|
dependencies = [
|
||
|
|
"nu-ansi-term",
|
||
|
|
"nu-cmd-lang",
|
||
|
|
"nu-engine",
|
||
|
|
"nu-parser",
|
||
|
|
"nu-plugin",
|
||
|
|
"nu-plugin-core",
|
||
|
|
"nu-plugin-engine",
|
||
|
|
"nu-plugin-protocol",
|
||
|
|
"nu-protocol",
|
||
|
|
"similar",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-protocol"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f1c0e58cbeb46cbfd40156e6f4b9f90e4a77e774ca863fa158867a4726aab1d1"
|
||
|
|
dependencies = [
|
||
|
|
"brotli",
|
||
|
|
"bytes",
|
||
|
|
"chrono",
|
||
|
|
"chrono-humanize",
|
||
|
|
"dirs",
|
||
|
|
"dirs-sys",
|
||
|
|
"fancy-regex",
|
||
|
|
"heck",
|
||
|
|
"indexmap",
|
||
|
|
"log",
|
||
|
|
"lru",
|
||
|
|
"memchr",
|
||
|
|
"miette",
|
||
|
|
"nix",
|
||
|
|
"nu-derive-value",
|
||
|
|
"nu-experimental",
|
||
|
|
"nu-glob",
|
||
|
|
"nu-path",
|
||
|
|
"nu-system",
|
||
|
|
"nu-utils",
|
||
|
|
"num-format",
|
||
|
|
"os_pipe",
|
||
|
|
"rmp-serde",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
"strum",
|
||
|
|
"strum_macros",
|
||
|
|
"thiserror 2.0.18",
|
||
|
|
"typetag",
|
||
|
|
"web-time",
|
||
|
|
"windows",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-system"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "62fe7847b65edbe362a0fcb67dedfab9fd7370e89c0313f7cb7d0a7ab8f9834b"
|
||
|
|
dependencies = [
|
||
|
|
"chrono",
|
||
|
|
"itertools 0.14.0",
|
||
|
|
"libc",
|
||
|
|
"libproc",
|
||
|
|
"log",
|
||
|
|
"mach2",
|
||
|
|
"nix",
|
||
|
|
"ntapi",
|
||
|
|
"procfs",
|
||
|
|
"sysinfo",
|
||
|
|
"uucore",
|
||
|
|
"web-time",
|
||
|
|
"windows",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu-utils"
|
||
|
|
version = "0.111.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "df85a8a4bb28c84d5f7c096c02c859ac454dfac59fd0296ab5eb6ed86619219e"
|
||
|
|
dependencies = [
|
||
|
|
"byteyarn",
|
||
|
|
"crossterm",
|
||
|
|
"crossterm_winapi",
|
||
|
|
"fancy-regex",
|
||
|
|
"lean_string",
|
||
|
|
"log",
|
||
|
|
"lscolors",
|
||
|
|
"memchr",
|
||
|
|
"nix",
|
||
|
|
"num-format",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
"strip-ansi-escapes",
|
||
|
|
"sys-locale",
|
||
|
|
"unicase",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nu_plugin_nickel"
|
||
|
|
version = "0.111.0"
|
||
|
|
dependencies = [
|
||
|
|
"anyhow",
|
||
|
|
"chrono",
|
||
|
|
"dirs",
|
||
|
|
"nu-plugin",
|
||
|
|
"nu-plugin-test-support",
|
||
|
|
"nu-protocol",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
"sha2",
|
||
|
|
"tempfile",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-conv"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-format"
|
||
|
|
version = "0.4.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
||
|
|
dependencies = [
|
||
|
|
"arrayvec",
|
||
|
|
"itoa",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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_threads"
|
||
|
|
version = "0.1.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "objc2-core-foundation"
|
||
|
|
version = "0.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "objc2-io-kit"
|
||
|
|
version = "0.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"objc2-core-foundation",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "omnipath"
|
||
|
|
version = "0.1.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "80adb31078122c880307e9cdfd4e3361e6545c319f9b9dcafcb03acd3b51a575"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "once_cell"
|
||
|
|
version = "1.21.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "once_cell_polyfill"
|
||
|
|
version = "1.70.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "option-ext"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "os_display"
|
||
|
|
version = "0.1.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ad5fd71b79026fb918650dde6d125000a233764f1c2f1659a1c71118e33ea08f"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-width 0.2.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "os_pipe"
|
||
|
|
version = "1.2.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "owo-colors"
|
||
|
|
version = "4.2.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "parking_lot"
|
||
|
|
version = "0.12.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
||
|
|
dependencies = [
|
||
|
|
"lock_api",
|
||
|
|
"parking_lot_core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "parking_lot_core"
|
||
|
|
version = "0.9.12"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"redox_syscall",
|
||
|
|
"smallvec",
|
||
|
|
"windows-link",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "paste"
|
||
|
|
version = "1.0.15"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "powerfmt"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "proc-macro-error-attr2"
|
||
|
|
version = "2.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "proc-macro-error2"
|
||
|
|
version = "2.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro-error-attr2",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "proc-macro2"
|
||
|
|
version = "1.0.103"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "procfs"
|
||
|
|
version = "0.18.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "25485360a54d6861439d60facef26de713b1e126bf015ec8f98239467a2b82f7"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags",
|
||
|
|
"chrono",
|
||
|
|
"flate2",
|
||
|
|
"procfs-core",
|
||
|
|
"rustix",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "procfs-core"
|
||
|
|
version = "0.18.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e6401bf7b6af22f78b563665d15a22e9aef27775b79b149a66ca022468a4e405"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags",
|
||
|
|
"chrono",
|
||
|
|
"hex",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pure-rust-locales"
|
||
|
|
version = "0.8.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "869675ad2d7541aea90c6d88c81f46a7f4ea9af8cd0395d38f11a95126998a0d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pwd"
|
||
|
|
version = "1.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "72c71c0c79b9701efe4e1e4b563b2016dd4ee789eb99badcb09d61ac4b92e4a2"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"thiserror 1.0.69",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "quote"
|
||
|
|
version = "1.0.42"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "r-efi"
|
||
|
|
version = "5.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "recvmsg"
|
||
|
|
version = "1.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "redox_syscall"
|
||
|
|
version = "0.5.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "redox_users"
|
||
|
|
version = "0.5.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.2.16",
|
||
|
|
"libredox",
|
||
|
|
"thiserror 2.0.18",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ref-cast"
|
||
|
|
version = "1.0.25"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
|
||
|
|
dependencies = [
|
||
|
|
"ref-cast-impl",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ref-cast-impl"
|
||
|
|
version = "1.0.25"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "regex"
|
||
|
|
version = "1.12.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
||
|
|
dependencies = [
|
||
|
|
"aho-corasick",
|
||
|
|
"memchr",
|
||
|
|
"regex-automata",
|
||
|
|
"regex-syntax",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "regex-automata"
|
||
|
|
version = "0.4.13"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
||
|
|
dependencies = [
|
||
|
|
"aho-corasick",
|
||
|
|
"memchr",
|
||
|
|
"regex-syntax",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "regex-syntax"
|
||
|
|
version = "0.8.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rmp"
|
||
|
|
version = "0.8.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
|
||
|
|
dependencies = [
|
||
|
|
"byteorder",
|
||
|
|
"num-traits",
|
||
|
|
"paste",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rmp-serde"
|
||
|
|
version = "1.3.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155"
|
||
|
|
dependencies = [
|
||
|
|
"rmp",
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustc-hash"
|
||
|
|
version = "2.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustc_version"
|
||
|
|
version = "0.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
||
|
|
dependencies = [
|
||
|
|
"semver",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustix"
|
||
|
|
version = "1.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags",
|
||
|
|
"errno",
|
||
|
|
"libc",
|
||
|
|
"linux-raw-sys",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustversion"
|
||
|
|
version = "1.0.22"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ryu"
|
||
|
|
version = "1.0.20"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "scopeguard"
|
||
|
|
version = "1.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "self_cell"
|
||
|
|
version = "1.2.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "semver"
|
||
|
|
version = "1.0.27"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde"
|
||
|
|
version = "1.0.228"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
||
|
|
dependencies = [
|
||
|
|
"serde_core",
|
||
|
|
"serde_derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_core"
|
||
|
|
version = "1.0.228"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
||
|
|
dependencies = [
|
||
|
|
"serde_derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_derive"
|
||
|
|
version = "1.0.228"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_json"
|
||
|
|
version = "1.0.149"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
||
|
|
dependencies = [
|
||
|
|
"itoa",
|
||
|
|
"memchr",
|
||
|
|
"serde",
|
||
|
|
"serde_core",
|
||
|
|
"zmij",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sha2"
|
||
|
|
version = "0.10.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"cpufeatures",
|
||
|
|
"digest",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "shadow-rs"
|
||
|
|
version = "1.7.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3c798acfc78a69c7b038adde44084d8df875555b091da42c90ae46257cdcc41a"
|
||
|
|
dependencies = [
|
||
|
|
"const_format",
|
||
|
|
"is_debug",
|
||
|
|
"time",
|
||
|
|
"tzdb",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "shlex"
|
||
|
|
version = "1.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "signal-hook"
|
||
|
|
version = "0.3.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"signal-hook-registry",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "signal-hook-mio"
|
||
|
|
version = "0.2.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"mio",
|
||
|
|
"signal-hook",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "signal-hook-registry"
|
||
|
|
version = "1.4.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "simd-adler32"
|
||
|
|
version = "0.3.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "similar"
|
||
|
|
version = "2.7.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "smallvec"
|
||
|
|
version = "1.15.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "strip-ansi-escapes"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025"
|
||
|
|
dependencies = [
|
||
|
|
"vte",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "strsim"
|
||
|
|
version = "0.11.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "strum"
|
||
|
|
version = "0.27.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "strum_macros"
|
||
|
|
version = "0.27.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
|
||
|
|
dependencies = [
|
||
|
|
"heck",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "supports-color"
|
||
|
|
version = "3.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
|
||
|
|
dependencies = [
|
||
|
|
"is_ci",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "supports-hyperlinks"
|
||
|
|
version = "3.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "supports-unicode"
|
||
|
|
version = "3.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "syn"
|
||
|
|
version = "2.0.111"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sys-locale"
|
||
|
|
version = "0.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sysinfo"
|
||
|
|
version = "0.38.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"memchr",
|
||
|
|
"ntapi",
|
||
|
|
"objc2-core-foundation",
|
||
|
|
"objc2-io-kit",
|
||
|
|
"windows",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tempfile"
|
||
|
|
version = "3.23.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
||
|
|
dependencies = [
|
||
|
|
"fastrand",
|
||
|
|
"getrandom 0.3.4",
|
||
|
|
"once_cell",
|
||
|
|
"rustix",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "terminal_size"
|
||
|
|
version = "0.4.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
|
||
|
|
dependencies = [
|
||
|
|
"rustix",
|
||
|
|
"windows-sys 0.60.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "textwrap"
|
||
|
|
version = "0.16.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-linebreak",
|
||
|
|
"unicode-width 0.2.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror"
|
||
|
|
version = "1.0.69"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
||
|
|
dependencies = [
|
||
|
|
"thiserror-impl 1.0.69",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror"
|
||
|
|
version = "2.0.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
||
|
|
dependencies = [
|
||
|
|
"thiserror-impl 2.0.18",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror-impl"
|
||
|
|
version = "1.0.69"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror-impl"
|
||
|
|
version = "2.0.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "time"
|
||
|
|
version = "0.3.47"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
||
|
|
dependencies = [
|
||
|
|
"deranged",
|
||
|
|
"itoa",
|
||
|
|
"libc",
|
||
|
|
"num-conv",
|
||
|
|
"num_threads",
|
||
|
|
"powerfmt",
|
||
|
|
"serde_core",
|
||
|
|
"time-core",
|
||
|
|
"time-macros",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "time-core"
|
||
|
|
version = "0.1.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "time-macros"
|
||
|
|
version = "0.2.27"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
|
||
|
|
dependencies = [
|
||
|
|
"num-conv",
|
||
|
|
"time-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tinystr"
|
||
|
|
version = "0.8.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
||
|
|
dependencies = [
|
||
|
|
"displaydoc",
|
||
|
|
"serde_core",
|
||
|
|
"zerovec",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "type-map"
|
||
|
|
version = "0.5.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90"
|
||
|
|
dependencies = [
|
||
|
|
"rustc-hash",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "typeid"
|
||
|
|
version = "1.0.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "typenum"
|
||
|
|
version = "1.19.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "typetag"
|
||
|
|
version = "0.2.21"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf"
|
||
|
|
dependencies = [
|
||
|
|
"erased-serde",
|
||
|
|
"inventory",
|
||
|
|
"once_cell",
|
||
|
|
"serde",
|
||
|
|
"typetag-impl",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "typetag-impl"
|
||
|
|
version = "0.2.21"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tz-rs"
|
||
|
|
version = "0.7.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "14eff19b8dc1ace5bf7e4d920b2628ae3837f422ff42210cb1567cbf68b5accf"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tzdb"
|
||
|
|
version = "0.7.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "56d4e985b6dda743ae7fd4140c28105316ffd75bc58258ee6cc12934e3eb7a0c"
|
||
|
|
dependencies = [
|
||
|
|
"iana-time-zone",
|
||
|
|
"tz-rs",
|
||
|
|
"tzdb_data",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tzdb_data"
|
||
|
|
version = "0.2.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "42302a846dea7ab786f42dc5f519387069045acff793e1178d9368414168fe95"
|
||
|
|
dependencies = [
|
||
|
|
"tz-rs",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unic-langid"
|
||
|
|
version = "0.9.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a28ba52c9b05311f4f6e62d5d9d46f094bd6e84cb8df7b3ef952748d752a7d05"
|
||
|
|
dependencies = [
|
||
|
|
"unic-langid-impl",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unic-langid-impl"
|
||
|
|
version = "0.9.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "dce1bf08044d4b7a94028c93786f8566047edc11110595914de93362559bc658"
|
||
|
|
dependencies = [
|
||
|
|
"tinystr",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicase"
|
||
|
|
version = "2.9.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-ident"
|
||
|
|
version = "1.0.22"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-linebreak"
|
||
|
|
version = "0.1.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-segmentation"
|
||
|
|
version = "1.12.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-width"
|
||
|
|
version = "0.1.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-width"
|
||
|
|
version = "0.2.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-xid"
|
||
|
|
version = "0.2.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "utf8parse"
|
||
|
|
version = "0.2.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "uucore"
|
||
|
|
version = "0.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b157ba598d7f7ed06f6dbc62999edb9d730b4d3fb58e503d8ad6d5fbe1e04391"
|
||
|
|
dependencies = [
|
||
|
|
"clap",
|
||
|
|
"fluent",
|
||
|
|
"fluent-bundle",
|
||
|
|
"fluent-syntax",
|
||
|
|
"libc",
|
||
|
|
"nix",
|
||
|
|
"os_display",
|
||
|
|
"thiserror 2.0.18",
|
||
|
|
"unic-langid",
|
||
|
|
"uucore_procs",
|
||
|
|
"wild",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "uucore_procs"
|
||
|
|
version = "0.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "daa291a52608ac5a2f8539e119666e021baa6b8c01f22f02ed201bbae54cbbc0"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "version_check"
|
||
|
|
version = "0.9.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "vte"
|
||
|
|
version = "0.14.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
|
||
|
|
dependencies = [
|
||
|
|
"memchr",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasi"
|
||
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasip2"
|
||
|
|
version = "1.0.1+wasi-0.2.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
||
|
|
dependencies = [
|
||
|
|
"wit-bindgen",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen"
|
||
|
|
version = "0.2.106"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"once_cell",
|
||
|
|
"rustversion",
|
||
|
|
"wasm-bindgen-macro",
|
||
|
|
"wasm-bindgen-shared",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-macro"
|
||
|
|
version = "0.2.106"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
|
||
|
|
dependencies = [
|
||
|
|
"quote",
|
||
|
|
"wasm-bindgen-macro-support",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-macro-support"
|
||
|
|
version = "0.2.106"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
|
||
|
|
dependencies = [
|
||
|
|
"bumpalo",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
"wasm-bindgen-shared",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-shared"
|
||
|
|
version = "0.2.106"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "web-time"
|
||
|
|
version = "1.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
||
|
|
dependencies = [
|
||
|
|
"js-sys",
|
||
|
|
"wasm-bindgen",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "widestring"
|
||
|
|
version = "1.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wild"
|
||
|
|
version = "2.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1"
|
||
|
|
dependencies = [
|
||
|
|
"glob",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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.62.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
|
||
|
|
dependencies = [
|
||
|
|
"windows-collections",
|
||
|
|
"windows-core",
|
||
|
|
"windows-future",
|
||
|
|
"windows-numerics",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-collections"
|
||
|
|
version = "0.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
|
||
|
|
dependencies = [
|
||
|
|
"windows-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-core"
|
||
|
|
version = "0.62.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
||
|
|
dependencies = [
|
||
|
|
"windows-implement",
|
||
|
|
"windows-interface",
|
||
|
|
"windows-link",
|
||
|
|
"windows-result",
|
||
|
|
"windows-strings",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-future"
|
||
|
|
version = "0.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
|
||
|
|
dependencies = [
|
||
|
|
"windows-core",
|
||
|
|
"windows-link",
|
||
|
|
"windows-threading",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-implement"
|
||
|
|
version = "0.60.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-interface"
|
||
|
|
version = "0.59.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-link"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-numerics"
|
||
|
|
version = "0.3.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
|
||
|
|
dependencies = [
|
||
|
|
"windows-core",
|
||
|
|
"windows-link",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-result"
|
||
|
|
version = "0.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
||
|
|
dependencies = [
|
||
|
|
"windows-link",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-strings"
|
||
|
|
version = "0.5.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
||
|
|
dependencies = [
|
||
|
|
"windows-link",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-sys"
|
||
|
|
version = "0.60.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
||
|
|
dependencies = [
|
||
|
|
"windows-targets 0.53.5",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-sys"
|
||
|
|
version = "0.61.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
||
|
|
dependencies = [
|
||
|
|
"windows-link",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-targets"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
||
|
|
dependencies = [
|
||
|
|
"windows_aarch64_gnullvm 0.52.6",
|
||
|
|
"windows_aarch64_msvc 0.52.6",
|
||
|
|
"windows_i686_gnu 0.52.6",
|
||
|
|
"windows_i686_gnullvm 0.52.6",
|
||
|
|
"windows_i686_msvc 0.52.6",
|
||
|
|
"windows_x86_64_gnu 0.52.6",
|
||
|
|
"windows_x86_64_gnullvm 0.52.6",
|
||
|
|
"windows_x86_64_msvc 0.52.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-targets"
|
||
|
|
version = "0.53.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
||
|
|
dependencies = [
|
||
|
|
"windows-link",
|
||
|
|
"windows_aarch64_gnullvm 0.53.1",
|
||
|
|
"windows_aarch64_msvc 0.53.1",
|
||
|
|
"windows_i686_gnu 0.53.1",
|
||
|
|
"windows_i686_gnullvm 0.53.1",
|
||
|
|
"windows_i686_msvc 0.53.1",
|
||
|
|
"windows_x86_64_gnu 0.53.1",
|
||
|
|
"windows_x86_64_gnullvm 0.53.1",
|
||
|
|
"windows_x86_64_msvc 0.53.1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-threading"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
|
||
|
|
dependencies = [
|
||
|
|
"windows-link",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_aarch64_gnullvm"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_aarch64_gnullvm"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_aarch64_msvc"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_aarch64_msvc"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_gnu"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_gnu"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_gnullvm"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_gnullvm"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_msvc"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_msvc"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_gnu"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_gnu"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_gnullvm"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_gnullvm"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_msvc"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_msvc"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wit-bindgen"
|
||
|
|
version = "0.46.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zerocopy"
|
||
|
|
version = "0.7.35"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
||
|
|
dependencies = [
|
||
|
|
"byteorder",
|
||
|
|
"zerocopy-derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zerocopy-derive"
|
||
|
|
version = "0.7.35"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zerofrom"
|
||
|
|
version = "0.1.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zerovec"
|
||
|
|
version = "0.11.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
||
|
|
dependencies = [
|
||
|
|
"serde",
|
||
|
|
"zerofrom",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zmij"
|
||
|
|
version = "1.0.21"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|