version = 4
[[package]]
name = "ahash"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
dependencies = [
"cfg-if",
"getrandom 0.3.4",
"once_cell",
"version_check",
"zerocopy",
]
[[package]]
name = "arrayref"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[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"
[[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 = "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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
[[package]]
name = "bv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
dependencies = [
"feature-probe",
"serde",
]
[[package]]
name = "bytemuck"
version = "1.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
dependencies = [
"bytemuck_derive",
]
[[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",
]
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "cc"
version = "1.2.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a"
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 = "combine"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
dependencies = [
"ascii",
"byteorder",
"either",
"memchr",
"unreachable",
]
[[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 = "crypto-mac"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
"generic-array",
"subtle",
]
[[package]]
name = "curve25519-dalek"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
"subtle",
"zeroize",
]
[[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",
]
[[package]]
name = "eager"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abe71d579d1812060163dff96056261deb5bf6729b100fa2e36a68b9649ba3d3"
[[package]]
name = "ed25519"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
dependencies = [
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek",
"ed25519",
"rand 0.7.3",
"serde",
"sha2 0.9.9",
"zeroize",
]
[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "enum-iterator"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fd242f399be1da0a5354aa462d57b4ab2b4ee0683cc552f7c007d2d12d36e94"
dependencies = [
"enum-iterator-derive",
]
[[package]]
name = "enum-iterator-derive"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1ab991c1362ac86c61ab6f556cff143daa22e5a15e4e189df818b2fd19fe65b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "feature-probe"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
[[package]]
name = "find-msvc-tools"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
[[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 = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[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.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi 0.11.1+wasi-snapshot-preview1",
"wasm-bindgen",
]
[[package]]
name = "getrandom"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
dependencies = [
"cfg-if",
"libc",
"r-efi",
"wasip2",
]
[[package]]
name = "hash32"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
dependencies = [
"byteorder",
]
[[package]]
name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
dependencies = [
"crypto-mac",
"digest 0.9.0",
]
[[package]]
name = "hmac-drbg"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
dependencies = [
"digest 0.9.0",
"generic-array",
"hmac",
]
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "js-sys"
version = "0.3.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
dependencies = [
"once_cell",
"wasm-bindgen",
]
[[package]]
name = "keccak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
dependencies = [
"cpufeatures",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
[[package]]
name = "libsecp256k1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"
dependencies = [
"arrayref",
"base64 0.12.3",
"digest 0.9.0",
"hmac-drbg",
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
"rand 0.7.3",
"serde",
"sha2 0.9.9",
"typenum",
]
[[package]]
name = "libsecp256k1-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
dependencies = [
"crunchy",
"digest 0.9.0",
"subtle",
]
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
dependencies = [
"libsecp256k1-core",
]
[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
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.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "num"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
dependencies = [
"autocfg",
"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-iter"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
"autocfg",
"num-bigint",
"num-integer",
"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 = "openssl"
version = "0.10.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
dependencies = [
"bitflags",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "openssl-sys"
version = "0.9.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "parking_lot"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-link",
]
[[package]]
name = "percentage"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd23b938276f14057220b707937bcb42fa76dda7560e57a2da30cb52d557937"
dependencies = [
"num",
]
[[package]]
name = "pin-project-lite"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
[[package]]
name = "pkg-config"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
[[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",
]
[[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",
]
[[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-macro2"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
dependencies = [
"proc-macro2",
]
[[package]]
name = "r-efi"
version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[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 0.6.4",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.16",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "redox_syscall"
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
dependencies = [
"bitflags",
]
[[package]]
name = "rialo-atomic-u64"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad49f36033decb17a351db1c6f1d161fff4b8667051ff50f67426beefe457f0e"
dependencies = [
"parking_lot",
]
[[package]]
name = "rialo-hash"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6653ff0c33854e9bb1fb9b2700a109c6d860f14de68ceeb81dec227828447bc4"
dependencies = [
"bs58",
"bytemuck",
"bytemuck_derive",
"js-sys",
"rialo-atomic-u64",
"rialo-sanitize",
"serde",
"serde_derive",
"wasm-bindgen",
]
[[package]]
name = "rialo-limits"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f522904de7ece493e0b239474a502af13b8301a51a860c1af04465fd174940a1"
dependencies = [
"rialo-s-pubkey",
"tracing",
]
[[package]]
name = "rialo-risc-v-loader-interface"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6f4f496e66aa34c90dead70e912d2b8115886a9fdc1a292c3a9d3ebc5f502ef"
dependencies = [
"rialo-s-instruction",
"rialo-s-pubkey",
]
[[package]]
name = "rialo-s-account"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43704bef0f4e3f225e6c8ed3b334f952f9563def1c161dfa3566afa759c5df80"
dependencies = [
"bincode",
"rialo-s-account-info",
"rialo-s-clock",
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
"rialo-s-sysvar",
"serde",
"serde_bytes",
"serde_derive",
]
[[package]]
name = "rialo-s-account-info"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147f887672880467629299d8de43bfe02f36aabf584caf5861afc85268ca964e"
dependencies = [
"rialo-s-program-error",
"rialo-s-program-memory",
"rialo-s-pubkey",
]
[[package]]
name = "rialo-s-bincode"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82d3b17d580e8d485ddda5b0299f67b56a4310717813c02ebd1c243a9fa4e672"
dependencies = [
"bincode",
"rialo-s-instruction",
"serde",
]
[[package]]
name = "rialo-s-clock"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b8c7e5e05d0c6b5150b00fc32037226aad579dc58ed23ce88ac9236b156715e"
dependencies = [
"rialo-s-sdk-ids",
"rialo-s-sdk-macro",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-compute-budget"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efb8b54bbae4ed751fbf4919e90958dd2cd595954e8a0de0a5e1dd9eca4d002c"
dependencies = [
"rialo-s-fee-structure",
"rialo-s-program-entrypoint",
]
[[package]]
name = "rialo-s-decode-error"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81e5e36defffeb01d4ddf07e73f1899c0c687f1556387b884e55bfa859f40bea"
dependencies = [
"num-traits",
]
[[package]]
name = "rialo-s-define-syscall"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c837cfe5925d9bb18c5047f0751b4a899288ace7c4eb08c6fe004b44c122a28"
dependencies = [
"polkavm-derive",
]
[[package]]
name = "rialo-s-ed25519-program"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63cbd11c974a370ce2d9d025f0d00fc57558ef02f35d8c644e862b46a13de5e"
dependencies = [
"bytemuck",
"bytemuck_derive",
"ed25519-dalek",
"rialo-s-feature-set",
"rialo-s-instruction",
"rialo-s-precompile-error",
"rialo-s-sdk-ids",
]
[[package]]
name = "rialo-s-epoch-schedule"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4975195f9a58eea224de90a80252071d4ad35fff880a3c5266cad26c4cdeeef2"
dependencies = [
"rialo-s-sdk-ids",
"rialo-s-sdk-macro",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-feature-set"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c86add8edc79d2827ed9c76a840eed870470b03621f690780199380438376e"
dependencies = [
"ahash",
"lazy_static",
"rialo-hash",
"rialo-s-epoch-schedule",
"rialo-s-pubkey",
"rialo-s-sha256-hasher",
]
[[package]]
name = "rialo-s-fee-calculator"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5047c895947cd173453e82adf9dcdde5e746c7fd9465f694c9d9714da4700c2"
dependencies = [
"log",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-fee-structure"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e967d1da9840c3cdc21d0dadc6693a26c40a3e8cb64274d9316dce526b6dc856"
dependencies = [
"rialo-s-message",
"rialo-s-native-token",
]
[[package]]
name = "rialo-s-instruction"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bfec587a1cd54a9c92401cf2535e6314084f36c282ded467367473aa6cfe0ed"
dependencies = [
"getrandom 0.2.16",
"js-sys",
"num-traits",
"rialo-s-define-syscall",
"rialo-s-pubkey",
"serde",
"serde_derive",
"wasm-bindgen",
]
[[package]]
name = "rialo-s-instructions-sysvar"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eab5828b022c44ae8523004d01dafe0a3a61a5e96a43adc357c3aaf13688484"
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-log-collector"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65c2f1824b7428b0c26bce31aca251096d779244f47e77fc78e6493a0a890aff"
dependencies = [
"log",
]
[[package]]
name = "rialo-s-measure"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52b4505a9fd9f5f04c331d48af2baa898b5029947fd1760686a9e47f284ca40c"
[[package]]
name = "rialo-s-message"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9388681d5d80646be1be1f36a189f2e7229bb9fa6b83c8bba5d0390e49f215e"
dependencies = [
"lazy_static",
"rialo-hash",
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
"rialo-s-transaction-error",
"rialo-sanitize",
"wasm-bindgen",
]
[[package]]
name = "rialo-s-msg"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b517937c9ab8a4ab5222d72fd31dbc001b08bc358b0c436b603b5f4c5e40adab"
dependencies = [
"rialo-s-define-syscall",
]
[[package]]
name = "rialo-s-native-token"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b78ef736062a526a3e1c4404bc5695b9a16dfe4b618915e9b06406c19a53666"
[[package]]
name = "rialo-s-nonce"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a26baf6de6d052f1415b7a4453d74b4af7e533cc8f9ff517272a77a734823e7"
dependencies = [
"rialo-hash",
"rialo-s-fee-calculator",
"rialo-s-pubkey",
"rialo-s-sha256-hasher",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-nonce-account"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61b427163113bc4957f2c7c98417a0f078c0e1ce086bf25388c6a15961bf2022"
dependencies = [
"rialo-hash",
"rialo-s-account",
"rialo-s-nonce",
"rialo-s-sdk-ids",
]
[[package]]
name = "rialo-s-packet"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2942b98235e1183ec22a9997596e34fce469801c515f4ae84bba78054aaef5b5"
dependencies = [
"bitflags",
"rialo-limits",
]
[[package]]
name = "rialo-s-precompile-error"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f649988c1890b25177fc4b148fc72324048ede80d16842a8fc9c236ddd15f536"
dependencies = [
"num-traits",
"rialo-s-decode-error",
]
[[package]]
name = "rialo-s-precompiles"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4107f9915075802b78a6ead00a7c63adc4fe92e236c2a7fe7921ec7b0f32cd35"
dependencies = [
"lazy_static",
"rialo-s-ed25519-program",
"rialo-s-feature-set",
"rialo-s-message",
"rialo-s-precompile-error",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
"rialo-s-secp256k1-program",
"rialo-s-secp256r1-program",
]
[[package]]
name = "rialo-s-program-entrypoint"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "035f9b1042fca63e4c9098843aea74edf4da629d744ed98c84fcfa00bf05746c"
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.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6641713a9d2f0c49b4a81a9ac68a77d2d4846b671e65bdd00ff324c60f79b312"
dependencies = [
"num-traits",
"rialo-s-decode-error",
"rialo-s-instruction",
"rialo-s-msg",
"rialo-s-pubkey",
]
[[package]]
name = "rialo-s-program-memory"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fde9b415b738df61dc700d5065560d51aca52ca140a98c0a8c8f2af8ba0e5018"
dependencies = [
"num-traits",
"rialo-s-define-syscall",
]
[[package]]
name = "rialo-s-program-runtime"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6b86a7050c248a2061acb8286998dce8ab6f59fa98adf1686bfce591ac2e294"
dependencies = [
"base64 0.22.1",
"bincode",
"enum-iterator",
"itertools",
"log",
"percentage",
"rand 0.8.5",
"rialo-hash",
"rialo-risc-v-loader-interface",
"rialo-s-account",
"rialo-s-clock",
"rialo-s-compute-budget",
"rialo-s-epoch-schedule",
"rialo-s-feature-set",
"rialo-s-instruction",
"rialo-s-log-collector",
"rialo-s-measure",
"rialo-s-precompiles",
"rialo-s-pubkey",
"rialo-s-rent",
"rialo-s-sdk-ids",
"rialo-s-slot-hashes",
"rialo-s-stable-layout",
"rialo-s-sysvar",
"rialo-s-sysvar-id",
"rialo-s-timings",
"rialo-s-transaction-context",
"rialo-s-type-overrides",
"serde",
"solana-sbpf",
"thiserror 2.0.17",
]
[[package]]
name = "rialo-s-pubkey"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0e4c1814b62a297531ab030951c17f7fc4a86c922b25f41f22107198063b827"
dependencies = [
"bs58",
"five8_const",
"getrandom 0.2.16",
"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.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2019a090df13b4fa4e81510766e6de687412d075b78988ddac2120790432d05d"
dependencies = [
"rialo-s-sdk-ids",
"rialo-s-sdk-macro",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-sdk-ids"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f787748104b499172b3b4f60b80f79c1a1aaf8d2ca855a245bd87a7a43dea7a"
dependencies = [
"rialo-s-pubkey",
]
[[package]]
name = "rialo-s-sdk-macro"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d1f44e04f9dfb0cb84881d65acf06b308d15f970a64bb327ac5a48b6d9c191a"
dependencies = [
"bs58",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "rialo-s-secp256k1-program"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d0777be0bd093699d81e8f5f5c4e0b34695512e5762594ec57df23dbb1e83b1"
dependencies = [
"bincode",
"digest 0.10.7",
"libsecp256k1",
"rialo-s-feature-set",
"rialo-s-instruction",
"rialo-s-precompile-error",
"rialo-s-sdk-ids",
"serde",
"serde_derive",
"sha3",
]
[[package]]
name = "rialo-s-secp256r1-program"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a07d6f43ee8022229a66f074792b276b73f43167350c0cb811ad17cd67476955"
dependencies = [
"bytemuck",
"openssl",
"rialo-s-feature-set",
"rialo-s-instruction",
"rialo-s-precompile-error",
"rialo-s-sdk-ids",
]
[[package]]
name = "rialo-s-serialize-utils"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13a0e72a9e6aa1d90ea9b801b2cb7b239b9943aded986ae912e162a654523418"
dependencies = [
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-sanitize",
]
[[package]]
name = "rialo-s-sha256-hasher"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aac49c087f5cfc0200e56e9432e4209d697d95bf1eb98f357f1baf08711f4aeb"
dependencies = [
"rialo-hash",
"rialo-s-define-syscall",
"sha2 0.10.9",
]
[[package]]
name = "rialo-s-slot-hashes"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2770e3e59457b2a342bc6b686e203a790dfda3dcafe108f4d37f5e8736247d3"
dependencies = [
"rialo-hash",
"rialo-s-sdk-ids",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-slot-history"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af2bb4a6dccae223d5b2f46d058d6c6f27ed2de26872babe6f2c56a01f7d5b"
dependencies = [
"bv",
"rialo-s-sdk-ids",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-stable-layout"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f3e3f82bafd01bd3e9e789fd7e80d7a3bae75f452fe2d63dfe449d0a96d2b7e"
dependencies = [
"rialo-s-instruction",
"rialo-s-pubkey",
]
[[package]]
name = "rialo-s-system-interface"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed859d9ded00fa4980f107f621c9ceeb20f6a7e824be5c351ea73419d742558f"
dependencies = [
"js-sys",
"num-traits",
"rialo-s-decode-error",
"rialo-s-pubkey",
"serde",
"serde_derive",
"wasm-bindgen",
]
[[package]]
name = "rialo-s-system-program"
version = "0.1.8"
dependencies = [
"bincode",
"log",
"rialo-s-account",
"rialo-s-bincode",
"rialo-s-instruction",
"rialo-s-log-collector",
"rialo-s-nonce",
"rialo-s-nonce-account",
"rialo-s-packet",
"rialo-s-program-runtime",
"rialo-s-pubkey",
"rialo-s-sdk-ids",
"rialo-s-system-interface",
"rialo-s-sysvar",
"rialo-s-transaction-context",
"rialo-s-type-overrides",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-sysvar"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e206171c996d0ca3d0b34c8a6fa758ad9788d63fd6c93f65d13f6fd4a0bb0e1"
dependencies = [
"base64 0.22.1",
"bincode",
"lazy_static",
"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-instructions-sysvar",
"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-slot-hashes",
"rialo-s-slot-history",
"rialo-s-sysvar-id",
"rialo-sanitize",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-sysvar-id"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e750b3bba6671f4d554ed0a3182c94a9648b4f0d679e2628a373e900d3e46a8e"
dependencies = [
"rialo-s-pubkey",
"rialo-s-sdk-ids",
]
[[package]]
name = "rialo-s-timings"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82d9f4c4c6ab46ac5250498c1f5c737e968f7d048b5d06fcfeb975767079d960"
dependencies = [
"eager",
"enum-iterator",
"enum-iterator-derive",
"rialo-s-pubkey",
]
[[package]]
name = "rialo-s-transaction-context"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8dbcfa54e771a158a5d3173efb2ca898a272369e567f7dd3746491cc763efaf"
dependencies = [
"bincode",
"rialo-s-account",
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-s-rent",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-transaction-error"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac899f8ec92c061cb53b8dccc1592f4c6a2b70fd6cf45099e663d4d4c271b559"
dependencies = [
"rialo-s-instruction",
"rialo-sanitize",
]
[[package]]
name = "rialo-s-type-overrides"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68e0b8d267bb911da8b6e1c8600dbbb84a65a861c17a1728bcec05118a7c825e"
dependencies = [
"lazy_static",
"rand 0.8.5",
]
[[package]]
name = "rialo-sanitize"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef8ef46e771581b94e220dba63e8dfc03cfea94849b6ae076f8a5fe7b49a71cd"
[[package]]
name = "rustc-demangle"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "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_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",
]
[[package]]
name = "serde_json"
version = "1.0.145"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
"serde_core",
]
[[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 = "signature"
version = "1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
[[package]]
name = "smallvec"
version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "solana-sbpf"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66a3ce7a0f4d6830124ceb2c263c36d1ee39444ec70146eb49b939e557e72b96"
dependencies = [
"byteorder",
"combine",
"hash32",
"libc",
"log",
"rand 0.8.5",
"rustc-demangle",
"thiserror 1.0.69",
"winapi",
]
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
version = "2.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl 1.0.69",
]
[[package]]
name = "thiserror"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
dependencies = [
"thiserror-impl 2.0.17",
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thiserror-impl"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[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 = "tracing"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
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",
]
[[package]]
name = "tracing-core"
version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
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.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
version = "0.11.1+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
[[package]]
name = "wasip2"
version = "1.0.1+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
dependencies = [
"wit-bindgen",
]
[[package]]
name = "wasm-bindgen"
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
dependencies = [
"cfg-if",
"once_cell",
"rustversion",
"serde",
"serde_json",
"wasm-bindgen-macro",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
dependencies = [
"bumpalo",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
dependencies = [
"unicode-ident",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "wit-bindgen"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
[[package]]
name = "zerocopy"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "zeroize"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
"syn",
]