2026-01-26 09:13:46 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 4
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "aes"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "66bd29a732b644c0431c6140f370d097879203d79b80c94a6747ba0872adaef8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cipher",
|
|
|
|
|
"cpubits",
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
|
|
|
|
version = "1.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "android_system_properties"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
|
|
|
|
version = "1.0.102"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
|
|
|
|
2026-04-24 14:10:03 -06: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"
|
2026-04-20 23:38:02 -06:00
|
|
|
version = "2.11.1"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-04-20 23:38:02 -06:00
|
|
|
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
2026-01-26 09:13:46 -07:00
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "block-buffer"
|
|
|
|
|
version = "0.12.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hybrid-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "block-padding"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "710f1dd022ef4e93f8a438b4ba958de7f64308434fa6a87104481645cc30068b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hybrid-array",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[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",
|
2026-04-24 14:10:03 -06:00
|
|
|
"syn 2.0.117",
|
2026-03-17 16:40:05 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bytes"
|
|
|
|
|
version = "1.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "cbc"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "98db6aeaef0eeef2c1e3ce9a27b739218825dae116076352ac3777076aa22225"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cipher",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[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"
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "chacha20"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
"rand_core",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "chrono"
|
2026-04-24 12:32:24 -06:00
|
|
|
version = "0.4.44"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-04-24 12:32:24 -06:00
|
|
|
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"iana-time-zone",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"windows-link",
|
|
|
|
|
]
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "cipher"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e34d8227fe1ba289043aeb13792056ff80fd6de1a9f49137a5f499de8e8c78ea"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crypto-common",
|
|
|
|
|
"inout",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "const-oid"
|
|
|
|
|
version = "0.10.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[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
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "cpubits"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5ef0c543070d296ea414df2dd7625d1b24866ce206709d8a4a424f28377f5861"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crypto-common"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hybrid-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "digest"
|
|
|
|
|
version = "0.11.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block-buffer",
|
|
|
|
|
"const-oid",
|
|
|
|
|
"crypto-common",
|
|
|
|
|
]
|
|
|
|
|
|
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
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "foldhash"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"r-efi",
|
|
|
|
|
"rand_core",
|
|
|
|
|
"wasip2",
|
|
|
|
|
"wasip3",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.15.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
|
|
|
dependencies = [
|
2026-05-16 14:14:00 -06:00
|
|
|
"foldhash",
|
2026-04-24 14:10:03 -06: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-04-24 12:32:24 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.17.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[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 = "hex-literal"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hybrid-array"
|
|
|
|
|
version = "0.4.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"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-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "id-arena"
|
|
|
|
|
version = "2.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
|
|
|
|
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",
|
2026-04-24 12:32:24 -06:00
|
|
|
"hashbrown 0.16.1",
|
2026-04-24 14:10:03 -06:00
|
|
|
"serde",
|
|
|
|
|
"serde_core",
|
2026-03-17 16:40:05 -06:00
|
|
|
]
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "inout"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block-padding",
|
|
|
|
|
"hybrid-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
|
|
|
|
version = "1.0.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "leb128fmt"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "libc"
|
2026-04-20 23:38:02 -06:00
|
|
|
version = "0.2.185"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-04-20 23:38:02 -06:00
|
|
|
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
|
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"
|
2026-04-20 23:38:02 -06:00
|
|
|
version = "2.8.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-04-20 23:38:02 -06:00
|
|
|
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
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",
|
2026-04-24 14:10:03 -06:00
|
|
|
"syn 2.0.117",
|
2026-03-17 16:40:05 -06:00
|
|
|
]
|
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "prettyplease"
|
|
|
|
|
version = "0.2.37"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"syn 2.0.117",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
2026-04-24 14:10:03 -06:00
|
|
|
"syn 2.0.117",
|
2026-03-17 16:40:05 -06:00
|
|
|
]
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "quote"
|
2026-04-24 14:10:03 -06:00
|
|
|
version = "1.0.45"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-04-24 14:10:03 -06:00
|
|
|
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
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
|
|
|
]
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "r-efi"
|
|
|
|
|
version = "6.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
|
|
|
|
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-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
|
|
|
|
version = "0.10.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"chacha20",
|
|
|
|
|
"getrandom",
|
|
|
|
|
"rand_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.10.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
|
|
|
|
|
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-04-20 23:38:02 -06:00
|
|
|
"bitflags 2.11.1",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
|
|
|
|
version = "1.12.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-automata",
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-automata"
|
|
|
|
|
version = "0.4.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
|
|
|
|
version = "0.8.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
|
|
|
|
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"
|
2026-04-24 12:32:24 -06:00
|
|
|
version = "0.8.16"
|
2026-03-17 16:40:05 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-04-24 12:32:24 -06:00
|
|
|
checksum = "73389e0c99e664f919275ab5b5b0471391fe9a8de61e1dff9b1eaf56a90f16e3"
|
2026-03-17 16:40:05 -06:00
|
|
|
dependencies = [
|
|
|
|
|
"bytecheck",
|
|
|
|
|
"bytes",
|
2026-04-24 12:32:24 -06:00
|
|
|
"hashbrown 0.17.0",
|
2026-03-17 16:40:05 -06:00
|
|
|
"indexmap",
|
|
|
|
|
"munge",
|
|
|
|
|
"ptr_meta",
|
|
|
|
|
"rancor",
|
|
|
|
|
"rend",
|
|
|
|
|
"rkyv_derive",
|
|
|
|
|
"tinyvec",
|
|
|
|
|
"uuid",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rkyv_derive"
|
2026-04-24 12:32:24 -06:00
|
|
|
version = "0.8.16"
|
2026-03-17 16:40:05 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-04-24 12:32:24 -06:00
|
|
|
checksum = "5d2ed0b54125315fb36bd021e82d314d1c126548f871634b483f46b31d13cac6"
|
2026-03-17 16:40:05 -06:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2026-04-24 14:10:03 -06:00
|
|
|
"syn 2.0.117",
|
2026-03-17 16:40:05 -06:00
|
|
|
]
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
[[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
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
|
|
|
|
version = "1.0.28"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
|
|
|
|
version = "1.0.228"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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 2.0.117",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"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"
|
2026-04-24 14:10:03 -06:00
|
|
|
version = "2.0.117"
|
2026-01-26 09:13:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-04-24 14:10:03 -06:00
|
|
|
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
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-04-20 23:38:02 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
|
|
|
|
version = "2.0.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
|
|
|
dependencies = [
|
2026-05-16 14:14:00 -06:00
|
|
|
"thiserror-impl",
|
2026-04-20 23:38:02 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
|
|
|
|
version = "2.0.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2026-04-24 14:10:03 -06:00
|
|
|
"syn 2.0.117",
|
2026-04-20 23:38:02 -06: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-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "typenum"
|
|
|
|
|
version = "1.20.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
|
|
|
|
|
|
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-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-xid"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
|
|
|
|
2026-01-26 09:13:46 -07:00
|
|
|
[[package]]
|
2026-02-20 14:13:41 -07:00
|
|
|
name = "unshell"
|
2026-04-20 23:38:02 -06:00
|
|
|
version = "0.1.0"
|
2026-01-26 09:13:46 -07:00
|
|
|
dependencies = [
|
2026-02-20 14:13:41 -07:00
|
|
|
"chrono",
|
2026-03-17 16:40:05 -06:00
|
|
|
"rkyv",
|
2026-02-20 14:13:41 -07:00
|
|
|
"static_init",
|
2026-05-16 14:14:00 -06:00
|
|
|
"thiserror",
|
2026-04-26 12:39:06 -06:00
|
|
|
"unshell-protocol",
|
2026-01-26 09:13:46 -07:00
|
|
|
]
|
|
|
|
|
|
2026-04-26 12:39:06 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "unshell-protocol"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rkyv",
|
2026-05-09 12:45:14 -06:00
|
|
|
]
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "ush-obfuscate"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base62",
|
|
|
|
|
"block-padding",
|
|
|
|
|
"getrandom",
|
|
|
|
|
"hex",
|
|
|
|
|
"hex-literal",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"rand",
|
|
|
|
|
"static_init",
|
|
|
|
|
"syn 2.0.117",
|
|
|
|
|
]
|
|
|
|
|
|
2026-03-17 16:40:05 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "uuid"
|
2026-04-25 13:43:19 -06:00
|
|
|
version = "1.23.1"
|
2026-03-17 16:40:05 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-04-25 13:43:19 -06:00
|
|
|
checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
|
2026-03-17 16:40:05 -06:00
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasip2"
|
|
|
|
|
version = "1.0.3+wasi-0.2.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"wit-bindgen 0.57.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasip3"
|
|
|
|
|
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"wit-bindgen 0.51.0",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
2026-04-24 14:10:03 -06:00
|
|
|
"syn 2.0.117",
|
2026-02-20 14:13:41 -07:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
|
2026-04-24 14:10:03 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-encoder"
|
|
|
|
|
version = "0.244.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"leb128fmt",
|
|
|
|
|
"wasmparser",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-metadata"
|
|
|
|
|
version = "0.244.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"wasm-encoder",
|
|
|
|
|
"wasmparser",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasmparser"
|
|
|
|
|
version = "0.244.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 2.11.1",
|
|
|
|
|
"hashbrown 0.15.5",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"semver",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
2026-04-24 14:10:03 -06:00
|
|
|
"syn 2.0.117",
|
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",
|
2026-04-24 14:10:03 -06:00
|
|
|
"syn 2.0.117",
|
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
|
|
|
]
|
2026-04-24 14:10:03 -06:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wit-bindgen"
|
|
|
|
|
version = "0.51.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"wit-bindgen-rust-macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wit-bindgen"
|
|
|
|
|
version = "0.57.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wit-bindgen-core"
|
|
|
|
|
version = "0.51.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"heck",
|
|
|
|
|
"wit-parser",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wit-bindgen-rust"
|
|
|
|
|
version = "0.51.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"heck",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"prettyplease",
|
|
|
|
|
"syn 2.0.117",
|
|
|
|
|
"wasm-metadata",
|
|
|
|
|
"wit-bindgen-core",
|
|
|
|
|
"wit-component",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wit-bindgen-rust-macro"
|
|
|
|
|
version = "0.51.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"prettyplease",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.117",
|
|
|
|
|
"wit-bindgen-core",
|
|
|
|
|
"wit-bindgen-rust",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wit-component"
|
|
|
|
|
version = "0.244.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"bitflags 2.11.1",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"log",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"wasm-encoder",
|
|
|
|
|
"wasm-metadata",
|
|
|
|
|
"wasmparser",
|
|
|
|
|
"wit-parser",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wit-parser"
|
|
|
|
|
version = "0.244.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"id-arena",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"log",
|
|
|
|
|
"semver",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"unicode-xid",
|
|
|
|
|
"wasmparser",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zmij"
|
|
|
|
|
version = "1.0.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|