2026-01-26 09:13:46 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 4
|
|
|
|
|
|
|
|
|
|
[[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.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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 = "autocfg"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
|
|
|
|
2026-02-20 14:54:12 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "base62"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aes",
|
|
|
|
|
"cbc",
|
|
|
|
|
"regex",
|
|
|
|
|
"sha2",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
|
|
|
|
version = "1.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
|
|
[[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 = "block-padding"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "block-padding"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "710f1dd022ef4e93f8a438b4ba958de7f64308434fa6a87104481645cc30068b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hybrid-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
|
|
|
|
version = "3.19.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
|
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "bytecheck"
|
|
|
|
|
version = "0.8.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0caa33a2c0edca0419d15ac723dff03f1956f7978329b1e3b5fdaaaed9d3ca8b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytecheck_derive",
|
|
|
|
|
"ptr_meta",
|
|
|
|
|
"rancor",
|
|
|
|
|
"simdutf8",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bytecheck_derive"
|
|
|
|
|
version = "0.8.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "89385e82b5d1821d2219e0b095efa2cc1f246cbf99080f3be46a1a85c0d392d9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.114",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bytes"
|
|
|
|
|
version = "1.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "cbc"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cipher",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
|
|
|
|
version = "1.2.54"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"find-msvc-tools",
|
|
|
|
|
"shlex",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
|
|
|
|
|
[[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.43"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"iana-time-zone",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"windows-link",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cipher"
|
|
|
|
|
version = "0.4.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crypto-common",
|
|
|
|
|
"inout",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "core-foundation-sys"
|
|
|
|
|
version = "0.8.7"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "cpufeatures"
|
|
|
|
|
version = "0.2.17"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"libc",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "crossbeam-channel"
|
|
|
|
|
version = "0.5.15"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"crossbeam-utils",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "crossbeam-utils"
|
|
|
|
|
version = "0.8.21"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "crypto-common"
|
|
|
|
|
version = "0.1.7"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"generic-array",
|
|
|
|
|
"typenum",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "digest"
|
|
|
|
|
version = "0.10.7"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"block-buffer",
|
|
|
|
|
"crypto-common",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "equivalent"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "find-msvc-tools"
|
|
|
|
|
version = "0.1.8"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "generic-array"
|
|
|
|
|
version = "0.14.7"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"typenum",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.3.4"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"cfg-if",
|
2026-01-26 09:13:46 -07:00
|
|
|
"libc",
|
2026-02-20 14:13:41 -07:00
|
|
|
"r-efi",
|
|
|
|
|
"wasip2",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.16.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "hex"
|
|
|
|
|
version = "0.4.3"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "hex-literal"
|
|
|
|
|
version = "1.1.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "hybrid-array"
|
|
|
|
|
version = "0.4.7"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "e1b229d73f5803b562cc26e4da0396c8610a4ee209f4fac8fa4f8d709166dc45"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"typenum",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "iana-time-zone"
|
|
|
|
|
version = "0.1.64"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"android_system_properties",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"log",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"windows-core",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
|
version = "0.1.2"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"cc",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
|
|
|
|
version = "2.13.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"equivalent",
|
|
|
|
|
"hashbrown",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "inout"
|
|
|
|
|
version = "0.1.4"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"block-padding 0.3.3",
|
|
|
|
|
"generic-array",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
2026-02-04 22:19:16 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "itoa"
|
|
|
|
|
version = "1.0.17"
|
2026-02-04 22:19:16 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
2026-02-04 22:19:16 -07:00
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "js-sys"
|
|
|
|
|
version = "0.3.85"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"once_cell",
|
|
|
|
|
"wasm-bindgen",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "libc"
|
|
|
|
|
version = "0.2.180"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "lock_api"
|
|
|
|
|
version = "0.4.14"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"scopeguard",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "log"
|
|
|
|
|
version = "0.4.29"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "memchr"
|
|
|
|
|
version = "2.7.6"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "munge"
|
|
|
|
|
version = "0.4.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5e17401f259eba956ca16491461b6e8f72913a0a114e39736ce404410f915a0c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"munge_macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "munge_macro"
|
|
|
|
|
version = "0.4.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4568f25ccbd45ab5d5603dc34318c1ec56b117531781260002151b8530a9f931"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.114",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "num-traits"
|
|
|
|
|
version = "0.2.19"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"autocfg",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "once_cell"
|
|
|
|
|
version = "1.21.3"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "parking_lot"
|
|
|
|
|
version = "0.12.5"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"lock_api",
|
|
|
|
|
"parking_lot_core",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "parking_lot_core"
|
|
|
|
|
version = "0.9.12"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"windows-link",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "ppv-lite86"
|
|
|
|
|
version = "0.2.21"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"zerocopy",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "proc-macro2"
|
|
|
|
|
version = "1.0.106"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"unicode-ident",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "ptr_meta"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ptr_meta_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ptr_meta_derive"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.114",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "quote"
|
|
|
|
|
version = "1.0.44"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"proc-macro2",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "r-efi"
|
|
|
|
|
version = "5.3.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "rancor"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a063ea72381527c2a0561da9c80000ef822bdd7c3241b1cc1b12100e3df081ee"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ptr_meta",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "rand"
|
|
|
|
|
version = "0.9.2"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"rand_chacha",
|
|
|
|
|
"rand_core",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "rand_chacha"
|
|
|
|
|
version = "0.9.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"ppv-lite86",
|
|
|
|
|
"rand_core",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.9.5"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"getrandom",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "redox_syscall"
|
|
|
|
|
version = "0.5.18"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"bitflags 2.10.0",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "regex"
|
|
|
|
|
version = "1.12.3"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-automata",
|
|
|
|
|
"regex-syntax",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "regex-automata"
|
|
|
|
|
version = "0.4.14"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "regex-syntax"
|
|
|
|
|
version = "0.8.9"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "rend"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cadadef317c2f20755a64d7fdc48f9e7178ee6b0e1f7fce33fa60f1d68a276e6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytecheck",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rkyv"
|
|
|
|
|
version = "0.8.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1a30e631b7f4a03dee9056b8ef6982e8ba371dd5bedb74d3ec86df4499132c70"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytecheck",
|
|
|
|
|
"bytes",
|
|
|
|
|
"hashbrown",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"munge",
|
|
|
|
|
"ptr_meta",
|
|
|
|
|
"rancor",
|
|
|
|
|
"rend",
|
|
|
|
|
"rkyv_derive",
|
|
|
|
|
"tinyvec",
|
|
|
|
|
"uuid",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rkyv_derive"
|
|
|
|
|
version = "0.8.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8100bb34c0a1d0f907143db3149e6b4eea3c33b9ee8b189720168e818303986f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.114",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "rustversion"
|
|
|
|
|
version = "1.0.22"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "sc"
|
|
|
|
|
version = "0.2.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "010e18bd3bfd1d45a7e666b236c78720df0d9a7698ebaa9c1c559961eb60a38b"
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "scopeguard"
|
|
|
|
|
version = "1.2.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "serde"
|
|
|
|
|
version = "1.0.228"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"serde_core",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "serde_core"
|
|
|
|
|
version = "1.0.228"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"serde_derive",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "serde_derive"
|
|
|
|
|
version = "1.0.228"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.114",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "serde_json"
|
|
|
|
|
version = "1.0.149"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"itoa",
|
|
|
|
|
"memchr",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_core",
|
|
|
|
|
"zmij",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "sha2"
|
|
|
|
|
version = "0.10.9"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"cfg-if",
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
"digest",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "shlex"
|
|
|
|
|
version = "1.3.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "simdutf8"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "smallvec"
|
|
|
|
|
version = "1.15.1"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "static_init"
|
|
|
|
|
version = "1.0.4"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "8bae1df58c5fea7502e8e352ec26b5579f6178e1fdb311e088580c980dee25ed"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
"cfg_aliases 0.2.1",
|
|
|
|
|
"libc",
|
|
|
|
|
"parking_lot",
|
|
|
|
|
"parking_lot_core",
|
|
|
|
|
"static_init_macro",
|
|
|
|
|
"winapi",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "static_init_macro"
|
|
|
|
|
version = "1.0.4"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "1389c88ddd739ec6d3f8f83343764a0e944cd23cfbf126a9796a714b0b6edd6f"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"cfg_aliases 0.1.1",
|
|
|
|
|
"memchr",
|
2026-01-26 09:13:46 -07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2026-02-20 14:13:41 -07:00
|
|
|
"syn 1.0.109",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "syn"
|
|
|
|
|
version = "1.0.109"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "syn"
|
|
|
|
|
version = "2.0.114"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "tinyvec"
|
|
|
|
|
version = "1.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"tinyvec_macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "typenum"
|
|
|
|
|
version = "1.19.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "unicode-ident"
|
|
|
|
|
version = "1.0.22"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "unix-print"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c50e1866b3de196f1329f6a805771eee750651c83bbebd5dff159e5f033cc16f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"sc",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "unshell"
|
|
|
|
|
version = "0.0.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"chrono",
|
|
|
|
|
"crossbeam-channel",
|
2026-03-17 16:40:05 -06:00
|
|
|
"rkyv",
|
2026-02-20 14:13:41 -07:00
|
|
|
"static_init",
|
2026-03-17 16:40:05 -06:00
|
|
|
"unix-print",
|
2026-02-20 14:13:41 -07:00
|
|
|
"ush-obfuscate",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "ush-obfuscate"
|
|
|
|
|
version = "0.1.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:54:12 -07:00
|
|
|
"base62",
|
2026-02-20 14:13:41 -07:00
|
|
|
"block-padding 0.4.2",
|
|
|
|
|
"getrandom",
|
|
|
|
|
"hex",
|
|
|
|
|
"hex-literal",
|
2026-01-26 09:13:46 -07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2026-02-20 14:13:41 -07:00
|
|
|
"rand",
|
|
|
|
|
"static_init",
|
2026-01-26 09:13:46 -07:00
|
|
|
"syn 2.0.114",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "ush-payload"
|
|
|
|
|
version = "0.0.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"serde_json",
|
|
|
|
|
"unshell",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "uuid"
|
|
|
|
|
version = "1.22.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "version_check"
|
|
|
|
|
version = "0.9.5"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "wasip2"
|
|
|
|
|
version = "1.0.2+wasi-0.2.9"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"wit-bindgen",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "wasm-bindgen"
|
|
|
|
|
version = "0.2.108"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"cfg-if",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"rustversion",
|
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
|
"wasm-bindgen-shared",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
|
version = "0.2.108"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
|
version = "0.2.108"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"bumpalo",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.114",
|
|
|
|
|
"wasm-bindgen-shared",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
|
version = "0.2.108"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"unicode-ident",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "winapi"
|
|
|
|
|
version = "0.3.9"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "windows-core"
|
|
|
|
|
version = "0.62.2"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"windows-implement",
|
|
|
|
|
"windows-interface",
|
|
|
|
|
"windows-link",
|
|
|
|
|
"windows-result",
|
|
|
|
|
"windows-strings",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "windows-implement"
|
|
|
|
|
version = "0.60.2"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.114",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "windows-interface"
|
|
|
|
|
version = "0.59.3"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.114",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "windows-link"
|
|
|
|
|
version = "0.2.1"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "windows-result"
|
|
|
|
|
version = "0.4.1"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"windows-link",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "windows-strings"
|
|
|
|
|
version = "0.5.1"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"windows-link",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "wit-bindgen"
|
|
|
|
|
version = "0.51.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "zerocopy"
|
|
|
|
|
version = "0.8.34"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "71ddd76bcebeed25db614f82bf31a9f4222d3fbba300e6fb6c00afa26cbd4d9d"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"zerocopy-derive",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "zerocopy-derive"
|
|
|
|
|
version = "0.8.34"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-20 14:13:41 -07:00
|
|
|
checksum = "d8187381b52e32220d50b255276aa16a084ec0a9017a0ca2152a1f55c539758d"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.114",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "zmij"
|
|
|
|
|
version = "1.0.17"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"
|