version = 3
[[package]]
name = "ahash"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
dependencies = [
"getrandom 0.2.16",
"once_cell",
"version_check",
]
[[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.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[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.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"
dependencies = [
"serde_core",
]
[[package]]
name = "blake3"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
"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 = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "115e54d64eb62cdebad391c19efc9dce4981c690c85a33a12199d99bb9546fee"
dependencies = [
"borsh-derive 0.10.4",
"hashbrown 0.12.3",
]
[[package]]
name = "borsh"
version = "1.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
dependencies = [
"borsh-derive 1.5.7",
"cfg_aliases",
]
[[package]]
name = "borsh-derive"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "831213f80d9423998dd696e2c5345aba6be7a0bd8cd19e31c5243e13df1cef89"
dependencies = [
"borsh-derive-internal",
"borsh-schema-derive-internal",
"proc-macro-crate 0.1.5",
"proc-macro2",
"syn 1.0.109",
]
[[package]]
name = "borsh-derive"
version = "1.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
dependencies = [
"once_cell",
"proc-macro-crate 3.4.0",
"proc-macro2",
"quote",
"syn 2.0.110",
]
[[package]]
name = "borsh-derive-internal"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65d6ba50644c98714aa2a70d13d7df3cd75cd2b523a2b452bf010443800976b3"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[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.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
[[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"
[[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.110",
]
[[package]]
name = "cc"
version = "1.2.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe"
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.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
dependencies = [
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-link",
]
[[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.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
[[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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
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.110",
]
[[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 = "feature-probe"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
[[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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
[[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.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
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 = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash",
]
[[package]]
name = "hashbrown"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
[[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.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"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.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
dependencies = [
"equivalent",
"hashbrown 0.16.0",
"serde",
"serde_core",
]
[[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.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
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.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
[[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",
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
"rand 0.7.3",
"serde",
"sha2 0.9.9",
]
[[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.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
[[package]]
name = "memchr"
version = "2.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5486aed0026218e61b8a01d5fbd5a0a134649abb71a0e53b7bc088529dced86e"
[[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",
]
[[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.110",
]
[[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.110",
]
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[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.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
dependencies = [
"unicode-ident",
]
[[package]]
name = "psmatcher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee16a76bc71a591c93659bb8d5482b935bc38b13739881fab7844926ba2d32f7"
dependencies = [
"bincode",
"foldhash",
"indexmap",
"regex",
"serde",
"thiserror",
]
[[package]]
name = "quote"
version = "1.0.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
dependencies = [
"proc-macro2",
]
[[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 = "regex"
version = "1.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "rialo-atomic-u64"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c36be19bc55bcb742dd14acef9dbeb89d513eabd4a10607611e87faa863c0877"
dependencies = [
"parking_lot",
]
[[package]]
name = "rialo-cli-representable"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d0fa69fdb32da984f38a512d07918c45c6052b7d7848bcee0b1ead515878431"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.110",
]
[[package]]
name = "rialo-cli-representation"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb229102445f77d076f45585dcb3f7c1be21dec484b704d3d62542abf8dc0c60"
dependencies = [
"serde",
]
[[package]]
name = "rialo-events-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cad8843e94c1f6dc2857dac2dc4073215a920f93a9c5839d75bf8a1e003ca967"
dependencies = [
"psmatcher",
"rialo-events-derive",
"rialo-s-program",
"rialo-s-sha256-hasher",
]
[[package]]
name = "rialo-events-derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9079d7b09d5d108a3b4f6cb37e0cce897755071ad59f468744feb516c7960c7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.110",
]
[[package]]
name = "rialo-hash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f80cb615df6b7932215950e1be3ac8487904dad575a0968d290c3d443c39650f"
dependencies = [
"bs58",
"bytemuck",
"bytemuck_derive",
"js-sys",
"rialo-atomic-u64",
"rialo-sanitize",
"serde",
"serde_derive",
"wasm-bindgen",
]
[[package]]
name = "rialo-limits"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fe8fe6eeb12b61c8eb19a147e0d9643eb3443980c349df3943ae572fd418454"
dependencies = [
"rialo-s-pubkey",
"tracing",
]
[[package]]
name = "rialo-oracle-processor-interface"
version = "0.2.0"
dependencies = [
"bincode",
"borsh 1.5.7",
"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-s-account"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d20984426dd9e7733a8de15c22cf0e8ce222d223df44ee4a050ecf73e77f2f2d"
dependencies = [
"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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a56828c16ef019742cd08e1018584824cb2e9512cba5371292db4dcc0f2daa7"
dependencies = [
"bincode",
"rialo-s-program-error",
"rialo-s-program-memory",
"rialo-s-pubkey",
"serde",
]
[[package]]
name = "rialo-s-big-mod-exp"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb36505f7d86aa03398abaf531436dc932a7c971e09ef8b68472bdd7f06e7480"
dependencies = [
"num-bigint",
"num-traits",
"rialo-s-define-syscall",
]
[[package]]
name = "rialo-s-bincode"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4682b79eabe8ea59a6d4c06e22e84df2c49820a55515a547f20530b6a188632f"
dependencies = [
"bincode",
"rialo-s-instruction",
"serde",
]
[[package]]
name = "rialo-s-blake3-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d19b5c43cd9fdcbac12b222f3f069e62ed5e2318ed5b7c17421be895e6b07bc8"
dependencies = [
"blake3",
"rialo-hash",
"rialo-s-define-syscall",
"rialo-sanitize",
]
[[package]]
name = "rialo-s-clock"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee71dda7e8f5874992ef16764946ba36f556de86ed3afa43402ad3498a1f57b1"
dependencies = [
"rialo-s-sdk-ids",
"rialo-s-sdk-macro",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-compute-budget"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "219be266f3e73cd148cda72280fa12077dd93282390a03c1bfa13dd581cebe40"
dependencies = [
"rialo-s-fee-structure",
"rialo-s-program-entrypoint",
]
[[package]]
name = "rialo-s-cpi"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60fdd02a538e3312747b599be2cac1c1adae3b73274f421f2f4eda50888a4b18"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9664ba3d96d7e67f1a30c47635af5fc94f64d97ea131f186e73e844ef1f3d235"
dependencies = [
"num-traits",
]
[[package]]
name = "rialo-s-define-syscall"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19a5f07cfe7e5393f376aa107e8bb4240110d9d15f2ebdd6fc009a0f6d3dc0a1"
dependencies = [
"polkavm-derive",
]
[[package]]
name = "rialo-s-epoch-schedule"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87181e24955fab6a0a2057909487ea654ad3cb0b6f9fa1f709b091e972bb8653"
dependencies = [
"rialo-s-sdk-ids",
"rialo-s-sdk-macro",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-example-mocks"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0514304c0f607adb9061a5d5374bc7ca6bca6f8da72b80c0946c70c3c181364b"
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",
"serde_derive",
"thiserror",
]
[[package]]
name = "rialo-s-feature-gate-interface"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c2cb713fe83baada5a54dcb2831d1b79e14f67ca3fbbd1a2808cdde938e0aca"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63245443f8e76644425dd4e4595809049d82f3a9acd1843e0e91fbb7b7d9dd30"
dependencies = [
"log",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-fee-structure"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50088e23b6c45ccad5303dccc096029f0ebc3bbb19d2b024311c7baa2e115748"
dependencies = [
"rialo-s-message",
"rialo-s-native-token",
]
[[package]]
name = "rialo-s-instruction"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94f49c6403ea4f223a11311461d27192a3418f82fc30e79534eba667b11005c8"
dependencies = [
"bincode",
"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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd8fea8ca96c7c159012865643cc95253d988057e6f28cee026179a7d02ffb41"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aeee4b5c8d0ecaf5f7eaa4c6064bac71d60afc5f1e3d81025e3774d2b82e5756"
dependencies = [
"rialo-hash",
"rialo-s-define-syscall",
"rialo-sanitize",
"sha3",
]
[[package]]
name = "rialo-s-loader-v2-interface"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e62d200a7445388ba8272ec4621f7e062809841bbf502d3b0a5cff21c4c74db0"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bb4b0f6af825a41d0c2f3e64cf314bc6b27ba9a48ba6836506a047122f7516b"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be463ecd5bffbfdb28c35cdc4ba95f7b25dba9283159dcfec284f15dde93f90c"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4117d2fe5fd8c42324ec856108e790a72991bd2b20fbeef60111bffdc6dae4c3"
dependencies = [
"bincode",
"blake3",
"lazy_static",
"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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "083cb4ca872cc460ca2ae876673f8628c68573b4ee2f07b61ef082afac7c55a8"
dependencies = [
"rialo-s-define-syscall",
]
[[package]]
name = "rialo-s-native-token"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdbe31ada94b3b83ad08dff953303e82cd55935c94f5b1405cab13cc595cff77"
[[package]]
name = "rialo-s-nonce"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2b737be7e786dff6f09523aa2fc2b3dfffef057465ee9e9df8662bdd71861eb"
dependencies = [
"rialo-hash",
"rialo-s-fee-calculator",
"rialo-s-pubkey",
"rialo-s-sha256-hasher",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-program"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479ba4e7ba19f7d21503533eb9fe401519b996f66d968d310973d0a309c1bff3"
dependencies = [
"bincode",
"blake3",
"bs58",
"bytemuck",
"console_error_panic_hook",
"console_log",
"getrandom 0.2.16",
"lazy_static",
"log",
"memoffset",
"num-bigint",
"num-traits",
"rand 0.8.5",
"rialo-atomic-u64",
"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-sdk-macro",
"rialo-s-secp256k1-recover",
"rialo-s-serde-varint",
"rialo-s-serialize-utils",
"rialo-s-sha256-hasher",
"rialo-s-short-vec",
"rialo-s-slot-hashes",
"rialo-s-slot-history",
"rialo-s-stable-layout",
"rialo-s-stake-interface",
"rialo-s-system-interface",
"rialo-s-sysvar",
"rialo-s-sysvar-id",
"rialo-sanitize",
"serde",
"serde_bytes",
"serde_derive",
"thiserror",
"wasm-bindgen",
]
[[package]]
name = "rialo-s-program-entrypoint"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f2178aa25b3fbfdcf4369924d20d07fa090b6ae22685bf4a8fb3b94907e7e59"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7d689026cff6d717609e02648a981aa94fdd7bd3c748a88a728689666273bf"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39dc052e038ffdfd2674cf0053333c21c08dd5dedc7e7eb8f84d021e042ac02b"
dependencies = [
"num-traits",
"rialo-s-define-syscall",
]
[[package]]
name = "rialo-s-program-option"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6af6b6864c3953baeb5b479085b253b75c5c319264c52291181ceb991d27f1a"
[[package]]
name = "rialo-s-program-pack"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "038186204f4bfeb9044a819ef4fe9d44d03541cd97050d0049f2158390aaea2e"
dependencies = [
"rialo-s-program-error",
]
[[package]]
name = "rialo-s-pubkey"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a89d35446d795164a94bf28b3670cd7bf8c74b672bc2e13dfabad582fd28c73"
dependencies = [
"borsh 0.10.4",
"borsh 1.5.7",
"bs58",
"bytemuck",
"bytemuck_derive",
"curve25519-dalek",
"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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbce4331e3c01bd316e857e0c8b574710b5838d1b8429e9d963ba9d0d5eca6b2"
dependencies = [
"rialo-s-sdk-ids",
"rialo-s-sdk-macro",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-sdk-ids"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dc8a12a7cfed12d3ec907b860acbc05334ccd32e1f4decd166f10cc8fb670e8"
dependencies = [
"rialo-s-pubkey",
]
[[package]]
name = "rialo-s-sdk-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "973bcd4ac6874740d5ccf31e5a27691955912b4c1122d99372ce2de12941d35e"
dependencies = [
"bs58",
"proc-macro2",
"quote",
"syn 2.0.110",
]
[[package]]
name = "rialo-s-secp256k1-recover"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26f3177aba39297d97891673d6695034313ccf26294a745a06dd8dbc3d3bd1a5"
dependencies = [
"libsecp256k1",
"rialo-s-define-syscall",
"thiserror",
]
[[package]]
name = "rialo-s-serde-varint"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68493a95df5b39bf1d3f91bc89c7bfd990809d0a92089d65d07792bd276e6807"
dependencies = [
"serde",
]
[[package]]
name = "rialo-s-serialize-utils"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eef1d33b95ed7ab72abf4ad2e210f0ec32b462c5ba146db96835b1c6c9463fd"
dependencies = [
"rialo-s-instruction",
"rialo-s-pubkey",
"rialo-sanitize",
]
[[package]]
name = "rialo-s-sha256-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5db40e8e27feecf4d8a0c270ae164dd1e962e811f1f16d61df7c73a3f89bf4d"
dependencies = [
"rialo-hash",
"rialo-s-define-syscall",
"sha2 0.10.9",
]
[[package]]
name = "rialo-s-short-vec"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67819fe1c5c45c66744e78be2b8b1a98c009674986fa6ce5d10ec710073a425d"
dependencies = [
"serde",
]
[[package]]
name = "rialo-s-slot-hashes"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c86da7b62c2e4719aeb45ea324e01f8a4ccef5daf7fd0dd3c52dc7d7e3ab400a"
dependencies = [
"rialo-hash",
"rialo-s-sdk-ids",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-slot-history"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d905cacec4f4bfd11bb676cd4b3cd749f697b0be3b190f0cf899155b03e640ba"
dependencies = [
"bv",
"rialo-s-sdk-ids",
"rialo-s-sysvar-id",
"serde",
"serde_derive",
]
[[package]]
name = "rialo-s-stable-layout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56e29b963c58e3f78e91578b0a32ee1976937ebdea46c5d74dbeb9f8a7d54ac"
dependencies = [
"rialo-s-instruction",
"rialo-s-pubkey",
]
[[package]]
name = "rialo-s-stake-interface"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a0f7b850337aae22f86e887eb968131cf74fe687fe631eb82db82cca82d2161"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0e7960fba6519ea0192b113b2339316145b7605513e9711c50c91093437baaf"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21879dfad2ad3b4434f8be4f2e8752f01a812fe76d10d951cecb63ae35f3839b"
dependencies = [
"base64 0.22.1",
"bincode",
"bytemuck",
"bytemuck_derive",
"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-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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b48ee679d73535721a679c74d8accac95118d5a2802f0924494ad1f47c7a38d"
dependencies = [
"rialo-s-pubkey",
"rialo-s-sdk-ids",
]
[[package]]
name = "rialo-s-transaction-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cfa2eb9f3bd8fe94ebc347f8da191d642c27663480deb3b036c555c6ceac143"
dependencies = [
"rialo-s-instruction",
"rialo-sanitize",
]
[[package]]
name = "rialo-sanitize"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ac9ca8dd298360dabc0aa3b89b18cf503608e97bec6048650804070f2adbf67"
[[package]]
name = "rialo-shared-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30c92a0c1acf5247e095586e399c4ace5dc2421af185ddeda3218e25b6691288"
dependencies = [
"serde",
]
[[package]]
name = "rialo-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86149670a46896f158bf1f2633b5a70f8d2670f750788bea066a3d2a4bd95339"
dependencies = [
"anyhow",
"blake3",
"borsh 1.5.7",
"chrono",
"hex",
"rialo-cli-representable",
"rialo-cli-representation",
"rialo-limits",
"rialo-s-compute-budget",
"rialo-s-pubkey",
"rialo-shared-types",
"serde",
"serde-big-array",
"serde_derive",
"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 = "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 = "semver"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
[[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.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "364fec0df39c49a083c9a8a18a23a6bcfd9af130fe9fe321d18520a0d113e09e"
dependencies = [
"serde",
]
[[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.110",
]
[[package]]
name = "serde_json"
version = "1.0.143"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
dependencies = [
"indexmap",
"itoa",
"memchr",
"ryu",
"serde",
]
[[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.110"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
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.110",
]
[[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"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]]
name = "toml_datetime"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
dependencies = [
"serde_core",
]
[[package]]
name = "toml_edit"
version = "0.23.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
dependencies = [
"indexmap",
"toml_datetime",
"toml_parser",
"winnow",
]
[[package]]
name = "toml_parser"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
dependencies = [
"winnow",
]
[[package]]
name = "tracing"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.110",
]
[[package]]
name = "tracing-core"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
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 = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[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 = "wasm-bindgen"
version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
dependencies = [
"cfg-if",
"once_cell",
"rustversion",
"serde",
"serde_json",
"wasm-bindgen-macro",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
dependencies = [
"bumpalo",
"proc-macro2",
"quote",
"syn 2.0.110",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
dependencies = [
"unicode-ident",
]
[[package]]
name = "web-sys"
version = "0.3.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winnow"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
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 0.6.4",
"serde",
"zeroize",
]
[[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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.110",
]