version = 4
[[package]]
name = "aho-corasick"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
dependencies = [
"memchr",
]
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anyhow"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
[[package]]
name = "arrayref"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
dependencies = [
"serde_core",
]
[[package]]
name = "blake3"
version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
"cpufeatures",
"digest 0.10.7",
"serde",
]
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "borsh"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f"
dependencies = [
"borsh-derive",
"cfg_aliases",
]
[[package]]
name = "borsh-derive"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c"
dependencies = [
"once_cell",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "bs58"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
dependencies = [
"tinyvec",
]
[[package]]
name = "bumpalo"
version = "3.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
[[package]]
name = "bytemuck"
version = "1.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
[[package]]
name = "bytemuck_derive"
version = "1.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "cc"
version = "1.2.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
dependencies = [
"find-msvc-tools",
"shlex",
]
[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "chrono"
version = "0.4.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
dependencies = [
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-link 0.2.1",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
"cfg-if",
"wasm-bindgen",
]
[[package]]
name = "console_log"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f"
dependencies = [
"log",
"web-sys",
]
[[package]]
name = "constant_time_eq"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]]
name = "cpufeatures"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
"libc",
]
[[package]]
name = "crunchy"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "crypto-common"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "curve25519-dalek"
version = "4.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
dependencies = [
"cfg-if",
"cpufeatures",
"curve25519-dalek-derive",
"fiat-crypto",
"rustc_version",
"subtle",
"zeroize",
]
[[package]]
name = "curve25519-dalek-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer 0.10.4",
"crypto-common",
"subtle",
]
[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "fiat-crypto"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "find-msvc-tools"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
[[package]]
name = "five8_const"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26dec3da8bc3ef08f2c04f61eab298c3ab334523e55f076354d6d6f613799a7b"
dependencies = [
"five8_core",
]
[[package]]
name = "five8_core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2551bf44bc5f776c15044b9b94153a00198be06743e262afaaa61f11ac7523a5"
[[package]]
name = "foldhash"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi",
"wasm-bindgen",
]
[[package]]
name = "hashbrown"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "iana-time-zone"
version = "0.1.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"log",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "indexmap"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
dependencies = [
"equivalent",
"hashbrown",
"serde",
"serde_core",
]
[[package]]
name = "itoa"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
[[package]]
name = "js-sys"
version = "0.3.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
dependencies = [
"once_cell",
"wasm-bindgen",
]
[[package]]
name = "keccak"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653"
dependencies = [
"cpufeatures",
]
[[package]]
name = "libc"
version = "0.2.180"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
[[package]]
name = "libsecp256k1"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139"
dependencies = [
"arrayref",
"base64",
"digest 0.9.0",
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
"rand",
"serde",
"sha2 0.9.9",
]
[[package]]
name = "libsecp256k1-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
dependencies = [
"crunchy",
"digest 0.9.0",
"subtle",
]
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
dependencies = [
"libsecp256k1-core",
]
[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
dependencies = [
"libsecp256k1-core",
]
[[package]]
name = "lock_api"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "memchr"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
[[package]]
name = "memoffset"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
dependencies = [
"autocfg",
]
[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "opaque-debug"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "parking_lot"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-link 0.2.1",
]
[[package]]
name = "pin-project-lite"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
[[package]]
name = "polkavm-common"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a5794b695626ba70d29e66e3f4f4835767452a6723f3a0bc20884b07088fe8"
[[package]]
name = "polkavm-derive"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95282a203ae1f6828a04ff334145c3f6dc718bba6d3959805d273358b45eab93"
dependencies = [
"polkavm-derive-impl-macro",
]
[[package]]
name = "polkavm-derive-impl"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6069dc7995cde6e612b868a02ce48b54397c6d2582bd1b97b63aabbe962cd779"
dependencies = [
"polkavm-common",
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "polkavm-derive-impl-macro"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581d34cafec741dc5ffafbb341933c205b6457f3d76257a9d99fb56687219c91"
dependencies = [
"polkavm-derive-impl",
"syn 2.0.114",
]
[[package]]
name = "ppv-lite86"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
dependencies = [
"zerocopy",
]
[[package]]
name = "proc-macro-crate"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
dependencies = [
"toml_edit",
]
[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
"unicode-ident",
]
[[package]]
name = "psmatcher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f87087280bbfa253ccd1ebd9b55492add1229ee1505ac1c17de2db01d0d196ef"
dependencies = [
"bincode",
"foldhash",
"indexmap",
"regex",
"serde",
"thiserror",
]
[[package]]
name = "quote"
version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
dependencies = [
"bitflags",
]
[[package]]
name = "regex"
version = "1.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
[[package]]
name = "rialo-atomic-u64"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14e37104186f537078eaf4e1a79a38388f5562b235e70670ce0f36fb1feb32e2"
dependencies = [
"parking_lot",
]
[[package]]
name = "rialo-cli-representable"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4d7747e5dd04e9611dcca4ade33a18a509458124976b535f1ca0f1f795c4249"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "rialo-cli-representation"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0a6d83e339037aa116bbc349ca7e56412defec3445bc3c8b7a6d57c0d648d5"
dependencies = [
"serde",
]
[[package]]
name = "rialo-events-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195a8235b277fdf1f5e15d3f210588b56862d709a3291f88b78aae47eef9ccbf"
dependencies = [
"psmatcher",
"rialo-events-derive",
"rialo-s-program",
"rialo-s-sha256-hasher",
]
[[package]]
name = "rialo-events-derive"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e83bc8216fe0cc8d83793e0497c1b64f86d9352cca84b6295a9cf6b70fd607d7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "rialo-hash"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18e145acd1926b583315c6fda122a7ebc4fe7cae8ef20a36306b3f2c23d441a5"
dependencies = [
"bs58",
"bytemuck",
"bytemuck_derive",
"js-sys",
"rialo-atomic-u64",
"rialo-sanitize",
"serde",
"serde_derive",
"wasm-bindgen",
]
[[package]]
name = "rialo-limits"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fcdddea9a570da850dd63a1b697add94d6bfdb6e400e4ced03941effb572528"
dependencies = [
"rialo-s-pubkey",
"tracing",
]
[[package]]
name = "rialo-rex-processor-interface"
version = "0.3.0"
dependencies = [
"bincode",
"borsh",
"hex",
"rialo-cli-representable",
"rialo-cli-representation",
"rialo-events-core",
"rialo-s-instruction",
"rialo-s-program",
"rialo-s-pubkey",
"rialo-types",
"serde",
"serde-big-array",
]
[[package]]
name = "rialo-rex-wasm-v1-loader-interface"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47fcaa427aba77b498dd4489f4705682c36263a2e70eb86e935b78fe08374e3e"
dependencies = [
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
]
[[package]]
name = "rialo-s-account"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29e163804c8a5231417806a3e42da453ac8cb0249011619e7d750b2c1604d9e8"
dependencies = [
"rialo-rex-wasm-v1-loader-interface",
"rialo-s-account-info",
"rialo-s-clock",
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
"thiserror",
]
[[package]]
name = "rialo-s-account-info"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3025977a4c7595950724283069f43f9d00a4ab3848005d09657e533cbb630e2e"
dependencies = [
"bincode",
"rialo-s-define-syscall",
"rialo-s-program-error",
"rialo-s-program-memory",
"rialo-s-pubkey",
"serde",
]
[[package]]
name = "rialo-s-big-mod-exp"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bf8a0abaea45cc3ed61d450dae39b236a63b403b5c790d79ab1fb2225acdfc5"
dependencies = [
"num-bigint",
"num-traits",
"rialo-s-define-syscall",
]
[[package]]
name = "rialo-s-bincode"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6004156af5a09ee84069da058402926fbd78092c9ba17eef1ae15280a7ddb34"
dependencies = [
"bincode",
"rialo-s-instruction",
"serde",
]
[[package]]
name = "rialo-s-blake3-hasher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb15602d4e29d42c484e239bb8c420bdeade0023d0ec233cda2bd2c0c7bcd721"
dependencies = [
"blake3",
"rialo-hash",
"rialo-s-define-syscall",
"rialo-sanitize",
]
[[package]]
name = "rialo-s-clock"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c558ab7348a2409c7902df9eeb418b552de734dbf2d7205ebaf94190cca3f9f2"
dependencies = [
"rialo-s-sdk-ids",
"rialo-s-sdk-macro",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-cpi"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c657aa66e6cf204b8ea9656b7cac4833965fb5165472e00995d52d24849f8421"
dependencies = [
"rialo-s-account-info",
"rialo-s-define-syscall",
"rialo-s-instruction",
"rialo-s-program-error",
"rialo-s-pubkey",
"rialo-s-stable-layout",
]
[[package]]
name = "rialo-s-decode-error"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e6ed9cb8c4a02745c5db60c52dac5aebcfaf55c2745fed1eef75d5258f7603d"
dependencies = [
"num-traits",
]
[[package]]
name = "rialo-s-define-syscall"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "050d45eeaff2355675f42dc7c1272a050bdc3f9a545b130ce7d07779aff43942"
dependencies = [
"polkavm-derive",
]
[[package]]
name = "rialo-s-epoch-schedule"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cffe4fca60d4f4ed1a88e839be477c3116613297683cf536a82ca777150a3b68"
dependencies = [
"rialo-s-sdk-ids",
"rialo-s-sdk-macro",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-example-mocks"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41e5fedf4b3f7021d91c5343e2a32e94a9e0938e4d917a89598dfffc9c637303"
dependencies = [
"rialo-hash",
"rialo-s-clock",
"rialo-s-instruction",
"rialo-s-keccak-hasher",
"rialo-s-message",
"rialo-s-nonce",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
"rialo-s-system-interface",
"serde",
"thiserror",
]
[[package]]
name = "rialo-s-feature-gate-interface"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40b0eca3946c097d57fc28cf890b6398c30339e25039267f3d763b603b6eda3d"
dependencies = [
"bincode",
"rialo-s-account",
"rialo-s-account-info",
"rialo-s-instruction",
"rialo-s-program-error",
"rialo-s-pubkey",
"rialo-s-rent",
"rialo-s-sdk-ids",
"rialo-s-system-interface",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-fee-calculator"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38c0e6bce1d3df5edfefae155137e41c0346204cc76005ccf926545f97e73d16"
dependencies = [
"log",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-instruction"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77587304e5e7921a6e8f8502adbdd45dc2777c1b0a77ff97cc5f535c556d78a2"
dependencies = [
"bincode",
"getrandom",
"js-sys",
"num-traits",
"rialo-s-define-syscall",
"rialo-s-pubkey",
"serde",
"serde_derive",
"wasm-bindgen",
]
[[package]]
name = "rialo-s-instructions-sysvar"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4b0933bf6904c21960fc50ecf52762c65cda7871178be69c5040e9e8d92e8f3"
dependencies = [
"bitflags",
"rialo-s-account-info",
"rialo-s-instruction",
"rialo-s-program-error",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
"rialo-s-serialize-utils",
"rialo-s-sysvar-id",
"rialo-sanitize",
]
[[package]]
name = "rialo-s-keccak-hasher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7ce26b703ba932ed74c58e4225b0c09e4c0d9c60d848b19a237711d5586e0fd"
dependencies = [
"rialo-hash",
"rialo-s-define-syscall",
"rialo-sanitize",
"sha3",
]
[[package]]
name = "rialo-s-loader-v2-interface"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96a948bc5ff8a40b17f7e2e22c14d26f5595d470526f6f08abbd862f75a04552"
dependencies = [
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
"serde",
"serde_bytes",
"serde_derive",
]
[[package]]
name = "rialo-s-loader-v3-interface"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "551c0d304bf9c1d7326d12df96ecbbae8184017edfdb8a7b45dd2381d3b32fd3"
dependencies = [
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
"rialo-s-system-interface",
"serde",
"serde_bytes",
"serde_derive",
]
[[package]]
name = "rialo-s-loader-v4-interface"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b74b0f92bc0bcebe7feadd8493d8857349b24efbf66a4411660b47ff2261c53"
dependencies = [
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
"rialo-s-system-interface",
"serde",
"serde_bytes",
"serde_derive",
]
[[package]]
name = "rialo-s-message"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497a6d71e75d06597f4c865d57a21ef9982bae0cf0f616876d3f8054e132207b"
dependencies = [
"bincode",
"blake3",
"rialo-hash",
"rialo-s-bincode",
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
"rialo-s-short-vec",
"rialo-s-system-interface",
"rialo-s-transaction-error",
"rialo-sanitize",
"serde",
"serde_derive",
"wasm-bindgen",
]
[[package]]
name = "rialo-s-msg"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d7d4b23e54f54e4da39a2eef97c4c84fa89a0255343809c26d511f042491198"
dependencies = [
"rialo-s-define-syscall",
]
[[package]]
name = "rialo-s-native-token"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e95723163356a7630bef8b2e817118333259aa75bb4edf4ce1dce46742b62b4"
[[package]]
name = "rialo-s-nonce"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb3d1025e9ce41bbbd4155e1a65329988ecc103449484746cddd29ad3dc0538"
dependencies = [
"rialo-hash",
"rialo-s-fee-calculator",
"rialo-s-pubkey",
"rialo-s-sha256-hasher",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-program"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0674ba3058b65fd8d93ea15ea84bd60a4fadb7934d3667b1ff9b86e3935898be"
dependencies = [
"console_error_panic_hook",
"console_log",
"getrandom",
"log",
"memoffset",
"rialo-hash",
"rialo-s-account-info",
"rialo-s-big-mod-exp",
"rialo-s-bincode",
"rialo-s-blake3-hasher",
"rialo-s-clock",
"rialo-s-cpi",
"rialo-s-decode-error",
"rialo-s-define-syscall",
"rialo-s-epoch-schedule",
"rialo-s-example-mocks",
"rialo-s-feature-gate-interface",
"rialo-s-fee-calculator",
"rialo-s-instruction",
"rialo-s-instructions-sysvar",
"rialo-s-keccak-hasher",
"rialo-s-loader-v2-interface",
"rialo-s-loader-v3-interface",
"rialo-s-loader-v4-interface",
"rialo-s-message",
"rialo-s-msg",
"rialo-s-native-token",
"rialo-s-nonce",
"rialo-s-program-entrypoint",
"rialo-s-program-error",
"rialo-s-program-memory",
"rialo-s-program-option",
"rialo-s-program-pack",
"rialo-s-pubkey",
"rialo-s-rent",
"rialo-s-sdk-ids",
"rialo-s-secp256k1-recover",
"rialo-s-serialize-utils",
"rialo-s-sha256-hasher",
"rialo-s-short-vec",
"rialo-s-stable-layout",
"rialo-s-stake-interface",
"rialo-s-system-interface",
"rialo-s-sysvar",
"rialo-s-sysvar-id",
"rialo-sanitize",
"wasm-bindgen",
]
[[package]]
name = "rialo-s-program-entrypoint"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07ba12bb431fa562b3724a2a882792f02dea09b82a676f3c11ea9537bbec0916"
dependencies = [
"bytemuck",
"polkavm-derive",
"rialo-s-account-info",
"rialo-s-msg",
"rialo-s-program-error",
"rialo-s-pubkey",
]
[[package]]
name = "rialo-s-program-error"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30480995c8d604fea24ba3636a41221f000171ed5bce39ad0efe82223f215383"
dependencies = [
"num-traits",
"rialo-s-decode-error",
"rialo-s-instruction",
"rialo-s-msg",
"rialo-s-pubkey",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-program-memory"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53b297779997e835e2fa45366070739c02464ecf3081e635c95060ed2908d5ef"
dependencies = [
"num-traits",
"rialo-s-define-syscall",
]
[[package]]
name = "rialo-s-program-option"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9ddb275777bb6de7a560a3a1387409eb7b2b729dd0827bbac7a0637f9cb0975"
[[package]]
name = "rialo-s-program-pack"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "311cfea486355374a41c4b19c40072008c479fcaeb96310b90275266facb1fc5"
dependencies = [
"rialo-s-program-error",
]
[[package]]
name = "rialo-s-pubkey"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5fec399420377d5e3a450ecd0645dc2648ea1836a1fc30342bedc81a80f1e3c"
dependencies = [
"borsh",
"bs58",
"bytemuck",
"bytemuck_derive",
"curve25519-dalek",
"five8_const",
"getrandom",
"js-sys",
"num-traits",
"rialo-atomic-u64",
"rialo-s-decode-error",
"rialo-s-define-syscall",
"rialo-s-sha256-hasher",
"rialo-sanitize",
"serde",
"serde_derive",
"wasm-bindgen",
]
[[package]]
name = "rialo-s-rent"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff6f8f691c7e433104cfe344240f59e7d4d1aa1c5821a772a8b182309201b33c"
dependencies = [
"rialo-s-sdk-ids",
"rialo-s-sdk-macro",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-sdk-ids"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "682434cf21076bc1f37a7333f4ce54ccadb5d3a6c56f4985e00243016fa506ec"
dependencies = [
"rialo-s-pubkey",
]
[[package]]
name = "rialo-s-sdk-macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea41d01805575b9bf50bb7ad8701e82abcf9da51989c45d880a75292719bff89"
dependencies = [
"bs58",
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "rialo-s-secp256k1-recover"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5738ef1d0b0307a20c8383a24f37c92af3247b80705341a5f78590dad7fee1ce"
dependencies = [
"libsecp256k1",
"rialo-s-define-syscall",
"thiserror",
]
[[package]]
name = "rialo-s-serialize-utils"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "175649a2821af16d4abdc068822c7c26bd3bedef298ec926260dd9c8f2996c06"
dependencies = [
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-sanitize",
]
[[package]]
name = "rialo-s-sha256-hasher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b93c481893f80ec06578142e9d35719acc300ebe89bd5911cd6417a6a52738"
dependencies = [
"rialo-hash",
"rialo-s-define-syscall",
"sha2 0.10.9",
]
[[package]]
name = "rialo-s-short-vec"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe7910a4169f9a02e2839d13badb48b7eb4f8b217a2cb2f5189f630fa1cd202f"
dependencies = [
"serde",
]
[[package]]
name = "rialo-s-stable-layout"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e7786d800efba845028265603477286473efb55b0c4442b92bb82525f71a28e"
dependencies = [
"rialo-s-instruction",
"rialo-s-pubkey",
]
[[package]]
name = "rialo-s-stake-interface"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7017f5e775cb073e29bf541f6cb658761c3d2af79043dcc5feb1106e75de649"
dependencies = [
"num-traits",
"rialo-s-clock",
"rialo-s-cpi",
"rialo-s-decode-error",
"rialo-s-instruction",
"rialo-s-program-error",
"rialo-s-pubkey",
"rialo-s-system-interface",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-system-interface"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c04d94576d8495e3ec1c462919ab5e3f6582bb3806cd6d2972e511449640a52"
dependencies = [
"js-sys",
"num-traits",
"rialo-s-decode-error",
"rialo-s-instruction",
"rialo-s-pubkey",
"serde",
"serde_derive",
"wasm-bindgen",
]
[[package]]
name = "rialo-s-sysvar"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8880de1191ba4220d03d1ad1b95fe2c603b4cf4ffa6865a1dd6be8aa8cd17aca"
dependencies = [
"base64",
"bincode",
"bytemuck",
"bytemuck_derive",
"rialo-hash",
"rialo-s-account-info",
"rialo-s-clock",
"rialo-s-define-syscall",
"rialo-s-epoch-schedule",
"rialo-s-fee-calculator",
"rialo-s-instruction",
"rialo-s-program-entrypoint",
"rialo-s-program-error",
"rialo-s-program-memory",
"rialo-s-pubkey",
"rialo-s-rent",
"rialo-s-sdk-ids",
"rialo-s-sdk-macro",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-sysvar-id"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f36e3eff814ee779086fcf1b051d02b1f54a0b5049d6bb01b03a186e7dfd528"
dependencies = [
"rialo-s-pubkey",
"rialo-s-sdk-ids",
]
[[package]]
name = "rialo-s-transaction-error"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "999245395287ada362dc6464bc7e9cc5c9faf12098bbdd955028a29bf65a5152"
dependencies = [
"rialo-s-instruction",
"rialo-sanitize",
]
[[package]]
name = "rialo-sanitize"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3a6478c50bc5ac86d6d91c65701da3508d427bbf19550c4b50d30cc412a4d82"
[[package]]
name = "rialo-shared-types"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27e64f02eb5a5f8f546923e813ab560b154bc77b29d6aa36ab86b6a82ffacc48"
dependencies = [
"serde",
]
[[package]]
name = "rialo-tee-types"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "896d71a425d5479a05885f9c28662b80a8d98985884855a10c152ff0417903b7"
dependencies = [
"borsh",
"serde",
]
[[package]]
name = "rialo-types"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b801990b738c3cb7098eaa82f0ffb8c81cab84af7410add06f98bbb70f069705"
dependencies = [
"anyhow",
"blake3",
"borsh",
"chrono",
"hex",
"rialo-cli-representable",
"rialo-cli-representation",
"rialo-limits",
"rialo-s-pubkey",
"rialo-shared-types",
"rialo-tee-types",
"serde",
"serde-big-array",
"serde_json",
"strum_macros",
"thiserror",
"tracing",
"x25519-dalek",
]
[[package]]
name = "rustc_version"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
dependencies = [
"semver",
]
[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "semver"
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
"serde_derive",
]
[[package]]
name = "serde-big-array"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
dependencies = [
"serde",
]
[[package]]
name = "serde_bytes"
version = "0.11.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
dependencies = [
"serde",
"serde_core",
]
[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "serde_json"
version = "1.0.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
dependencies = [
"indexmap",
"itoa",
"memchr",
"serde",
"serde_core",
"zmij",
]
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
]
[[package]]
name = "sha2"
version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
dependencies = [
"cfg-if",
"cpufeatures",
"digest 0.10.7",
]
[[package]]
name = "sha3"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
dependencies = [
"digest 0.10.7",
"keccak",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "smallvec"
version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "strum_macros"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
"heck",
"proc-macro2",
"quote",
"rustversion",
"syn 1.0.109",
]
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "tinyvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "toml_datetime"
version = "0.7.5+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
dependencies = [
"serde_core",
]
[[package]]
name = "toml_edit"
version = "0.23.10+spec-1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
dependencies = [
"indexmap",
"toml_datetime",
"toml_parser",
"winnow",
]
[[package]]
name = "toml_parser"
version = "1.0.6+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
dependencies = [
"winnow",
]
[[package]]
name = "tracing"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "tracing-core"
version = "0.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
dependencies = [
"once_cell",
]
[[package]]
name = "typenum"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
[[package]]
name = "unicode-ident"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e"
[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "wasi"
version = "0.11.1+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
[[package]]
name = "wasm-bindgen"
version = "0.2.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
dependencies = [
"cfg-if",
"once_cell",
"rustversion",
"serde",
"serde_json",
"wasm-bindgen-macro",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
dependencies = [
"bumpalo",
"proc-macro2",
"quote",
"syn 2.0.114",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
dependencies = [
"unicode-ident",
]
[[package]]
name = "web-sys"
version = "0.3.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "windows-core"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
dependencies = [
"windows-implement",
"windows-interface",
"windows-link 0.1.3",
"windows-result",
"windows-strings",
]
[[package]]
name = "windows-implement"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "windows-interface"
version = "0.59.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "windows-link"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "windows-result"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
dependencies = [
"windows-link 0.1.3",
]
[[package]]
name = "windows-strings"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
dependencies = [
"windows-link 0.1.3",
]
[[package]]
name = "winnow"
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
dependencies = [
"memchr",
]
[[package]]
name = "x25519-dalek"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
dependencies = [
"curve25519-dalek",
"rand_core",
"serde",
"zeroize",
]
[[package]]
name = "zerocopy"
version = "0.8.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "zeroize"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "zmij"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7"