2022-09-21 16:06:27 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2025-01-29 18:39:04 +07:00
|
|
|
version = 4
|
2022-09-21 16:06:27 +02:00
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "addr2line"
|
|
|
|
|
version = "0.21.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"gimli",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "adler"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
2022-10-06 15:51:00 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "aead"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.5.2"
|
2022-10-06 15:51:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
2022-10-06 15:51:00 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"crypto-common",
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aes"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.8.4"
|
2022-10-06 15:51:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
2022-10-06 15:51:00 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"cipher",
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aes-gcm"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.10.3"
|
2022-10-06 15:51:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
|
2022-10-06 15:51:00 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"aead",
|
|
|
|
|
"aes",
|
|
|
|
|
"cipher",
|
|
|
|
|
"ctr",
|
|
|
|
|
"ghash",
|
|
|
|
|
"subtle",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "ahash"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.8.12"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"version_check",
|
2026-01-13 16:57:00 +07:00
|
|
|
"zerocopy 0.8.27",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.1.3"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2022-09-22 15:13:16 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-13 16:57:00 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "allocator-api2"
|
|
|
|
|
version = "0.2.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-rlp"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.3.12"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "5f70d83b765fdc080dbcd4f4db70d8d23fe4761f2f02ebfa9146b833900634b4"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec",
|
|
|
|
|
"bytes",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "android-tzdata"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "android_system_properties"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.0.100"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
2025-01-29 18:39:04 +07:00
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-bn254"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.5.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "d69eab57e8d2663efa5c63135b2af4f396d66424f88954c21104125ab6b3e6bc"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"ark-ec",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-ff 0.5.0",
|
|
|
|
|
"ark-r1cs-std",
|
|
|
|
|
"ark-std 0.5.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ark-crypto-primitives"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.5.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "1e0c292754729c8a190e50414fd1a37093c786c709899f29c9f7daccecfa855e"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"ahash",
|
|
|
|
|
"ark-crypto-primitives-macros",
|
2024-02-13 14:50:00 -04:00
|
|
|
"ark-ec",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-ff 0.5.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"ark-relations",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-serialize 0.5.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"ark-snark",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-std 0.5.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"blake2",
|
|
|
|
|
"derivative",
|
2025-02-11 18:11:54 +07:00
|
|
|
"digest 0.10.7",
|
2026-01-13 16:57:00 +07:00
|
|
|
"fnv",
|
|
|
|
|
"merlin",
|
2024-02-13 14:50:00 -04:00
|
|
|
"rayon",
|
|
|
|
|
"sha2",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-13 16:57:00 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-crypto-primitives-macros"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e7e89fe77d1f0f4fe5b96dfc940923d88d17b6a773808124f21e764dfb063c6a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-ec"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.5.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"ahash",
|
|
|
|
|
"ark-ff 0.5.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"ark-poly",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-serialize 0.5.0",
|
|
|
|
|
"ark-std 0.5.0",
|
|
|
|
|
"educe",
|
|
|
|
|
"fnv",
|
|
|
|
|
"hashbrown 0.15.5",
|
|
|
|
|
"itertools 0.13.0",
|
|
|
|
|
"num-bigint",
|
|
|
|
|
"num-integer",
|
2024-02-13 14:50:00 -04:00
|
|
|
"num-traits",
|
|
|
|
|
"rayon",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-ff"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ark-ff-asm 0.3.0",
|
|
|
|
|
"ark-ff-macros 0.3.0",
|
|
|
|
|
"ark-serialize 0.3.0",
|
|
|
|
|
"ark-std 0.3.0",
|
|
|
|
|
"derivative",
|
|
|
|
|
"num-bigint",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"paste",
|
|
|
|
|
"rustc_version 0.3.3",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-ff"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.4.2"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2025-01-29 18:39:04 +07:00
|
|
|
"ark-ff-asm 0.4.2",
|
|
|
|
|
"ark-ff-macros 0.4.2",
|
2025-02-11 18:11:54 +07:00
|
|
|
"ark-serialize 0.4.2",
|
2025-01-29 18:39:04 +07:00
|
|
|
"ark-std 0.4.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"derivative",
|
2025-02-11 18:11:54 +07:00
|
|
|
"digest 0.10.7",
|
|
|
|
|
"itertools 0.10.5",
|
2024-02-13 14:50:00 -04:00
|
|
|
"num-bigint",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"paste",
|
2025-02-11 18:11:54 +07:00
|
|
|
"rustc_version 0.4.1",
|
2024-02-13 14:50:00 -04:00
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-13 16:57:00 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-ff"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ark-ff-asm 0.5.0",
|
|
|
|
|
"ark-ff-macros 0.5.0",
|
|
|
|
|
"ark-serialize 0.5.0",
|
|
|
|
|
"ark-std 0.5.0",
|
|
|
|
|
"arrayvec",
|
|
|
|
|
"digest 0.10.7",
|
|
|
|
|
"educe",
|
|
|
|
|
"itertools 0.13.0",
|
|
|
|
|
"num-bigint",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"paste",
|
|
|
|
|
"rayon",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-ff-asm"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 1.0.109",
|
2025-01-29 18:39:04 +07:00
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-ff-asm"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 1.0.109",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2026-01-13 16:57:00 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-ff-asm"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-ff-macros"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-bigint",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 1.0.109",
|
2025-01-29 18:39:04 +07:00
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-ff-macros"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-bigint",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 1.0.109",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2026-01-13 16:57:00 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-ff-macros"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-bigint",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-groth16"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.5.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "88f1d0f3a534bb54188b8dcc104307db6c56cdae574ddc3212aec0625740fc7e"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"ark-crypto-primitives",
|
|
|
|
|
"ark-ec",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-ff 0.5.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"ark-poly",
|
|
|
|
|
"ark-relations",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-serialize 0.5.0",
|
|
|
|
|
"ark-std 0.5.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"rayon",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ark-poly"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.5.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"ahash",
|
|
|
|
|
"ark-ff 0.5.0",
|
|
|
|
|
"ark-serialize 0.5.0",
|
|
|
|
|
"ark-std 0.5.0",
|
|
|
|
|
"educe",
|
|
|
|
|
"fnv",
|
|
|
|
|
"hashbrown 0.15.5",
|
2024-02-13 14:50:00 -04:00
|
|
|
"rayon",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-13 16:57:00 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-r1cs-std"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "941551ef1df4c7a401de7068758db6503598e6f01850bdb2cfdb614a1f9dbea1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ark-ec",
|
|
|
|
|
"ark-ff 0.5.0",
|
|
|
|
|
"ark-relations",
|
|
|
|
|
"ark-std 0.5.0",
|
|
|
|
|
"educe",
|
|
|
|
|
"num-bigint",
|
|
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-relations"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.5.1"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "ec46ddc93e7af44bcab5230937635b06fb5744464dd6a7e7b083e80ebd274384"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-ff 0.5.0",
|
|
|
|
|
"ark-std 0.5.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"tracing",
|
2026-01-13 16:57:00 +07:00
|
|
|
"tracing-subscriber",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-serialize"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ark-std 0.3.0",
|
|
|
|
|
"digest 0.9.0",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-serialize"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.4.2"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2025-01-29 18:39:04 +07:00
|
|
|
"ark-std 0.4.0",
|
2025-02-11 18:11:54 +07:00
|
|
|
"digest 0.10.7",
|
2024-02-13 14:50:00 -04:00
|
|
|
"num-bigint",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-13 16:57:00 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-serialize"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ark-serialize-derive",
|
|
|
|
|
"ark-std 0.5.0",
|
|
|
|
|
"arrayvec",
|
|
|
|
|
"digest 0.10.7",
|
|
|
|
|
"num-bigint",
|
|
|
|
|
"rayon",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "ark-serialize-derive"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.5.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2026-01-13 16:57:00 +07:00
|
|
|
"syn 2.0.98",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ark-snark"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.5.1"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "d368e2848c2d4c129ce7679a7d0d2d612b6a274d3ea6a13bad4445d61b381b88"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-ff 0.5.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"ark-relations",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-serialize 0.5.0",
|
|
|
|
|
"ark-std 0.5.0",
|
2025-01-29 18:39:04 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ark-std"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand 0.8.5",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ark-std"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand 0.8.5",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ark-std"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
"rand 0.8.5",
|
2024-02-13 14:50:00 -04:00
|
|
|
"rayon",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "arrayref"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.9"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
2022-10-03 15:21:19 +02:00
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "arrayvec"
|
|
|
|
|
version = "0.7.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "auto_impl"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.3.0"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
2025-01-29 18:39:04 +07:00
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.4.0"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2022-09-22 15:13:16 +02:00
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "backtrace"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.71"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"addr2line",
|
|
|
|
|
"cc",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
2026-01-13 16:57:00 +07:00
|
|
|
"miniz_oxide",
|
2025-02-11 18:11:54 +07:00
|
|
|
"object",
|
2024-02-13 14:50:00 -04:00
|
|
|
"rustc-demangle",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-26 14:56:03 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "base-x"
|
|
|
|
|
version = "0.2.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "base16ct"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
|
|
|
|
version = "0.13.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.21.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64ct"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.6.0"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2022-10-03 15:21:19 +02:00
|
|
|
|
2024-03-11 12:00:30 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "basic"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures",
|
2024-11-28 10:35:41 +01:00
|
|
|
"serde_json",
|
2024-03-11 12:00:30 -04:00
|
|
|
"tokio",
|
|
|
|
|
"tokio-util",
|
|
|
|
|
"waku-bindings",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bindgen"
|
2023-02-15 10:57:39 +01:00
|
|
|
version = "0.64.0"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-15 10:57:39 +01:00
|
|
|
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
|
2022-09-22 15:13:16 +02:00
|
|
|
dependencies = [
|
2024-02-13 14:50:00 -04:00
|
|
|
"bitflags 1.3.2",
|
2022-09-22 15:13:16 +02:00
|
|
|
"cexpr",
|
|
|
|
|
"clang-sys",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"lazycell",
|
|
|
|
|
"log",
|
|
|
|
|
"peeking_take_while",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"regex",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rustc-hash",
|
2022-09-22 15:13:16 +02:00
|
|
|
"shlex",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 1.0.109",
|
2022-09-22 15:13:16 +02:00
|
|
|
"which",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
|
|
|
|
version = "1.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "2.10.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitvec"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"funty",
|
|
|
|
|
"radium",
|
|
|
|
|
"tap",
|
|
|
|
|
"wyz",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "blake2"
|
|
|
|
|
version = "0.10.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"digest 0.10.7",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "block-buffer"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.10.4"
|
2023-02-20 12:44:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2023-02-20 12:44:55 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bs58"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "3.17.0"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
2022-10-25 11:25:23 +02:00
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "byte-slice-cast"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.2.3"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "byteorder"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.5.0"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-10-03 15:21:19 +02:00
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bytes"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.10.0"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
2022-10-17 19:30:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.2.13"
|
2022-10-17 19:30:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"shlex",
|
|
|
|
|
]
|
2022-10-17 19:30:07 +02:00
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cexpr"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"nom",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.0.4"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
2025-02-11 18:11:54 +07:00
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "chrono"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.4.39"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
2022-10-25 11:25:23 +02:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"android-tzdata",
|
2022-10-25 11:25:23 +02:00
|
|
|
"iana-time-zone",
|
2025-01-10 15:19:31 +01:00
|
|
|
"js-sys",
|
2022-10-25 11:25:23 +02:00
|
|
|
"num-traits",
|
2025-01-10 15:19:31 +01:00
|
|
|
"wasm-bindgen",
|
2026-01-13 16:57:00 +07:00
|
|
|
"windows-targets",
|
2022-10-25 11:25:23 +02:00
|
|
|
]
|
|
|
|
|
|
2022-10-06 15:51:00 +02:00
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "cipher"
|
|
|
|
|
version = "0.4.4"
|
2022-10-06 15:51:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2022-10-06 15:51:00 +02:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"crypto-common",
|
|
|
|
|
"inout",
|
2022-10-06 15:51:00 +02:00
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "clang-sys"
|
|
|
|
|
version = "1.8.1"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
2022-10-25 11:25:23 +02:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"glob",
|
|
|
|
|
"libc",
|
|
|
|
|
"libloading",
|
2022-10-25 11:25:23 +02:00
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "const-oid"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.9.6"
|
2023-02-20 12:44:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
2023-02-20 12:44:55 +01:00
|
|
|
|
2022-10-06 15:51:00 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "const_format"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.2.34"
|
2022-10-06 15:51:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
|
2022-10-06 15:51:00 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"const_format_proc_macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "const_format_proc_macros"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.2.34"
|
2022-10-06 15:51:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
|
2022-10-06 15:51:00 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-xid",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation-sys"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.8.7"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2022-10-25 11:25:23 +02:00
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "core2"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.2.17"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2022-10-03 15:21:19 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "crc32fast"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.5.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-deque"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.8.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-epoch",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
|
version = "0.9.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-utils"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.8.21"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crunchy"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.2.4"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "crypto-bigint"
|
|
|
|
|
version = "0.4.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand_core 0.6.4",
|
2025-02-11 18:11:54 +07:00
|
|
|
"subtle",
|
|
|
|
|
"zeroize",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "crypto-common"
|
|
|
|
|
version = "0.1.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"generic-array",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand_core 0.6.4",
|
2025-02-11 18:11:54 +07:00
|
|
|
"typenum",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2022-10-06 15:51:00 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ctr"
|
|
|
|
|
version = "0.9.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cipher",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "dashmap"
|
|
|
|
|
version = "5.5.3"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"cfg-if",
|
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
|
"lock_api",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"parking_lot_core 0.9.10",
|
2022-10-25 11:25:23 +02:00
|
|
|
]
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "data-encoding"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "2.8.0"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010"
|
2022-10-03 15:21:19 +02:00
|
|
|
|
2022-10-26 14:56:03 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "data-encoding-macro"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.1.17"
|
2022-10-26 14:56:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "9f9724adfcf41f45bf652b3995837669d73c4d49a1b5ac1ff82905ac7d9b5558"
|
2022-10-26 14:56:03 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"data-encoding",
|
|
|
|
|
"data-encoding-macro-internal",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "data-encoding-macro-internal"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.1.15"
|
2022-10-26 14:56:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f"
|
2022-10-26 14:56:03 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"data-encoding",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
2022-10-26 14:56:03 +02:00
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "der"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"const-oid",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "derivative"
|
2024-02-13 14:50:00 -04:00
|
|
|
version = "2.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 1.0.109",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "digest"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "digest"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.10.7"
|
2023-02-20 12:44:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2023-02-20 12:44:55 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"block-buffer",
|
|
|
|
|
"crypto-common",
|
|
|
|
|
"subtle",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "displaydoc"
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "ecdsa"
|
|
|
|
|
version = "0.14.8"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"der",
|
|
|
|
|
"elliptic-curve",
|
|
|
|
|
"rfc6979",
|
|
|
|
|
"signature",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "educe"
|
|
|
|
|
version = "0.6.0"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"enum-ordinalize",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
]
|
2025-02-11 18:11:54 +07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "either"
|
|
|
|
|
version = "1.13.0"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "elliptic-curve"
|
|
|
|
|
version = "0.12.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
|
|
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"base16ct",
|
|
|
|
|
"crypto-bigint",
|
|
|
|
|
"der",
|
2025-02-11 18:11:54 +07:00
|
|
|
"digest 0.10.7",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ff",
|
2024-02-13 14:50:00 -04:00
|
|
|
"generic-array",
|
2026-01-13 16:57:00 +07:00
|
|
|
"group",
|
|
|
|
|
"pkcs8",
|
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
|
"sec1",
|
2024-02-13 14:50:00 -04:00
|
|
|
"subtle",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "enr"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "492a7e5fc2504d5fdce8e124d3e263b244a68b283cac67a69eda0cd43e0aebad"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base64 0.13.1",
|
|
|
|
|
"bs58",
|
|
|
|
|
"bytes",
|
|
|
|
|
"hex",
|
2026-01-13 16:57:00 +07:00
|
|
|
"k256",
|
2024-02-13 14:50:00 -04:00
|
|
|
"log",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand 0.8.5",
|
2024-02-13 14:50:00 -04:00
|
|
|
"rlp",
|
|
|
|
|
"secp256k1 0.24.3",
|
|
|
|
|
"serde",
|
|
|
|
|
"sha3",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "enum-ordinalize"
|
|
|
|
|
version = "4.3.2"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "4a1091a7bb1f8f2c4b28f1fe2cef4980ca2d410a3d727d67ecc3178c9b0800f0"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"enum-ordinalize-derive",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "enum-ordinalize-derive"
|
|
|
|
|
version = "4.3.2"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "equivalent"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.0.2"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
2025-01-29 18:39:04 +07:00
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "errno"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.10"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-02-11 18:11:54 +07:00
|
|
|
"windows-sys 0.59.0",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "fastrand"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "2.3.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2023-02-20 12:44:55 +01:00
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "fastrlp"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec",
|
|
|
|
|
"auto_impl",
|
|
|
|
|
"bytes",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "fastrlp"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec",
|
|
|
|
|
"auto_impl",
|
|
|
|
|
"bytes",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ff"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
|
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand_core 0.6.4",
|
2025-02-11 18:11:54 +07:00
|
|
|
"subtle",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "fixed-hash"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand 0.8.5",
|
2025-01-29 18:39:04 +07:00
|
|
|
"rustc-hex",
|
|
|
|
|
"static_assertions",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "fnv"
|
|
|
|
|
version = "1.0.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "form_urlencoded"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.2.1"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2022-10-03 15:21:19 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "fs2"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "funty"
|
|
|
|
|
version = "2.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
|
2023-01-05 17:53:49 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.31"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
2023-01-05 17:53:49 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-executor",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-channel"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.31"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2023-01-05 17:53:49 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-core"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.31"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2023-01-05 17:53:49 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-executor"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.31"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2023-01-05 17:53:49 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-io"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.31"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2023-01-05 17:53:49 +02:00
|
|
|
|
2023-01-27 11:35:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-macro"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.31"
|
2023-01-27 11:35:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2023-01-27 11:35:07 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
2023-01-27 11:35:07 +02:00
|
|
|
]
|
|
|
|
|
|
2023-01-05 17:53:49 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-sink"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.31"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2023-01-05 17:53:49 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-task"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.31"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2023-01-05 17:53:49 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.31"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2023-01-05 17:53:49 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-io",
|
2023-01-27 11:35:07 +02:00
|
|
|
"futures-macro",
|
2023-01-05 17:53:49 +02:00
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"memchr",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"pin-utils",
|
|
|
|
|
"slab",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "fxhash"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "generic-array"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.14.7"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-10-03 15:21:19 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"typenum",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.2.15"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2022-10-03 15:21:19 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
2025-01-10 15:19:31 +01:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"wasi 0.13.3+wasi-0.2.2",
|
2026-01-13 16:57:00 +07:00
|
|
|
"windows-targets",
|
2022-10-03 15:21:19 +02:00
|
|
|
]
|
|
|
|
|
|
2022-10-06 15:51:00 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ghash"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.5.1"
|
2022-10-06 15:51:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
|
2022-10-06 15:51:00 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"opaque-debug",
|
|
|
|
|
"polyval",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "gimli"
|
|
|
|
|
version = "0.28.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "glob"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "group"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
|
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"ff",
|
|
|
|
|
"rand_core 0.6.4",
|
2023-02-20 12:44:55 +01:00
|
|
|
"subtle",
|
|
|
|
|
]
|
|
|
|
|
|
2024-03-11 12:00:30 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.14.5"
|
2024-03-11 12:00:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2024-03-11 12:00:30 -04:00
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.15.5"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"allocator-api2",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
2023-01-05 17:53:49 +02:00
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.16.1"
|
2024-03-11 12:00:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
2024-03-11 12:00:30 -04:00
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hex"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "hmac"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"digest 0.10.7",
|
2023-02-20 12:44:55 +01:00
|
|
|
]
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "home"
|
|
|
|
|
version = "0.5.11"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
2022-10-25 11:25:23 +02:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"windows-sys 0.59.0",
|
2022-10-25 11:25:23 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "iana-time-zone"
|
|
|
|
|
version = "0.1.61"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"android_system_properties",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"windows-core",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
|
version = "0.1.2"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"cc",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "icu_collections"
|
|
|
|
|
version = "1.5.0"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"displaydoc",
|
|
|
|
|
"yoke",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
"zerovec",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "icu_locid"
|
|
|
|
|
version = "1.5.0"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"litemap",
|
|
|
|
|
"tinystr",
|
|
|
|
|
"writeable",
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"icu_locid",
|
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
|
"icu_provider",
|
|
|
|
|
"tinystr",
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_normalizer"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"icu_collections",
|
|
|
|
|
"icu_normalizer_data",
|
|
|
|
|
"icu_properties",
|
|
|
|
|
"icu_provider",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"utf16_iter",
|
|
|
|
|
"utf8_iter",
|
|
|
|
|
"write16",
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_properties"
|
|
|
|
|
version = "1.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"icu_collections",
|
|
|
|
|
"icu_locid_transform",
|
|
|
|
|
"icu_properties_data",
|
|
|
|
|
"icu_provider",
|
|
|
|
|
"tinystr",
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_properties_data"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_provider"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"icu_locid",
|
|
|
|
|
"icu_provider_macros",
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
"tinystr",
|
|
|
|
|
"writeable",
|
|
|
|
|
"yoke",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "idna"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.0.3"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
2022-10-03 15:21:19 +02:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"idna_adapter",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"utf8_iter",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "idna_adapter"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"icu_normalizer",
|
|
|
|
|
"icu_properties",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
2025-01-29 18:39:04 +07:00
|
|
|
name = "impl-codec"
|
|
|
|
|
version = "0.6.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 18:39:04 +07:00
|
|
|
checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2025-01-29 18:39:04 +07:00
|
|
|
"parity-scale-codec",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 18:39:04 +07:00
|
|
|
name = "impl-trait-for-tuples"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.2.3"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "2.13.0"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"equivalent",
|
2026-01-13 16:57:00 +07:00
|
|
|
"hashbrown 0.16.1",
|
2025-01-29 18:39:04 +07:00
|
|
|
]
|
|
|
|
|
|
2022-10-06 15:51:00 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "inout"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "instant"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.1.13"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "itertools"
|
|
|
|
|
version = "0.10.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "itertools"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-13 16:57:00 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "itertools"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-28 16:03:47 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.0.14"
|
2022-09-28 16:03:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2022-09-28 16:03:47 +02:00
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.77"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2022-10-25 11:25:23 +02:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"once_cell",
|
2022-10-25 11:25:23 +02:00
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "k256"
|
|
|
|
|
version = "0.11.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ecdsa",
|
|
|
|
|
"elliptic-curve",
|
2023-02-20 12:44:55 +01:00
|
|
|
"sha2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "keccak"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.1.5"
|
2023-02-20 12:44:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
|
2023-02-20 12:44:55 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.5.0"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2022-09-22 15:13:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lazycell"
|
|
|
|
|
version = "1.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.2.180"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
2022-09-22 15:13:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libloading"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.8.6"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
2022-09-22 15:13:16 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
2026-01-13 16:57:00 +07:00
|
|
|
"windows-targets",
|
2022-09-22 15:13:16 +02:00
|
|
|
]
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "libm"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.2.15"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
2025-02-11 18:11:54 +07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "linux-raw-sys"
|
|
|
|
|
version = "0.4.15"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
2022-10-25 11:25:23 +02:00
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "linux-raw-sys"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.11.0"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
2025-02-11 18:11:54 +07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "litemap"
|
|
|
|
|
version = "0.7.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.4.12"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2022-10-25 11:25:23 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"scopeguard",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.4.25"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
2022-09-22 15:13:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "2.7.4"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2022-09-22 15:13:16 +02:00
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "merlin"
|
|
|
|
|
version = "3.0.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"byteorder",
|
|
|
|
|
"keccak",
|
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
|
"zeroize",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "minimal-lexical"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "miniz_oxide"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.7.4"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"adler",
|
|
|
|
|
]
|
|
|
|
|
|
2024-03-11 12:00:30 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.0.3"
|
2024-03-11 12:00:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2024-03-11 12:00:30 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-01-10 15:19:31 +01:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2025-02-11 18:11:54 +07:00
|
|
|
"windows-sys 0.52.0",
|
2024-03-11 12:00:30 -04:00
|
|
|
]
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "multiaddr"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.17.1"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"
|
2022-10-03 15:21:19 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"arrayref",
|
|
|
|
|
"byteorder",
|
|
|
|
|
"data-encoding",
|
2025-02-11 18:11:54 +07:00
|
|
|
"log",
|
2022-10-26 14:56:03 +02:00
|
|
|
"multibase",
|
2022-10-03 15:21:19 +02:00
|
|
|
"multihash",
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
"serde",
|
|
|
|
|
"static_assertions",
|
|
|
|
|
"unsigned-varint",
|
|
|
|
|
"url",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-26 14:56:03 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "multibase"
|
|
|
|
|
version = "0.9.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base-x",
|
|
|
|
|
"data-encoding",
|
|
|
|
|
"data-encoding-macro",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "multihash"
|
2023-02-20 12:44:55 +01:00
|
|
|
version = "0.17.0"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 12:44:55 +01:00
|
|
|
checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"
|
2022-10-03 15:21:19 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"core2",
|
|
|
|
|
"multihash-derive",
|
|
|
|
|
"unsigned-varint",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "multihash-derive"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.8.1"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
|
2022-10-03 15:21:19 +02:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"proc-macro-crate 1.1.3",
|
2022-10-03 15:21:19 +02:00
|
|
|
"proc-macro-error",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 1.0.109",
|
|
|
|
|
"synstructure 0.12.6",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nom"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "7.1.3"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-09-22 15:13:16 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
"minimal-lexical",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-bigint"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.4.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-integer"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.1.46"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2022-10-25 11:25:23 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "num-traits"
|
|
|
|
|
version = "0.2.19"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
2026-01-13 16:57:00 +07:00
|
|
|
"libm",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "object"
|
|
|
|
|
version = "0.32.2"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.21.3"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "opaque-debug"
|
|
|
|
|
version = "0.3.1"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2022-09-22 15:13:16 +02:00
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ordered-float"
|
|
|
|
|
version = "2.10.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
2022-10-03 15:21:19 +02:00
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "parity-scale-codec"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "3.7.4"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "c9fde3d0718baf5bc92f577d652001da0f8d54cd03a7974e118d04fc888dc23d"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec",
|
|
|
|
|
"bitvec",
|
|
|
|
|
"byte-slice-cast",
|
2025-02-11 18:11:54 +07:00
|
|
|
"const_format",
|
2025-01-29 18:39:04 +07:00
|
|
|
"impl-trait-for-tuples",
|
|
|
|
|
"parity-scale-codec-derive",
|
2025-02-11 18:11:54 +07:00
|
|
|
"rustversion",
|
2025-01-29 18:39:04 +07:00
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parity-scale-codec-derive"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "3.7.4"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "581c837bb6b9541ce7faa9377c20616e4fb7650f6b0f68bc93c827ee504fb7b3"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"proc-macro-crate 3.4.0",
|
2025-01-29 18:39:04 +07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
2025-01-29 18:39:04 +07:00
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
|
|
|
|
version = "0.11.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"instant",
|
|
|
|
|
"lock_api",
|
|
|
|
|
"parking_lot_core 0.8.6",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.12.3"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-10-25 11:25:23 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"lock_api",
|
2025-02-11 18:11:54 +07:00
|
|
|
"parking_lot_core 0.9.10",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot_core"
|
|
|
|
|
version = "0.8.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"instant",
|
|
|
|
|
"libc",
|
2025-02-11 18:11:54 +07:00
|
|
|
"redox_syscall 0.2.16",
|
2024-02-13 14:50:00 -04:00
|
|
|
"smallvec",
|
|
|
|
|
"winapi",
|
2022-10-25 11:25:23 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot_core"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.9.10"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2022-10-25 11:25:23 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
2025-02-11 18:11:54 +07:00
|
|
|
"redox_syscall 0.5.8",
|
2022-10-25 11:25:23 +02:00
|
|
|
"smallvec",
|
2026-01-13 16:57:00 +07:00
|
|
|
"windows-targets",
|
2022-10-25 11:25:23 +02:00
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "paste"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.0.15"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "peeking_take_while"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "percent-encoding"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "2.3.1"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2022-10-03 15:21:19 +02:00
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "pest"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "2.8.5"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "2c9eb05c21a464ea704b53158d358a31e6425db2f63a1a7312268b05fe2b75f7"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
"ucd-trie",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-05 17:53:49 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-lite"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.2.16"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2023-01-05 17:53:49 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-utils"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pkcs8"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
|
|
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"der",
|
|
|
|
|
"spki",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2022-10-06 15:51:00 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "polyval"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.6.2"
|
2022-10-06 15:51:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
|
2022-10-06 15:51:00 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
"opaque-debug",
|
|
|
|
|
"universal-hash",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ppv-lite86"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.2.20"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"zerocopy 0.7.35",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
2022-10-03 15:21:19 +02:00
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "primitive-types"
|
|
|
|
|
version = "0.12.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fixed-hash",
|
|
|
|
|
"impl-codec",
|
|
|
|
|
"uint",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-crate"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.1.3"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
2022-10-03 15:21:19 +02:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"thiserror 1.0.69",
|
2026-01-13 16:57:00 +07:00
|
|
|
"toml",
|
2022-10-03 15:21:19 +02:00
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-crate"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "3.4.0"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"toml_edit",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 1.0.109",
|
2022-10-03 15:21:19 +02:00
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2025-01-29 18:39:04 +07:00
|
|
|
version = "1.0.93"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 18:39:04 +07:00
|
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
2022-09-22 15:13:16 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "proptest"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.9.0"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"bitflags 2.10.0",
|
2025-01-29 18:39:04 +07:00
|
|
|
"num-traits",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand 0.9.2",
|
|
|
|
|
"rand_chacha 0.9.0",
|
2025-01-29 18:39:04 +07:00
|
|
|
"rand_xorshift",
|
|
|
|
|
"regex-syntax 0.8.5",
|
|
|
|
|
"unarray",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "prost"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.14.3"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"prost-derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "prost-derive"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.14.3"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
2026-01-13 16:57:00 +07:00
|
|
|
"itertools 0.14.0",
|
2025-01-29 18:39:04 +07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
2025-01-29 18:39:04 +07:00
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.0.38"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2022-09-22 15:13:16 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "radium"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
|
|
|
|
version = "0.8.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
|
|
|
|
version = "0.9.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rand_chacha 0.9.0",
|
|
|
|
|
"rand_core 0.9.5",
|
2022-10-03 15:21:19 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_chacha"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ppv-lite86",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand_core 0.6.4",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_chacha"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ppv-lite86",
|
|
|
|
|
"rand_core 0.9.5",
|
2022-10-03 15:21:19 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.6.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"getrandom 0.2.15",
|
2022-10-03 15:21:19 +02:00
|
|
|
]
|
|
|
|
|
|
2026-01-13 16:57:00 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.9.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom 0.3.1",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand_xorshift"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.4.0"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand_core 0.9.5",
|
2025-01-29 18:39:04 +07:00
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "rayon"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.11.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
"rayon-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rayon-core"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.13.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-deque",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
|
|
|
|
version = "0.2.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
|
dependencies = [
|
2024-02-13 14:50:00 -04:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "redox_syscall"
|
|
|
|
|
version = "0.5.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
|
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"bitflags 2.10.0",
|
2022-10-25 11:25:23 +02:00
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-automata",
|
|
|
|
|
"regex-syntax 0.8.5",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-automata"
|
|
|
|
|
version = "0.4.9"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2022-09-22 15:13:16 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
2025-02-11 18:11:54 +07:00
|
|
|
"regex-syntax 0.8.5",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
|
|
|
|
version = "0.6.29"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
|
|
|
|
version = "0.8.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "rfc6979"
|
|
|
|
|
version = "0.3.1"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"crypto-bigint",
|
|
|
|
|
"hmac",
|
|
|
|
|
"zeroize",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "rln"
|
|
|
|
|
version = "0.9.0"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "d80918728b4171dff6eca5c157aaf048077b498e3bc71b6f3f3cc9c38d7185ea"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"ark-bn254",
|
|
|
|
|
"ark-ec",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-ff 0.5.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"ark-groth16",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-poly",
|
2024-02-13 14:50:00 -04:00
|
|
|
"ark-relations",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-serialize 0.5.0",
|
|
|
|
|
"ark-std 0.5.0",
|
2025-01-29 18:39:04 +07:00
|
|
|
"byteorder",
|
2024-02-13 14:50:00 -04:00
|
|
|
"cfg-if",
|
2025-01-29 18:39:04 +07:00
|
|
|
"lazy_static",
|
2024-02-13 14:50:00 -04:00
|
|
|
"num-bigint",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"once_cell",
|
2025-01-29 18:39:04 +07:00
|
|
|
"prost",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand 0.8.5",
|
|
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
|
"rayon",
|
2025-01-29 18:39:04 +07:00
|
|
|
"ruint",
|
2024-02-13 14:50:00 -04:00
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2026-01-13 16:57:00 +07:00
|
|
|
"tempfile",
|
|
|
|
|
"thiserror 2.0.17",
|
2024-02-13 14:50:00 -04:00
|
|
|
"tiny-keccak",
|
2026-01-13 16:57:00 +07:00
|
|
|
"zeroize",
|
2024-02-13 14:50:00 -04:00
|
|
|
"zerokit_utils",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rlp"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"rustc-hex",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ruint"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.17.2"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "c141e807189ad38a07276942c6623032d3753c8859c146104ac2e4d68865945a"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"alloy-rlp",
|
|
|
|
|
"ark-ff 0.3.0",
|
2025-02-11 18:11:54 +07:00
|
|
|
"ark-ff 0.4.2",
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-ff 0.5.0",
|
2025-01-29 18:39:04 +07:00
|
|
|
"bytes",
|
2025-02-11 18:11:54 +07:00
|
|
|
"fastrlp 0.3.1",
|
|
|
|
|
"fastrlp 0.4.0",
|
2025-01-29 18:39:04 +07:00
|
|
|
"num-bigint",
|
2025-02-11 18:11:54 +07:00
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
2025-01-29 18:39:04 +07:00
|
|
|
"parity-scale-codec",
|
|
|
|
|
"primitive-types",
|
|
|
|
|
"proptest",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand 0.8.5",
|
|
|
|
|
"rand 0.9.2",
|
2025-01-29 18:39:04 +07:00
|
|
|
"rlp",
|
|
|
|
|
"ruint-macro",
|
2026-01-13 16:57:00 +07:00
|
|
|
"serde_core",
|
2025-01-29 18:39:04 +07:00
|
|
|
"valuable",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ruint-macro"
|
|
|
|
|
version = "1.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18"
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-demangle"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.1.24"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-hash"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-hex"
|
|
|
|
|
version = "2.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc_version"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"semver 0.11.0",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc_version"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.4.1"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"semver 1.0.27",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustix"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.38.44"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"bitflags 2.10.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"errno",
|
|
|
|
|
"libc",
|
2026-01-13 16:57:00 +07:00
|
|
|
"linux-raw-sys 0.4.15",
|
2025-02-11 18:11:54 +07:00
|
|
|
"windows-sys 0.59.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "rustix"
|
|
|
|
|
version = "1.1.3"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"bitflags 2.10.0",
|
|
|
|
|
"errno",
|
|
|
|
|
"libc",
|
|
|
|
|
"linux-raw-sys 0.11.0",
|
|
|
|
|
"windows-sys 0.59.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustversion"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.0.19"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "scopeguard"
|
|
|
|
|
version = "1.2.0"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-10-25 11:25:23 +02:00
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "sec1"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
|
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"base16ct",
|
|
|
|
|
"der",
|
2023-02-20 12:44:55 +01:00
|
|
|
"generic-array",
|
2026-01-13 16:57:00 +07:00
|
|
|
"pkcs8",
|
2023-02-20 12:44:55 +01:00
|
|
|
"subtle",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-17 19:30:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "secp256k1"
|
2023-02-20 12:44:55 +01:00
|
|
|
version = "0.24.3"
|
2022-10-17 19:30:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 12:44:55 +01:00
|
|
|
checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"secp256k1-sys 0.6.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "secp256k1"
|
|
|
|
|
version = "0.26.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4124a35fe33ae14259c490fd70fa199a32b9ce9502f2ee6bc4f81ec06fa65894"
|
2022-10-17 19:30:07 +02:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand 0.8.5",
|
2025-02-11 18:11:54 +07:00
|
|
|
"secp256k1-sys 0.8.1",
|
2022-10-17 19:30:07 +02:00
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "secp256k1-sys"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "secp256k1-sys"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.8.1"
|
2023-02-20 12:44:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
|
2023-02-20 12:44:55 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"semver-parser",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.0.27"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "semver-parser"
|
|
|
|
|
version = "0.10.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pest",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-28 16:03:47 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.0.228"
|
2022-09-28 16:03:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
2022-09-28 16:03:47 +02:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"serde_core",
|
2022-09-28 16:03:47 +02:00
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-08 17:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde-aux"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "4.6.0"
|
2023-12-08 17:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "5290c39c5f6992b9dddbda28541d965dba46468294e6018a408fa297e6c602de"
|
2023-12-08 17:30:30 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"chrono",
|
|
|
|
|
"serde",
|
2025-02-11 18:11:54 +07:00
|
|
|
"serde-value",
|
2023-12-08 17:30:30 -04:00
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "serde-value"
|
|
|
|
|
version = "0.7.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"ordered-float",
|
2024-02-13 14:50:00 -04:00
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "serde_core"
|
|
|
|
|
version = "1.0.228"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"serde_derive",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2022-09-28 16:03:47 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.0.228"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
2022-09-28 16:03:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.0.149"
|
2022-09-28 16:03:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
2022-09-28 16:03:47 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"itoa",
|
2025-01-29 18:39:04 +07:00
|
|
|
"memchr",
|
2025-02-11 18:11:54 +07:00
|
|
|
"serde",
|
2026-01-13 16:57:00 +07:00
|
|
|
"serde_core",
|
|
|
|
|
"zmij",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
2023-01-05 17:53:49 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "serial_test"
|
2023-02-20 12:44:55 +01:00
|
|
|
version = "1.0.0"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 12:44:55 +01:00
|
|
|
checksum = "538c30747ae860d6fb88330addbbd3e0ddbe46d662d032855596d8a8ca260611"
|
2023-01-05 17:53:49 +02:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"dashmap",
|
2023-01-05 17:53:49 +02:00
|
|
|
"futures",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
2025-02-11 18:11:54 +07:00
|
|
|
"parking_lot 0.12.3",
|
2023-01-05 17:53:49 +02:00
|
|
|
"serial_test_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serial_test_derive"
|
2023-02-20 12:44:55 +01:00
|
|
|
version = "1.0.0"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 12:44:55 +01:00
|
|
|
checksum = "079a83df15f85d89a68d64ae1238f142f172b1fa915d0d76b26a7cba1b659a69"
|
2023-01-05 17:53:49 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 1.0.109",
|
2023-01-05 17:53:49 +02:00
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "sha2"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.10.8"
|
2023-02-20 12:44:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2023-02-20 12:44:55 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"cpufeatures",
|
2025-02-11 18:11:54 +07:00
|
|
|
"digest 0.10.7",
|
2023-02-20 12:44:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "sha3"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.10.8"
|
2023-02-20 12:44:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
2023-02-20 12:44:55 +01:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"digest 0.10.7",
|
2023-02-20 12:44:55 +01:00
|
|
|
"keccak",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "shlex"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.3.0"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2022-09-22 15:13:16 +02:00
|
|
|
|
2024-03-11 12:00:30 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "signal-hook-registry"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.4.2"
|
2024-03-11 12:00:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2024-03-11 12:00:30 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "signature"
|
|
|
|
|
version = "1.6.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
|
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"digest 0.10.7",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand_core 0.6.4",
|
2023-02-20 12:44:55 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-05 17:53:49 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "slab"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.4.9"
|
2023-01-05 17:53:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-01-05 17:53:49 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "sled"
|
|
|
|
|
version = "0.34.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crc32fast",
|
|
|
|
|
"crossbeam-epoch",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
"fs2",
|
|
|
|
|
"fxhash",
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.13.2"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2022-10-25 11:25:23 +02:00
|
|
|
|
2022-12-21 00:33:08 +13:00
|
|
|
[[package]]
|
|
|
|
|
name = "smart-default"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 1.0.109",
|
|
|
|
|
]
|
|
|
|
|
|
2024-03-11 12:00:30 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "socket2"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.5.8"
|
2024-03-11 12:00:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2024-03-11 12:00:30 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "spki"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base64ct",
|
2026-01-13 16:57:00 +07:00
|
|
|
"der",
|
2023-02-20 12:44:55 +01:00
|
|
|
]
|
|
|
|
|
|
2022-10-06 15:51:00 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "sscanf"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.1"
|
2022-10-06 15:51:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "5ecdd7ea17bcadebf81d656db919f58f96c1d194d748cf0839a44a220123eedd"
|
2022-10-06 15:51:00 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"const_format",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"regex",
|
|
|
|
|
"sscanf_macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "sscanf_macro"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.3.1"
|
2022-10-06 15:51:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "fe2309d255caf220c1ff9f380d89420a1377de1cabc1d57e0b308e53b0406bed"
|
2022-10-06 15:51:00 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"regex-syntax 0.6.29",
|
|
|
|
|
"syn 1.0.109",
|
2022-10-06 15:51:00 +02:00
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "static_assertions"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "subtle"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "2.6.1"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2022-10-03 15:21:19 +02:00
|
|
|
|
2022-09-28 16:03:47 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.0.109"
|
2022-09-28 16:03:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-09-28 16:03:47 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "2.0.98"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "synstructure"
|
|
|
|
|
version = "0.12.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 1.0.109",
|
2022-10-03 15:21:19 +02:00
|
|
|
"unicode-xid",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "synstructure"
|
|
|
|
|
version = "0.13.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "tap"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tempfile"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "3.24.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"fastrand",
|
2025-02-11 18:11:54 +07:00
|
|
|
"getrandom 0.3.1",
|
|
|
|
|
"once_cell",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rustix 1.1.3",
|
2025-02-11 18:11:54 +07:00
|
|
|
"windows-sys 0.59.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.0.69"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2022-10-03 15:21:19 +02:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"thiserror-impl 1.0.69",
|
2025-01-29 18:39:04 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "2.0.17"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"thiserror-impl 2.0.17",
|
2022-10-03 15:21:19 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.0.69"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2022-10-03 15:21:19 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "2.0.17"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
2025-01-29 18:39:04 +07:00
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "tiny-keccak"
|
|
|
|
|
version = "2.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crunchy",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "tinystr"
|
|
|
|
|
version = "0.7.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"displaydoc",
|
|
|
|
|
"zerovec",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2023-01-27 11:35:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "1.43.0"
|
2023-01-27 11:35:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
2023-01-27 11:35:07 +02:00
|
|
|
dependencies = [
|
2024-03-11 12:00:30 -04:00
|
|
|
"backtrace",
|
|
|
|
|
"bytes",
|
|
|
|
|
"libc",
|
|
|
|
|
"mio",
|
2025-02-11 18:11:54 +07:00
|
|
|
"parking_lot 0.12.3",
|
2023-01-27 11:35:07 +02:00
|
|
|
"pin-project-lite",
|
2024-03-11 12:00:30 -04:00
|
|
|
"signal-hook-registry",
|
|
|
|
|
"socket2",
|
2023-01-27 11:35:07 +02:00
|
|
|
"tokio-macros",
|
2025-02-11 18:11:54 +07:00
|
|
|
"windows-sys 0.52.0",
|
2023-01-27 11:35:07 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-13 14:50:00 -04:00
|
|
|
name = "tokio-macros"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "2.5.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
|
|
|
|
]
|
|
|
|
|
|
2024-03-11 12:00:30 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-util"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.7.13"
|
2024-03-11 12:00:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
2024-03-11 12:00:30 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-util",
|
2025-02-11 18:11:54 +07:00
|
|
|
"hashbrown 0.14.5",
|
2024-03-11 12:00:30 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
|
"tokio",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.5.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml_datetime"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.7.5+spec-1.1.0"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"serde_core",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
2025-01-29 18:39:04 +07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_edit"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.23.10+spec-1.0.0"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"indexmap",
|
2025-01-29 18:39:04 +07:00
|
|
|
"toml_datetime",
|
2026-01-13 16:57:00 +07:00
|
|
|
"toml_parser",
|
2025-01-29 18:39:04 +07:00
|
|
|
"winnow",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "toml_parser"
|
|
|
|
|
version = "1.0.6+spec-1.1.0"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"winnow",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "tracing"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.1.44"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"tracing-attributes",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-attributes"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.1.31"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-core"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.1.36"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
"valuable",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
|
version = "0.2.25"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "typenum"
|
|
|
|
|
version = "1.17.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ucd-trie"
|
|
|
|
|
version = "0.1.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "uint"
|
|
|
|
|
version = "0.9.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
"crunchy",
|
|
|
|
|
"hex",
|
|
|
|
|
"static_assertions",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unarray"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
|
|
|
|
version = "1.0.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-xid"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "universal-hash"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crypto-common",
|
|
|
|
|
"subtle",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unsigned-varint"
|
|
|
|
|
version = "0.7.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "url"
|
|
|
|
|
version = "2.5.4"
|
2023-01-27 11:35:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2023-01-27 11:35:07 +02:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"form_urlencoded",
|
|
|
|
|
"idna",
|
|
|
|
|
"percent-encoding",
|
2023-01-27 11:35:07 +02:00
|
|
|
]
|
|
|
|
|
|
2022-10-25 11:25:23 +02:00
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "utf16_iter"
|
|
|
|
|
version = "1.0.5"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
2022-10-25 11:25:23 +02:00
|
|
|
|
2022-10-03 15:21:19 +02:00
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "utf8_iter"
|
|
|
|
|
version = "1.0.4"
|
2022-10-03 15:21:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
2022-10-03 15:21:19 +02:00
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "uuid"
|
|
|
|
|
version = "1.13.1"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom 0.3.1",
|
|
|
|
|
]
|
2025-01-29 18:39:04 +07:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "vacp2p_pmtree"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "2.0.3"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "47145034d8885c2f7ff7562c504ee8be6e78b564a60cc26fc174f861c61bdec2"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "valuable"
|
|
|
|
|
version = "0.1.1"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
2025-02-11 18:11:54 +07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "version_check"
|
|
|
|
|
version = "0.9.5"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "waku-bindings"
|
|
|
|
|
version = "1.0.0"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"aes-gcm",
|
|
|
|
|
"base64 0.21.7",
|
|
|
|
|
"chrono",
|
|
|
|
|
"enr",
|
2025-02-11 18:11:54 +07:00
|
|
|
"futures",
|
|
|
|
|
"hex",
|
|
|
|
|
"libc",
|
2026-01-13 16:57:00 +07:00
|
|
|
"multiaddr",
|
2025-02-11 18:11:54 +07:00
|
|
|
"once_cell",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rand 0.8.5",
|
|
|
|
|
"regex",
|
|
|
|
|
"rln",
|
|
|
|
|
"secp256k1 0.26.0",
|
2024-02-13 14:50:00 -04:00
|
|
|
"serde",
|
2026-01-13 16:57:00 +07:00
|
|
|
"serde-aux",
|
2025-02-11 18:11:54 +07:00
|
|
|
"serde_json",
|
2026-01-13 16:57:00 +07:00
|
|
|
"serial_test",
|
|
|
|
|
"smart-default",
|
|
|
|
|
"sscanf",
|
2025-02-11 18:11:54 +07:00
|
|
|
"tokio",
|
|
|
|
|
"url",
|
2026-01-13 16:57:00 +07:00
|
|
|
"uuid",
|
|
|
|
|
"waku-sys",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "waku-sys"
|
|
|
|
|
version = "1.0.0"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"bindgen",
|
|
|
|
|
"cc",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "wasi"
|
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "wasi"
|
|
|
|
|
version = "0.13.3+wasi-0.2.2"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"wit-bindgen-rt",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "wasm-bindgen"
|
|
|
|
|
version = "0.2.100"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"cfg-if",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"rustversion",
|
|
|
|
|
"wasm-bindgen-macro",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
|
version = "0.2.100"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"bumpalo",
|
|
|
|
|
"log",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
"wasm-bindgen-shared",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
|
version = "0.2.100"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
|
version = "0.2.100"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
|
"wasm-bindgen-shared",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-13 16:57:00 +07:00
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
|
version = "0.2.100"
|
2025-02-11 18:11:54 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
2025-02-11 18:11:54 +07:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"unicode-ident",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
2022-09-22 15:13:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "which"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "4.4.2"
|
2022-09-22 15:13:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2022-09-22 15:13:16 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
2025-02-11 18:11:54 +07:00
|
|
|
"home",
|
2022-09-22 15:13:16 +02:00
|
|
|
"once_cell",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rustix 0.38.44",
|
2022-09-22 15:13:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
|
|
|
|
version = "0.3.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-10-25 11:25:23 +02:00
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-core"
|
|
|
|
|
version = "0.52.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"windows-targets",
|
2022-10-25 11:25:23 +02:00
|
|
|
]
|
|
|
|
|
|
2024-03-11 12:00:30 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.52.0"
|
2024-03-11 12:00:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2024-03-11 12:00:30 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"windows-targets",
|
2024-03-11 12:00:30 -04:00
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.59.0"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"windows-targets",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.52.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
|
"windows_i686_gnu",
|
2025-02-11 18:11:54 +07:00
|
|
|
"windows_i686_gnullvm",
|
2026-01-13 16:57:00 +07:00
|
|
|
"windows_i686_msvc",
|
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
|
"windows_x86_64_msvc",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.52.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.52.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.52.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-02-11 18:11:54 +07:00
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.52.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.52.6"
|
2022-10-25 11:25:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2022-10-25 11:25:23 +02:00
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.52.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.52.6"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-02-13 14:50:00 -04:00
|
|
|
|
2025-01-29 18:39:04 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "winnow"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.7.14"
|
2025-01-29 18:39:04 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
|
2025-01-29 18:39:04 +07:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
|
version = "0.33.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"bitflags 2.10.0",
|
2025-02-11 18:11:54 +07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "write16"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "writeable"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "wyz"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"tap",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "yoke"
|
|
|
|
|
version = "0.7.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
"yoke-derive",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "yoke-derive"
|
|
|
|
|
version = "0.7.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
"synstructure 0.13.1",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-13 14:50:00 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "zerocopy"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.7.35"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2025-02-11 18:11:54 +07:00
|
|
|
"byteorder",
|
2026-01-13 16:57:00 +07:00
|
|
|
"zerocopy-derive 0.7.35",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerocopy"
|
|
|
|
|
version = "0.8.27"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"zerocopy-derive 0.8.27",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerocopy-derive"
|
2025-02-11 18:11:54 +07:00
|
|
|
version = "0.7.35"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-13 16:57:00 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
|
version = "0.8.27"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-11 18:11:54 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "zerofrom"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"zerofrom-derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
|
version = "0.1.5"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-11 18:11:54 +07:00
|
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
|
|
|
|
"synstructure 0.13.1",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
2023-02-20 12:44:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "zeroize"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.8.2"
|
2023-02-20 12:44:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"zeroize_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zeroize_derive"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "1.4.3"
|
2024-02-13 14:50:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-13 16:57:00 +07:00
|
|
|
checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-02-11 18:11:54 +07:00
|
|
|
"syn 2.0.98",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerokit_utils"
|
2026-01-13 16:57:00 +07:00
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b502278f6be3ac77fb43386f9a16f947b53f6b95d316d417309e4cfd4123e1ce"
|
2024-02-13 14:50:00 -04:00
|
|
|
dependencies = [
|
2026-01-13 16:57:00 +07:00
|
|
|
"ark-ff 0.5.0",
|
2025-01-29 18:39:04 +07:00
|
|
|
"hex",
|
|
|
|
|
"lazy_static",
|
2024-02-13 14:50:00 -04:00
|
|
|
"num-bigint",
|
2026-01-13 16:57:00 +07:00
|
|
|
"rayon",
|
|
|
|
|
"serde_json",
|
2024-02-13 14:50:00 -04:00
|
|
|
"sled",
|
2026-01-13 16:57:00 +07:00
|
|
|
"thiserror 2.0.17",
|
2025-01-29 18:39:04 +07:00
|
|
|
"vacp2p_pmtree",
|
2024-02-13 14:50:00 -04:00
|
|
|
]
|
2025-02-11 18:11:54 +07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerovec"
|
|
|
|
|
version = "0.10.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"yoke",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
"zerovec-derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerovec-derive"
|
|
|
|
|
version = "0.10.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.98",
|
|
|
|
|
]
|
2026-01-13 16:57:00 +07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zmij"
|
|
|
|
|
version = "1.0.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bd8f3f50b848df28f887acb68e41201b5aea6bc8a8dacc00fb40635ff9a72fea"
|