From b2b8c253f6755c3a3cf309b0d53862cf2c4e8a0a Mon Sep 17 00:00:00 2001 From: abishek Date: Tue, 7 Jan 2025 01:25:48 +0545 Subject: [PATCH 1/8] update the sp1 to v4 --- Cargo.lock | 15833 -------------------------- crates/zkvm/adapters/sp1/Cargo.toml | 8 +- provers/perf/Cargo.toml | 4 +- provers/sp1/Cargo.toml | 4 +- 4 files changed, 8 insertions(+), 15841 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d284938e..e69de29bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,15833 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 4 - -[[package]] -name = "Inflector" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" -dependencies = [ - "lazy_static", - "regex", -] - -[[package]] -name = "addchain" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b2e69442aa5628ea6951fa33e24efe8313f4321a91bd729fc2f75bdfc858570" -dependencies = [ - "num-bigint 0.3.3", - "num-integer", - "num-traits", -] - -[[package]] -name = "addr2line" -version = "0.24.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" -dependencies = [ - "gimli", -] - -[[package]] -name = "adler2" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" - -[[package]] -name = "aead" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" -dependencies = [ - "crypto-common", - "generic-array 0.14.7", -] - -[[package]] -name = "aes" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" -dependencies = [ - "cfg-if", - "cipher", - "cpufeatures", -] - -[[package]] -name = "aes-gcm" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" -dependencies = [ - "aead", - "aes", - "cipher", - "ctr", - "ghash", - "subtle", -] - -[[package]] -name = "aes-gcm-siv" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae0784134ba9375416d469ec31e7c5f9fa94405049cf08c5ce5b4698be673e0d" -dependencies = [ - "aead", - "aes", - "cipher", - "ctr", - "polyval", - "subtle", - "zeroize", -] - -[[package]] -name = "ahash" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" -dependencies = [ - "cfg-if", - "getrandom", - "once_cell", - "version_check", - "zerocopy", -] - -[[package]] -name = "aho-corasick" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" -dependencies = [ - "memchr", -] - -[[package]] -name = "alloc-no-stdlib" -version = "2.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" - -[[package]] -name = "alloc-stdlib" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" -dependencies = [ - "alloc-no-stdlib", -] - -[[package]] -name = "allocator-api2" -version = "0.2.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" - -[[package]] -name = "alloy" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8367891bf380210abb0d6aa30c5f85a9080cb4a066c4d5c5acadad630823751b" -dependencies = [ - "alloy-consensus 0.3.6", - "alloy-contract", - "alloy-core", - "alloy-eips 0.3.6", - "alloy-genesis 0.3.6", - "alloy-network 0.3.6", - "alloy-provider 0.3.6", - "alloy-pubsub 0.3.6", - "alloy-rpc-client 0.3.6", - "alloy-rpc-types 0.3.6", - "alloy-serde 0.3.6", - "alloy-signer 0.3.6", - "alloy-signer-local 0.3.6", - "alloy-transport 0.3.6", - "alloy-transport-http 0.3.6", - "alloy-transport-ws 0.3.6", -] - -[[package]] -name = "alloy-chains" -version = "0.1.51" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4e0f0136c085132939da6b753452ebed4efaa73fe523bb855b10c199c2ebfaf" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "num_enum 0.7.3", - "serde", - "strum", -] - -[[package]] -name = "alloy-consensus" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "629b62e38d471cc15fea534eb7283d2f8a4e8bdb1811bcc5d66dda6cfce6fae1" -dependencies = [ - "alloy-eips 0.3.6", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-serde 0.3.6", - "c-kzg", - "serde", -] - -[[package]] -name = "alloy-consensus" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "705687d5bfd019fee57cf9e206b27b30a9a9617535d5590a02b171e813208f8e" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-serde 0.4.2", - "arbitrary", - "auto_impl", - "c-kzg", - "derive_more 1.0.0", - "serde", - "serde_with", -] - -[[package]] -name = "alloy-contract" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eefe64fd344cffa9cf9e3435ec4e93e6e9c3481bc37269af988bf497faf4a6a" -dependencies = [ - "alloy-dyn-abi", - "alloy-json-abi", - "alloy-network 0.3.6", - "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", - "alloy-provider 0.3.6", - "alloy-pubsub 0.3.6", - "alloy-rpc-types-eth 0.3.6", - "alloy-sol-types 0.8.15", - "alloy-transport 0.3.6", - "futures", - "futures-util", - "thiserror 1.0.69", -] - -[[package]] -name = "alloy-core" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c618bd382f0bc2ac26a7e4bfae01c9b015ca8f21b37ca40059ae35a7e62b3dc6" -dependencies = [ - "alloy-dyn-abi", - "alloy-json-abi", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-sol-types 0.8.15", -] - -[[package]] -name = "alloy-dyn-abi" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41056bde53ae10ffbbf11618efbe1e0290859e5eab0fe9ef82ebdb62f12a866f" -dependencies = [ - "alloy-json-abi", - "alloy-primitives 0.8.15", - "alloy-sol-type-parser", - "alloy-sol-types 0.8.15", - "const-hex", - "derive_more 1.0.0", - "itoa", - "serde", - "serde_json", - "winnow 0.6.21", -] - -[[package]] -name = "alloy-eip2930" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "arbitrary", - "rand", - "serde", -] - -[[package]] -name = "alloy-eip7702" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea59dc42102bc9a1905dc57901edc6dd48b9f38115df86c7d252acba70d71d04" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "arbitrary", - "k256", - "rand", - "serde", - "serde_with", -] - -[[package]] -name = "alloy-eips" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f923dd5fca5f67a43d81ed3ebad0880bd41f6dd0ada930030353ac356c54cd0f" -dependencies = [ - "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-serde 0.3.6", - "c-kzg", - "derive_more 1.0.0", - "once_cell", - "serde", - "sha2 0.10.8", -] - -[[package]] -name = "alloy-eips" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ffb906284a1e1f63c4607da2068c8197458a352d0b3e9796e67353d72a9be85" -dependencies = [ - "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-serde 0.4.2", - "arbitrary", - "c-kzg", - "derive_more 1.0.0", - "once_cell", - "serde", - "sha2 0.10.8", -] - -[[package]] -name = "alloy-genesis" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a7a18afb0b318616b6b2b0e2e7ac5529d32a966c673b48091c9919e284e6aca" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-serde 0.3.6", - "serde", -] - -[[package]] -name = "alloy-genesis" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8429cf4554eed9b40feec7f4451113e76596086447550275e3def933faf47ce3" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-serde 0.4.2", - "serde", -] - -[[package]] -name = "alloy-json-abi" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c357da577dfb56998d01f574d81ad7a1958d248740a7981b205d69d65a7da404" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-sol-type-parser", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-json-rpc" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3c717b5298fad078cd3a418335b266eba91b511383ca9bd497f742d5975d5ab" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", - "serde", - "serde_json", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "alloy-json-rpc" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8fa8a1a3c4cbd221f2b8e3693aeb328fca79a757fe556ed08e47bbbc2a70db7" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", - "serde", - "serde_json", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "alloy-network" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb3705ce7d8602132bcf5ac7a1dd293a42adc2f183abf5907c30ac535ceca049" -dependencies = [ - "alloy-consensus 0.3.6", - "alloy-eips 0.3.6", - "alloy-json-rpc 0.3.6", - "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", - "alloy-rpc-types-eth 0.3.6", - "alloy-serde 0.3.6", - "alloy-signer 0.3.6", - "alloy-sol-types 0.8.15", - "async-trait", - "auto_impl", - "futures-utils-wasm", - "thiserror 1.0.69", -] - -[[package]] -name = "alloy-network" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85fa23a6a9d612b52e402c995f2d582c25165ec03ac6edf64c861a76bc5b87cd" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-json-rpc 0.4.2", - "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", - "alloy-signer 0.4.2", - "alloy-sol-types 0.8.15", - "async-trait", - "auto_impl", - "futures-utils-wasm", - "thiserror 1.0.69", -] - -[[package]] -name = "alloy-network-primitives" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94ad40869867ed2d9cd3842b1e800889e5b49e6b92da346e93862b4a741bedf3" -dependencies = [ - "alloy-eips 0.3.6", - "alloy-primitives 0.8.15", - "alloy-serde 0.3.6", - "serde", -] - -[[package]] -name = "alloy-network-primitives" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "801492711d4392b2ccf5fc0bc69e299fa1aab15167d74dcaa9aab96a54f684bd" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-serde 0.4.2", - "serde", -] - -[[package]] -name = "alloy-primitives" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccb3ead547f4532bc8af961649942f0b9c16ee9226e26caa3f38420651cc0bf4" -dependencies = [ - "alloy-rlp", - "bytes", - "cfg-if", - "const-hex", - "derive_more 0.99.18", - "hex-literal", - "itoa", - "k256", - "keccak-asm", - "proptest", - "rand", - "ruint", - "serde", - "tiny-keccak", -] - -[[package]] -name = "alloy-primitives" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6259a506ab13e1d658796c31e6e39d2e2ee89243bcc505ddc613b35732e0a430" -dependencies = [ - "alloy-rlp", - "arbitrary", - "bytes", - "cfg-if", - "const-hex", - "derive_arbitrary", - "derive_more 1.0.0", - "foldhash", - "getrandom", - "hashbrown 0.15.2", - "hex-literal", - "indexmap 2.7.0", - "itoa", - "k256", - "keccak-asm", - "paste", - "proptest", - "proptest-derive", - "rand", - "ruint", - "rustc-hash 2.1.0", - "serde", - "sha3", - "tiny-keccak", -] - -[[package]] -name = "alloy-provider" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "927f708dd457ed63420400ee5f06945df9632d5d101851952056840426a10dc5" -dependencies = [ - "alloy-chains", - "alloy-consensus 0.3.6", - "alloy-eips 0.3.6", - "alloy-json-rpc 0.3.6", - "alloy-network 0.3.6", - "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", - "alloy-pubsub 0.3.6", - "alloy-rpc-client 0.3.6", - "alloy-rpc-types-eth 0.3.6", - "alloy-transport 0.3.6", - "alloy-transport-http 0.3.6", - "async-stream", - "async-trait", - "auto_impl", - "dashmap 6.1.0", - "futures", - "futures-utils-wasm", - "lru", - "pin-project", - "reqwest 0.12.12", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "alloy-provider" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcfaa4ffec0af04e3555686b8aacbcdf7d13638133a0672749209069750f78a6" -dependencies = [ - "alloy-chains", - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-json-rpc 0.4.2", - "alloy-network 0.4.2", - "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", - "alloy-pubsub 0.4.2", - "alloy-rpc-client 0.4.2", - "alloy-rpc-types-eth 0.4.2", - "alloy-transport 0.4.2", - "alloy-transport-http 0.4.2", - "alloy-transport-ws 0.4.2", - "async-stream", - "async-trait", - "auto_impl", - "dashmap 6.1.0", - "futures", - "futures-utils-wasm", - "lru", - "pin-project", - "reqwest 0.12.12", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "alloy-pubsub" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d05f63677e210d758cd5d6d1ce10f20c980c3560ccfbe79ba1997791862a04f" -dependencies = [ - "alloy-json-rpc 0.3.6", - "alloy-primitives 0.8.15", - "alloy-transport 0.3.6", - "bimap", - "futures", - "serde", - "serde_json", - "tokio", - "tokio-stream", - "tower 0.5.2", - "tracing", -] - -[[package]] -name = "alloy-pubsub" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f32cef487122ae75c91eb50154c70801d71fabdb976fec6c49e0af5e6486ab15" -dependencies = [ - "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.15", - "alloy-transport 0.4.2", - "bimap", - "futures", - "serde", - "serde_json", - "tokio", - "tokio-stream", - "tower 0.5.2", - "tracing", -] - -[[package]] -name = "alloy-rlp" -version = "0.3.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f542548a609dca89fcd72b3b9f355928cf844d4363c5eed9c5273a3dd225e097" -dependencies = [ - "alloy-rlp-derive", - "arrayvec", - "bytes", -] - -[[package]] -name = "alloy-rlp-derive" -version = "0.3.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a833d97bf8a5f0f878daf2c8451fff7de7f9de38baa5a45d936ec718d81255a" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "alloy-rpc-client" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d82952dca71173813d4e5733e2c986d8b04aea9e0f3b0a576664c232ad050a5" -dependencies = [ - "alloy-json-rpc 0.3.6", - "alloy-primitives 0.8.15", - "alloy-pubsub 0.3.6", - "alloy-transport 0.3.6", - "alloy-transport-http 0.3.6", - "alloy-transport-ws 0.3.6", - "futures", - "pin-project", - "reqwest 0.12.12", - "serde", - "serde_json", - "tokio", - "tokio-stream", - "tower 0.5.2", - "tracing", - "url", -] - -[[package]] -name = "alloy-rpc-client" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "370143ed581aace6e663342d21d209c6b2e34ee6142f7d6675adb518deeaf0dc" -dependencies = [ - "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.15", - "alloy-pubsub 0.4.2", - "alloy-transport 0.4.2", - "alloy-transport-http 0.4.2", - "alloy-transport-ws 0.4.2", - "futures", - "pin-project", - "reqwest 0.12.12", - "serde", - "serde_json", - "tokio", - "tokio-stream", - "tower 0.5.2", - "tracing", - "url", -] - -[[package]] -name = "alloy-rpc-types" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64333d639f2a0cf73491813c629a405744e16343a4bc5640931be707c345ecc5" -dependencies = [ - "alloy-rpc-types-eth 0.3.6", - "alloy-serde 0.3.6", - "serde", -] - -[[package]] -name = "alloy-rpc-types" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ffc534b7919e18f35e3aa1f507b6f3d9d92ec298463a9f6beaac112809d8d06" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", - "serde", -] - -[[package]] -name = "alloy-rpc-types-admin" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb520ed46cc5b7d8c014a73fdd77b6a310383a2a5c0a5ae3c9b8055881f062b7" -dependencies = [ - "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-rpc-types-anvil" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d780adaa5d95b07ad92006b2feb68ecfa7e2015f7d5976ceaac4c906c73ebd07" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-serde 0.4.2", - "serde", -] - -[[package]] -name = "alloy-rpc-types-beacon" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a8dc5980fe30203d698627cddb5f0cedc57f900c8b5e1229c8b9448e37acb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "serde", - "serde_with", - "thiserror 1.0.69", -] - -[[package]] -name = "alloy-rpc-types-debug" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d8f8c5bfb160081a772f1f68eb9a37e8929c4ef74e5d01f5b78c2b645a5c5e" -dependencies = [ - "alloy-primitives 0.8.15", - "serde", -] - -[[package]] -name = "alloy-rpc-types-engine" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0285c4c09f838ab830048b780d7f4a4f460f309aa1194bb049843309524c64c" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-serde 0.4.2", - "derive_more 1.0.0", - "jsonrpsee-types", - "jsonwebtoken 9.3.0", - "rand", - "serde", - "strum", -] - -[[package]] -name = "alloy-rpc-types-eth" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83aa984386deda02482660aa31cb8ca1e63d533f1c31a52d7d181ac5ec68e9b8" -dependencies = [ - "alloy-consensus 0.3.6", - "alloy-eips 0.3.6", - "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-serde 0.3.6", - "alloy-sol-types 0.8.15", - "cfg-if", - "derive_more 1.0.0", - "hashbrown 0.14.5", - "itertools 0.13.0", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-rpc-types-eth" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413f4aa3ccf2c3e4234a047c5fa4727916d7daf25a89f9b765df0ba09784fd87" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-serde 0.4.2", - "alloy-sol-types 0.8.15", - "derive_more 1.0.0", - "itertools 0.13.0", - "jsonrpsee-types", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-rpc-types-mev" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cec23ce56c869eec5f6b6fd6a8a92b5aa0cfaf8d7be3a96502e537554dc7430" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-serde 0.4.2", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-rpc-types-trace" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "017cad3e5793c5613588c1f9732bcbad77e820ba7d0feaba3527749f856fdbc5" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "alloy-rpc-types-txpool" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b230e321c416be7f50530159392b4c41a45596d40d97e185575bcd0b545e521" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", - "serde", -] - -[[package]] -name = "alloy-serde" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "731f75ec5d383107fd745d781619bd9cedf145836c51ecb991623d41278e71fa" -dependencies = [ - "alloy-primitives 0.8.15", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-serde" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dff0ab1cdd43ca001e324dc27ee0e8606bd2161d6623c63e0e0b8c4dfc13600" -dependencies = [ - "alloy-primitives 0.8.15", - "arbitrary", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-signer" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307324cca94354cd654d6713629f0383ec037e1ff9e3e3d547212471209860c0" -dependencies = [ - "alloy-primitives 0.8.15", - "async-trait", - "auto_impl", - "elliptic-curve", - "k256", - "thiserror 1.0.69", -] - -[[package]] -name = "alloy-signer" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd4e0ad79c81a27ca659be5d176ca12399141659fef2bcbfdc848da478f4504" -dependencies = [ - "alloy-primitives 0.8.15", - "async-trait", - "auto_impl", - "elliptic-curve", - "k256", - "thiserror 1.0.69", -] - -[[package]] -name = "alloy-signer-local" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fabe917ab1778e760b4701628d1cae8e028ee9d52ac6307de4e1e9286ab6b5f" -dependencies = [ - "alloy-consensus 0.3.6", - "alloy-network 0.3.6", - "alloy-primitives 0.8.15", - "alloy-signer 0.3.6", - "async-trait", - "k256", - "rand", - "thiserror 1.0.69", -] - -[[package]] -name = "alloy-signer-local" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "494e0a256f3e99f2426f994bcd1be312c02cb8f88260088dacb33a8b8936475f" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-network 0.4.2", - "alloy-primitives 0.8.15", - "alloy-signer 0.4.2", - "async-trait", - "k256", - "rand", - "thiserror 1.0.69", -] - -[[package]] -name = "alloy-sol-macro" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b40397ddcdcc266f59f959770f601ce1280e699a91fc1862f29cef91707cd09" -dependencies = [ - "alloy-sol-macro-expander 0.7.7", - "alloy-sol-macro-input 0.7.7", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "alloy-sol-macro" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d64f851d95619233f74b310f12bcf16e0cbc27ee3762b6115c14a84809280a" -dependencies = [ - "alloy-sol-macro-expander 0.8.15", - "alloy-sol-macro-input 0.8.15", - "proc-macro-error2", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "alloy-sol-macro-expander" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "867a5469d61480fea08c7333ffeca52d5b621f5ca2e44f271b117ec1fc9a0525" -dependencies = [ - "alloy-sol-macro-input 0.7.7", - "const-hex", - "heck 0.5.0", - "indexmap 2.7.0", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.93", - "syn-solidity 0.7.7", - "tiny-keccak", -] - -[[package]] -name = "alloy-sol-macro-expander" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bf7ed1574b699f48bf17caab4e6e54c6d12bc3c006ab33d58b1e227c1c3559f" -dependencies = [ - "alloy-sol-macro-input 0.8.15", - "const-hex", - "heck 0.5.0", - "indexmap 2.7.0", - "proc-macro-error2", - "proc-macro2", - "quote", - "syn 2.0.93", - "syn-solidity 0.8.15", - "tiny-keccak", -] - -[[package]] -name = "alloy-sol-macro-input" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e482dc33a32b6fadbc0f599adea520bd3aaa585c141a80b404d0a3e3fa72528" -dependencies = [ - "const-hex", - "dunce", - "heck 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.93", - "syn-solidity 0.7.7", -] - -[[package]] -name = "alloy-sol-macro-input" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c02997ccef5f34f9c099277d4145f183b422938ed5322dc57a089fe9b9ad9ee" -dependencies = [ - "const-hex", - "dunce", - "heck 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.93", - "syn-solidity 0.8.15", -] - -[[package]] -name = "alloy-sol-type-parser" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce13ff37285b0870d0a0746992a4ae48efaf34b766ae4c2640fa15e5305f8e73" -dependencies = [ - "serde", - "winnow 0.6.21", -] - -[[package]] -name = "alloy-sol-types" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a91ca40fa20793ae9c3841b83e74569d1cc9af29a2f5237314fd3452d51e38c7" -dependencies = [ - "alloy-primitives 0.7.7", - "alloy-sol-macro 0.7.7", - "const-hex", - "serde", -] - -[[package]] -name = "alloy-sol-types" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1174cafd6c6d810711b4e00383037bdb458efc4fe3dbafafa16567e0320c54d8" -dependencies = [ - "alloy-json-abi", - "alloy-primitives 0.8.15", - "alloy-sol-macro 0.8.15", - "const-hex", - "serde", -] - -[[package]] -name = "alloy-transport" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33616b2edf7454302a1d48084db185e52c309f73f6c10be99b0fe39354b3f1e9" -dependencies = [ - "alloy-json-rpc 0.3.6", - "base64 0.22.1", - "futures-util", - "futures-utils-wasm", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tower 0.5.2", - "tracing", - "url", -] - -[[package]] -name = "alloy-transport" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ac3e97dad3d31770db0fc89bd6a63b789fbae78963086733f960cf32c483904" -dependencies = [ - "alloy-json-rpc 0.4.2", - "base64 0.22.1", - "futures-util", - "futures-utils-wasm", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tower 0.5.2", - "tracing", - "url", -] - -[[package]] -name = "alloy-transport-http" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a944f5310c690b62bbb3e7e5ce34527cbd36b2d18532a797af123271ce595a49" -dependencies = [ - "alloy-json-rpc 0.3.6", - "alloy-transport 0.3.6", - "reqwest 0.12.12", - "serde_json", - "tower 0.5.2", - "tracing", - "url", -] - -[[package]] -name = "alloy-transport-http" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b367dcccada5b28987c2296717ee04b9a5637aacd78eacb1726ef211678b5212" -dependencies = [ - "alloy-json-rpc 0.4.2", - "alloy-transport 0.4.2", - "reqwest 0.12.12", - "serde_json", - "tower 0.5.2", - "tracing", - "url", -] - -[[package]] -name = "alloy-transport-ws" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9704761f6297fe482276bee7f77a93cb42bd541c2bd6c1c560b6f3a9ece672e" -dependencies = [ - "alloy-pubsub 0.3.6", - "alloy-transport 0.3.6", - "futures", - "http 1.2.0", - "rustls 0.23.20", - "serde_json", - "tokio", - "tokio-tungstenite 0.23.1", - "tracing", - "ws_stream_wasm", -] - -[[package]] -name = "alloy-transport-ws" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7153b88690de6a50bba81c11e1d706bc41dbb90126d607404d60b763f6a3947f" -dependencies = [ - "alloy-pubsub 0.4.2", - "alloy-transport 0.4.2", - "futures", - "http 1.2.0", - "rustls 0.23.20", - "serde_json", - "tokio", - "tokio-tungstenite 0.24.0", - "tracing", - "ws_stream_wasm", -] - -[[package]] -name = "alloy-trie" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9703ce68b97f8faae6f7739d1e003fc97621b856953cbcdbb2b515743f23288" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "derive_more 1.0.0", - "nybbles", - "serde", - "smallvec", - "tracing", -] - -[[package]] -name = "android-tzdata" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" - -[[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 = "ansi_term" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" -dependencies = [ - "winapi", -] - -[[package]] -name = "anstream" -version = "0.6.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" -dependencies = [ - "anstyle", - "anstyle-parse", - "anstyle-query", - "anstyle-wincon", - "colorchoice", - "is_terminal_polyfill", - "utf8parse", -] - -[[package]] -name = "anstyle" -version = "1.0.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" - -[[package]] -name = "anstyle-parse" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" -dependencies = [ - "utf8parse", -] - -[[package]] -name = "anstyle-query" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" -dependencies = [ - "windows-sys 0.59.0", -] - -[[package]] -name = "anstyle-wincon" -version = "3.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" -dependencies = [ - "anstyle", - "windows-sys 0.59.0", -] - -[[package]] -name = "anyhow" -version = "1.0.95" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" - -[[package]] -name = "aquamarine" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e" -dependencies = [ - "include_dir", - "itertools 0.10.5", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "arbitrary" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" -dependencies = [ - "derive_arbitrary", -] - -[[package]] -name = "argh" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ff18325c8a36b82f992e533ece1ec9f9a9db446bd1c14d4f936bac88fcd240" -dependencies = [ - "argh_derive", - "argh_shared", - "rust-fuzzy-search", -] - -[[package]] -name = "argh_derive" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adb7b2b83a50d329d5d8ccc620f5c7064028828538bdf5646acd60dc1f767803" -dependencies = [ - "argh_shared", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "argh_shared" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a464143cc82dedcdc3928737445362466b7674b5db4e2eb8e869846d6d84f4f6" -dependencies = [ - "serde", -] - -[[package]] -name = "argon2" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" -dependencies = [ - "base64ct", - "blake2", - "cpufeatures", - "password-hash 0.5.0", -] - -[[package]] -name = "ark-bn254" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-crypto-primitives" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f3a13b34da09176a8baba701233fdffbaa7c1b1192ce031a3da4e55ce1f1a56" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-relations", - "ark-serialize 0.4.2", - "ark-snark", - "ark-std 0.4.0", - "blake2", - "derivative", - "digest 0.10.7", - "sha2 0.10.8", -] - -[[package]] -name = "ark-ec" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" -dependencies = [ - "ark-ff 0.4.2", - "ark-poly", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "derivative", - "hashbrown 0.13.2", - "itertools 0.10.5", - "num-traits", - "zeroize", -] - -[[package]] -name = "ark-ff" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6" -dependencies = [ - "ark-ff-asm 0.3.0", - "ark-ff-macros 0.3.0", - "ark-serialize 0.3.0", - "ark-std 0.3.0", - "derivative", - "num-bigint 0.4.6", - "num-traits", - "paste", - "rustc_version 0.3.3", - "zeroize", -] - -[[package]] -name = "ark-ff" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" -dependencies = [ - "ark-ff-asm 0.4.2", - "ark-ff-macros 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "derivative", - "digest 0.10.7", - "itertools 0.10.5", - "num-bigint 0.4.6", - "num-traits", - "paste", - "rustc_version 0.4.1", - "zeroize", -] - -[[package]] -name = "ark-ff-asm" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44" -dependencies = [ - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-ff-asm" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" -dependencies = [ - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-ff-macros" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20" -dependencies = [ - "num-bigint 0.4.6", - "num-traits", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-ff-macros" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" -dependencies = [ - "num-bigint 0.4.6", - "num-traits", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-groth16" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20ceafa83848c3e390f1cbf124bc3193b3e639b3f02009e0e290809a501b95fc" -dependencies = [ - "ark-crypto-primitives", - "ark-ec", - "ark-ff 0.4.2", - "ark-poly", - "ark-relations", - "ark-serialize 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-poly" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" -dependencies = [ - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "derivative", - "hashbrown 0.13.2", -] - -[[package]] -name = "ark-relations" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00796b6efc05a3f48225e59cb6a2cda78881e7c390872d5786aaf112f31fb4f0" -dependencies = [ - "ark-ff 0.4.2", - "ark-std 0.4.0", - "tracing", - "tracing-subscriber 0.2.25", -] - -[[package]] -name = "ark-serialize" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671" -dependencies = [ - "ark-std 0.3.0", - "digest 0.9.0", -] - -[[package]] -name = "ark-serialize" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" -dependencies = [ - "ark-serialize-derive", - "ark-std 0.4.0", - "digest 0.10.7", - "num-bigint 0.4.6", -] - -[[package]] -name = "ark-serialize-derive" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-snark" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84d3cc6833a335bb8a600241889ead68ee89a3cf8448081fb7694c0fe503da63" -dependencies = [ - "ark-ff 0.4.2", - "ark-relations", - "ark-serialize 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-std" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" -dependencies = [ - "num-traits", - "rand", -] - -[[package]] -name = "ark-std" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" -dependencies = [ - "num-traits", - "rand", -] - -[[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 = "asn1_der" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" - -[[package]] -name = "async-compression" -version = "0.4.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522" -dependencies = [ - "brotli", - "flate2", - "futures-core", - "memchr", - "pin-project-lite", - "tokio", - "zstd 0.13.2", - "zstd-safe 7.2.1", -] - -[[package]] -name = "async-stream" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" -dependencies = [ - "async-stream-impl", - "futures-core", - "pin-project-lite", -] - -[[package]] -name = "async-stream-impl" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "async-trait" -version = "0.1.83" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "async_io_stream" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" -dependencies = [ - "futures", - "pharos", - "rustc_version 0.4.1", -] - -[[package]] -name = "atomic-waker" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" - -[[package]] -name = "aurora-engine-modexp" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aef7712851e524f35fbbb74fa6599c5cd8692056a1c36f9ca0d2001b670e7e5" -dependencies = [ - "hex", - "num", -] - -[[package]] -name = "auto_impl" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "autocfg" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" - -[[package]] -name = "axum" -version = "0.7.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" -dependencies = [ - "async-trait", - "axum-core", - "bytes", - "futures-util", - "http 1.2.0", - "http-body 1.0.1", - "http-body-util", - "hyper 1.5.2", - "hyper-util", - "itoa", - "matchit", - "memchr", - "mime", - "percent-encoding", - "pin-project-lite", - "rustversion", - "serde", - "serde_json", - "serde_path_to_error", - "serde_urlencoded", - "sync_wrapper 1.0.2", - "tokio", - "tower 0.5.2", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "axum-core" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" -dependencies = [ - "async-trait", - "bytes", - "futures-util", - "http 1.2.0", - "http-body 1.0.1", - "http-body-util", - "mime", - "pin-project-lite", - "rustversion", - "sync_wrapper 1.0.2", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "backon" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba5289ec98f68f28dd809fd601059e6aa908bb8f6108620930828283d4ee23d7" -dependencies = [ - "fastrand", - "tokio", -] - -[[package]] -name = "backtrace" -version = "0.3.74" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" -dependencies = [ - "addr2line", - "cfg-if", - "libc", - "miniz_oxide", - "object", - "rustc-demangle", - "serde", - "windows-targets 0.52.6", -] - -[[package]] -name = "base-x" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" - -[[package]] -name = "base16ct" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" - -[[package]] -name = "base58ck" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f" -dependencies = [ - "bitcoin-internals 0.3.0", - "bitcoin_hashes 0.14.0", -] - -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - -[[package]] -name = "base64" -version = "0.21.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" - -[[package]] -name = "base64" -version = "0.22.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" - -[[package]] -name = "base64ct" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" - -[[package]] -name = "bdk_bitcoind_rpc" -version = "0.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ac1a1da33a22949c3e2b3a715431eaed50c2c9278c8cdac06f0254b7659291f" -dependencies = [ - "bdk_core", - "bitcoin", - "bitcoincore-rpc", -] - -[[package]] -name = "bdk_chain" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4955734f97b2baed3f36d16ae7c203fdde31ae85391ac44ee3cbcaf0886db5ce" -dependencies = [ - "bdk_core", - "bitcoin", - "miniscript", - "rusqlite", - "serde", -] - -[[package]] -name = "bdk_core" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b545aea1efc090e4f71f1dd5468090d9f54c3de48002064c04895ef811fbe0b2" -dependencies = [ - "bitcoin", - "hashbrown 0.14.5", - "serde", -] - -[[package]] -name = "bdk_esplora" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d7fdf5efbebabc0c0bb46c0348ef0d4db505856c7d6c5d50cebba1e5eda5fe4" -dependencies = [ - "async-trait", - "bdk_core", - "esplora-client", - "futures", -] - -[[package]] -name = "bdk_wallet" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c6362d350e13a94f68a102dafadbcc1500705016e4c2971b4c4e6f46054cb18" -dependencies = [ - "bdk_chain", - "bitcoin", - "miniscript", - "rand_core", - "serde", - "serde_json", -] - -[[package]] -name = "bech32" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" - -[[package]] -name = "bech32" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" - -[[package]] -name = "bimap" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" - -[[package]] -name = "bincode" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" -dependencies = [ - "serde", -] - -[[package]] -name = "bindgen" -version = "0.69.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" -dependencies = [ - "bitflags 2.6.0", - "cexpr", - "clang-sys", - "itertools 0.12.1", - "lazy_static", - "lazycell", - "proc-macro2", - "quote", - "regex", - "rustc-hash 1.1.0", - "shlex", - "syn 2.0.93", -] - -[[package]] -name = "bindgen" -version = "0.70.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" -dependencies = [ - "bitflags 2.6.0", - "cexpr", - "clang-sys", - "itertools 0.13.0", - "log", - "prettyplease", - "proc-macro2", - "quote", - "regex", - "rustc-hash 1.1.0", - "shlex", - "syn 2.0.93", -] - -[[package]] -name = "bip39" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387" -dependencies = [ - "bitcoin_hashes 0.13.0", - "serde", - "unicode-normalization", -] - -[[package]] -name = "bit-set" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" -dependencies = [ - "bit-vec 0.6.3", -] - -[[package]] -name = "bit-set" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" -dependencies = [ - "bit-vec 0.8.0", -] - -[[package]] -name = "bit-vec" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" - -[[package]] -name = "bit-vec" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" - -[[package]] -name = "bitcoin" -version = "0.32.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce6bc65742dea50536e35ad42492b234c27904a27f0abdcbce605015cb4ea026" -dependencies = [ - "base58ck", - "base64 0.21.7", - "bech32 0.11.0", - "bitcoin-internals 0.3.0", - "bitcoin-io", - "bitcoin-units", - "bitcoin_hashes 0.14.0", - "hex-conservative 0.2.1", - "hex_lit", - "secp256k1", - "serde", -] - -[[package]] -name = "bitcoin-internals" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" - -[[package]] -name = "bitcoin-internals" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2" -dependencies = [ - "serde", -] - -[[package]] -name = "bitcoin-io" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" - -[[package]] -name = "bitcoin-units" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2" -dependencies = [ - "bitcoin-internals 0.3.0", - "serde", -] - -[[package]] -name = "bitcoin_hashes" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" -dependencies = [ - "bitcoin-internals 0.2.0", - "hex-conservative 0.1.2", -] - -[[package]] -name = "bitcoin_hashes" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" -dependencies = [ - "bitcoin-io", - "hex-conservative 0.2.1", - "serde", -] - -[[package]] -name = "bitcoincore-rpc" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aedd23ae0fd321affb4bbbc36126c6f49a32818dc6b979395d24da8c9d4e80ee" -dependencies = [ - "bitcoincore-rpc-json", - "jsonrpc", - "log", - "serde", - "serde_json", -] - -[[package]] -name = "bitcoincore-rpc-json" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8909583c5fab98508e80ef73e5592a651c954993dc6b7739963257d19f0e71a" -dependencies = [ - "bitcoin", - "serde", - "serde_json", -] - -[[package]] -name = "bitflags" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" - -[[package]] -name = "bitflags" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" -dependencies = [ - "serde", -] - -[[package]] -name = "bitvec" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" -dependencies = [ - "funty", - "radium", - "serde", - "tap", - "wyz", -] - -[[package]] -name = "blake2" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" -dependencies = [ - "digest 0.10.7", -] - -[[package]] -name = "blake2b_simd" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" -dependencies = [ - "arrayref", - "arrayvec", - "constant_time_eq 0.3.1", -] - -[[package]] -name = "blake3" -version = "1.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" -dependencies = [ - "arrayref", - "arrayvec", - "cc", - "cfg-if", - "constant_time_eq 0.3.1", -] - -[[package]] -name = "block" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" - -[[package]] -name = "block-buffer" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" -dependencies = [ - "generic-array 0.14.7", -] - -[[package]] -name = "block-buffer" -version = "0.10.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" -dependencies = [ - "generic-array 0.14.7", -] - -[[package]] -name = "block-padding" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" -dependencies = [ - "generic-array 0.14.7", -] - -[[package]] -name = "bls12_381" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3c196a77437e7cc2fb515ce413a6401291578b5afc8ecb29a3c7ab957f05941" -dependencies = [ - "ff 0.12.1", - "group 0.12.1", - "pairing", - "rand_core", - "subtle", -] - -[[package]] -name = "blst" -version = "0.3.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4378725facc195f1a538864863f6de233b500a8862747e7f165078a419d5e874" -dependencies = [ - "cc", - "glob", - "threadpool", - "zeroize", -] - -[[package]] -name = "boa_ast" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a69ee3a749ea36d4e56d92941e7b25076b493d4917c3d155b6cf369e23547d9" -dependencies = [ - "bitflags 2.6.0", - "boa_interner", - "boa_macros", - "indexmap 2.7.0", - "num-bigint 0.4.6", - "rustc-hash 2.1.0", -] - -[[package]] -name = "boa_engine" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e4559b35b80ceb2e6328481c0eca9a24506663ea33ee1e279be6b5b618b25c" -dependencies = [ - "arrayvec", - "bitflags 2.6.0", - "boa_ast", - "boa_gc", - "boa_interner", - "boa_macros", - "boa_parser", - "boa_profiler", - "boa_string", - "bytemuck", - "cfg-if", - "dashmap 5.5.3", - "fast-float", - "hashbrown 0.14.5", - "icu_normalizer", - "indexmap 2.7.0", - "intrusive-collections", - "itertools 0.13.0", - "num-bigint 0.4.6", - "num-integer", - "num-traits", - "num_enum 0.7.3", - "once_cell", - "pollster", - "portable-atomic", - "rand", - "regress", - "rustc-hash 2.1.0", - "ryu-js", - "serde", - "serde_json", - "sptr", - "static_assertions", - "tap", - "thin-vec", - "thiserror 1.0.69", - "time", -] - -[[package]] -name = "boa_gc" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716406f57d67bc3ac7fd227d5513b42df401dff14a3be22cbd8ee29817225363" -dependencies = [ - "boa_macros", - "boa_profiler", - "boa_string", - "hashbrown 0.14.5", - "thin-vec", -] - -[[package]] -name = "boa_interner" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e18df2272616e1ba0322a69333d37dbb78797f1aa0595aad9dc41e8ecd06ad9" -dependencies = [ - "boa_gc", - "boa_macros", - "hashbrown 0.14.5", - "indexmap 2.7.0", - "once_cell", - "phf", - "rustc-hash 2.1.0", - "static_assertions", -] - -[[package]] -name = "boa_macros" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "240f4126219a83519bad05c9a40bfc0303921eeb571fc2d7e44c17ffac99d3f1" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", - "synstructure", -] - -[[package]] -name = "boa_parser" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b59dc05bf1dc019b11478a92986f590cff43fced4d20e866eefb913493e91c" -dependencies = [ - "bitflags 2.6.0", - "boa_ast", - "boa_interner", - "boa_macros", - "boa_profiler", - "fast-float", - "icu_properties", - "num-bigint 0.4.6", - "num-traits", - "regress", - "rustc-hash 2.1.0", -] - -[[package]] -name = "boa_profiler" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00ee0645509b3b91abd724f25072649d9e8e65653a78ff0b6e592788a58dd838" - -[[package]] -name = "boa_string" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae85205289bab1f2c7c8a30ddf0541cf89ba2ff7dbd144feef50bbfa664288d4" -dependencies = [ - "fast-float", - "paste", - "rustc-hash 2.1.0", - "sptr", - "static_assertions", -] - -[[package]] -name = "bonsai-sdk" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce58205497760ded0e4c743bc7a7aee28da5ca29b4adb7a635bf3bee2d118ebc" -dependencies = [ - "duplicate", - "maybe-async", - "reqwest 0.12.12", - "serde", - "thiserror 1.0.69", -] - -[[package]] -name = "borsh" -version = "1.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03" -dependencies = [ - "borsh-derive", - "cfg_aliases", -] - -[[package]] -name = "borsh-derive" -version = "1.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244" -dependencies = [ - "once_cell", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "boyer-moore-magiclen" -version = "0.2.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95e6233f2d926b5b123caf9d58e3885885255567fbe7776a7fdcae2a4d7241c4" -dependencies = [ - "debug-helper", -] - -[[package]] -name = "brotli" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", - "brotli-decompressor", -] - -[[package]] -name = "brotli-decompressor" -version = "4.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", -] - -[[package]] -name = "bs58" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" -dependencies = [ - "sha2 0.10.8", - "tinyvec", -] - -[[package]] -name = "bumpalo" -version = "3.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" - -[[package]] -name = "byte-slice-cast" -version = "1.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" - -[[package]] -name = "bytemuck" -version = "1.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3" -dependencies = [ - "bytemuck_derive", -] - -[[package]] -name = "bytemuck_derive" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "byteorder" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" - -[[package]] -name = "bytes" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" -dependencies = [ - "serde", -] - -[[package]] -name = "bzip2" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" -dependencies = [ - "bzip2-sys", - "libc", -] - -[[package]] -name = "bzip2-sys" -version = "0.1.11+1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" -dependencies = [ - "cc", - "libc", - "pkg-config", -] - -[[package]] -name = "c-kzg" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0307f72feab3300336fb803a57134159f6e20139af1357f36c54cb90d8e8928" -dependencies = [ - "blst", - "cc", - "glob", - "hex", - "libc", - "once_cell", - "serde", -] - -[[package]] -name = "camino" -version = "1.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" -dependencies = [ - "serde", -] - -[[package]] -name = "cargo-platform" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" -dependencies = [ - "serde", -] - -[[package]] -name = "cargo_metadata" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" -dependencies = [ - "camino", - "cargo-platform", - "semver 1.0.24", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "cassowary" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" - -[[package]] -name = "castaway" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" -dependencies = [ - "rustversion", -] - -[[package]] -name = "cc" -version = "1.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333" -dependencies = [ - "jobserver", - "libc", - "shlex", -] - -[[package]] -name = "cesu8" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" - -[[package]] -name = "cexpr" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" -dependencies = [ - "nom", -] - -[[package]] -name = "cfg-if" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" - -[[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.39" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" -dependencies = [ - "android-tzdata", - "iana-time-zone", - "js-sys", - "num-traits", - "serde", - "wasm-bindgen", - "windows-targets 0.52.6", -] - -[[package]] -name = "cipher" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" -dependencies = [ - "crypto-common", - "inout", -] - -[[package]] -name = "clang-sys" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" -dependencies = [ - "glob", - "libc", - "libloading", -] - -[[package]] -name = "clap" -version = "4.5.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" -dependencies = [ - "clap_builder", - "clap_derive", -] - -[[package]] -name = "clap_builder" -version = "4.5.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" -dependencies = [ - "anstream", - "anstyle", - "clap_lex", - "strsim", -] - -[[package]] -name = "clap_derive" -version = "4.5.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" -dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "clap_lex" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" - -[[package]] -name = "coins-bip32" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b6be4a5df2098cd811f3194f64ddb96c267606bffd9689ac7b0160097b01ad3" -dependencies = [ - "bs58", - "coins-core", - "digest 0.10.7", - "hmac 0.12.1", - "k256", - "serde", - "sha2 0.10.8", - "thiserror 1.0.69", -] - -[[package]] -name = "coins-bip39" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3db8fba409ce3dc04f7d804074039eb68b960b0829161f8e06c95fea3f122528" -dependencies = [ - "bitvec", - "coins-bip32", - "hmac 0.12.1", - "once_cell", - "pbkdf2 0.12.2", - "rand", - "sha2 0.10.8", - "thiserror 1.0.69", -] - -[[package]] -name = "coins-core" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5286a0843c21f8367f7be734f89df9b822e0321d8bcce8d6e735aadff7d74979" -dependencies = [ - "base64 0.21.7", - "bech32 0.9.1", - "bs58", - "digest 0.10.7", - "generic-array 0.14.7", - "hex", - "ripemd", - "serde", - "serde_derive", - "sha2 0.10.8", - "sha3", - "thiserror 1.0.69", -] - -[[package]] -name = "colorchoice" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" - -[[package]] -name = "colored" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" -dependencies = [ - "lazy_static", - "windows-sys 0.59.0", -] - -[[package]] -name = "combine" -version = "4.6.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" -dependencies = [ - "bytes", - "memchr", -] - -[[package]] -name = "comfy-table" -version = "7.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9" -dependencies = [ - "crossterm", - "strum", - "strum_macros", - "unicode-width 0.2.0", -] - -[[package]] -name = "compact_str" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" -dependencies = [ - "castaway", - "cfg-if", - "itoa", - "rustversion", - "ryu", - "static_assertions", -] - -[[package]] -name = "concat-kdf" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d72c1252426a83be2092dd5884a5f6e3b8e7180f6891b6263d2c21b92ec8816" -dependencies = [ - "digest 0.10.7", -] - -[[package]] -name = "config" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68578f196d2a33ff61b27fae256c3164f65e36382648e30666dde05b8cc9dfdf" -dependencies = [ - "nom", - "pathdiff", - "serde", - "toml 0.8.19", -] - -[[package]] -name = "console" -version = "0.15.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" -dependencies = [ - "encode_unicode", - "libc", - "once_cell", - "unicode-width 0.2.0", - "windows-sys 0.59.0", -] - -[[package]] -name = "const-hex" -version = "1.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" -dependencies = [ - "cfg-if", - "cpufeatures", - "hex", - "proptest", - "serde", -] - -[[package]] -name = "const-oid" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" - -[[package]] -name = "const_format" -version = "0.2.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd" -dependencies = [ - "const_format_proc_macros", - "konst", -] - -[[package]] -name = "const_format_proc_macros" -version = "0.2.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" -dependencies = [ - "proc-macro2", - "quote", - "unicode-xid", -] - -[[package]] -name = "constant_time_eq" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" - -[[package]] -name = "constant_time_eq" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" - -[[package]] -name = "convert_case" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" - -[[package]] -name = "convert_case" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" -dependencies = [ - "unicode-segmentation", -] - -[[package]] -name = "core-foundation" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "core-foundation" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "core-foundation-sys" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" - -[[package]] -name = "core-graphics-types" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" -dependencies = [ - "bitflags 1.3.2", - "core-foundation 0.9.4", - "libc", -] - -[[package]] -name = "core2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" -dependencies = [ - "memchr", -] - -[[package]] -name = "corepc-client" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b926446a90cd329b8ce85ea40d74e1961d0ad42ea0bc0708a82e5ca843fe631d" -dependencies = [ - "bitcoin", - "corepc-types", - "jsonrpc", - "log", - "serde", - "serde_json", -] - -[[package]] -name = "corepc-node" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d73264e3fa9857a43c8c51dba528646c355773617924f0b9e821d078f11a6fb" -dependencies = [ - "anyhow", - "bitcoin_hashes 0.14.0", - "corepc-client", - "flate2", - "log", - "minreq", - "serde_json", - "tar", - "tempfile", - "which", - "zip", -] - -[[package]] -name = "corepc-types" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7efadd36b3035cb5dda5c8346d6314a16507b4d26269a553733d12b5bbf9b31" -dependencies = [ - "bitcoin", - "bitcoin-internals 0.3.0", - "serde", - "serde_json", -] - -[[package]] -name = "cpufeatures" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" -dependencies = [ - "libc", -] - -[[package]] -name = "crc" -version = "3.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" -dependencies = [ - "crc-catalog", -] - -[[package]] -name = "crc-catalog" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" - -[[package]] -name = "crc32fast" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "crossbeam-channel" -version = "0.5.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-deque" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" -dependencies = [ - "crossbeam-epoch", - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.9.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-utils" -version = "0.8.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" - -[[package]] -name = "crossterm" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" -dependencies = [ - "bitflags 2.6.0", - "crossterm_winapi", - "mio 1.0.3", - "parking_lot 0.12.3", - "rustix", - "signal-hook", - "signal-hook-mio", - "winapi", -] - -[[package]] -name = "crossterm_winapi" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" -dependencies = [ - "winapi", -] - -[[package]] -name = "crunchy" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" - -[[package]] -name = "crypto-bigint" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" -dependencies = [ - "generic-array 0.14.7", - "rand_core", - "subtle", - "zeroize", -] - -[[package]] -name = "crypto-common" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" -dependencies = [ - "generic-array 0.14.7", - "rand_core", - "typenum", -] - -[[package]] -name = "crypto-mac" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" -dependencies = [ - "generic-array 0.14.7", - "subtle", -] - -[[package]] -name = "ctr" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" -dependencies = [ - "cipher", -] - -[[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", - "digest 0.10.7", - "fiat-crypto", - "rustc_version 0.4.1", - "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.93", -] - -[[package]] -name = "darling" -version = "0.20.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" -dependencies = [ - "darling_core", - "darling_macro", -] - -[[package]] -name = "darling_core" -version = "0.20.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn 2.0.93", -] - -[[package]] -name = "darling_macro" -version = "0.20.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" -dependencies = [ - "darling_core", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "dashmap" -version = "5.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" -dependencies = [ - "cfg-if", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core 0.9.10", -] - -[[package]] -name = "dashmap" -version = "6.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" -dependencies = [ - "cfg-if", - "crossbeam-utils", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core 0.9.10", -] - -[[package]] -name = "dashu" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b3e5ac1e23ff1995ef05b912e2b012a8784506987a2651552db2c73fb3d7e0" -dependencies = [ - "dashu-base", - "dashu-float", - "dashu-int", - "dashu-macros", - "dashu-ratio", - "rustversion", -] - -[[package]] -name = "dashu-base" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0b80bf6b85aa68c58ffea2ddb040109943049ce3fbdf4385d0380aef08ef289" - -[[package]] -name = "dashu-float" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85078445a8dbd2e1bd21f04a816f352db8d333643f0c9b78ca7c3d1df71063e7" -dependencies = [ - "dashu-base", - "dashu-int", - "num-modular", - "num-order", - "rustversion", - "static_assertions", -] - -[[package]] -name = "dashu-int" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee99d08031ca34a4d044efbbb21dff9b8c54bb9d8c82a189187c0651ffdb9fbf" -dependencies = [ - "cfg-if", - "dashu-base", - "num-modular", - "num-order", - "rustversion", - "static_assertions", -] - -[[package]] -name = "dashu-macros" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93381c3ef6366766f6e9ed9cf09e4ef9dec69499baf04f0c60e70d653cf0ab10" -dependencies = [ - "dashu-base", - "dashu-float", - "dashu-int", - "dashu-ratio", - "paste", - "proc-macro2", - "quote", - "rustversion", -] - -[[package]] -name = "dashu-ratio" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47e33b04dd7ce1ccf8a02a69d3419e354f2bbfdf4eb911a0b7465487248764c9" -dependencies = [ - "dashu-base", - "dashu-float", - "dashu-int", - "num-modular", - "num-order", - "rustversion", -] - -[[package]] -name = "data-encoding" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" - -[[package]] -name = "data-encoding-macro" -version = "0.1.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" -dependencies = [ - "data-encoding", - "data-encoding-macro-internal", -] - -[[package]] -name = "data-encoding-macro-internal" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" -dependencies = [ - "data-encoding", - "syn 1.0.109", -] - -[[package]] -name = "debug-helper" -version = "0.3.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" - -[[package]] -name = "delay_map" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4355c25cbf99edcb6b4a0e906f6bdc6956eda149e84455bea49696429b2f8e8" -dependencies = [ - "futures", - "tokio-util", -] - -[[package]] -name = "der" -version = "0.7.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" -dependencies = [ - "const-oid", - "zeroize", -] - -[[package]] -name = "deranged" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" -dependencies = [ - "powerfmt", - "serde", -] - -[[package]] -name = "derivative" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "derive_arbitrary" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "derive_builder" -version = "0.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" -dependencies = [ - "derive_builder_macro", -] - -[[package]] -name = "derive_builder_core" -version = "0.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" -dependencies = [ - "darling", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "derive_builder_macro" -version = "0.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" -dependencies = [ - "derive_builder_core", - "syn 2.0.93", -] - -[[package]] -name = "derive_more" -version = "0.99.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" -dependencies = [ - "convert_case 0.4.0", - "proc-macro2", - "quote", - "rustc_version 0.4.1", - "syn 2.0.93", -] - -[[package]] -name = "derive_more" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" -dependencies = [ - "derive_more-impl", -] - -[[package]] -name = "derive_more-impl" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" -dependencies = [ - "convert_case 0.6.0", - "proc-macro2", - "quote", - "syn 2.0.93", - "unicode-xid", -] - -[[package]] -name = "dialoguer" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" -dependencies = [ - "console", - "shell-words", - "tempfile", - "thiserror 1.0.69", - "zeroize", -] - -[[package]] -name = "diff" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" - -[[package]] -name = "difflib" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" - -[[package]] -name = "digest" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" -dependencies = [ - "generic-array 0.14.7", -] - -[[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", - "const-oid", - "crypto-common", - "subtle", -] - -[[package]] -name = "directories" -version = "5.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" -dependencies = [ - "dirs-sys", -] - -[[package]] -name = "dirs" -version = "5.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" -dependencies = [ - "dirs-sys", -] - -[[package]] -name = "dirs-next" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" -dependencies = [ - "cfg-if", - "dirs-sys-next", -] - -[[package]] -name = "dirs-sys" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" -dependencies = [ - "libc", - "option-ext", - "redox_users", - "windows-sys 0.48.0", -] - -[[package]] -name = "dirs-sys-next" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" -dependencies = [ - "libc", - "redox_users", - "winapi", -] - -[[package]] -name = "discv5" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f569b8c367554666c8652305621e8bae3634a2ff5c6378081d5bd8c399c99f23" -dependencies = [ - "aes", - "aes-gcm", - "alloy-rlp", - "arrayvec", - "ctr", - "delay_map", - "enr 0.12.1", - "fnv", - "futures", - "hashlink 0.8.4", - "hex", - "hkdf", - "lazy_static", - "libp2p-identity", - "lru", - "more-asserts", - "multiaddr", - "parking_lot 0.11.2", - "rand", - "smallvec", - "socket2 0.4.10", - "tokio", - "tracing", - "uint", - "zeroize", -] - -[[package]] -name = "displaydoc" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "docker-generate" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf673e0848ef09fa4aeeba78e681cf651c0c7d35f76ee38cec8e55bc32fa111" - -[[package]] -name = "doctest-file" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562" - -[[package]] -name = "downcast" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" - -[[package]] -name = "downcast-rs" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" - -[[package]] -name = "dunce" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - -[[package]] -name = "duplicate" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de78e66ac9061e030587b2a2e75cc88f22304913c907b11307bca737141230cb" -dependencies = [ - "heck 0.4.1", - "proc-macro-error", -] - -[[package]] -name = "dyn-clone" -version = "1.0.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" - -[[package]] -name = "ecdsa" -version = "0.16.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" -dependencies = [ - "der", - "digest 0.10.7", - "elliptic-curve", - "rfc6979", - "signature", - "spki", -] - -[[package]] -name = "ed25519" -version = "2.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" -dependencies = [ - "pkcs8", - "signature", -] - -[[package]] -name = "ed25519-dalek" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" -dependencies = [ - "curve25519-dalek", - "ed25519", - "rand_core", - "serde", - "sha2 0.10.8", - "subtle", - "zeroize", -] - -[[package]] -name = "either" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" - -[[package]] -name = "elf" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4445909572dbd556c457c849c4ca58623d84b27c8fff1e74b0b4227d8b90d17b" - -[[package]] -name = "elliptic-curve" -version = "0.13.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" -dependencies = [ - "base16ct", - "crypto-bigint", - "digest 0.10.7", - "ff 0.13.0", - "generic-array 0.14.7", - "group 0.13.0", - "pkcs8", - "rand_core", - "sec1", - "subtle", - "zeroize", -] - -[[package]] -name = "encode_unicode" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" - -[[package]] -name = "encoding_rs" -version = "0.8.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "enr" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a3d8dc56e02f954cac8eb489772c552c473346fc34f67412bb6244fd647f7e4" -dependencies = [ - "base64 0.21.7", - "bytes", - "hex", - "k256", - "log", - "rand", - "rlp", - "serde", - "sha3", - "zeroize", -] - -[[package]] -name = "enr" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "972070166c68827e64bd1ebc8159dd8e32d9bc2da7ebe8f20b61308f7974ad30" -dependencies = [ - "alloy-rlp", - "base64 0.21.7", - "bytes", - "ed25519-dalek", - "hex", - "k256", - "log", - "rand", - "secp256k1", - "serde", - "sha3", - "zeroize", -] - -[[package]] -name = "enum-as-inner" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" -dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "enum-map" -version = "2.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9" -dependencies = [ - "enum-map-derive", - "serde", -] - -[[package]] -name = "enum-map-derive" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "enumn" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "equivalent" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" - -[[package]] -name = "errno" -version = "0.3.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" -dependencies = [ - "libc", - "windows-sys 0.59.0", -] - -[[package]] -name = "esplora-client" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0da3c186d286e046253ccdc4bb71aa87ef872e4eff2045947c0c4fe3d2b2efc" -dependencies = [ - "bitcoin", - "hex-conservative 0.2.1", - "log", - "reqwest 0.11.27", - "serde", - "tokio", -] - -[[package]] -name = "eth-keystore" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fda3bf123be441da5260717e0661c25a2fd9cb2b2c1d20bf2e05580047158ab" -dependencies = [ - "aes", - "ctr", - "digest 0.10.7", - "hex", - "hmac 0.12.1", - "pbkdf2 0.11.0", - "rand", - "scrypt", - "serde", - "serde_json", - "sha2 0.10.8", - "sha3", - "thiserror 1.0.69", - "uuid 0.8.2", -] - -[[package]] -name = "ethabi" -version = "18.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7413c5f74cc903ea37386a8965a936cbeb334bd270862fdece542c1b2dcbc898" -dependencies = [ - "ethereum-types", - "hex", - "once_cell", - "regex", - "serde", - "serde_json", - "sha3", - "thiserror 1.0.69", - "uint", -] - -[[package]] -name = "ethbloom" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" -dependencies = [ - "crunchy", - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "scale-info", - "tiny-keccak", -] - -[[package]] -name = "ethereum-types" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" -dependencies = [ - "ethbloom", - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "primitive-types", - "scale-info", - "uint", -] - -[[package]] -name = "ethers" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "816841ea989f0c69e459af1cf23a6b0033b19a55424a1ea3a30099becdb8dec0" -dependencies = [ - "ethers-addressbook", - "ethers-contract", - "ethers-core", - "ethers-middleware", - "ethers-providers", - "ethers-signers", -] - -[[package]] -name = "ethers-addressbook" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5495afd16b4faa556c3bba1f21b98b4983e53c1755022377051a975c3b021759" -dependencies = [ - "ethers-core", - "once_cell", - "serde", - "serde_json", -] - -[[package]] -name = "ethers-contract" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fceafa3578c836eeb874af87abacfb041f92b4da0a78a5edd042564b8ecdaaa" -dependencies = [ - "const-hex", - "ethers-contract-abigen", - "ethers-contract-derive", - "ethers-core", - "ethers-providers", - "futures-util", - "once_cell", - "pin-project", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "ethers-contract-abigen" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04ba01fbc2331a38c429eb95d4a570166781f14290ef9fdb144278a90b5a739b" -dependencies = [ - "Inflector", - "const-hex", - "dunce", - "ethers-core", - "eyre", - "prettyplease", - "proc-macro2", - "quote", - "regex", - "serde", - "serde_json", - "syn 2.0.93", - "toml 0.8.19", - "walkdir", -] - -[[package]] -name = "ethers-contract-derive" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87689dcabc0051cde10caaade298f9e9093d65f6125c14575db3fd8c669a168f" -dependencies = [ - "Inflector", - "const-hex", - "ethers-contract-abigen", - "ethers-core", - "proc-macro2", - "quote", - "serde_json", - "syn 2.0.93", -] - -[[package]] -name = "ethers-core" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82d80cc6ad30b14a48ab786523af33b37f28a8623fc06afd55324816ef18fb1f" -dependencies = [ - "arrayvec", - "bytes", - "cargo_metadata", - "chrono", - "const-hex", - "elliptic-curve", - "ethabi", - "generic-array 0.14.7", - "k256", - "num_enum 0.7.3", - "once_cell", - "open-fastrlp", - "rand", - "rlp", - "serde", - "serde_json", - "strum", - "syn 2.0.93", - "tempfile", - "thiserror 1.0.69", - "tiny-keccak", - "unicode-xid", -] - -[[package]] -name = "ethers-middleware" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f9fdf09aec667c099909d91908d5eaf9be1bd0e2500ba4172c1d28bfaa43de" -dependencies = [ - "async-trait", - "auto_impl", - "ethers-contract", - "ethers-core", - "ethers-providers", - "ethers-signers", - "futures-channel", - "futures-locks", - "futures-util", - "instant", - "reqwest 0.11.27", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", - "tracing-futures", - "url", -] - -[[package]] -name = "ethers-providers" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6434c9a33891f1effc9c75472e12666db2fa5a0fec4b29af6221680a6fe83ab2" -dependencies = [ - "async-trait", - "auto_impl", - "base64 0.21.7", - "bytes", - "const-hex", - "enr 0.10.0", - "ethers-core", - "futures-core", - "futures-timer", - "futures-util", - "hashers", - "http 0.2.12", - "instant", - "jsonwebtoken 8.3.0", - "once_cell", - "pin-project", - "reqwest 0.11.27", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", - "tracing-futures", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "ws_stream_wasm", -] - -[[package]] -name = "ethers-signers" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "228875491c782ad851773b652dd8ecac62cda8571d3bc32a5853644dd26766c2" -dependencies = [ - "async-trait", - "coins-bip32", - "coins-bip39", - "const-hex", - "elliptic-curve", - "eth-keystore", - "ethers-core", - "rand", - "sha2 0.10.8", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "ethnum" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c" - -[[package]] -name = "eyre" -version = "0.6.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" -dependencies = [ - "indenter", - "once_cell", -] - -[[package]] -name = "fallible-iterator" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" - -[[package]] -name = "fallible-streaming-iterator" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" - -[[package]] -name = "fancy-regex" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2" -dependencies = [ - "bit-set 0.5.3", - "regex-automata 0.4.9", - "regex-syntax 0.8.5", -] - -[[package]] -name = "fast-float" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" - -[[package]] -name = "fastrand" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" - -[[package]] -name = "fastrlp" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418" -dependencies = [ - "arrayvec", - "auto_impl", - "bytes", -] - -[[package]] -name = "fdlimit" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" -dependencies = [ - "libc", - "thiserror 1.0.69", -] - -[[package]] -name = "ff" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" -dependencies = [ - "bitvec", - "rand_core", - "subtle", -] - -[[package]] -name = "ff" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" -dependencies = [ - "bitvec", - "byteorder", - "ff_derive", - "rand_core", - "subtle", -] - -[[package]] -name = "ff_derive" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9f54704be45ed286151c5e11531316eaef5b8f5af7d597b806fdb8af108d84a" -dependencies = [ - "addchain", - "cfg-if", - "num-bigint 0.3.3", - "num-integer", - "num-traits", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "fiat-crypto" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" - -[[package]] -name = "filetime" -version = "0.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" -dependencies = [ - "cfg-if", - "libc", - "libredox", - "windows-sys 0.59.0", -] - -[[package]] -name = "fixed-hash" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" -dependencies = [ - "byteorder", - "rand", - "rustc-hex", - "static_assertions", -] - -[[package]] -name = "flate2" -version = "1.0.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" -dependencies = [ - "crc32fast", - "miniz_oxide", -] - -[[package]] -name = "float-cmp" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" -dependencies = [ - "num-traits", -] - -[[package]] -name = "fnv" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" - -[[package]] -name = "foldhash" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" - -[[package]] -name = "foreign-types" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" -dependencies = [ - "foreign-types-shared 0.1.1", -] - -[[package]] -name = "foreign-types" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" -dependencies = [ - "foreign-types-macros", - "foreign-types-shared 0.3.1", -] - -[[package]] -name = "foreign-types-macros" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "foreign-types-shared" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" - -[[package]] -name = "foreign-types-shared" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" - -[[package]] -name = "form_urlencoded" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" -dependencies = [ - "percent-encoding", -] - -[[package]] -name = "format_serde_error" -version = "0.3.0" -source = "git+https://github.com/AlexanderThaller/format_serde_error#b114501c468bfe4f0a8c3f48f84530414bdeeaa1" -dependencies = [ - "colored", - "serde", - "serde_json", - "serde_yaml", - "toml 0.5.11", - "unicode-segmentation", -] - -[[package]] -name = "fragile" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" - -[[package]] -name = "fs2" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "fsevent-sys" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" -dependencies = [ - "libc", -] - -[[package]] -name = "funty" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" - -[[package]] -name = "futures" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" -dependencies = [ - "futures-channel", - "futures-core", - "futures-executor", - "futures-io", - "futures-sink", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-channel" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" -dependencies = [ - "futures-core", - "futures-sink", -] - -[[package]] -name = "futures-core" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" - -[[package]] -name = "futures-executor" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" -dependencies = [ - "futures-core", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-io" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" - -[[package]] -name = "futures-locks" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45ec6fe3675af967e67c5536c0b9d44e34e6c52f86bedc4ea49c5317b8e94d06" -dependencies = [ - "futures-channel", - "futures-task", -] - -[[package]] -name = "futures-macro" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "futures-sink" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" - -[[package]] -name = "futures-task" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" - -[[package]] -name = "futures-timer" -version = "3.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" -dependencies = [ - "gloo-timers", - "send_wrapper 0.4.0", -] - -[[package]] -name = "futures-util" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" -dependencies = [ - "futures-channel", - "futures-core", - "futures-io", - "futures-macro", - "futures-sink", - "futures-task", - "memchr", - "pin-project-lite", - "pin-utils", - "slab", -] - -[[package]] -name = "futures-utils-wasm" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42012b0f064e01aa58b545fe3727f90f7dd4020f4a3ea735b50344965f5a57e9" - -[[package]] -name = "fxhash" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" -dependencies = [ - "byteorder", -] - -[[package]] -name = "gcd" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a" - -[[package]] -name = "generic-array" -version = "0.14.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" -dependencies = [ - "typenum", - "version_check", - "zeroize", -] - -[[package]] -name = "generic-array" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cb8bc4c28d15ade99c7e90b219f30da4be5c88e586277e8cbe886beeb868ab2" -dependencies = [ - "serde", - "typenum", -] - -[[package]] -name = "getrandom" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" -dependencies = [ - "cfg-if", - "js-sys", - "libc", - "wasi", - "wasm-bindgen", -] - -[[package]] -name = "ghash" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" -dependencies = [ - "opaque-debug", - "polyval", -] - -[[package]] -name = "gimli" -version = "0.31.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" - -[[package]] -name = "git2" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" -dependencies = [ - "bitflags 2.6.0", - "libc", - "libgit2-sys", - "log", - "url", -] - -[[package]] -name = "glob" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" - -[[package]] -name = "gloo-net" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" -dependencies = [ - "futures-channel", - "futures-core", - "futures-sink", - "gloo-utils", - "http 1.2.0", - "js-sys", - "pin-project", - "serde", - "serde_json", - "thiserror 1.0.69", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "gloo-timers" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" -dependencies = [ - "futures-channel", - "futures-core", - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "gloo-utils" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" -dependencies = [ - "js-sys", - "serde", - "serde_json", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "group" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" -dependencies = [ - "ff 0.12.1", - "memuse", - "rand_core", - "subtle", -] - -[[package]] -name = "group" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" -dependencies = [ - "ff 0.13.0", - "rand_core", - "subtle", -] - -[[package]] -name = "h2" -version = "0.3.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" -dependencies = [ - "bytes", - "fnv", - "futures-core", - "futures-sink", - "futures-util", - "http 0.2.12", - "indexmap 2.7.0", - "slab", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "h2" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" -dependencies = [ - "atomic-waker", - "bytes", - "fnv", - "futures-core", - "futures-sink", - "http 1.2.0", - "indexmap 2.7.0", - "slab", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "halo2" -version = "0.1.0-beta.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a23c779b38253fe1538102da44ad5bd5378495a61d2c4ee18d64eaa61ae5995" -dependencies = [ - "halo2_proofs", -] - -[[package]] -name = "halo2_proofs" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e925780549adee8364c7f2b685c753f6f3df23bde520c67416e93bf615933760" -dependencies = [ - "blake2b_simd", - "ff 0.12.1", - "group 0.12.1", - "pasta_curves 0.4.1", - "rand_core", - "rayon", -] - -[[package]] -name = "hashbrown" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" - -[[package]] -name = "hashbrown" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" -dependencies = [ - "ahash", -] - -[[package]] -name = "hashbrown" -version = "0.14.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" -dependencies = [ - "ahash", - "allocator-api2", - "serde", -] - -[[package]] -name = "hashbrown" -version = "0.15.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" -dependencies = [ - "allocator-api2", - "equivalent", - "foldhash", - "serde", -] - -[[package]] -name = "hashers" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2bca93b15ea5a746f220e56587f71e73c6165eab783df9e26590069953e3c30" -dependencies = [ - "fxhash", -] - -[[package]] -name = "hashlink" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" -dependencies = [ - "hashbrown 0.14.5", -] - -[[package]] -name = "hashlink" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" -dependencies = [ - "hashbrown 0.14.5", -] - -[[package]] -name = "hdrhistogram" -version = "7.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d" -dependencies = [ - "byteorder", - "num-traits", -] - -[[package]] -name = "heck" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" - -[[package]] -name = "heck" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" - -[[package]] -name = "hermit-abi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" - -[[package]] -name = "hex" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" -dependencies = [ - "serde", -] - -[[package]] -name = "hex-conservative" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" - -[[package]] -name = "hex-conservative" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" -dependencies = [ - "arrayvec", -] - -[[package]] -name = "hex-literal" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" - -[[package]] -name = "hex_lit" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd" - -[[package]] -name = "hkdf" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" -dependencies = [ - "hmac 0.12.1", -] - -[[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" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" -dependencies = [ - "digest 0.10.7", -] - -[[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 0.14.7", - "hmac 0.8.1", -] - -[[package]] -name = "home" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" -dependencies = [ - "windows-sys 0.59.0", -] - -[[package]] -name = "hostname" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" -dependencies = [ - "libc", - "match_cfg", - "winapi", -] - -[[package]] -name = "http" -version = "0.2.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - -[[package]] -name = "http" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - -[[package]] -name = "http-body" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" -dependencies = [ - "bytes", - "http 0.2.12", - "pin-project-lite", -] - -[[package]] -name = "http-body" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" -dependencies = [ - "bytes", - "http 1.2.0", -] - -[[package]] -name = "http-body-util" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" -dependencies = [ - "bytes", - "futures-util", - "http 1.2.0", - "http-body 1.0.1", - "pin-project-lite", -] - -[[package]] -name = "http-range-header" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" - -[[package]] -name = "httparse" -version = "1.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" - -[[package]] -name = "httpdate" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" - -[[package]] -name = "human_bytes" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e" - -[[package]] -name = "humantime" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" - -[[package]] -name = "humantime-serde" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" -dependencies = [ - "humantime", - "serde", -] - -[[package]] -name = "hyper" -version = "0.14.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" -dependencies = [ - "bytes", - "futures-channel", - "futures-core", - "futures-util", - "h2 0.3.26", - "http 0.2.12", - "http-body 0.4.6", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "socket2 0.5.8", - "tokio", - "tower-service", - "tracing", - "want", -] - -[[package]] -name = "hyper" -version = "1.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "h2 0.4.7", - "http 1.2.0", - "http-body 1.0.1", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "smallvec", - "tokio", - "want", -] - -[[package]] -name = "hyper-rustls" -version = "0.24.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" -dependencies = [ - "futures-util", - "http 0.2.12", - "hyper 0.14.32", - "rustls 0.21.12", - "tokio", - "tokio-rustls 0.24.1", -] - -[[package]] -name = "hyper-rustls" -version = "0.27.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" -dependencies = [ - "futures-util", - "http 1.2.0", - "hyper 1.5.2", - "hyper-util", - "log", - "rustls 0.23.20", - "rustls-pki-types", - "tokio", - "tokio-rustls 0.26.1", - "tower-service", - "webpki-roots 0.26.7", -] - -[[package]] -name = "hyper-timeout" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" -dependencies = [ - "hyper 1.5.2", - "hyper-util", - "pin-project-lite", - "tokio", - "tower-service", -] - -[[package]] -name = "hyper-tls" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" -dependencies = [ - "bytes", - "hyper 0.14.32", - "native-tls", - "tokio", - "tokio-native-tls", -] - -[[package]] -name = "hyper-tls" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" -dependencies = [ - "bytes", - "http-body-util", - "hyper 1.5.2", - "hyper-util", - "native-tls", - "tokio", - "tokio-native-tls", - "tower-service", -] - -[[package]] -name = "hyper-util" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "http 1.2.0", - "http-body 1.0.1", - "hyper 1.5.2", - "pin-project-lite", - "socket2 0.5.8", - "tokio", - "tower-service", - "tracing", -] - -[[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 0.52.0", -] - -[[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 = "ics23" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18798160736c1e368938ba6967dbcb3c7afb3256b442a5506ba5222eebb68a5a" -dependencies = [ - "anyhow", - "blake2", - "blake3", - "bytes", - "hex", - "informalsystems-pbjson", - "prost 0.12.6", - "ripemd", - "serde", - "sha2 0.10.8", - "sha3", -] - -[[package]] -name = "icu_collections" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" -dependencies = [ - "displaydoc", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_locid" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" -dependencies = [ - "displaydoc", - "litemap", - "tinystr", - "writeable", - "zerovec", -] - -[[package]] -name = "icu_locid_transform" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_locid_transform_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_locid_transform_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" - -[[package]] -name = "icu_normalizer" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_normalizer_data", - "icu_properties", - "icu_provider", - "smallvec", - "utf16_iter", - "utf8_iter", - "write16", - "zerovec", -] - -[[package]] -name = "icu_normalizer_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" - -[[package]] -name = "icu_properties" -version = "1.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_locid_transform", - "icu_properties_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_properties_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" - -[[package]] -name = "icu_provider" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_provider_macros", - "stable_deref_trait", - "tinystr", - "writeable", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_provider_macros" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "ident_case" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" - -[[package]] -name = "idna" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "idna" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" -dependencies = [ - "idna_adapter", - "smallvec", - "utf8_iter", -] - -[[package]] -name = "idna_adapter" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" -dependencies = [ - "icu_normalizer", - "icu_properties", -] - -[[package]] -name = "if-addrs" -version = "0.13.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a78a89907582615b19f6f0da1af18abf6ff08be259395669b834b057a7ee92d8" -dependencies = [ - "libc", - "windows-sys 0.52.0", -] - -[[package]] -name = "impl-codec" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" -dependencies = [ - "parity-scale-codec", -] - -[[package]] -name = "impl-rlp" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" -dependencies = [ - "rlp", -] - -[[package]] -name = "impl-serde" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" -dependencies = [ - "serde", -] - -[[package]] -name = "impl-trait-for-tuples" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "include_dir" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" -dependencies = [ - "include_dir_macros", -] - -[[package]] -name = "include_dir_macros" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" -dependencies = [ - "proc-macro2", - "quote", -] - -[[package]] -name = "indenter" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" - -[[package]] -name = "indexmap" -version = "1.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" -dependencies = [ - "autocfg", - "hashbrown 0.12.3", - "serde", -] - -[[package]] -name = "indexmap" -version = "2.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" -dependencies = [ - "arbitrary", - "equivalent", - "hashbrown 0.15.2", - "serde", -] - -[[package]] -name = "indicatif" -version = "0.17.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" -dependencies = [ - "console", - "number_prefix", - "portable-atomic", - "tokio", - "unicode-segmentation", - "unicode-width 0.2.0", - "web-time", -] - -[[package]] -name = "indoc" -version = "2.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" - -[[package]] -name = "informalsystems-pbjson" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aa4a0980c8379295100d70854354e78df2ee1c6ca0f96ffe89afeb3140e3a3d" -dependencies = [ - "base64 0.21.7", - "serde", -] - -[[package]] -name = "inotify" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" -dependencies = [ - "bitflags 1.3.2", - "inotify-sys", - "libc", -] - -[[package]] -name = "inotify-sys" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" -dependencies = [ - "libc", -] - -[[package]] -name = "inout" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" -dependencies = [ - "block-padding", - "generic-array 0.14.7", -] - -[[package]] -name = "instability" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "898e106451f7335950c9cc64f8ec67b5f65698679ac67ed00619aeef14e1cf75" -dependencies = [ - "darling", - "indoc", - "pretty_assertions", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "instant" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "integration-tests" -version = "0.1.0" -dependencies = [ - "anyhow", - "bitcoincore-rpc", - "corepc-node", - "strata-bridge-sig-manager", - "strata-bridge-tx-builder", - "strata-common", - "strata-primitives", - "strata-rocksdb", - "strata-storage", - "strata-test-utils", - "threadpool", - "tokio", - "tracing", -] - -[[package]] -name = "interprocess" -version = "2.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "894148491d817cb36b6f778017b8ac46b17408d522dd90f539d677ea938362eb" -dependencies = [ - "doctest-file", - "futures-core", - "libc", - "recvmsg", - "tokio", - "widestring", - "windows-sys 0.52.0", -] - -[[package]] -name = "intrusive-collections" -version = "0.9.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86" -dependencies = [ - "memoffset", -] - -[[package]] -name = "ipconfig" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" -dependencies = [ - "socket2 0.5.8", - "widestring", - "windows-sys 0.48.0", - "winreg", -] - -[[package]] -name = "ipnet" -version = "2.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" - -[[package]] -name = "iri-string" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc0f0a572e8ffe56e2ff4f769f32ffe919282c3916799f8b68688b6030063bea" -dependencies = [ - "memchr", - "serde", -] - -[[package]] -name = "is_terminal_polyfill" -version = "1.70.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" - -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - -[[package]] -name = "itertools" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" -dependencies = [ - "either", -] - -[[package]] -name = "itertools" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" -dependencies = [ - "either", -] - -[[package]] -name = "itoa" -version = "1.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" - -[[package]] -name = "jmt" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a3bf1a303934c6f75533bd3a563730a0730f9361023c49ed6aee9fcb5b98f8" -dependencies = [ - "anyhow", - "borsh", - "digest 0.10.7", - "hashbrown 0.13.2", - "hex", - "ics23", - "itertools 0.10.5", - "mirai-annotations", - "num-derive", - "num-traits", - "serde", - "sha2 0.10.8", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "jni" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" -dependencies = [ - "cesu8", - "combine", - "jni-sys", - "log", - "thiserror 1.0.69", - "walkdir", -] - -[[package]] -name = "jni-sys" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" - -[[package]] -name = "jobserver" -version = "0.1.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" -dependencies = [ - "libc", -] - -[[package]] -name = "js-sys" -version = "0.3.76" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" -dependencies = [ - "once_cell", - "wasm-bindgen", -] - -[[package]] -name = "jsonrpc" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3662a38d341d77efecb73caf01420cfa5aa63c0253fd7bc05289ef9f6616e1bf" -dependencies = [ - "base64 0.13.1", - "minreq", - "serde", - "serde_json", -] - -[[package]] -name = "jsonrpsee" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" -dependencies = [ - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-http-client", - "jsonrpsee-proc-macros", - "jsonrpsee-server", - "jsonrpsee-types", - "jsonrpsee-wasm-client", - "jsonrpsee-ws-client", - "tokio", - "tracing", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" -dependencies = [ - "base64 0.22.1", - "futures-channel", - "futures-util", - "gloo-net", - "http 1.2.0", - "jsonrpsee-core", - "pin-project", - "rustls 0.23.20", - "rustls-pki-types", - "rustls-platform-verifier", - "soketto", - "thiserror 1.0.69", - "tokio", - "tokio-rustls 0.26.1", - "tokio-util", - "tracing", - "url", -] - -[[package]] -name = "jsonrpsee-core" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" -dependencies = [ - "async-trait", - "bytes", - "futures-timer", - "futures-util", - "http 1.2.0", - "http-body 1.0.1", - "http-body-util", - "jsonrpsee-types", - "parking_lot 0.12.3", - "pin-project", - "rand", - "rustc-hash 2.1.0", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", - "wasm-bindgen-futures", -] - -[[package]] -name = "jsonrpsee-http-client" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" -dependencies = [ - "async-trait", - "base64 0.22.1", - "http-body 1.0.1", - "hyper 1.5.2", - "hyper-rustls 0.27.5", - "hyper-util", - "jsonrpsee-core", - "jsonrpsee-types", - "rustls 0.23.20", - "rustls-platform-verifier", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tower 0.4.13", - "tracing", - "url", -] - -[[package]] -name = "jsonrpsee-proc-macros" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" -dependencies = [ - "heck 0.5.0", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "jsonrpsee-server" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" -dependencies = [ - "futures-util", - "http 1.2.0", - "http-body 1.0.1", - "http-body-util", - "hyper 1.5.2", - "hyper-util", - "jsonrpsee-core", - "jsonrpsee-types", - "pin-project", - "route-recognizer", - "serde", - "serde_json", - "soketto", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tokio-util", - "tower 0.4.13", - "tracing", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" -dependencies = [ - "http 1.2.0", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "jsonrpsee-wasm-client" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a01cd500915d24ab28ca17527e23901ef1be6d659a2322451e1045532516c25" -dependencies = [ - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-types", -] - -[[package]] -name = "jsonrpsee-ws-client" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" -dependencies = [ - "http 1.2.0", - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-types", - "url", -] - -[[package]] -name = "jsonwebtoken" -version = "8.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" -dependencies = [ - "base64 0.21.7", - "pem 1.1.1", - "ring 0.16.20", - "serde", - "serde_json", - "simple_asn1", -] - -[[package]] -name = "jsonwebtoken" -version = "9.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" -dependencies = [ - "base64 0.21.7", - "js-sys", - "pem 3.0.4", - "ring 0.17.8", - "serde", - "serde_json", - "simple_asn1", -] - -[[package]] -name = "jubjub" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a575df5f985fe1cd5b2b05664ff6accfc46559032b954529fd225a2168d27b0f" -dependencies = [ - "bitvec", - "bls12_381", - "ff 0.12.1", - "group 0.12.1", - "rand_core", - "subtle", -] - -[[package]] -name = "k256" -version = "0.13.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" -dependencies = [ - "cfg-if", - "ecdsa", - "elliptic-curve", - "once_cell", - "sha2 0.10.8", - "signature", -] - -[[package]] -name = "keccak" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" -dependencies = [ - "cpufeatures", -] - -[[package]] -name = "keccak-asm" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6" -dependencies = [ - "digest 0.10.7", - "sha3-asm", -] - -[[package]] -name = "keyring" -version = "3.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f8fe839464d4e4b37d756d7e910063696af79a7e877282cb1825e4ec5f10833" -dependencies = [ - "byteorder", - "log", - "security-framework 2.11.1", - "security-framework 3.1.0", - "windows-sys 0.59.0", -] - -[[package]] -name = "konst" -version = "0.2.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "330f0e13e6483b8c34885f7e6c9f19b1a7bd449c673fbb948a51c99d66ef74f4" -dependencies = [ - "konst_macro_rules", -] - -[[package]] -name = "konst_macro_rules" -version = "0.2.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" - -[[package]] -name = "kqueue" -version = "1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" -dependencies = [ - "kqueue-sys", - "libc", -] - -[[package]] -name = "kqueue-sys" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" -dependencies = [ - "bitflags 1.3.2", - "libc", -] - -[[package]] -name = "lazy-regex" -version = "3.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60c7310b93682b36b98fa7ea4de998d3463ccbebd94d935d6b48ba5b6ffa7126" -dependencies = [ - "lazy-regex-proc_macros", - "once_cell", - "regex", -] - -[[package]] -name = "lazy-regex-proc_macros" -version = "3.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ba01db5ef81e17eb10a5e0f2109d1b3a3e29bac3070fdbd7d156bf7dbd206a1" -dependencies = [ - "proc-macro2", - "quote", - "regex", - "syn 2.0.93", -] - -[[package]] -name = "lazy_static" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" -dependencies = [ - "spin 0.9.8", -] - -[[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - -[[package]] -name = "libc" -version = "0.2.169" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" - -[[package]] -name = "libgit2-sys" -version = "0.17.0+1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" -dependencies = [ - "cc", - "libc", - "libz-sys", - "pkg-config", -] - -[[package]] -name = "libloading" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" -dependencies = [ - "cfg-if", - "windows-targets 0.52.6", -] - -[[package]] -name = "libm" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" - -[[package]] -name = "libp2p-identity" -version = "0.2.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "257b5621d159b32282eac446bed6670c39c7dc68a200a992d8f056afa0066f6d" -dependencies = [ - "asn1_der", - "bs58", - "ed25519-dalek", - "hkdf", - "libsecp256k1", - "multihash", - "quick-protobuf", - "sha2 0.10.8", - "thiserror 1.0.69", - "tracing", - "zeroize", -] - -[[package]] -name = "libproc" -version = "0.14.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e78a09b56be5adbcad5aa1197371688dc6bb249a26da3bca2011ee2fb987ebfb" -dependencies = [ - "bindgen 0.70.1", - "errno", - "libc", -] - -[[package]] -name = "libredox" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" -dependencies = [ - "bitflags 2.6.0", - "libc", - "redox_syscall 0.5.8", -] - -[[package]] -name = "librocksdb-sys" -version = "0.16.0+8.10.0" -source = "git+https://github.com/rust-rocksdb/rust-rocksdb?rev=1cf906dc4087f06631820f13855e6b27bd21b972#1cf906dc4087f06631820f13855e6b27bd21b972" -dependencies = [ - "bindgen 0.69.5", - "bzip2-sys", - "cc", - "glob", - "libc", - "libz-sys", - "lz4-sys", - "zstd-sys", -] - -[[package]] -name = "libsecp256k1" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" -dependencies = [ - "arrayref", - "base64 0.13.1", - "digest 0.9.0", - "hmac-drbg", - "libsecp256k1-core", - "libsecp256k1-gen-ecmult", - "libsecp256k1-gen-genmult", - "rand", - "serde", - "sha2 0.9.9", - "typenum", -] - -[[package]] -name = "libsecp256k1-core" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" -dependencies = [ - "crunchy", - "digest 0.9.0", - "subtle", -] - -[[package]] -name = "libsecp256k1-gen-ecmult" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809" -dependencies = [ - "libsecp256k1-core", -] - -[[package]] -name = "libsecp256k1-gen-genmult" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c" -dependencies = [ - "libsecp256k1-core", -] - -[[package]] -name = "libsqlite3-sys" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f" -dependencies = [ - "cc", - "pkg-config", - "vcpkg", -] - -[[package]] -name = "libz-sys" -version = "1.1.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" -dependencies = [ - "cc", - "libc", - "pkg-config", - "vcpkg", -] - -[[package]] -name = "linked-hash-map" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - -[[package]] -name = "linked_hash_set" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bae85b5be22d9843c80e5fc80e9b64c8a3b1f98f867c709956eca3efff4e92e2" -dependencies = [ - "linked-hash-map", -] - -[[package]] -name = "linux-raw-sys" -version = "0.4.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" - -[[package]] -name = "litemap" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" - -[[package]] -name = "lock_api" -version = "0.4.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" -dependencies = [ - "autocfg", - "scopeguard", -] - -[[package]] -name = "log" -version = "0.4.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" - -[[package]] -name = "lru" -version = "0.12.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" -dependencies = [ - "hashbrown 0.15.2", -] - -[[package]] -name = "lru-cache" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" -dependencies = [ - "linked-hash-map", -] - -[[package]] -name = "lz4-sys" -version = "1.11.1+lz4-1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" -dependencies = [ - "cc", - "libc", -] - -[[package]] -name = "lz4_flex" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" - -[[package]] -name = "mach2" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" -dependencies = [ - "libc", -] - -[[package]] -name = "malloc_buf" -version = "0.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" -dependencies = [ - "libc", -] - -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - -[[package]] -name = "matchers" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" -dependencies = [ - "regex-automata 0.1.10", -] - -[[package]] -name = "matchit" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" - -[[package]] -name = "maybe-async" -version = "0.2.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "memchr" -version = "2.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" - -[[package]] -name = "memmap2" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" -dependencies = [ - "libc", -] - -[[package]] -name = "memoffset" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" -dependencies = [ - "autocfg", -] - -[[package]] -name = "memuse" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d97bbf43eb4f088f8ca469930cde17fa036207c9a5e02ccc5107c4e8b17c964" - -[[package]] -name = "metal" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21" -dependencies = [ - "bitflags 2.6.0", - "block", - "core-graphics-types", - "foreign-types 0.5.0", - "log", - "objc", - "paste", -] - -[[package]] -name = "metrics" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884adb57038347dfbaf2d5065887b6cf4312330dc8e94bc30a1a839bd79d3261" -dependencies = [ - "ahash", - "portable-atomic", -] - -[[package]] -name = "metrics" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a7deb012b3b2767169ff203fadb4c6b0b82b947512e5eb9e0b78c2e186ad9e3" -dependencies = [ - "ahash", - "portable-atomic", -] - -[[package]] -name = "metrics-derive" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3dbdd96ed57d565ec744cba02862d707acf373c5772d152abae6ec5c4e24f6c" -dependencies = [ - "proc-macro2", - "quote", - "regex", - "syn 2.0.93", -] - -[[package]] -name = "metrics-exporter-prometheus" -version = "0.15.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4f0c8427b39666bf970460908b213ec09b3b350f20c0c2eabcbba51704a08e6" -dependencies = [ - "base64 0.22.1", - "indexmap 2.7.0", - "metrics 0.23.0", - "metrics-util", - "quanta", - "thiserror 1.0.69", -] - -[[package]] -name = "metrics-process" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a82c8add4382f29a122fa64fff1891453ed0f6b2867d971e7d60cb8dfa322ff" -dependencies = [ - "libc", - "libproc", - "mach2", - "metrics 0.24.1", - "once_cell", - "procfs 0.17.0", - "rlimit", - "windows 0.58.0", -] - -[[package]] -name = "metrics-util" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4259040465c955f9f2f1a4a8a16dc46726169bca0f88e8fb2dbeced487c3e828" -dependencies = [ - "crossbeam-epoch", - "crossbeam-utils", - "hashbrown 0.14.5", - "metrics 0.23.0", - "num_cpus", - "quanta", - "sketches-ddsketch", -] - -[[package]] -name = "mime" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" - -[[package]] -name = "mime_guess" -version = "2.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" -dependencies = [ - "mime", - "unicase", -] - -[[package]] -name = "minimal-lexical" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" - -[[package]] -name = "miniscript" -version = "12.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bd3c9608217b0d6fa9c9c8ddd875b85ab72bd4311cfc8db35e1b5a08fc11f4d" -dependencies = [ - "bech32 0.11.0", - "bitcoin", - "serde", -] - -[[package]] -name = "miniz_oxide" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" -dependencies = [ - "adler2", -] - -[[package]] -name = "minreq" -version = "2.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36a8e50e917e18a37d500d27d40b7bc7d127e71c0c94fb2d83f43b4afd308390" -dependencies = [ - "log", - "once_cell", - "rustls 0.21.12", - "rustls-webpki 0.101.7", - "serde", - "serde_json", - "webpki-roots 0.25.4", -] - -[[package]] -name = "mio" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" -dependencies = [ - "libc", - "log", - "wasi", - "windows-sys 0.48.0", -] - -[[package]] -name = "mio" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" -dependencies = [ - "libc", - "log", - "wasi", - "windows-sys 0.52.0", -] - -[[package]] -name = "mirai-annotations" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" - -[[package]] -name = "mockall" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" -dependencies = [ - "cfg-if", - "downcast", - "fragile", - "lazy_static", - "mockall_derive", - "predicates", - "predicates-tree", -] - -[[package]] -name = "mockall_derive" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" -dependencies = [ - "cfg-if", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "modular-bitfield" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74" -dependencies = [ - "modular-bitfield-impl", - "static_assertions", -] - -[[package]] -name = "modular-bitfield-impl" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "more-asserts" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e" - -[[package]] -name = "multiaddr" -version = "0.18.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" -dependencies = [ - "arrayref", - "byteorder", - "data-encoding", - "libp2p-identity", - "multibase", - "multihash", - "percent-encoding", - "serde", - "static_assertions", - "unsigned-varint", - "url", -] - -[[package]] -name = "multibase" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" -dependencies = [ - "base-x", - "data-encoding", - "data-encoding-macro", -] - -[[package]] -name = "multihash" -version = "0.19.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" -dependencies = [ - "core2", - "unsigned-varint", -] - -[[package]] -name = "musig2" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89bee285da6010ad76c3467c4de8265bb4fa46fba0017df95ae55cad4436528" -dependencies = [ - "base16ct", - "hmac 0.12.1", - "once_cell", - "secp", - "secp256k1", - "serde", - "serdect", - "sha2 0.10.8", - "subtle", -] - -[[package]] -name = "native-tls" -version = "0.2.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" -dependencies = [ - "libc", - "log", - "openssl", - "openssl-probe", - "openssl-sys", - "schannel", - "security-framework 2.11.1", - "security-framework-sys", - "tempfile", -] - -[[package]] -name = "nohash-hasher" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" - -[[package]] -name = "nom" -version = "7.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" -dependencies = [ - "memchr", - "minimal-lexical", -] - -[[package]] -name = "normalize-line-endings" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" - -[[package]] -name = "notify" -version = "6.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" -dependencies = [ - "bitflags 2.6.0", - "filetime", - "fsevent-sys", - "inotify", - "kqueue", - "libc", - "log", - "mio 0.8.11", - "walkdir", - "windows-sys 0.48.0", -] - -[[package]] -name = "ntapi" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" -dependencies = [ - "winapi", -] - -[[package]] -name = "nu-ansi-term" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" -dependencies = [ - "overload", - "winapi", -] - -[[package]] -name = "num" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" -dependencies = [ - "num-bigint 0.4.6", - "num-complex", - "num-integer", - "num-iter", - "num-rational", - "num-traits", -] - -[[package]] -name = "num-bigint" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - -[[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", - "serde", -] - -[[package]] -name = "num-complex" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" -dependencies = [ - "num-traits", -] - -[[package]] -name = "num-conv" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" - -[[package]] -name = "num-derive" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "num-format" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" -dependencies = [ - "arrayvec", - "itoa", -] - -[[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-modular" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" - -[[package]] -name = "num-order" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" -dependencies = [ - "num-modular", -] - -[[package]] -name = "num-rational" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" -dependencies = [ - "num-bigint 0.4.6", - "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 = "num_cpus" -version = "1.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" -dependencies = [ - "hermit-abi", - "libc", -] - -[[package]] -name = "num_enum" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" -dependencies = [ - "num_enum_derive 0.5.11", -] - -[[package]] -name = "num_enum" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" -dependencies = [ - "num_enum_derive 0.7.3", -] - -[[package]] -name = "num_enum_derive" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" -dependencies = [ - "proc-macro-crate 1.3.1", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "num_enum_derive" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" -dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "num_threads" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" -dependencies = [ - "libc", -] - -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - -[[package]] -name = "nybbles" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95f06be0417d97f81fe4e5c86d7d01b392655a9cac9c19a848aa033e18937b23" -dependencies = [ - "alloy-rlp", - "const-hex", - "proptest", - "serde", - "smallvec", -] - -[[package]] -name = "objc" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" -dependencies = [ - "malloc_buf", -] - -[[package]] -name = "object" -version = "0.36.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" -dependencies = [ - "memchr", -] - -[[package]] -name = "once_cell" -version = "1.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" - -[[package]] -name = "op-alloy-consensus" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ea7162170c6f3cad8f67f4dd7108e3f78349fd553da5b8bebff1e7ef8f38896" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-serde 0.4.2", - "arbitrary", - "derive_more 1.0.0", - "serde", - "serde_with", - "spin 0.9.8", -] - -[[package]] -name = "op-alloy-genesis" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f3d31dfbbd8dd898c7512f8ce7d30103980485416f668566100b0ed0994b958" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", - "serde", - "serde_repr", -] - -[[package]] -name = "op-alloy-protocol" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "310873e4fbfc41986716c4fb6000a8b49d025d932d2c261af58271c434b05288" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-serde 0.4.2", - "derive_more 1.0.0", - "op-alloy-consensus", - "op-alloy-genesis", - "serde", -] - -[[package]] -name = "op-alloy-rpc-types" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "323c65880e2561aa87f74f8af260fd15b9cc930c448c88a60ae95af86c88c634" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", - "op-alloy-consensus", - "serde", - "serde_json", -] - -[[package]] -name = "op-alloy-rpc-types-engine" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349e7b420f45d1a00216ec4c65fcf3f0057a841bc39732c405c85ae782b94121" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "alloy-serde 0.4.2", - "derive_more 1.0.0", - "op-alloy-protocol", - "serde", -] - -[[package]] -name = "opaque-debug" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" - -[[package]] -name = "open-fastrlp" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786393f80485445794f6043fd3138854dd109cc6c4bd1a6383db304c9ce9b9ce" -dependencies = [ - "arrayvec", - "auto_impl", - "bytes", - "ethereum-types", - "open-fastrlp-derive", -] - -[[package]] -name = "open-fastrlp-derive" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "003b2be5c6c53c1cfeb0a238b8a1c3915cd410feb684457a36c10038f764bb1c" -dependencies = [ - "bytes", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "openssl" -version = "0.10.68" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" -dependencies = [ - "bitflags 2.6.0", - "cfg-if", - "foreign-types 0.3.2", - "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 2.0.93", -] - -[[package]] -name = "openssl-probe" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" - -[[package]] -name = "openssl-sys" -version = "0.9.104" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" -dependencies = [ - "cc", - "libc", - "pkg-config", - "vcpkg", -] - -[[package]] -name = "opentelemetry" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17" -dependencies = [ - "futures-core", - "futures-sink", - "js-sys", - "once_cell", - "pin-project-lite", - "thiserror 1.0.69", -] - -[[package]] -name = "opentelemetry-otlp" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29e1f9c8b032d4f635c730c0efcf731d5e2530ea13fa8bef7939ddc8420696bd" -dependencies = [ - "async-trait", - "futures-core", - "http 1.2.0", - "opentelemetry", - "opentelemetry-proto", - "opentelemetry_sdk", - "prost 0.13.4", - "thiserror 1.0.69", - "tokio", - "tonic", -] - -[[package]] -name = "opentelemetry-proto" -version = "0.26.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9d3968ce3aefdcca5c27e3c4ea4391b37547726a70893aab52d3de95d5f8b34" -dependencies = [ - "opentelemetry", - "opentelemetry_sdk", - "prost 0.13.4", - "tonic", -] - -[[package]] -name = "opentelemetry_sdk" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2c627d9f4c9cdc1f21a29ee4bfbd6028fcb8bcf2a857b43f3abdf72c9c862f3" -dependencies = [ - "async-trait", - "futures-channel", - "futures-executor", - "futures-util", - "glob", - "once_cell", - "opentelemetry", - "percent-encoding", - "rand", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tokio-stream", -] - -[[package]] -name = "option-ext" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" - -[[package]] -name = "overload" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" - -[[package]] -name = "p3-air" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "066f571b2e645505ed5972dd0e1e252ba03352150830c9566769ca711c0f1e9b" -dependencies = [ - "p3-field", - "p3-matrix", -] - -[[package]] -name = "p3-baby-bear" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" -dependencies = [ - "num-bigint 0.4.6", - "p3-field", - "p3-mds", - "p3-poseidon2", - "p3-symmetric", - "rand", - "serde", -] - -[[package]] -name = "p3-blake3" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc4cb69ae54a279bbbd477566d1bdb71aa879b528fd658d0fcfc36f54b00217c" -dependencies = [ - "blake3", - "p3-symmetric", -] - -[[package]] -name = "p3-bn254-fr" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf19917f986d45e9abb6d177e875824ced6eed096480d574fce16f2c45c721ea" -dependencies = [ - "ff 0.13.0", - "num-bigint 0.4.6", - "p3-field", - "p3-poseidon2", - "p3-symmetric", - "rand", - "serde", -] - -[[package]] -name = "p3-challenger" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be7e4fbce4566a93091107eadfafa0b5374bd1ffd3e0f6b850da3ff72eb183f" -dependencies = [ - "p3-field", - "p3-maybe-rayon", - "p3-symmetric", - "p3-util", - "serde", - "tracing", -] - -[[package]] -name = "p3-commit" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a03eb0f99d68a712c41e658e9a7782a0705d4ffcfb6232a43bd3f1ef9591002" -dependencies = [ - "itertools 0.12.1", - "p3-challenger", - "p3-dft", - "p3-field", - "p3-matrix", - "p3-util", - "serde", -] - -[[package]] -name = "p3-dft" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" -dependencies = [ - "p3-field", - "p3-matrix", - "p3-maybe-rayon", - "p3-util", - "tracing", -] - -[[package]] -name = "p3-field" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" -dependencies = [ - "itertools 0.12.1", - "num-bigint 0.4.6", - "num-traits", - "p3-util", - "rand", - "serde", -] - -[[package]] -name = "p3-fri" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f351ee9f9d4256455164565cd91e3e6d2487cc2a5355515fa2b6d479269188dd" -dependencies = [ - "itertools 0.12.1", - "p3-challenger", - "p3-commit", - "p3-dft", - "p3-field", - "p3-interpolation", - "p3-matrix", - "p3-maybe-rayon", - "p3-util", - "serde", - "tracing", -] - -[[package]] -name = "p3-interpolation" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24d0f2907a374ebe4545fcff3120d6376d9630cf0bef30feedcfc5908ea2c37" -dependencies = [ - "p3-field", - "p3-matrix", - "p3-util", -] - -[[package]] -name = "p3-keccak-air" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e66badd47cedf6570e91a0cabc389b80dfd53ba1a6e9a45a3923fd54b86122ff" -dependencies = [ - "p3-air", - "p3-field", - "p3-matrix", - "p3-maybe-rayon", - "p3-util", - "tracing", -] - -[[package]] -name = "p3-matrix" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" -dependencies = [ - "itertools 0.12.1", - "p3-field", - "p3-maybe-rayon", - "p3-util", - "rand", - "serde", - "tracing", -] - -[[package]] -name = "p3-maybe-rayon" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" -dependencies = [ - "rayon", -] - -[[package]] -name = "p3-mds" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" -dependencies = [ - "itertools 0.12.1", - "p3-dft", - "p3-field", - "p3-matrix", - "p3-symmetric", - "p3-util", - "rand", -] - -[[package]] -name = "p3-merkle-tree" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad7ebab52a03c26025988663a135aed62f5084a2e2ea262176dc8748efb593e5" -dependencies = [ - "itertools 0.12.1", - "p3-commit", - "p3-field", - "p3-matrix", - "p3-maybe-rayon", - "p3-symmetric", - "p3-util", - "serde", - "tracing", -] - -[[package]] -name = "p3-poseidon2" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" -dependencies = [ - "gcd", - "p3-field", - "p3-mds", - "p3-symmetric", - "rand", - "serde", -] - -[[package]] -name = "p3-symmetric" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" -dependencies = [ - "itertools 0.12.1", - "p3-field", - "serde", -] - -[[package]] -name = "p3-uni-stark" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8437ebcd060c8a5479898030b114a93da8a86eb4c2e5f313d9eeaaf40c6e6f61" -dependencies = [ - "itertools 0.12.1", - "p3-air", - "p3-challenger", - "p3-commit", - "p3-dft", - "p3-field", - "p3-matrix", - "p3-maybe-rayon", - "p3-util", - "serde", - "tracing", -] - -[[package]] -name = "p3-util" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" -dependencies = [ - "serde", -] - -[[package]] -name = "page_size" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "pairing" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135590d8bdba2b31346f9cd1fb2a912329f5135e832a4f422942eb6ead8b6b3b" -dependencies = [ - "group 0.12.1", -] - -[[package]] -name = "parity-scale-codec" -version = "3.6.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" -dependencies = [ - "arrayvec", - "bitvec", - "byte-slice-cast", - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec-derive", - "serde", -] - -[[package]] -name = "parity-scale-codec-derive" -version = "3.6.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" -dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "parking_lot" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" -dependencies = [ - "instant", - "lock_api", - "parking_lot_core 0.8.6", -] - -[[package]] -name = "parking_lot" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" -dependencies = [ - "lock_api", - "parking_lot_core 0.9.10", -] - -[[package]] -name = "parking_lot_core" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" -dependencies = [ - "cfg-if", - "instant", - "libc", - "redox_syscall 0.2.16", - "smallvec", - "winapi", -] - -[[package]] -name = "parking_lot_core" -version = "0.9.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" -dependencies = [ - "cfg-if", - "libc", - "redox_syscall 0.5.8", - "smallvec", - "windows-targets 0.52.6", -] - -[[package]] -name = "password-hash" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" -dependencies = [ - "base64ct", - "rand_core", - "subtle", -] - -[[package]] -name = "password-hash" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" -dependencies = [ - "base64ct", - "rand_core", - "subtle", -] - -[[package]] -name = "pasta_curves" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc65faf8e7313b4b1fbaa9f7ca917a0eed499a9663be71477f87993604341d8" -dependencies = [ - "blake2b_simd", - "ff 0.12.1", - "group 0.12.1", - "lazy_static", - "rand", - "static_assertions", - "subtle", -] - -[[package]] -name = "pasta_curves" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3e57598f73cc7e1b2ac63c79c517b31a0877cd7c402cdcaa311b5208de7a095" -dependencies = [ - "blake2b_simd", - "ff 0.13.0", - "group 0.13.0", - "lazy_static", - "rand", - "static_assertions", - "subtle", -] - -[[package]] -name = "paste" -version = "1.0.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" - -[[package]] -name = "pathdiff" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" - -[[package]] -name = "pbkdf2" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" -dependencies = [ - "digest 0.10.7", - "hmac 0.12.1", - "password-hash 0.4.2", - "sha2 0.10.8", -] - -[[package]] -name = "pbkdf2" -version = "0.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" -dependencies = [ - "digest 0.10.7", - "hmac 0.12.1", -] - -[[package]] -name = "pem" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" -dependencies = [ - "base64 0.13.1", -] - -[[package]] -name = "pem" -version = "3.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" -dependencies = [ - "base64 0.22.1", - "serde", -] - -[[package]] -name = "percent-encoding" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" - -[[package]] -name = "pest" -version = "2.7.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" -dependencies = [ - "memchr", - "thiserror 2.0.9", - "ucd-trie", -] - -[[package]] -name = "pharos" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" -dependencies = [ - "futures", - "rustc_version 0.4.1", -] - -[[package]] -name = "phf" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" -dependencies = [ - "phf_macros", - "phf_shared", -] - -[[package]] -name = "phf_generator" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" -dependencies = [ - "phf_shared", - "rand", -] - -[[package]] -name = "phf_macros" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" -dependencies = [ - "phf_generator", - "phf_shared", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "phf_shared" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" -dependencies = [ - "siphasher", -] - -[[package]] -name = "pin-project" -version = "1.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "pin-project-lite" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" - -[[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - -[[package]] -name = "pkcs8" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" -dependencies = [ - "der", - "spki", -] - -[[package]] -name = "pkg-config" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" - -[[package]] -name = "pollster" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" - -[[package]] -name = "polyval" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" -dependencies = [ - "cfg-if", - "cpufeatures", - "opaque-debug", - "universal-hash", -] - -[[package]] -name = "portable-atomic" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" - -[[package]] -name = "powerfmt" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" - -[[package]] -name = "ppv-lite86" -version = "0.2.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" -dependencies = [ - "zerocopy", -] - -[[package]] -name = "predicates" -version = "2.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" -dependencies = [ - "difflib", - "float-cmp", - "itertools 0.10.5", - "normalize-line-endings", - "predicates-core", - "regex", -] - -[[package]] -name = "predicates-core" -version = "1.0.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" - -[[package]] -name = "predicates-tree" -version = "1.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" -dependencies = [ - "predicates-core", - "termtree", -] - -[[package]] -name = "pretty_assertions" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" -dependencies = [ - "diff", - "yansi", -] - -[[package]] -name = "prettyplease" -version = "0.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" -dependencies = [ - "proc-macro2", - "syn 2.0.93", -] - -[[package]] -name = "primitive-types" -version = "0.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" -dependencies = [ - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "scale-info", - "uint", -] - -[[package]] -name = "proc-macro-crate" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" -dependencies = [ - "once_cell", - "toml_edit 0.19.15", -] - -[[package]] -name = "proc-macro-crate" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" -dependencies = [ - "toml_edit 0.22.22", -] - -[[package]] -name = "proc-macro-error" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" -dependencies = [ - "proc-macro-error-attr", - "proc-macro2", - "quote", - "syn 1.0.109", - "version_check", -] - -[[package]] -name = "proc-macro-error-attr" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" -dependencies = [ - "proc-macro2", - "quote", - "version_check", -] - -[[package]] -name = "proc-macro-error-attr2" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" -dependencies = [ - "proc-macro2", - "quote", -] - -[[package]] -name = "proc-macro-error2" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" -dependencies = [ - "proc-macro-error-attr2", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "proc-macro2" -version = "1.0.92" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" -dependencies = [ - "unicode-ident", -] - -[[package]] -name = "procfs" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" -dependencies = [ - "bitflags 2.6.0", - "chrono", - "flate2", - "hex", - "lazy_static", - "procfs-core 0.16.0", - "rustix", -] - -[[package]] -name = "procfs" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" -dependencies = [ - "bitflags 2.6.0", - "hex", - "procfs-core 0.17.0", - "rustix", -] - -[[package]] -name = "procfs-core" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" -dependencies = [ - "bitflags 2.6.0", - "chrono", - "hex", -] - -[[package]] -name = "procfs-core" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" -dependencies = [ - "bitflags 2.6.0", - "hex", -] - -[[package]] -name = "prometheus" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" -dependencies = [ - "cfg-if", - "fnv", - "lazy_static", - "memchr", - "parking_lot 0.12.3", - "protobuf", - "thiserror 1.0.69", -] - -[[package]] -name = "proptest" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" -dependencies = [ - "bit-set 0.8.0", - "bit-vec 0.8.0", - "bitflags 2.6.0", - "lazy_static", - "num-traits", - "rand", - "rand_chacha", - "rand_xorshift", - "regex-syntax 0.8.5", - "rusty-fork", - "tempfile", - "unarray", -] - -[[package]] -name = "proptest-derive" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee1c9ac207483d5e7db4940700de86a9aae46ef90c48b57f99fe7edb8345e49" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "prost" -version = "0.12.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" -dependencies = [ - "bytes", - "prost-derive 0.12.6", -] - -[[package]] -name = "prost" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec" -dependencies = [ - "bytes", - "prost-derive 0.13.4", -] - -[[package]] -name = "prost-derive" -version = "0.12.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" -dependencies = [ - "anyhow", - "itertools 0.12.1", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "prost-derive" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" -dependencies = [ - "anyhow", - "itertools 0.13.0", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "protobuf" -version = "2.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" - -[[package]] -name = "pyo3" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e484fd2c8b4cb67ab05a318f1fd6fa8f199fcc30819f08f07d200809dba26c15" -dependencies = [ - "cfg-if", - "indoc", - "libc", - "memoffset", - "once_cell", - "portable-atomic", - "pyo3-build-config", - "pyo3-ffi", - "pyo3-macros", - "unindent", -] - -[[package]] -name = "pyo3-build-config" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc0e0469a84f208e20044b98965e1561028180219e35352a2afaf2b942beff3b" -dependencies = [ - "once_cell", - "target-lexicon", -] - -[[package]] -name = "pyo3-ffi" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb1547a7f9966f6f1a0f0227564a9945fe36b90da5a93b3933fc3dc03fae372d" -dependencies = [ - "libc", - "pyo3-build-config", -] - -[[package]] -name = "pyo3-macros" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdb6da8ec6fa5cedd1626c886fc8749bdcbb09424a86461eb8cdf096b7c33257" -dependencies = [ - "proc-macro2", - "pyo3-macros-backend", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "pyo3-macros-backend" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a385202ff5a92791168b1136afae5059d3ac118457bb7bc304c197c2d33e7d" -dependencies = [ - "heck 0.5.0", - "proc-macro2", - "pyo3-build-config", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "quanta" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773ce68d0bb9bc7ef20be3536ffe94e223e1f365bd374108b2659fac0c65cfe6" -dependencies = [ - "crossbeam-utils", - "libc", - "once_cell", - "raw-cpuid", - "wasi", - "web-sys", - "winapi", -] - -[[package]] -name = "quick-error" -version = "1.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" - -[[package]] -name = "quick-protobuf" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" -dependencies = [ - "byteorder", -] - -[[package]] -name = "quinn" -version = "0.11.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" -dependencies = [ - "bytes", - "pin-project-lite", - "quinn-proto", - "quinn-udp", - "rustc-hash 2.1.0", - "rustls 0.23.20", - "socket2 0.5.8", - "thiserror 2.0.9", - "tokio", - "tracing", -] - -[[package]] -name = "quinn-proto" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" -dependencies = [ - "bytes", - "getrandom", - "rand", - "ring 0.17.8", - "rustc-hash 2.1.0", - "rustls 0.23.20", - "rustls-pki-types", - "slab", - "thiserror 2.0.9", - "tinyvec", - "tracing", - "web-time", -] - -[[package]] -name = "quinn-udp" -version = "0.5.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904" -dependencies = [ - "cfg_aliases", - "libc", - "once_cell", - "socket2 0.5.8", - "tracing", - "windows-sys 0.59.0", -] - -[[package]] -name = "quote" -version = "1.0.38" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" -dependencies = [ - "proc-macro2", -] - -[[package]] -name = "radium" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" - -[[package]] -name = "rand" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" -dependencies = [ - "libc", - "rand_chacha", - "rand_core", - "serde", -] - -[[package]] -name = "rand_chacha" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" -dependencies = [ - "ppv-lite86", - "rand_core", -] - -[[package]] -name = "rand_core" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" -dependencies = [ - "getrandom", -] - -[[package]] -name = "rand_xorshift" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" -dependencies = [ - "rand_core", -] - -[[package]] -name = "ratatui" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" -dependencies = [ - "bitflags 2.6.0", - "cassowary", - "compact_str", - "crossterm", - "instability", - "itertools 0.13.0", - "lru", - "paste", - "strum", - "strum_macros", - "unicode-segmentation", - "unicode-truncate", - "unicode-width 0.1.14", -] - -[[package]] -name = "raw-cpuid" -version = "11.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" -dependencies = [ - "bitflags 2.6.0", -] - -[[package]] -name = "rayon" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" -dependencies = [ - "either", - "rayon-core", -] - -[[package]] -name = "rayon-core" -version = "1.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" -dependencies = [ - "crossbeam-deque", - "crossbeam-utils", -] - -[[package]] -name = "rayon-scan" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f87cc11a0140b4b0da0ffc889885760c61b13672d80a908920b2c0df078fa14" -dependencies = [ - "rayon", -] - -[[package]] -name = "recvmsg" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" - -[[package]] -name = "redox_syscall" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" -dependencies = [ - "bitflags 1.3.2", -] - -[[package]] -name = "redox_syscall" -version = "0.5.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" -dependencies = [ - "bitflags 2.6.0", -] - -[[package]] -name = "redox_users" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" -dependencies = [ - "getrandom", - "libredox", - "thiserror 1.0.69", -] - -[[package]] -name = "regex" -version = "1.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" -dependencies = [ - "aho-corasick", - "memchr", - "regex-automata 0.4.9", - "regex-syntax 0.8.5", -] - -[[package]] -name = "regex-automata" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" -dependencies = [ - "regex-syntax 0.6.29", -] - -[[package]] -name = "regex-automata" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" -dependencies = [ - "aho-corasick", - "memchr", - "regex-syntax 0.8.5", -] - -[[package]] -name = "regex-syntax" -version = "0.6.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" - -[[package]] -name = "regex-syntax" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" - -[[package]] -name = "regress" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1541daf4e4ed43a0922b7969bdc2170178bcacc5dabf7e39bc508a9fa3953a7a" -dependencies = [ - "hashbrown 0.14.5", - "memchr", -] - -[[package]] -name = "reqwest" -version = "0.11.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" -dependencies = [ - "base64 0.21.7", - "bytes", - "encoding_rs", - "futures-core", - "futures-util", - "h2 0.3.26", - "http 0.2.12", - "http-body 0.4.6", - "hyper 0.14.32", - "hyper-rustls 0.24.2", - "hyper-tls 0.5.0", - "ipnet", - "js-sys", - "log", - "mime", - "native-tls", - "once_cell", - "percent-encoding", - "pin-project-lite", - "rustls 0.21.12", - "rustls-pemfile 1.0.4", - "serde", - "serde_json", - "serde_urlencoded", - "sync_wrapper 0.1.2", - "system-configuration 0.5.1", - "tokio", - "tokio-native-tls", - "tokio-rustls 0.24.1", - "tokio-socks", - "tower-service", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "webpki-roots 0.25.4", - "winreg", -] - -[[package]] -name = "reqwest" -version = "0.12.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" -dependencies = [ - "async-compression", - "base64 0.22.1", - "bytes", - "encoding_rs", - "futures-channel", - "futures-core", - "futures-util", - "h2 0.4.7", - "http 1.2.0", - "http-body 1.0.1", - "http-body-util", - "hyper 1.5.2", - "hyper-rustls 0.27.5", - "hyper-tls 0.6.0", - "hyper-util", - "ipnet", - "js-sys", - "log", - "mime", - "native-tls", - "once_cell", - "percent-encoding", - "pin-project-lite", - "quinn", - "rustls 0.23.20", - "rustls-pemfile 2.2.0", - "rustls-pki-types", - "serde", - "serde_json", - "serde_urlencoded", - "sync_wrapper 1.0.2", - "system-configuration 0.6.1", - "tokio", - "tokio-native-tls", - "tokio-rustls 0.26.1", - "tokio-util", - "tower 0.5.2", - "tower-service", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "wasm-streams", - "web-sys", - "webpki-roots 0.26.7", - "windows-registry", -] - -[[package]] -name = "reqwest-middleware" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562ceb5a604d3f7c885a792d42c199fd8af239d0a51b2fa6a78aafa092452b04" -dependencies = [ - "anyhow", - "async-trait", - "http 1.2.0", - "reqwest 0.12.12", - "serde", - "thiserror 1.0.69", - "tower-service", -] - -[[package]] -name = "resolv-conf" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" -dependencies = [ - "hostname", - "quick-error", -] - -[[package]] -name = "reth" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-rpc-types 0.4.2", - "aquamarine", - "backon", - "clap", - "eyre", - "futures", - "reth-basic-payload-builder", - "reth-beacon-consensus", - "reth-blockchain-tree", - "reth-chainspec", - "reth-cli", - "reth-cli-commands", - "reth-cli-runner", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-consensus-common", - "reth-db", - "reth-db-api", - "reth-downloaders", - "reth-engine-util", - "reth-errors", - "reth-ethereum-cli", - "reth-ethereum-payload-builder", - "reth-evm", - "reth-execution-types", - "reth-exex", - "reth-fs-util", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-ethereum", - "reth-node-events", - "reth-node-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-revm", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-stages", - "reth-static-file", - "reth-tasks", - "reth-tracing", - "reth-transaction-pool", - "reth-trie", - "reth-trie-db", - "serde_json", - "similar-asserts", - "tokio", - "tracing", -] - -[[package]] -name = "reth-auto-seal-consensus" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "futures-util", - "reth-beacon-consensus", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-evm", - "reth-execution-errors", - "reth-execution-types", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-stages-api", - "reth-tokio-util", - "reth-transaction-pool", - "reth-trie", - "revm-primitives", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-basic-payload-builder" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "futures-core", - "futures-util", - "metrics 0.23.0", - "reth-chainspec", - "reth-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-tasks", - "reth-transaction-pool", - "revm", - "tokio", - "tracing", -] - -[[package]] -name = "reth-beacon-consensus" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "futures", - "itertools 0.13.0", - "metrics 0.23.0", - "reth-blockchain-tree-api", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-consensus", - "reth-metrics", - "reth-network-p2p", - "reth-node-types", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-stages-api", - "reth-static-file", - "reth-tasks", - "reth-tokio-util", - "schnellru", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-blockchain-tree" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "aquamarine", - "linked_hash_set", - "metrics 0.23.0", - "parking_lot 0.12.3", - "reth-blockchain-tree-api", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-evm", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-network", - "reth-node-types", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-stages-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-db", - "reth-trie-parallel", - "tokio", - "tracing", -] - -[[package]] -name = "reth-blockchain-tree-api" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "reth-consensus", - "reth-execution-errors", - "reth-primitives", - "reth-storage-errors", - "thiserror 1.0.69", -] - -[[package]] -name = "reth-chain-state" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "auto_impl", - "derive_more 1.0.0", - "metrics 0.23.0", - "parking_lot 0.12.3", - "pin-project", - "reth-chainspec", - "reth-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives", - "reth-storage-api", - "reth-trie", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-chainspec" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-chains", - "alloy-eips 0.4.2", - "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", - "alloy-trie", - "auto_impl", - "derive_more 1.0.0", - "once_cell", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", - "reth-trie-common", - "serde_json", -] - -[[package]] -name = "reth-cli" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-genesis 0.4.2", - "clap", - "eyre", - "reth-cli-runner", - "serde_json", - "shellexpand", -] - -[[package]] -name = "reth-cli-commands" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "ahash", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "backon", - "clap", - "comfy-table", - "crossterm", - "eyre", - "fdlimit", - "futures", - "human_bytes", - "itertools 0.13.0", - "ratatui", - "reth-beacon-consensus", - "reth-chainspec", - "reth-cli", - "reth-cli-runner", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-downloaders", - "reth-ecies", - "reth-eth-wire", - "reth-ethereum-cli", - "reth-evm", - "reth-exex", - "reth-fs-util", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-node-builder", - "reth-node-core", - "reth-node-events", - "reth-node-metrics", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-stages", - "reth-static-file", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", - "secp256k1", - "serde", - "serde_json", - "tokio", - "toml 0.8.19", - "tracing", -] - -[[package]] -name = "reth-cli-runner" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "reth-tasks", - "tokio", - "tracing", -] - -[[package]] -name = "reth-cli-util" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "cfg-if", - "eyre", - "libc", - "rand", - "reth-fs-util", - "secp256k1", - "thiserror 1.0.69", - "tikv-jemallocator", -] - -[[package]] -name = "reth-codecs" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", - "alloy-trie", - "bytes", - "modular-bitfield", - "reth-codecs-derive", -] - -[[package]] -name = "reth-codecs-derive" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "convert_case 0.6.0", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "reth-config" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "eyre", - "humantime-serde", - "reth-network-types", - "reth-prune-types", - "reth-stages-types", - "serde", - "toml 0.8.19", -] - -[[package]] -name = "reth-consensus" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "auto_impl", - "derive_more 1.0.0", - "reth-primitives", -] - -[[package]] -name = "reth-consensus-common" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "reth-chainspec", - "reth-consensus", - "reth-primitives", - "revm-primitives", -] - -[[package]] -name = "reth-consensus-debug-client" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-provider 0.4.2", - "alloy-rpc-types 0.4.2", - "alloy-rpc-types-engine", - "auto_impl", - "eyre", - "futures", - "reqwest 0.12.12", - "reth-node-api", - "reth-rpc-api", - "reth-rpc-builder", - "reth-tracing", - "ringbuffer", - "serde", - "tokio", -] - -[[package]] -name = "reth-db" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "bytes", - "derive_more 1.0.0", - "eyre", - "metrics 0.23.0", - "page_size", - "paste", - "reth-db-api", - "reth-fs-util", - "reth-libmdbx", - "reth-metrics", - "reth-nippy-jar", - "reth-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-tracing", - "reth-trie-common", - "rustc-hash 2.1.0", - "serde", - "strum", - "sysinfo 0.31.4", - "thiserror 1.0.69", -] - -[[package]] -name = "reth-db-api" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", - "bytes", - "derive_more 1.0.0", - "metrics 0.23.0", - "modular-bitfield", - "parity-scale-codec", - "reth-codecs", - "reth-db-models", - "reth-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "serde", -] - -[[package]] -name = "reth-db-common" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", - "boyer-moore-magiclen", - "eyre", - "reth-chainspec", - "reth-codecs", - "reth-config", - "reth-db", - "reth-db-api", - "reth-etl", - "reth-fs-util", - "reth-node-types", - "reth-primitives", - "reth-provider", - "reth-stages-types", - "reth-trie", - "reth-trie-db", - "serde", - "serde_json", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "reth-db-models" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "bytes", - "modular-bitfield", - "reth-codecs", - "reth-primitives", - "serde", -] - -[[package]] -name = "reth-discv4" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "discv5", - "enr 0.12.1", - "generic-array 0.14.7", - "parking_lot 0.12.3", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-net-nat", - "reth-network-peers", - "schnellru", - "secp256k1", - "serde", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-discv5" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "derive_more 1.0.0", - "discv5", - "enr 0.12.1", - "futures", - "itertools 0.13.0", - "metrics 0.23.0", - "rand", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "secp256k1", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "reth-dns-discovery" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "data-encoding", - "enr 0.12.1", - "linked_hash_set", - "parking_lot 0.12.3", - "reth-ethereum-forks", - "reth-network-peers", - "reth-tokio-util", - "schnellru", - "secp256k1", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", - "trust-dns-resolver", -] - -[[package]] -name = "reth-downloaders" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "futures", - "futures-util", - "itertools 0.13.0", - "metrics 0.23.0", - "pin-project", - "rayon", - "reth-config", - "reth-consensus", - "reth-metrics", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives", - "reth-storage-api", - "reth-tasks", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-ecies" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "aes", - "alloy-primitives 0.8.15", - "alloy-rlp", - "block-padding", - "byteorder", - "cipher", - "concat-kdf", - "ctr", - "digest 0.10.7", - "futures", - "generic-array 0.14.7", - "hmac 0.12.1", - "pin-project", - "rand", - "reth-network-peers", - "secp256k1", - "sha2 0.10.8", - "sha3", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", - "typenum", -] - -[[package]] -name = "reth-engine-primitives" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "reth-execution-types", - "reth-payload-primitives", - "reth-primitives", - "reth-trie", - "serde", -] - -[[package]] -name = "reth-engine-service" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "futures", - "pin-project", - "reth-beacon-consensus", - "reth-chainspec", - "reth-consensus", - "reth-engine-tree", - "reth-evm", - "reth-network-p2p", - "reth-node-types", - "reth-payload-builder", - "reth-payload-validator", - "reth-provider", - "reth-prune", - "reth-stages-api", - "reth-tasks", - "thiserror 1.0.69", -] - -[[package]] -name = "reth-engine-tree" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "futures", - "metrics 0.23.0", - "reth-beacon-consensus", - "reth-blockchain-tree", - "reth-blockchain-tree-api", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-errors", - "reth-evm", - "reth-metrics", - "reth-network-p2p", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-revm", - "reth-stages-api", - "reth-tasks", - "reth-trie", - "reth-trie-parallel", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "reth-engine-util" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "eyre", - "futures", - "itertools 0.13.0", - "pin-project", - "reth-beacon-consensus", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-forks", - "reth-evm", - "reth-fs-util", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-types-compat", - "reth-trie", - "revm-primitives", - "serde", - "serde_json", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-errors" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "reth-blockchain-tree-api", - "reth-consensus", - "reth-execution-errors", - "reth-fs-util", - "reth-storage-errors", - "thiserror 1.0.69", -] - -[[package]] -name = "reth-eth-wire" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "bytes", - "derive_more 1.0.0", - "futures", - "pin-project", - "reth-chainspec", - "reth-codecs", - "reth-ecies", - "reth-eth-wire-types", - "reth-metrics", - "reth-network-peers", - "reth-primitives", - "snap", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-eth-wire-types" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-chains", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "bytes", - "derive_more 1.0.0", - "reth-chainspec", - "reth-codecs-derive", - "reth-primitives", - "thiserror 1.0.69", -] - -[[package]] -name = "reth-ethereum-cli" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "eyre", - "reth-chainspec", - "reth-cli", -] - -[[package]] -name = "reth-ethereum-consensus" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-primitives", - "tracing", -] - -[[package]] -name = "reth-ethereum-engine-primitives" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-rpc-types-engine", - "reth-chain-state", - "reth-chainspec", - "reth-engine-primitives", - "reth-payload-primitives", - "reth-primitives", - "reth-rpc-types-compat", - "serde", - "sha2 0.10.8", -] - -[[package]] -name = "reth-ethereum-forks" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-chains", - "alloy-primitives 0.8.15", - "alloy-rlp", - "auto_impl", - "crc", - "dyn-clone", - "once_cell", - "rustc-hash 2.1.0", - "serde", - "thiserror-no-std", -] - -[[package]] -name = "reth-ethereum-payload-builder" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-transaction-pool", - "reth-trie", - "revm", - "revm-primitives", - "tracing", -] - -[[package]] -name = "reth-etl" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "rayon", - "reth-db-api", - "tempfile", -] - -[[package]] -name = "reth-evm" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "auto_impl", - "futures-util", - "metrics 0.23.0", - "reth-chainspec", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-storage-errors", - "revm", - "revm-primitives", -] - -[[package]] -name = "reth-evm-ethereum" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", - "reth-chainspec", - "reth-ethereum-consensus", - "reth-ethereum-forks", - "reth-evm", - "reth-execution-types", - "reth-primitives", - "reth-prune-types", - "reth-revm", - "revm-primitives", -] - -[[package]] -name = "reth-execution-errors" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "derive_more 1.0.0", - "nybbles", - "reth-consensus", - "reth-prune-types", - "reth-storage-errors", - "revm-primitives", -] - -[[package]] -name = "reth-execution-types" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "reth-execution-errors", - "reth-primitives", - "reth-trie", - "revm", - "serde", - "serde_with", -] - -[[package]] -name = "reth-exex" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "eyre", - "futures", - "itertools 0.13.0", - "metrics 0.23.0", - "parking_lot 0.12.3", - "reth-chain-state", - "reth-chainspec", - "reth-config", - "reth-evm", - "reth-exex-types", - "reth-fs-util", - "reth-metrics", - "reth-node-api", - "reth-node-core", - "reth-payload-builder", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-tasks", - "reth-tracing", - "rmp-serde", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-exex-types" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "reth-chain-state", - "reth-execution-types", - "serde", - "serde_with", -] - -[[package]] -name = "reth-fs-util" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "reth-invalid-block-hooks" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-rpc-types-debug", - "eyre", - "futures", - "jsonrpsee", - "pretty_assertions", - "reth-chainspec", - "reth-engine-primitives", - "reth-evm", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-tracing", - "reth-trie", - "serde", - "serde_json", -] - -[[package]] -name = "reth-ipc" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "async-trait", - "bytes", - "futures", - "futures-util", - "interprocess", - "jsonrpsee", - "pin-project", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tokio-util", - "tower 0.4.13", - "tracing", -] - -[[package]] -name = "reth-libmdbx" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "bitflags 2.6.0", - "byteorder", - "dashmap 6.1.0", - "derive_more 1.0.0", - "indexmap 2.7.0", - "parking_lot 0.12.3", - "reth-mdbx-sys", - "smallvec", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "reth-mdbx-sys" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "bindgen 0.70.1", - "cc", -] - -[[package]] -name = "reth-metrics" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "futures", - "metrics 0.23.0", - "metrics-derive", - "tokio", - "tokio-util", -] - -[[package]] -name = "reth-net-banlist" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", -] - -[[package]] -name = "reth-net-nat" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "futures-util", - "if-addrs", - "reqwest 0.12.12", - "serde_with", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "reth-network" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "aquamarine", - "auto_impl", - "derive_more 1.0.0", - "discv5", - "enr 0.12.1", - "futures", - "itertools 0.13.0", - "metrics 0.23.0", - "parking_lot 0.12.3", - "pin-project", - "rand", - "reth-chainspec", - "reth-consensus", - "reth-discv4", - "reth-discv5", - "reth-dns-discovery", - "reth-ecies", - "reth-eth-wire", - "reth-fs-util", - "reth-metrics", - "reth-net-banlist", - "reth-network-api", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-primitives", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", - "rustc-hash 2.1.0", - "schnellru", - "secp256k1", - "serde", - "smallvec", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-network-api" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-admin", - "auto_impl", - "derive_more 1.0.0", - "enr 0.12.1", - "futures", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-tokio-util", - "serde", - "thiserror 1.0.69", - "tokio", - "tokio-stream", -] - -[[package]] -name = "reth-network-p2p" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "auto_impl", - "derive_more 1.0.0", - "futures", - "reth-consensus", - "reth-eth-wire-types", - "reth-network-peers", - "reth-network-types", - "reth-primitives", - "reth-storage-errors", - "tokio", - "tracing", -] - -[[package]] -name = "reth-network-peers" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "enr 0.12.1", - "secp256k1", - "serde_with", - "thiserror 1.0.69", - "tokio", - "url", -] - -[[package]] -name = "reth-network-types" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "humantime-serde", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-network-peers", - "serde", - "serde_json", - "tracing", -] - -[[package]] -name = "reth-nippy-jar" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "anyhow", - "bincode", - "derive_more 1.0.0", - "lz4_flex", - "memmap2", - "reth-fs-util", - "serde", - "thiserror 1.0.69", - "tracing", - "zstd 0.13.2", -] - -[[package]] -name = "reth-node-api" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "reth-engine-primitives", - "reth-evm", - "reth-network-api", - "reth-node-types", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-rpc-eth-api", - "reth-tasks", - "reth-transaction-pool", -] - -[[package]] -name = "reth-node-builder" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types 0.4.2", - "aquamarine", - "eyre", - "fdlimit", - "futures", - "jsonrpsee", - "rayon", - "reth-auto-seal-consensus", - "reth-beacon-consensus", - "reth-blockchain-tree", - "reth-chain-state", - "reth-chainspec", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-consensus-debug-client", - "reth-db-api", - "reth-db-common", - "reth-downloaders", - "reth-engine-service", - "reth-engine-tree", - "reth-engine-util", - "reth-evm", - "reth-exex", - "reth-fs-util", - "reth-invalid-block-hooks", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-node-api", - "reth-node-core", - "reth-node-events", - "reth-node-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-engine-api", - "reth-rpc-eth-types", - "reth-rpc-layer", - "reth-stages", - "reth-static-file", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", - "reth-transaction-pool", - "secp256k1", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-node-core" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "clap", - "const_format", - "derive_more 1.0.0", - "dirs-next", - "eyre", - "futures", - "humantime", - "rand", - "reth-chainspec", - "reth-cli-util", - "reth-config", - "reth-consensus-common", - "reth-db", - "reth-discv4", - "reth-discv5", - "reth-net-nat", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives", - "reth-prune-types", - "reth-rpc-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tracing", - "reth-transaction-pool", - "secp256k1", - "serde", - "shellexpand", - "strum", - "thiserror 1.0.69", - "toml 0.8.19", - "tracing", - "vergen", -] - -[[package]] -name = "reth-node-ethereum" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "eyre", - "reth-auto-seal-consensus", - "reth-basic-payload-builder", - "reth-beacon-consensus", - "reth-chainspec", - "reth-consensus", - "reth-ethereum-engine-primitives", - "reth-ethereum-payload-builder", - "reth-evm-ethereum", - "reth-network", - "reth-node-api", - "reth-node-builder", - "reth-payload-builder", - "reth-primitives", - "reth-provider", - "reth-rpc", - "reth-tracing", - "reth-transaction-pool", -] - -[[package]] -name = "reth-node-events" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "futures", - "humantime", - "pin-project", - "reth-beacon-consensus", - "reth-network", - "reth-network-api", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-stages", - "reth-static-file", - "tokio", - "tracing", -] - -[[package]] -name = "reth-node-metrics" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "eyre", - "http 1.2.0", - "jsonrpsee", - "metrics 0.23.0", - "metrics-exporter-prometheus", - "metrics-process", - "metrics-util", - "procfs 0.16.0", - "reth-db-api", - "reth-metrics", - "reth-provider", - "reth-tasks", - "tikv-jemalloc-ctl", - "tokio", - "tower 0.4.13", - "tracing", - "vergen", -] - -[[package]] -name = "reth-node-types" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "reth-chainspec", - "reth-db-api", - "reth-engine-primitives", -] - -[[package]] -name = "reth-payload-builder" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types 0.4.2", - "async-trait", - "futures-util", - "metrics 0.23.0", - "reth-ethereum-engine-primitives", - "reth-metrics", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-payload-primitives" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types 0.4.2", - "async-trait", - "op-alloy-rpc-types-engine", - "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-primitives", - "reth-transaction-pool", - "serde", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-payload-validator" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-rpc-types 0.4.2", - "reth-chainspec", - "reth-primitives", - "reth-rpc-types-compat", -] - -[[package]] -name = "reth-primitives" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-rpc-types 0.4.2", - "alloy-serde 0.4.2", - "bytes", - "c-kzg", - "derive_more 1.0.0", - "k256", - "modular-bitfield", - "once_cell", - "op-alloy-consensus", - "op-alloy-rpc-types", - "rayon", - "reth-codecs", - "reth-ethereum-forks", - "reth-primitives-traits", - "reth-static-file-types", - "reth-trie-common", - "revm-primitives", - "secp256k1", - "serde", - "serde_with", - "zstd 0.13.2", -] - -[[package]] -name = "reth-primitives-traits" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "byteorder", - "bytes", - "derive_more 1.0.0", - "modular-bitfield", - "reth-codecs", - "revm-primitives", - "roaring", - "serde", - "serde_with", -] - -[[package]] -name = "reth-provider" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "auto_impl", - "dashmap 6.1.0", - "itertools 0.13.0", - "metrics 0.23.0", - "notify", - "parking_lot 0.12.3", - "rayon", - "reth-blockchain-tree-api", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-network-p2p", - "reth-nippy-jar", - "reth-node-types", - "reth-primitives", - "reth-prune-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-db", - "revm", - "strum", - "tokio", - "tracing", -] - -[[package]] -name = "reth-prune" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "itertools 0.13.0", - "metrics 0.23.0", - "rayon", - "reth-chainspec", - "reth-config", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-exex-types", - "reth-metrics", - "reth-provider", - "reth-prune-types", - "reth-static-file-types", - "reth-tokio-util", - "rustc-hash 2.1.0", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "reth-prune-types" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "bytes", - "derive_more 1.0.0", - "modular-bitfield", - "reth-codecs", - "serde", - "thiserror 1.0.69", -] - -[[package]] -name = "reth-revm" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "reth-chainspec", - "reth-consensus-common", - "reth-execution-errors", - "reth-primitives", - "reth-prune-types", - "reth-storage-api", - "reth-storage-errors", - "revm", -] - -[[package]] -name = "reth-rpc" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-dyn-abi", - "alloy-eips 0.4.2", - "alloy-genesis 0.4.2", - "alloy-network 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-rpc-types 0.4.2", - "alloy-rpc-types-admin", - "alloy-rpc-types-debug", - "alloy-rpc-types-eth 0.4.2", - "alloy-rpc-types-mev", - "alloy-rpc-types-trace", - "alloy-rpc-types-txpool", - "alloy-serde 0.4.2", - "alloy-signer 0.4.2", - "alloy-signer-local 0.4.2", - "async-trait", - "derive_more 1.0.0", - "futures", - "http 1.2.0", - "http-body 1.0.1", - "hyper 1.5.2", - "jsonrpsee", - "jsonwebtoken 9.3.0", - "parking_lot 0.12.3", - "pin-project", - "rand", - "reth-chainspec", - "reth-consensus-common", - "reth-errors", - "reth-evm", - "reth-network-api", - "reth-network-peers", - "reth-network-types", - "reth-node-api", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-rpc-engine-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", - "revm", - "revm-inspectors", - "revm-primitives", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tower 0.4.13", - "tracing", - "tracing-futures", -] - -[[package]] -name = "reth-rpc-api" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rpc-types 0.4.2", - "alloy-rpc-types-admin", - "alloy-rpc-types-anvil", - "alloy-rpc-types-beacon", - "alloy-rpc-types-debug", - "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.4.2", - "alloy-rpc-types-mev", - "alloy-rpc-types-trace", - "alloy-rpc-types-txpool", - "alloy-serde 0.4.2", - "jsonrpsee", - "reth-engine-primitives", - "reth-network-peers", - "reth-primitives", - "reth-rpc-eth-api", -] - -[[package]] -name = "reth-rpc-builder" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-network 0.4.2", - "alloy-rpc-types 0.4.2", - "alloy-serde 0.4.2", - "http 1.2.0", - "jsonrpsee", - "metrics 0.23.0", - "pin-project", - "reth-chainspec", - "reth-engine-primitives", - "reth-evm", - "reth-ipc", - "reth-metrics", - "reth-network-api", - "reth-node-core", - "reth-primitives", - "reth-provider", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-layer", - "reth-rpc-server-types", - "reth-tasks", - "reth-transaction-pool", - "serde", - "thiserror 1.0.69", - "tower 0.4.13", - "tower-http", - "tracing", -] - -[[package]] -name = "reth-rpc-engine-api" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "async-trait", - "jsonrpsee-core", - "jsonrpsee-types", - "metrics 0.23.0", - "reth-beacon-consensus", - "reth-chainspec", - "reth-engine-primitives", - "reth-evm", - "reth-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-rpc-api", - "reth-rpc-types-compat", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "serde", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "reth-rpc-eth-api" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-dyn-abi", - "alloy-eips 0.4.2", - "alloy-json-rpc 0.4.2", - "alloy-network 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rpc-types 0.4.2", - "alloy-rpc-types-eth 0.4.2", - "alloy-rpc-types-mev", - "async-trait", - "auto_impl", - "dyn-clone", - "futures", - "jsonrpsee", - "jsonrpsee-types", - "parking_lot 0.12.3", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-network-api", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", - "revm", - "revm-inspectors", - "revm-primitives", - "tokio", - "tracing", -] - -[[package]] -name = "reth-rpc-eth-types" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rpc-types 0.4.2", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", - "alloy-sol-types 0.8.15", - "derive_more 1.0.0", - "futures", - "jsonrpsee-core", - "jsonrpsee-types", - "metrics 0.23.0", - "rand", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-primitives", - "reth-revm", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", - "revm", - "revm-inspectors", - "revm-primitives", - "schnellru", - "serde", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-rpc-layer" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-rpc-types-engine", - "http 1.2.0", - "jsonrpsee-http-client", - "pin-project", - "tower 0.4.13", - "tracing", -] - -[[package]] -name = "reth-rpc-server-types" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-engine", - "jsonrpsee-core", - "jsonrpsee-types", - "reth-errors", - "reth-network-api", - "reth-primitives", - "serde", - "strum", -] - -[[package]] -name = "reth-rpc-types-compat" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-rpc-types 0.4.2", - "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", - "reth-primitives", - "reth-trie-common", -] - -[[package]] -name = "reth-stages" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "bincode", - "futures-util", - "itertools 0.13.0", - "num-traits", - "rayon", - "reth-codecs", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-etl", - "reth-evm", - "reth-execution-types", - "reth-exex", - "reth-network-p2p", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-db", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "reth-stages-api" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "aquamarine", - "auto_impl", - "futures-util", - "metrics 0.23.0", - "reth-consensus", - "reth-errors", - "reth-metrics", - "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-stages-types", - "reth-static-file", - "reth-static-file-types", - "reth-tokio-util", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "reth-stages-types" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "bytes", - "modular-bitfield", - "reth-codecs", - "reth-trie-common", - "serde", -] - -[[package]] -name = "reth-static-file" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "parking_lot 0.12.3", - "rayon", - "reth-chainspec", - "reth-db", - "reth-db-api", - "reth-nippy-jar", - "reth-node-types", - "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", - "reth-tokio-util", - "tracing", -] - -[[package]] -name = "reth-static-file-types" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "clap", - "derive_more 1.0.0", - "serde", - "strum", -] - -[[package]] -name = "reth-storage-api" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "auto_impl", - "reth-chainspec", - "reth-db-api", - "reth-db-models", - "reth-execution-types", - "reth-primitives", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie", -] - -[[package]] -name = "reth-storage-errors" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "derive_more 1.0.0", - "reth-fs-util", - "reth-primitives", -] - -[[package]] -name = "reth-tasks" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "auto_impl", - "dyn-clone", - "futures-util", - "metrics 0.23.0", - "pin-project", - "rayon", - "reth-metrics", - "thiserror 1.0.69", - "tokio", - "tracing", - "tracing-futures", -] - -[[package]] -name = "reth-tokio-util" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-tracing" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "clap", - "eyre", - "rolling-file", - "tracing", - "tracing-appender", - "tracing-journald", - "tracing-logfmt", - "tracing-subscriber 0.3.19", -] - -[[package]] -name = "reth-transaction-pool" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "aquamarine", - "auto_impl", - "bitflags 2.6.0", - "futures-util", - "metrics 0.23.0", - "parking_lot 0.12.3", - "reth-chain-state", - "reth-chainspec", - "reth-eth-wire-types", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-primitives", - "reth-storage-api", - "reth-tasks", - "revm", - "rustc-hash 2.1.0", - "schnellru", - "serde", - "smallvec", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-trie" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "auto_impl", - "derive_more 1.0.0", - "itertools 0.13.0", - "metrics 0.23.0", - "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "revm", - "serde", - "serde_with", - "tracing", -] - -[[package]] -name = "reth-trie-common" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-trie", - "bytes", - "derive_more 1.0.0", - "itertools 0.13.0", - "nybbles", - "reth-codecs", - "reth-primitives-traits", - "revm-primitives", - "serde", -] - -[[package]] -name = "reth-trie-db" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "auto_impl", - "derive_more 1.0.0", - "itertools 0.13.0", - "metrics 0.23.0", - "rayon", - "reth-db", - "reth-db-api", - "reth-execution-errors", - "reth-metrics", - "reth-primitives", - "reth-stages-types", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", - "revm", - "tracing", -] - -[[package]] -name = "reth-trie-parallel" -version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rlp", - "derive_more 1.0.0", - "itertools 0.13.0", - "metrics 0.23.0", - "rayon", - "reth-db", - "reth-db-api", - "reth-execution-errors", - "reth-metrics", - "reth-primitives", - "reth-provider", - "reth-trie", - "reth-trie-db", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "revm" -version = "14.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "641702b12847f9ed418d552f4fcabe536d867a2c980e96b6e7e25d7b992f929f" -dependencies = [ - "auto_impl", - "cfg-if", - "dyn-clone", - "revm-interpreter", - "revm-precompile", - "serde", - "serde_json", -] - -[[package]] -name = "revm-inspectors" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43c44af0bf801f48d25f7baf25cf72aff4c02d610f83b428175228162fef0246" -dependencies = [ - "alloy-primitives 0.8.15", - "alloy-rpc-types-eth 0.4.2", - "alloy-rpc-types-trace", - "alloy-sol-types 0.8.15", - "anstyle", - "boa_engine", - "boa_gc", - "colorchoice", - "revm", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "revm-interpreter" -version = "10.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e5e14002afae20b5bf1566f22316122f42f57517000e559c55b25bf7a49cba2" -dependencies = [ - "revm-primitives", - "serde", -] - -[[package]] -name = "revm-precompile" -version = "11.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3198c06247e8d4ad0d1312591edf049b0de4ddffa9fecb625c318fd67db8639b" -dependencies = [ - "aurora-engine-modexp", - "blst", - "c-kzg", - "cfg-if", - "k256", - "once_cell", - "revm-primitives", - "ripemd", - "secp256k1", - "sha2 0.10.8", - "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "revm-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f1525851a03aff9a9d6a1d018b414d76252d6802ab54695b27093ecd7e7a101" -dependencies = [ - "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives 0.8.15", - "auto_impl", - "bitflags 2.6.0", - "bitvec", - "c-kzg", - "cfg-if", - "dyn-clone", - "enumn", - "hex", - "serde", -] - -[[package]] -name = "rfc6979" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" -dependencies = [ - "hmac 0.12.1", - "subtle", -] - -[[package]] -name = "ring" -version = "0.16.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" -dependencies = [ - "cc", - "libc", - "once_cell", - "spin 0.5.2", - "untrusted 0.7.1", - "web-sys", - "winapi", -] - -[[package]] -name = "ring" -version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" -dependencies = [ - "cc", - "cfg-if", - "getrandom", - "libc", - "spin 0.9.8", - "untrusted 0.9.0", - "windows-sys 0.52.0", -] - -[[package]] -name = "ringbuffer" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df6368f71f205ff9c33c076d170dd56ebf68e8161c733c0caa07a7a5509ed53" - -[[package]] -name = "ripemd" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" -dependencies = [ - "digest 0.10.7", -] - -[[package]] -name = "risc0-binfmt" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "901fb75d62d70320adc7adae2abad354a3b7565603115dfb3134465227846475" -dependencies = [ - "anyhow", - "borsh", - "elf", - "risc0-zkp", - "risc0-zkvm-platform", - "serde", - "tracing", -] - -[[package]] -name = "risc0-build" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99fb40aeeaf59dddd6b6c3a177c95e8b3c7f0fb6de7d25a0687d12398323292" -dependencies = [ - "anyhow", - "cargo_metadata", - "dirs", - "docker-generate", - "hex", - "risc0-binfmt", - "risc0-zkp", - "risc0-zkvm-platform", - "serde", - "serde_json", - "tempfile", -] - -[[package]] -name = "risc0-circuit-recursion" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b0736401dd72a60a775e675bd0adba2e0e0e2ce2b73b63fda2899d9d7889b0" -dependencies = [ - "anyhow", - "bytemuck", - "hex", - "metal", - "risc0-core", - "risc0-zkp", - "tracing", -] - -[[package]] -name = "risc0-circuit-rv32im" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b6d7eb9ae600c2df004bf8849db2df870fd56bd5911a2ad756fb8701350b3c6" -dependencies = [ - "anyhow", - "metal", - "risc0-binfmt", - "risc0-core", - "risc0-zkp", - "risc0-zkvm-platform", - "serde", - "tracing", -] - -[[package]] -name = "risc0-core" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "733491635d50b742d1f30a923aa3b83d62f35cef724bbf402dfc02e6f10f587a" -dependencies = [ - "bytemuck", - "rand_core", -] - -[[package]] -name = "risc0-groth16" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5babc69b0db6906a6ff4011641109ca2ba06636096356b32208b0dfb26b3809" -dependencies = [ - "anyhow", - "ark-bn254", - "ark-ec", - "ark-groth16", - "ark-serialize 0.4.2", - "bytemuck", - "hex", - "num-bigint 0.4.6", - "num-traits", - "risc0-binfmt", - "risc0-zkp", - "serde", - "stability", -] - -[[package]] -name = "risc0-zkp" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21eadc5099bf0d8ecaed718810dc5deaf237ae39a2fcb66e542e8f9660132617" -dependencies = [ - "anyhow", - "blake2", - "borsh", - "bytemuck", - "cfg-if", - "digest 0.10.7", - "hex", - "hex-literal", - "metal", - "paste", - "rand_core", - "risc0-core", - "risc0-zkvm-platform", - "serde", - "sha2 0.10.8", - "tracing", -] - -[[package]] -name = "risc0-zkvm" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b619085d02d57dcafc41eb74714682797ed666621ced1814c55bbe7ae7762ba" -dependencies = [ - "anyhow", - "bincode", - "bonsai-sdk", - "borsh", - "bytemuck", - "bytes", - "getrandom", - "hex", - "lazy-regex", - "prost 0.13.4", - "risc0-binfmt", - "risc0-build", - "risc0-circuit-recursion", - "risc0-circuit-rv32im", - "risc0-core", - "risc0-groth16", - "risc0-zkp", - "risc0-zkvm-platform", - "rrs-lib", - "semver 1.0.24", - "serde", - "sha2 0.10.8", - "sha3", - "stability", - "tempfile", - "tracing", -] - -[[package]] -name = "risc0-zkvm-platform" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26bbcc486222a0086d36244ae1f388cac1318270bca2dd23d77af2005d679edf" -dependencies = [ - "bytemuck", - "getrandom", - "libm", - "stability", -] - -[[package]] -name = "rlimit" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a" -dependencies = [ - "libc", -] - -[[package]] -name = "rlp" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" -dependencies = [ - "bytes", - "rlp-derive", - "rustc-hex", -] - -[[package]] -name = "rlp-derive" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "rmp" -version = "0.8.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" -dependencies = [ - "byteorder", - "num-traits", - "paste", -] - -[[package]] -name = "rmp-serde" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" -dependencies = [ - "byteorder", - "rmp", - "serde", -] - -[[package]] -name = "roaring" -version = "0.10.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41589aba99537475bf697f2118357cad1c31590c5a1b9f6d9fc4ad6d07503661" -dependencies = [ - "bytemuck", - "byteorder", -] - -[[package]] -name = "rockbound" -version = "1.0.0" -source = "git+https://github.com/alpenlabs/rockbound?rev=v2.0.1-alpen.2#a9e2fea541a052cc290f80f0397f262a3b97a21e" -dependencies = [ - "anyhow", - "once_cell", - "prometheus", - "rocksdb", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "rocksdb" -version = "0.22.0" -source = "git+https://github.com/rust-rocksdb/rust-rocksdb?rev=1cf906dc4087f06631820f13855e6b27bd21b972#1cf906dc4087f06631820f13855e6b27bd21b972" -dependencies = [ - "libc", - "librocksdb-sys", -] - -[[package]] -name = "rolling-file" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8395b4f860856b740f20a296ea2cd4d823e81a2658cf05ef61be22916026a906" -dependencies = [ - "chrono", -] - -[[package]] -name = "route-recognizer" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" - -[[package]] -name = "rrs-lib" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4382d3af3a4ebdae7f64ba6edd9114fff92c89808004c4943b393377a25d001" -dependencies = [ - "downcast-rs", - "paste", -] - -[[package]] -name = "rrs-succinct" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3372685893a9f67d18e98e792d690017287fd17379a83d798d958e517d380fa9" -dependencies = [ - "downcast-rs", - "num_enum 0.5.11", - "paste", -] - -[[package]] -name = "ruint" -version = "1.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c3cc4c2511671f327125da14133d0c5c5d137f006a1017a16f557bc85b16286" -dependencies = [ - "alloy-rlp", - "arbitrary", - "ark-ff 0.3.0", - "ark-ff 0.4.2", - "bytes", - "fastrlp", - "num-bigint 0.4.6", - "num-traits", - "parity-scale-codec", - "primitive-types", - "proptest", - "rand", - "rlp", - "ruint-macro", - "serde", - "valuable", - "zeroize", -] - -[[package]] -name = "ruint-macro" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" - -[[package]] -name = "rusqlite" -version = "0.31.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae" -dependencies = [ - "bitflags 2.6.0", - "fallible-iterator", - "fallible-streaming-iterator", - "hashlink 0.9.1", - "libsqlite3-sys", - "smallvec", -] - -[[package]] -name = "rust-fuzzy-search" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a157657054ffe556d8858504af8a672a054a6e0bd9e8ee531059100c0fa11bb2" - -[[package]] -name = "rustc-demangle" -version = "0.1.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" - -[[package]] -name = "rustc-hash" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" - -[[package]] -name = "rustc-hash" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" -dependencies = [ - "rand", -] - -[[package]] -name = "rustc-hex" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" - -[[package]] -name = "rustc_version" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" -dependencies = [ - "semver 0.11.0", -] - -[[package]] -name = "rustc_version" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" -dependencies = [ - "semver 1.0.24", -] - -[[package]] -name = "rustix" -version = "0.38.42" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" -dependencies = [ - "bitflags 2.6.0", - "errno", - "libc", - "linux-raw-sys", - "windows-sys 0.59.0", -] - -[[package]] -name = "rustls" -version = "0.21.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" -dependencies = [ - "log", - "ring 0.17.8", - "rustls-webpki 0.101.7", - "sct", -] - -[[package]] -name = "rustls" -version = "0.23.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" -dependencies = [ - "log", - "once_cell", - "ring 0.17.8", - "rustls-pki-types", - "rustls-webpki 0.102.8", - "subtle", - "zeroize", -] - -[[package]] -name = "rustls-native-certs" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" -dependencies = [ - "openssl-probe", - "rustls-pemfile 2.2.0", - "rustls-pki-types", - "schannel", - "security-framework 2.11.1", -] - -[[package]] -name = "rustls-pemfile" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" -dependencies = [ - "base64 0.21.7", -] - -[[package]] -name = "rustls-pemfile" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" -dependencies = [ - "rustls-pki-types", -] - -[[package]] -name = "rustls-pki-types" -version = "1.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" -dependencies = [ - "web-time", -] - -[[package]] -name = "rustls-platform-verifier" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" -dependencies = [ - "core-foundation 0.9.4", - "core-foundation-sys", - "jni", - "log", - "once_cell", - "rustls 0.23.20", - "rustls-native-certs", - "rustls-platform-verifier-android", - "rustls-webpki 0.102.8", - "security-framework 2.11.1", - "security-framework-sys", - "webpki-roots 0.26.7", - "winapi", -] - -[[package]] -name = "rustls-platform-verifier-android" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" - -[[package]] -name = "rustls-webpki" -version = "0.101.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" -dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", -] - -[[package]] -name = "rustls-webpki" -version = "0.102.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" -dependencies = [ - "ring 0.17.8", - "rustls-pki-types", - "untrusted 0.9.0", -] - -[[package]] -name = "rustversion" -version = "1.0.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" - -[[package]] -name = "rusty-fork" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" -dependencies = [ - "fnv", - "quick-error", - "tempfile", - "wait-timeout", -] - -[[package]] -name = "ryu" -version = "1.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" - -[[package]] -name = "ryu-js" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" - -[[package]] -name = "salsa20" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" -dependencies = [ - "cipher", -] - -[[package]] -name = "same-file" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" -dependencies = [ - "winapi-util", -] - -[[package]] -name = "scale-info" -version = "2.11.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346a3b32eba2640d17a9cb5927056b08f3de90f65b72fe09402c2ad07d684d0b" -dependencies = [ - "cfg-if", - "derive_more 1.0.0", - "parity-scale-codec", - "scale-info-derive", -] - -[[package]] -name = "scale-info-derive" -version = "2.11.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" -dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "scc" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28e1c91382686d21b5ac7959341fcb9780fa7c03773646995a87c950fa7be640" -dependencies = [ - "sdd", -] - -[[package]] -name = "schannel" -version = "0.1.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" -dependencies = [ - "windows-sys 0.59.0", -] - -[[package]] -name = "schnellru" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" -dependencies = [ - "ahash", - "cfg-if", - "hashbrown 0.13.2", -] - -[[package]] -name = "scopeguard" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" - -[[package]] -name = "scrypt" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d" -dependencies = [ - "hmac 0.12.1", - "pbkdf2 0.11.0", - "salsa20", - "sha2 0.10.8", -] - -[[package]] -name = "sct" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" -dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", -] - -[[package]] -name = "sdd" -version = "3.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478f121bb72bbf63c52c93011ea1791dca40140dfe13f8336c4c5ac952c33aa9" - -[[package]] -name = "sec1" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" -dependencies = [ - "base16ct", - "der", - "generic-array 0.14.7", - "pkcs8", - "subtle", - "zeroize", -] - -[[package]] -name = "secp" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd426921f62c7e334ca27173743cd90a7263566a3be76ef0b47773d631633cf9" -dependencies = [ - "base16ct", - "once_cell", - "secp256k1", - "serde", - "serdect", - "subtle", -] - -[[package]] -name = "secp256k1" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" -dependencies = [ - "bitcoin_hashes 0.14.0", - "rand", - "secp256k1-sys", - "serde", -] - -[[package]] -name = "secp256k1-sys" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9" -dependencies = [ - "cc", -] - -[[package]] -name = "security-framework" -version = "2.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" -dependencies = [ - "bitflags 2.6.0", - "core-foundation 0.9.4", - "core-foundation-sys", - "libc", - "num-bigint 0.4.6", - "security-framework-sys", -] - -[[package]] -name = "security-framework" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81d3f8c9bfcc3cbb6b0179eb57042d75b1582bdc65c3cb95f3fa999509c03cbc" -dependencies = [ - "bitflags 2.6.0", - "core-foundation 0.10.0", - "core-foundation-sys", - "libc", - "security-framework-sys", -] - -[[package]] -name = "security-framework-sys" -version = "2.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863fd3768cd83c56a7f60faa4dc0d403f1b6df0a38c3c25f44b7894e45370d5" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "semver" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" -dependencies = [ - "semver-parser", -] - -[[package]] -name = "semver" -version = "1.0.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" -dependencies = [ - "serde", -] - -[[package]] -name = "semver-parser" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2" -dependencies = [ - "pest", -] - -[[package]] -name = "send_wrapper" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" - -[[package]] -name = "send_wrapper" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" - -[[package]] -name = "serde" -version = "1.0.217" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" -dependencies = [ - "serde_derive", -] - -[[package]] -name = "serde_derive" -version = "1.0.217" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "serde_json" -version = "1.0.134" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" -dependencies = [ - "indexmap 2.7.0", - "itoa", - "memchr", - "ryu", - "serde", -] - -[[package]] -name = "serde_path_to_error" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" -dependencies = [ - "itoa", - "serde", -] - -[[package]] -name = "serde_repr" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "serde_spanned" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_urlencoded" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" -dependencies = [ - "form_urlencoded", - "itoa", - "ryu", - "serde", -] - -[[package]] -name = "serde_with" -version = "3.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" -dependencies = [ - "base64 0.22.1", - "chrono", - "hex", - "indexmap 1.9.3", - "indexmap 2.7.0", - "serde", - "serde_derive", - "serde_json", - "serde_with_macros", - "time", -] - -[[package]] -name = "serde_with_macros" -version = "3.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" -dependencies = [ - "darling", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "serde_yaml" -version = "0.8.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" -dependencies = [ - "indexmap 1.9.3", - "ryu", - "serde", - "yaml-rust", -] - -[[package]] -name = "serdect" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" -dependencies = [ - "base16ct", - "serde", -] - -[[package]] -name = "serial_test" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9" -dependencies = [ - "futures", - "log", - "once_cell", - "parking_lot 0.12.3", - "scc", - "serial_test_derive", -] - -[[package]] -name = "serial_test_derive" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "sha1" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", -] - -[[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.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", - "sha2-asm", -] - -[[package]] -name = "sha2-asm" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b845214d6175804686b2bd482bcffe96651bb2d1200742b712003504a2dac1ab" -dependencies = [ - "cc", -] - -[[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 = "sha3-asm" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46" -dependencies = [ - "cc", - "cfg-if", -] - -[[package]] -name = "sharded-slab" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" -dependencies = [ - "lazy_static", -] - -[[package]] -name = "shell-words" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" - -[[package]] -name = "shellexpand" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" -dependencies = [ - "dirs", -] - -[[package]] -name = "shlex" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" - -[[package]] -name = "shrex" -version = "0.1.0" -dependencies = [ - "axum", - "rand", - "serde", - "terrors", -] - -[[package]] -name = "signal-hook" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" -dependencies = [ - "libc", - "signal-hook-registry", -] - -[[package]] -name = "signal-hook-mio" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" -dependencies = [ - "libc", - "mio 1.0.3", - "signal-hook", -] - -[[package]] -name = "signal-hook-registry" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" -dependencies = [ - "libc", -] - -[[package]] -name = "signature" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" -dependencies = [ - "digest 0.10.7", - "rand_core", -] - -[[package]] -name = "similar" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" - -[[package]] -name = "similar-asserts" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe85670573cd6f0fa97940f26e7e6601213c3b0555246c24234131f88c5709e" -dependencies = [ - "console", - "similar", -] - -[[package]] -name = "simple_asn1" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" -dependencies = [ - "num-bigint 0.4.6", - "num-traits", - "thiserror 1.0.69", - "time", -] - -[[package]] -name = "siphasher" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" - -[[package]] -name = "size" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fed904c7fb2856d868b92464fc8fa597fce366edea1a9cbfaa8cb5fe080bd6d" - -[[package]] -name = "sketches-ddsketch" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c" - -[[package]] -name = "slab" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" -dependencies = [ - "autocfg", -] - -[[package]] -name = "sled" -version = "0.34.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935" -dependencies = [ - "crc32fast", - "crossbeam-epoch", - "crossbeam-utils", - "fs2", - "fxhash", - "libc", - "log", - "parking_lot 0.11.2", -] - -[[package]] -name = "smallvec" -version = "1.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" -dependencies = [ - "serde", -] - -[[package]] -name = "snap" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" - -[[package]] -name = "snowbridge-amcl" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "460a9ed63cdf03c1b9847e8a12a5f5ba19c4efd5869e4a737e05be25d7c427e5" -dependencies = [ - "parity-scale-codec", - "scale-info", -] - -[[package]] -name = "socket2" -version = "0.4.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "socket2" -version = "0.5.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" -dependencies = [ - "libc", - "windows-sys 0.52.0", -] - -[[package]] -name = "soketto" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" -dependencies = [ - "base64 0.22.1", - "bytes", - "futures", - "http 1.2.0", - "httparse", - "log", - "rand", - "sha1", -] - -[[package]] -name = "sp1-build" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e58e5f49cf1481363abb74b55104e215f3b6e58dc2adb748bde7a6e4ea61b51d" -dependencies = [ - "anyhow", - "cargo_metadata", - "chrono", - "clap", - "dirs", -] - -[[package]] -name = "sp1-core-executor" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8324d09601526d2ddfb796efb24996d3cc33ea8802bbd085bdefe93a4989b4dd" -dependencies = [ - "bincode", - "bytemuck", - "elf", - "enum-map", - "eyre", - "hashbrown 0.14.5", - "hex", - "itertools 0.13.0", - "log", - "nohash-hasher", - "num", - "p3-field", - "p3-maybe-rayon", - "rand", - "rrs-succinct", - "serde", - "sp1-curves", - "sp1-primitives", - "sp1-stark", - "strum", - "strum_macros", - "thiserror 1.0.69", - "tiny-keccak", - "tracing", - "typenum", - "vec_map", -] - -[[package]] -name = "sp1-core-machine" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357af5138c7a591d1a612d105d75c1c01cad0ed6cc383d1ae38b7254e85ea227" -dependencies = [ - "bincode", - "cfg-if", - "elliptic-curve", - "generic-array 1.1.1", - "hashbrown 0.14.5", - "hex", - "itertools 0.13.0", - "k256", - "log", - "num", - "num_cpus", - "p3-air", - "p3-baby-bear", - "p3-blake3", - "p3-challenger", - "p3-field", - "p3-keccak-air", - "p3-matrix", - "p3-maybe-rayon", - "p3-uni-stark", - "p3-util", - "rand", - "serde", - "size", - "snowbridge-amcl", - "sp1-core-executor", - "sp1-curves", - "sp1-derive", - "sp1-primitives", - "sp1-stark", - "static_assertions", - "strum", - "strum_macros", - "tempfile", - "thiserror 1.0.69", - "tracing", - "tracing-forest", - "tracing-subscriber 0.3.19", - "typenum", - "web-time", -] - -[[package]] -name = "sp1-curves" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8dd206bc1fc44b7a215be0ae17c9b79e25ecfc2774dcd4e3753c0a03dee784e" -dependencies = [ - "cfg-if", - "dashu", - "elliptic-curve", - "generic-array 1.1.1", - "itertools 0.13.0", - "k256", - "num", - "p3-field", - "serde", - "snowbridge-amcl", - "sp1-primitives", - "sp1-stark", - "typenum", -] - -[[package]] -name = "sp1-derive" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf59bbd55ee20f0decb602809aadc73f09defb6f6d27067acf16029e84191b4a" -dependencies = [ - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sp1-helper" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "158708d1ac1a62e96e5c4f69df5267a6241573a01dd896530d1f435365ffc275" -dependencies = [ - "sp1-build", -] - -[[package]] -name = "sp1-lib" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5729da1b05d56c01457e5ecabdc77f1cc941df23f2921163a2f325aec22428" -dependencies = [ - "bincode", - "serde", -] - -[[package]] -name = "sp1-primitives" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d10c2078a5dfc5c3a632da1bc59b57a19dadc9c03968047d8ffb06c0f83b476" -dependencies = [ - "bincode", - "hex", - "lazy_static", - "num-bigint 0.4.6", - "p3-baby-bear", - "p3-field", - "p3-poseidon2", - "p3-symmetric", - "serde", - "sha2 0.10.8", -] - -[[package]] -name = "sp1-prover" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc363eda811717369513ca72abafbb5cdec0ed16cda12458ca5321e4167e97ff" -dependencies = [ - "anyhow", - "bincode", - "clap", - "dirs", - "eyre", - "itertools 0.13.0", - "lazy_static", - "lru", - "num-bigint 0.4.6", - "p3-baby-bear", - "p3-bn254-fr", - "p3-challenger", - "p3-commit", - "p3-field", - "p3-matrix", - "p3-symmetric", - "rayon", - "reqwest 0.11.27", - "serde", - "serde_json", - "serial_test", - "sp1-core-executor", - "sp1-core-machine", - "sp1-primitives", - "sp1-recursion-circuit", - "sp1-recursion-compiler", - "sp1-recursion-core", - "sp1-recursion-gnark-ffi", - "sp1-stark", - "subtle-encoding", - "tempfile", - "thiserror 1.0.69", - "tracing", - "tracing-subscriber 0.3.19", -] - -[[package]] -name = "sp1-recursion-circuit" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "108607ce729ab2fedb25f039284baaad022c5df242e0530c5b453e89cc8306a3" -dependencies = [ - "hashbrown 0.14.5", - "itertools 0.13.0", - "num-traits", - "p3-air", - "p3-baby-bear", - "p3-bn254-fr", - "p3-challenger", - "p3-commit", - "p3-dft", - "p3-field", - "p3-fri", - "p3-matrix", - "p3-symmetric", - "p3-util", - "rand", - "rayon", - "serde", - "sp1-core-executor", - "sp1-core-machine", - "sp1-derive", - "sp1-primitives", - "sp1-recursion-compiler", - "sp1-recursion-core", - "sp1-recursion-gnark-ffi", - "sp1-stark", - "tracing", -] - -[[package]] -name = "sp1-recursion-compiler" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "673d2c66a48e6d17e1165b5ea38b59de5e80bf64fd45f17ebc9d75e67c4ff414" -dependencies = [ - "backtrace", - "itertools 0.13.0", - "p3-baby-bear", - "p3-bn254-fr", - "p3-field", - "p3-symmetric", - "serde", - "sp1-core-machine", - "sp1-primitives", - "sp1-recursion-core", - "sp1-recursion-derive", - "sp1-stark", - "tracing", - "vec_map", -] - -[[package]] -name = "sp1-recursion-core" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2fb84b20d8ffb922d4c05843406c458a6abef296bc31e68cf5eb64fa739c921" -dependencies = [ - "backtrace", - "ff 0.13.0", - "hashbrown 0.14.5", - "itertools 0.13.0", - "p3-air", - "p3-baby-bear", - "p3-bn254-fr", - "p3-challenger", - "p3-commit", - "p3-dft", - "p3-field", - "p3-fri", - "p3-matrix", - "p3-maybe-rayon", - "p3-merkle-tree", - "p3-poseidon2", - "p3-symmetric", - "p3-util", - "serde", - "sp1-core-machine", - "sp1-derive", - "sp1-primitives", - "sp1-stark", - "static_assertions", - "thiserror 1.0.69", - "tracing", - "vec_map", - "zkhash", -] - -[[package]] -name = "sp1-recursion-derive" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3125726165ff77fb2650ae031075ba747099a6e218e5c10f84ac2715545a2332" -dependencies = [ - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sp1-recursion-gnark-ffi" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a049cdff6b64bc1cd2bebdf494fd314bc4b45eff9058ea69dace55a0fa77e483" -dependencies = [ - "anyhow", - "bincode", - "bindgen 0.70.1", - "cc", - "cfg-if", - "hex", - "log", - "num-bigint 0.4.6", - "p3-baby-bear", - "p3-field", - "p3-symmetric", - "serde", - "serde_json", - "sha2 0.10.8", - "sp1-core-machine", - "sp1-recursion-compiler", - "sp1-stark", - "tempfile", -] - -[[package]] -name = "sp1-sdk" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8dfb448a10491096db03187af55b8334ac52303c280956d0782a9fe78dd814" -dependencies = [ - "alloy-sol-types 0.7.7", - "anyhow", - "async-trait", - "bincode", - "cfg-if", - "dirs", - "ethers", - "futures", - "hashbrown 0.14.5", - "hex", - "indicatif", - "itertools 0.13.0", - "log", - "p3-baby-bear", - "p3-field", - "p3-fri", - "prost 0.13.4", - "reqwest 0.12.12", - "reqwest-middleware", - "serde", - "sp1-core-executor", - "sp1-core-machine", - "sp1-primitives", - "sp1-prover", - "sp1-stark", - "strum", - "strum_macros", - "tempfile", - "thiserror 1.0.69", - "tokio", - "tracing", - "twirp-rs", - "vergen", -] - -[[package]] -name = "sp1-stark" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a597ed68cd03f80d9cdb9f4b50924e3c890c35c39956f7e87dd2262b72b2d12b" -dependencies = [ - "arrayref", - "getrandom", - "hashbrown 0.14.5", - "itertools 0.13.0", - "num-traits", - "p3-air", - "p3-baby-bear", - "p3-challenger", - "p3-commit", - "p3-dft", - "p3-field", - "p3-fri", - "p3-matrix", - "p3-maybe-rayon", - "p3-merkle-tree", - "p3-poseidon2", - "p3-symmetric", - "p3-uni-stark", - "p3-util", - "rayon-scan", - "serde", - "sp1-derive", - "sp1-primitives", - "strum", - "strum_macros", - "sysinfo 0.30.13", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" -dependencies = [ - "hex", - "lazy_static", - "sha2 0.10.8", - "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", - "thiserror-no-std", -] - -[[package]] -name = "sp1-zkvm" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ea02449a9dcaab67219f7b3442ab51b45ae40e7b04f205382295936087fe1d5" -dependencies = [ - "cfg-if", - "getrandom", - "lazy_static", - "libm", - "p3-baby-bear", - "p3-field", - "rand", - "sha2 0.10.8", - "sp1-lib", - "sp1-primitives", -] - -[[package]] -name = "spin" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" - -[[package]] -name = "spin" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -dependencies = [ - "lock_api", -] - -[[package]] -name = "spki" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" -dependencies = [ - "base64ct", - "der", -] - -[[package]] -name = "sptr" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" - -[[package]] -name = "stability" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac" -dependencies = [ - "quote", - "syn 2.0.93", -] - -[[package]] -name = "stable_deref_trait" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" - -[[package]] -name = "static_assertions" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - -[[package]] -name = "strata-bridge-client" -version = "0.1.0" -dependencies = [ - "anyhow", - "argh", - "async-trait", - "bitcoin", - "chrono", - "directories", - "jsonrpsee", - "rockbound", - "strata-bridge-exec", - "strata-bridge-rpc-api", - "strata-bridge-sig-manager", - "strata-bridge-tx-builder", - "strata-btcio", - "strata-common", - "strata-key-derivation", - "strata-primitives", - "strata-rocksdb", - "strata-rpc-api", - "strata-rpc-types", - "strata-state", - "strata-storage", - "thiserror 1.0.69", - "threadpool", - "tokio", - "tracing", - "zeroize", -] - -[[package]] -name = "strata-bridge-exec" -version = "0.1.0" -dependencies = [ - "bitcoin", - "borsh", - "format_serde_error", - "jsonrpsee", - "serde", - "strata-bridge-sig-manager", - "strata-bridge-tx-builder", - "strata-btcio", - "strata-primitives", - "strata-rpc-api", - "strata-rpc-types", - "thiserror 1.0.69", - "toml 0.5.11", - "tracing", -] - -[[package]] -name = "strata-bridge-relay" -version = "0.1.0" -dependencies = [ - "anyhow", - "bitcoin", - "sha2 0.10.8", - "strata-btcio", - "strata-config", - "strata-primitives", - "strata-state", - "strata-status", - "strata-storage", - "strata-tasks", - "strata-test-utils", - "tokio", - "tracing", -] - -[[package]] -name = "strata-bridge-rpc-api" -version = "0.1.0" -dependencies = [ - "bitcoin", - "jsonrpsee", - "strata-state", -] - -[[package]] -name = "strata-bridge-sig-manager" -version = "0.1.0" -dependencies = [ - "arbitrary", - "bitcoin", - "musig2", - "strata-bridge-tx-builder", - "strata-db", - "strata-primitives", - "strata-storage", - "strata-test-utils", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "strata-bridge-tx-builder" -version = "0.1.0" -dependencies = [ - "bitcoin", - "musig2", - "serde", - "strata-primitives", - "strata-test-utils", - "thiserror 1.0.69", -] - -[[package]] -name = "strata-btcio" -version = "0.1.0" -dependencies = [ - "anyhow", - "arbitrary", - "async-trait", - "base64 0.22.1", - "bitcoin", - "bytes", - "corepc-node", - "hex", - "mockall", - "musig2", - "rand", - "reqwest 0.12.12", - "serde", - "serde_json", - "sha2 0.10.8", - "strata-bridge-tx-builder", - "strata-common", - "strata-config", - "strata-db", - "strata-primitives", - "strata-rocksdb", - "strata-rpc-types", - "strata-state", - "strata-status", - "strata-storage", - "strata-tasks", - "strata-test-utils", - "strata-tx-parser", - "thiserror 1.0.69", - "threadpool", - "tokio", - "tracing", -] - -[[package]] -name = "strata-chaintsn" -version = "0.1.0" -dependencies = [ - "anyhow", - "arbitrary", - "bitcoin", - "rand_chacha", - "rand_core", - "strata-eectl", - "strata-primitives", - "strata-state", - "strata-test-utils", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "strata-cli" -version = "0.1.0" -dependencies = [ - "aes-gcm-siv", - "alloy", - "argh", - "argon2", - "async-trait", - "bdk_bitcoind_rpc", - "bdk_esplora", - "bdk_wallet", - "bip39", - "chrono", - "colored", - "config", - "dialoguer", - "directories", - "indicatif", - "keyring", - "rand_core", - "reqwest 0.12.12", - "serde", - "sha2 0.10.8", - "shrex", - "sled", - "strata-bridge-tx-builder", - "strata-primitives", - "terrors", - "tokio", - "zeroize", - "zxcvbn", -] - -[[package]] -name = "strata-client" -version = "0.1.0" -dependencies = [ - "alloy-rpc-types 0.4.2", - "anyhow", - "arbitrary", - "argh", - "async-trait", - "bitcoin", - "borsh", - "format_serde_error", - "futures", - "hex", - "jsonrpsee", - "parking_lot 0.12.3", - "reth-ipc", - "reth-primitives", - "reth-rpc-api", - "rockbound", - "serde", - "serde_json", - "strata-bridge-relay", - "strata-bridge-tx-builder", - "strata-btcio", - "strata-common", - "strata-config", - "strata-consensus-logic", - "strata-db", - "strata-eectl", - "strata-evmexec", - "strata-key-derivation", - "strata-mmr", - "strata-primitives", - "strata-rocksdb", - "strata-rpc-api", - "strata-rpc-types", - "strata-rpc-utils", - "strata-state", - "strata-status", - "strata-storage", - "strata-sync", - "strata-tasks", - "strata-test-utils", - "strata-tx-parser", - "strata-zkvm", - "thiserror 1.0.69", - "threadpool", - "tokio", - "toml 0.5.11", - "tracing", - "zeroize", -] - -[[package]] -name = "strata-common" -version = "0.1.0" -dependencies = [ - "bitcoin", - "opentelemetry", - "opentelemetry-otlp", - "opentelemetry_sdk", - "serde", - "strata-primitives", - "tracing", - "tracing-opentelemetry", - "tracing-subscriber 0.3.19", -] - -[[package]] -name = "strata-config" -version = "0.1.0" -dependencies = [ - "bitcoin", - "serde", - "toml 0.5.11", -] - -[[package]] -name = "strata-consensus-logic" -version = "0.1.0" -dependencies = [ - "anyhow", - "bitcoin", - "borsh", - "futures", - "rand", - "secp256k1", - "strata-btcio", - "strata-chaintsn", - "strata-crypto", - "strata-db", - "strata-eectl", - "strata-primitives", - "strata-risc0-adapter", - "strata-rocksdb", - "strata-rpc-types", - "strata-sp1-adapter", - "strata-state", - "strata-status", - "strata-storage", - "strata-tasks", - "strata-test-utils", - "strata-tx-parser", - "strata-zkvm", - "thiserror 1.0.69", - "threadpool", - "tokio", - "tracing", -] - -[[package]] -name = "strata-crypto" -version = "0.1.0" -dependencies = [ - "rand", - "secp256k1", - "sha2 0.10.8", - "strata-primitives", -] - -[[package]] -name = "strata-datatool" -version = "0.1.0" -dependencies = [ - "anyhow", - "argh", - "bech32 0.11.0", - "bitcoin", - "bytemuck", - "hex", - "rand_core", - "secp256k1", - "serde_json", - "strata-key-derivation", - "strata-primitives", - "strata-risc0-guest-builder", - "strata-sp1-guest-builder", - "terrors", - "zeroize", -] - -[[package]] -name = "strata-db" -version = "0.1.0" -dependencies = [ - "anyhow", - "arbitrary", - "bitcoin", - "borsh", - "hex", - "mockall", - "musig2", - "parking_lot 0.12.3", - "serde", - "serde_json", - "strata-mmr", - "strata-primitives", - "strata-state", - "strata-test-utils", - "strata-zkvm", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "strata-eectl" -version = "0.1.0" -dependencies = [ - "strata-primitives", - "strata-state", - "thiserror 1.0.69", -] - -[[package]] -name = "strata-evmexec" -version = "0.1.0" -dependencies = [ - "alloy-rpc-types 0.4.2", - "anyhow", - "arbitrary", - "borsh", - "futures", - "http 1.2.0", - "hyper 0.14.32", - "jsonrpsee", - "mockall", - "rand", - "reth-node-ethereum", - "reth-primitives", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-eth-api", - "reth-rpc-layer", - "reth-rpc-types-compat", - "serde", - "serde_json", - "strata-db", - "strata-eectl", - "strata-primitives", - "strata-reth-evm", - "strata-reth-node", - "strata-state", - "strata-storage", - "strata-test-utils", - "thiserror 1.0.69", - "tokio", - "tower 0.4.13", - "tracing", -] - -[[package]] -name = "strata-jmt" -version = "0.1.0" -dependencies = [ - "jmt", -] - -[[package]] -name = "strata-key-derivation" -version = "0.1.0" -dependencies = [ - "bitcoin", - "secp256k1", - "strata-primitives", - "thiserror 1.0.69", - "zeroize", -] - -[[package]] -name = "strata-mmr" -version = "0.1.0" -dependencies = [ - "arbitrary", - "borsh", - "digest 0.10.7", - "hex", - "sha2 0.10.8", - "thiserror 1.0.69", -] - -[[package]] -name = "strata-native-zkvm-adapter" -version = "0.1.0" -dependencies = [ - "bincode", - "borsh", - "serde", - "strata-zkvm", - "tracing", -] - -[[package]] -name = "strata-primitives" -version = "0.1.0" -dependencies = [ - "anyhow", - "arbitrary", - "bincode", - "bitcoin", - "borsh", - "digest 0.10.7", - "hex", - "musig2", - "rand", - "reth-primitives", - "secp256k1", - "serde", - "serde_json", - "sha2 0.10.8", - "strata-test-utils", - "thiserror 1.0.69", - "tracing", - "zeroize", -] - -[[package]] -name = "strata-proofimpl-btc-blockspace" -version = "0.1.0" -dependencies = [ - "bitcoin", - "borsh", - "hex", - "rand", - "serde", - "sha2 0.10.8", - "strata-bridge-tx-builder", - "strata-native-zkvm-adapter", - "strata-primitives", - "strata-state", - "strata-test-utils", - "strata-tx-parser", - "strata-zkvm", -] - -[[package]] -name = "strata-proofimpl-checkpoint" -version = "0.1.0" -dependencies = [ - "bitcoin", - "borsh", - "ethnum", - "rand", - "serde", - "serde_json", - "strata-primitives", - "strata-proofimpl-btc-blockspace", - "strata-proofimpl-cl-stf", - "strata-proofimpl-l1-batch", - "strata-state", - "strata-test-utils", - "strata-zkvm", -] - -[[package]] -name = "strata-proofimpl-cl-agg" -version = "0.1.0" -dependencies = [ - "borsh", - "strata-proofimpl-cl-stf", - "strata-zkvm", -] - -[[package]] -name = "strata-proofimpl-cl-stf" -version = "0.1.0" -dependencies = [ - "borsh", - "strata-chaintsn", - "strata-crypto", - "strata-primitives", - "strata-proofimpl-evm-ee-stf", - "strata-state", - "strata-test-utils", - "strata-zkvm", -] - -[[package]] -name = "strata-proofimpl-evm-ee-stf" -version = "0.1.0" -dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-rlp-derive", - "alloy-rpc-types 0.4.2", - "alloy-rpc-types-eth 0.4.2", - "anyhow", - "bincode", - "hex-literal", - "k256", - "reth-primitives", - "reth-trie-common", - "revm", - "rlp", - "serde", - "serde_json", - "serde_with", - "strata-primitives", - "strata-reth-evm", - "strata-reth-primitives", - "strata-state", - "strata-zkvm", - "thiserror 1.0.69", -] - -[[package]] -name = "strata-proofimpl-l1-batch" -version = "0.1.0" -dependencies = [ - "bitcoin", - "borsh", - "ethnum", - "rand", - "serde", - "strata-primitives", - "strata-proofimpl-btc-blockspace", - "strata-state", - "strata-test-utils", - "strata-zkvm", -] - -[[package]] -name = "strata-prover-client" -version = "0.1.0" -dependencies = [ - "alloy-rpc-types 0.4.2", - "anyhow", - "argh", - "async-trait", - "bincode", - "bitcoin", - "borsh", - "hex", - "jsonrpsee", - "musig2", - "rand", - "rayon", - "rockbound", - "serde", - "serde_json", - "strata-btcio", - "strata-common", - "strata-db", - "strata-native-zkvm-adapter", - "strata-primitives", - "strata-proofimpl-btc-blockspace", - "strata-proofimpl-checkpoint", - "strata-proofimpl-cl-agg", - "strata-proofimpl-cl-stf", - "strata-proofimpl-evm-ee-stf", - "strata-proofimpl-l1-batch", - "strata-prover-client-rpc-api", - "strata-risc0-adapter", - "strata-risc0-guest-builder", - "strata-rocksdb", - "strata-rpc-api", - "strata-rpc-types", - "strata-rpc-utils", - "strata-sp1-adapter", - "strata-sp1-guest-builder", - "strata-state", - "strata-test-utils", - "strata-tx-parser", - "strata-zkvm", - "thiserror 1.0.69", - "tokio", - "tracing", - "tracing-subscriber 0.3.19", - "uuid 1.11.0", -] - -[[package]] -name = "strata-prover-client-rpc-api" -version = "0.1.0" -dependencies = [ - "jsonrpsee", - "strata-primitives", - "strata-rpc-types", - "strata-state", - "strata-zkvm", -] - -[[package]] -name = "strata-provers-perf" -version = "0.1.0" -dependencies = [ - "anyhow", - "bincode", - "clap", - "num-format", - "reqwest 0.12.12", - "serde", - "serde_json", - "sp1-prover", - "sp1-sdk", - "strata-sp1-adapter", - "strata-test-utils", - "strata-zkvm", - "strata-zkvm-tests", - "time", - "tokio", -] - -[[package]] -name = "strata-python-utils" -version = "0.5.0" -dependencies = [ - "anyhow", - "bdk_bitcoind_rpc", - "bdk_wallet", - "corepc-node", - "musig2", - "pyo3", - "pyo3-build-config", - "reth-primitives", - "secp256k1", - "shrex", - "strata-btcio", - "strata-common", - "strata-crypto", - "strata-primitives", - "tokio", - "tracing", -] - -[[package]] -name = "strata-reth" -version = "0.1.0" -dependencies = [ - "alloy-genesis 0.4.2", - "alloy-rpc-types 0.4.2", - "async-trait", - "clap", - "eyre", - "hex", - "jsonrpsee-types", - "reqwest 0.12.12", - "reth", - "reth-chainspec", - "reth-cli", - "reth-cli-commands", - "reth-cli-util", - "reth-db", - "reth-primitives", - "reth-provider", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "rockbound", - "serde_json", - "shellexpand", - "strata-reth-db", - "strata-reth-exex", - "strata-reth-node", - "strata-reth-rpc", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "strata-reth-db" -version = "0.1.0" -dependencies = [ - "anyhow", - "bincode", - "borsh", - "reth-primitives", - "rockbound", - "serde", - "serde_json", - "strata-db", - "strata-proofimpl-evm-ee-stf", - "strata-rocksdb", - "tempfile", - "tracing", -] - -[[package]] -name = "strata-reth-evm" -version = "0.1.0" -dependencies = [ - "alloy-sol-types 0.8.15", - "reth-primitives", - "revm", - "revm-primitives", - "secp256k1", - "strata-crypto", - "strata-primitives", - "strata-reth-primitives", -] - -[[package]] -name = "strata-reth-exex" -version = "0.1.0" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-rpc-types 0.4.2", - "anyhow", - "bincode", - "eyre", - "futures-util", - "reth-evm", - "reth-exex", - "reth-node-api", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-types-compat", - "reth-trie", - "rockbound", - "serde", - "serde_json", - "strata-proofimpl-evm-ee-stf", - "strata-reth-db", - "tempfile", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "strata-reth-node" -version = "0.1.0" -dependencies = [ - "alloy-rpc-types 0.4.2", - "eyre", - "reth", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-ethereum-payload-builder", - "reth-evm", - "reth-evm-ethereum", - "reth-node-api", - "reth-node-ethereum", - "reth-payload-builder", - "reth-primitives", - "reth-trie", - "revm", - "revm-primitives", - "serde", - "strata-reth-evm", - "strata-reth-primitives", - "strata-reth-rpc", - "tracing", -] - -[[package]] -name = "strata-reth-primitives" -version = "0.1.0" -dependencies = [ - "alloy-sol-types 0.8.15", - "reth-primitives", - "serde", -] - -[[package]] -name = "strata-reth-rpc" -version = "0.1.0" -dependencies = [ - "alloy-eips 0.4.2", - "alloy-network 0.4.2", - "alloy-primitives 0.8.15", - "alloy-rpc-types 0.4.2", - "alloy-rpc-types-eth 0.4.2", - "bincode", - "eyre", - "hex", - "jsonrpsee", - "jsonrpsee-types", - "parking_lot 0.12.3", - "reqwest 0.12.12", - "reth-chainspec", - "reth-ethereum-forks", - "reth-evm", - "reth-network-api", - "reth-node-api", - "reth-node-builder", - "reth-primitives", - "reth-provider", - "reth-rpc", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-tasks", - "reth-transaction-pool", - "revm", - "serde", - "serde_json", - "strata-proofimpl-evm-ee-stf", - "strata-reth-db", - "strata-rpc-utils", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "strata-risc0-adapter" -version = "0.1.0" -dependencies = [ - "bincode", - "borsh", - "hex", - "risc0-zkvm", - "serde", - "sha2 0.10.8", - "strata-zkvm", - "tracing-subscriber 0.3.19", -] - -[[package]] -name = "strata-risc0-guest-builder" -version = "0.1.0" -dependencies = [ - "bincode", - "bitcoin", - "borsh", - "hex", - "rand", - "risc0-build", - "risc0-zkvm", - "strata-chaintsn", - "strata-primitives", - "strata-proofimpl-btc-blockspace", - "strata-proofimpl-checkpoint", - "strata-proofimpl-cl-stf", - "strata-proofimpl-evm-ee-stf", - "strata-proofimpl-l1-batch", - "strata-risc0-adapter", - "strata-state", - "strata-test-utils", - "strata-zkvm", -] - -[[package]] -name = "strata-rocksdb" -version = "0.1.0" -dependencies = [ - "anyhow", - "arbitrary", - "bincode", - "bitcoin", - "borsh", - "reth-db", - "rockbound", - "strata-db", - "strata-mmr", - "strata-primitives", - "strata-state", - "strata-test-utils", - "strata-zkvm", - "tempfile", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "strata-rpc-api" -version = "0.1.0" -dependencies = [ - "bitcoin", - "hex", - "jsonrpsee", - "serde", - "serde_with", - "strata-bridge-sig-manager", - "strata-bridge-tx-builder", - "strata-db", - "strata-primitives", - "strata-rpc-types", - "strata-state", - "strata-zkvm", - "thiserror 1.0.69", -] - -[[package]] -name = "strata-rpc-types" -version = "0.1.0" -dependencies = [ - "bitcoin", - "hex", - "jsonrpsee", - "serde", - "serde_json", - "serde_with", - "strata-db", - "strata-primitives", - "strata-state", - "thiserror 1.0.69", -] - -[[package]] -name = "strata-rpc-utils" -version = "0.1.0" -dependencies = [ - "jsonrpsee", -] - -[[package]] -name = "strata-sp1-adapter" -version = "0.1.0" -dependencies = [ - "bincode", - "borsh", - "hex", - "serde", - "sha2 0.10.8", - "sp1-primitives", - "sp1-sdk", - "sp1-verifier", - "sp1-zkvm", - "strata-primitives", - "strata-zkvm", - "tracing", -] - -[[package]] -name = "strata-sp1-guest-builder" -version = "0.1.0" -dependencies = [ - "bincode", - "once_cell", - "sha2 0.10.8", - "sp1-helper", - "sp1-sdk", - "strata-sp1-adapter", -] - -[[package]] -name = "strata-state" -version = "0.1.0" -dependencies = [ - "arbitrary", - "bitcoin", - "borsh", - "digest 0.10.7", - "ethnum", - "hex", - "num_enum 0.7.3", - "rand", - "serde", - "sha2 0.10.8", - "strata-bridge-tx-builder", - "strata-crypto", - "strata-primitives", - "strata-test-utils", - "strata-zkvm", - "tracing", -] - -[[package]] -name = "strata-status" -version = "0.1.0" -dependencies = [ - "strata-primitives", - "strata-rpc-types", - "strata-state", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "strata-storage" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "bitcoin", - "lru", - "parking_lot 0.12.3", - "paste", - "strata-db", - "strata-primitives", - "strata-state", - "threadpool", - "tokio", - "tracing", -] - -[[package]] -name = "strata-sync" -version = "0.1.0" -dependencies = [ - "anyhow", - "arbitrary", - "async-trait", - "borsh", - "futures", - "futures-util", - "strata-consensus-logic", - "strata-db", - "strata-primitives", - "strata-rpc-api", - "strata-rpc-types", - "strata-state", - "strata-storage", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "strata-tasks" -version = "0.1.0" -dependencies = [ - "anyhow", - "arbitrary", - "futures-util", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "strata-test-utils" -version = "0.1.0" -dependencies = [ - "anyhow", - "arbitrary", - "bitcoin", - "hex", - "musig2", - "rand", - "rand_core", - "revm", - "rockbound", - "serde_json", - "strata-btcio", - "strata-chaintsn", - "strata-consensus-logic", - "strata-db", - "strata-primitives", - "strata-proofimpl-cl-stf", - "strata-proofimpl-evm-ee-stf", - "strata-state", - "strata-storage", - "strata-tx-parser", - "threadpool", -] - -[[package]] -name = "strata-tx-parser" -version = "0.1.0" -dependencies = [ - "anyhow", - "arbitrary", - "bitcoin", - "borsh", - "hex", - "musig2", - "rand", - "strata-bridge-tx-builder", - "strata-btcio", - "strata-primitives", - "strata-state", - "strata-test-utils", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "strata-zkvm" -version = "0.1.0" -dependencies = [ - "arbitrary", - "bincode", - "borsh", - "serde", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "strata-zkvm-hosts" -version = "0.1.0" -dependencies = [ - "bincode", - "borsh", - "cfg-if", - "serde", - "strata-native-zkvm-adapter", - "strata-primitives", - "strata-proofimpl-btc-blockspace", - "strata-proofimpl-checkpoint", - "strata-proofimpl-cl-agg", - "strata-proofimpl-cl-stf", - "strata-proofimpl-evm-ee-stf", - "strata-proofimpl-l1-batch", - "strata-risc0-adapter", - "strata-risc0-guest-builder", - "strata-sp1-adapter", - "strata-sp1-guest-builder", - "thiserror 1.0.69", -] - -[[package]] -name = "strata-zkvm-tests" -version = "0.1.0" -dependencies = [ - "anyhow", - "bincode", - "bitcoin", - "borsh", - "cfg-if", - "hex", - "serde_json", - "strata-native-zkvm-adapter", - "strata-primitives", - "strata-proofimpl-btc-blockspace", - "strata-proofimpl-checkpoint", - "strata-proofimpl-cl-agg", - "strata-proofimpl-cl-stf", - "strata-proofimpl-evm-ee-stf", - "strata-proofimpl-l1-batch", - "strata-risc0-adapter", - "strata-risc0-guest-builder", - "strata-sp1-adapter", - "strata-sp1-guest-builder", - "strata-state", - "strata-test-utils", - "strata-zkvm", - "strata-zkvm-hosts", -] - -[[package]] -name = "strsim" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" - -[[package]] -name = "strum" -version = "0.26.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" -dependencies = [ - "strum_macros", -] - -[[package]] -name = "strum_macros" -version = "0.26.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" -dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.93", -] - -[[package]] -name = "substrate-bn" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b5bbfa79abbae15dd642ea8176a21a635ff3c00059961d1ea27ad04e5b441c" -dependencies = [ - "byteorder", - "crunchy", - "lazy_static", - "rand", - "rustc-hex", -] - -[[package]] -name = "substrate-bn" -version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" -dependencies = [ - "bytemuck", - "byteorder", - "cfg-if", - "crunchy", - "lazy_static", - "num-bigint 0.4.6", - "rand", - "rustc-hex", - "sp1-lib", -] - -[[package]] -name = "subtle" -version = "2.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" - -[[package]] -name = "subtle-encoding" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945" -dependencies = [ - "zeroize", -] - -[[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.93" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "syn-solidity" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c837dc8852cb7074e46b444afb81783140dab12c58867b49fb3898fbafedf7ea" -dependencies = [ - "paste", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "syn-solidity" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "219389c1ebe89f8333df8bdfb871f6631c552ff399c23cac02480b6088aad8f0" -dependencies = [ - "paste", - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "sync_wrapper" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" - -[[package]] -name = "sync_wrapper" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" -dependencies = [ - "futures-core", -] - -[[package]] -name = "synstructure" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "sysinfo" -version = "0.30.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3" -dependencies = [ - "cfg-if", - "core-foundation-sys", - "libc", - "ntapi", - "once_cell", - "rayon", - "windows 0.52.0", -] - -[[package]] -name = "sysinfo" -version = "0.31.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" -dependencies = [ - "core-foundation-sys", - "libc", - "memchr", - "ntapi", - "windows 0.57.0", -] - -[[package]] -name = "system-configuration" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" -dependencies = [ - "bitflags 1.3.2", - "core-foundation 0.9.4", - "system-configuration-sys 0.5.0", -] - -[[package]] -name = "system-configuration" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" -dependencies = [ - "bitflags 2.6.0", - "core-foundation 0.9.4", - "system-configuration-sys 0.6.0", -] - -[[package]] -name = "system-configuration-sys" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "system-configuration-sys" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "tap" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" - -[[package]] -name = "tar" -version = "0.4.43" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" -dependencies = [ - "filetime", - "libc", - "xattr", -] - -[[package]] -name = "target-lexicon" -version = "0.12.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" - -[[package]] -name = "tempfile" -version = "3.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" -dependencies = [ - "cfg-if", - "fastrand", - "once_cell", - "rustix", - "windows-sys 0.59.0", -] - -[[package]] -name = "termtree" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" - -[[package]] -name = "terrors" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a09a4471bca83dc547eb7829f7fe0b96ad3d04d21ad155e1e14084e163fe0e07" - -[[package]] -name = "thin-vec" -version = "0.2.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" - -[[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.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" -dependencies = [ - "thiserror-impl 2.0.9", -] - -[[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.93", -] - -[[package]] -name = "thiserror-impl" -version = "2.0.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "thiserror-impl-no-std" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e6318948b519ba6dc2b442a6d0b904ebfb8d411a3ad3e07843615a72249758" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "thiserror-no-std" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ad459d94dd517257cc96add8a43190ee620011bb6e6cdc82dafd97dfafafea" -dependencies = [ - "thiserror-impl-no-std", -] - -[[package]] -name = "thread_local" -version = "1.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" -dependencies = [ - "cfg-if", - "once_cell", -] - -[[package]] -name = "threadpool" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" -dependencies = [ - "num_cpus", -] - -[[package]] -name = "tikv-jemalloc-ctl" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21f216790c8df74ce3ab25b534e0718da5a1916719771d3fec23315c99e468b" -dependencies = [ - "libc", - "paste", - "tikv-jemalloc-sys", -] - -[[package]] -name = "tikv-jemalloc-sys" -version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" -dependencies = [ - "cc", - "libc", -] - -[[package]] -name = "tikv-jemallocator" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865" -dependencies = [ - "libc", - "tikv-jemalloc-sys", -] - -[[package]] -name = "time" -version = "0.3.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" -dependencies = [ - "deranged", - "itoa", - "js-sys", - "libc", - "num-conv", - "num_threads", - "powerfmt", - "serde", - "time-core", - "time-macros", -] - -[[package]] -name = "time-core" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" - -[[package]] -name = "time-macros" -version = "0.2.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" -dependencies = [ - "num-conv", - "time-core", -] - -[[package]] -name = "tiny-keccak" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" -dependencies = [ - "crunchy", -] - -[[package]] -name = "tinystr" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" -dependencies = [ - "displaydoc", - "zerovec", -] - -[[package]] -name = "tinyvec" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" -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 = "tokio" -version = "1.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" -dependencies = [ - "backtrace", - "bytes", - "libc", - "mio 1.0.3", - "parking_lot 0.12.3", - "pin-project-lite", - "signal-hook-registry", - "socket2 0.5.8", - "tokio-macros", - "windows-sys 0.52.0", -] - -[[package]] -name = "tokio-macros" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "tokio-native-tls" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" -dependencies = [ - "native-tls", - "tokio", -] - -[[package]] -name = "tokio-rustls" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" -dependencies = [ - "rustls 0.21.12", - "tokio", -] - -[[package]] -name = "tokio-rustls" -version = "0.26.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" -dependencies = [ - "rustls 0.23.20", - "tokio", -] - -[[package]] -name = "tokio-socks" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" -dependencies = [ - "either", - "futures-util", - "thiserror 1.0.69", - "tokio", -] - -[[package]] -name = "tokio-stream" -version = "0.1.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" -dependencies = [ - "futures-core", - "pin-project-lite", - "tokio", - "tokio-util", -] - -[[package]] -name = "tokio-tungstenite" -version = "0.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd" -dependencies = [ - "futures-util", - "log", - "rustls 0.23.20", - "rustls-pki-types", - "tokio", - "tokio-rustls 0.26.1", - "tungstenite 0.23.0", - "webpki-roots 0.26.7", -] - -[[package]] -name = "tokio-tungstenite" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" -dependencies = [ - "futures-util", - "log", - "rustls 0.23.20", - "rustls-pki-types", - "tokio", - "tokio-rustls 0.26.1", - "tungstenite 0.24.0", - "webpki-roots 0.26.7", -] - -[[package]] -name = "tokio-util" -version = "0.7.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" -dependencies = [ - "bytes", - "futures-core", - "futures-io", - "futures-sink", - "pin-project-lite", - "slab", - "tokio", -] - -[[package]] -name = "toml" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" -dependencies = [ - "serde", -] - -[[package]] -name = "toml" -version = "0.8.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" -dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit 0.22.22", -] - -[[package]] -name = "toml_datetime" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" -dependencies = [ - "serde", -] - -[[package]] -name = "toml_edit" -version = "0.19.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" -dependencies = [ - "indexmap 2.7.0", - "toml_datetime", - "winnow 0.5.40", -] - -[[package]] -name = "toml_edit" -version = "0.22.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" -dependencies = [ - "indexmap 2.7.0", - "serde", - "serde_spanned", - "toml_datetime", - "winnow 0.6.21", -] - -[[package]] -name = "tonic" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" -dependencies = [ - "async-stream", - "async-trait", - "axum", - "base64 0.22.1", - "bytes", - "h2 0.4.7", - "http 1.2.0", - "http-body 1.0.1", - "http-body-util", - "hyper 1.5.2", - "hyper-timeout", - "hyper-util", - "percent-encoding", - "pin-project", - "prost 0.13.4", - "socket2 0.5.8", - "tokio", - "tokio-stream", - "tower 0.4.13", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" -dependencies = [ - "futures-core", - "futures-util", - "hdrhistogram", - "indexmap 1.9.3", - "pin-project", - "pin-project-lite", - "rand", - "slab", - "tokio", - "tokio-util", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" -dependencies = [ - "futures-core", - "futures-util", - "pin-project-lite", - "sync_wrapper 1.0.2", - "tokio", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower-http" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" -dependencies = [ - "async-compression", - "base64 0.21.7", - "bitflags 2.6.0", - "bytes", - "futures-core", - "futures-util", - "http 1.2.0", - "http-body 1.0.1", - "http-body-util", - "http-range-header", - "httpdate", - "iri-string", - "mime", - "mime_guess", - "percent-encoding", - "pin-project-lite", - "tokio", - "tokio-util", - "tower 0.4.13", - "tower-layer", - "tower-service", - "tracing", - "uuid 1.11.0", -] - -[[package]] -name = "tower-layer" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" - -[[package]] -name = "tower-service" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" - -[[package]] -name = "tracing" -version = "0.1.41" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" -dependencies = [ - "log", - "pin-project-lite", - "tracing-attributes", - "tracing-core", -] - -[[package]] -name = "tracing-appender" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" -dependencies = [ - "crossbeam-channel", - "thiserror 1.0.69", - "time", - "tracing-subscriber 0.3.19", -] - -[[package]] -name = "tracing-attributes" -version = "0.1.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "tracing-core" -version = "0.1.33" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" -dependencies = [ - "once_cell", - "valuable", -] - -[[package]] -name = "tracing-forest" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee40835db14ddd1e3ba414292272eddde9dad04d3d4b65509656414d1c42592f" -dependencies = [ - "ansi_term", - "smallvec", - "thiserror 1.0.69", - "tracing", - "tracing-subscriber 0.3.19", -] - -[[package]] -name = "tracing-futures" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" -dependencies = [ - "pin-project", - "tracing", -] - -[[package]] -name = "tracing-journald" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0b4143302cf1022dac868d521e36e8b27691f72c84b3311750d5188ebba657" -dependencies = [ - "libc", - "tracing-core", - "tracing-subscriber 0.3.19", -] - -[[package]] -name = "tracing-log" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" -dependencies = [ - "log", - "once_cell", - "tracing-core", -] - -[[package]] -name = "tracing-logfmt" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b1f47d22deb79c3f59fcf2a1f00f60cbdc05462bf17d1cd356c1fefa3f444bd" -dependencies = [ - "time", - "tracing", - "tracing-core", - "tracing-subscriber 0.3.19", -] - -[[package]] -name = "tracing-opentelemetry" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc58af5d3f6c5811462cabb3289aec0093f7338e367e5a33d28c0433b3c7360b" -dependencies = [ - "js-sys", - "once_cell", - "opentelemetry", - "opentelemetry_sdk", - "smallvec", - "tracing", - "tracing-core", - "tracing-log", - "tracing-subscriber 0.3.19", - "web-time", -] - -[[package]] -name = "tracing-serde" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" -dependencies = [ - "serde", - "tracing-core", -] - -[[package]] -name = "tracing-subscriber" -version = "0.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" -dependencies = [ - "tracing-core", -] - -[[package]] -name = "tracing-subscriber" -version = "0.3.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" -dependencies = [ - "matchers", - "nu-ansi-term", - "once_cell", - "regex", - "serde", - "serde_json", - "sharded-slab", - "smallvec", - "thread_local", - "tracing", - "tracing-core", - "tracing-log", - "tracing-serde", -] - -[[package]] -name = "trust-dns-proto" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" -dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.4.0", - "ipnet", - "once_cell", - "rand", - "smallvec", - "thiserror 1.0.69", - "tinyvec", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "trust-dns-resolver" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lru-cache", - "once_cell", - "parking_lot 0.12.3", - "rand", - "resolv-conf", - "smallvec", - "thiserror 1.0.69", - "tokio", - "tracing", - "trust-dns-proto", -] - -[[package]] -name = "try-lock" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" - -[[package]] -name = "tungstenite" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8" -dependencies = [ - "byteorder", - "bytes", - "data-encoding", - "http 1.2.0", - "httparse", - "log", - "rand", - "rustls 0.23.20", - "rustls-pki-types", - "sha1", - "thiserror 1.0.69", - "utf-8", -] - -[[package]] -name = "tungstenite" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" -dependencies = [ - "byteorder", - "bytes", - "data-encoding", - "http 1.2.0", - "httparse", - "log", - "rand", - "rustls 0.23.20", - "rustls-pki-types", - "sha1", - "thiserror 1.0.69", - "utf-8", -] - -[[package]] -name = "twirp-rs" -version = "0.13.0-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27dfcc06b8d9262bc2d4b8d1847c56af9971a52dd8a0076876de9db763227d0d" -dependencies = [ - "async-trait", - "axum", - "futures", - "http 1.2.0", - "http-body-util", - "hyper 1.5.2", - "prost 0.13.4", - "reqwest 0.12.12", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tower 0.5.2", - "url", -] - -[[package]] -name = "typenum" -version = "1.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" - -[[package]] -name = "ucd-trie" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" - -[[package]] -name = "uint" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" -dependencies = [ - "byteorder", - "crunchy", - "hex", - "static_assertions", -] - -[[package]] -name = "unarray" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" - -[[package]] -name = "unicase" -version = "2.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" - -[[package]] -name = "unicode-bidi" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" - -[[package]] -name = "unicode-ident" -version = "1.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" - -[[package]] -name = "unicode-normalization" -version = "0.1.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" -dependencies = [ - "tinyvec", -] - -[[package]] -name = "unicode-segmentation" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" - -[[package]] -name = "unicode-truncate" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" -dependencies = [ - "itertools 0.13.0", - "unicode-segmentation", - "unicode-width 0.1.14", -] - -[[package]] -name = "unicode-width" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - -[[package]] -name = "unicode-width" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" - -[[package]] -name = "unicode-xid" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" - -[[package]] -name = "unindent" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" - -[[package]] -name = "universal-hash" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" -dependencies = [ - "crypto-common", - "subtle", -] - -[[package]] -name = "unsigned-varint" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" - -[[package]] -name = "untrusted" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" - -[[package]] -name = "untrusted" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" - -[[package]] -name = "url" -version = "2.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" -dependencies = [ - "form_urlencoded", - "idna 1.0.3", - "percent-encoding", -] - -[[package]] -name = "utf-8" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" - -[[package]] -name = "utf16_iter" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" - -[[package]] -name = "utf8_iter" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" - -[[package]] -name = "utf8parse" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" - -[[package]] -name = "uuid" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" -dependencies = [ - "getrandom", - "serde", -] - -[[package]] -name = "uuid" -version = "1.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" -dependencies = [ - "getrandom", - "serde", -] - -[[package]] -name = "valuable" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" - -[[package]] -name = "vcpkg" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" - -[[package]] -name = "vec_map" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" -dependencies = [ - "serde", -] - -[[package]] -name = "vergen" -version = "8.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566" -dependencies = [ - "anyhow", - "cargo_metadata", - "cfg-if", - "git2", - "regex", - "rustversion", - "time", -] - -[[package]] -name = "version_check" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" - -[[package]] -name = "wait-timeout" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" -dependencies = [ - "libc", -] - -[[package]] -name = "walkdir" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" -dependencies = [ - "same-file", - "winapi-util", -] - -[[package]] -name = "want" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" -dependencies = [ - "try-lock", -] - -[[package]] -name = "wasi" -version = "0.11.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" - -[[package]] -name = "wasm-bindgen" -version = "0.2.99" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" -dependencies = [ - "cfg-if", - "once_cell", - "wasm-bindgen-macro", -] - -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.99" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" -dependencies = [ - "bumpalo", - "log", - "proc-macro2", - "quote", - "syn 2.0.93", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-futures" -version = "0.4.49" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" -dependencies = [ - "cfg-if", - "js-sys", - "once_cell", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "wasm-bindgen-macro" -version = "0.2.99" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" -dependencies = [ - "quote", - "wasm-bindgen-macro-support", -] - -[[package]] -name = "wasm-bindgen-macro-support" -version = "0.2.99" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", - "wasm-bindgen-backend", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-shared" -version = "0.2.99" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" - -[[package]] -name = "wasm-streams" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" -dependencies = [ - "futures-util", - "js-sys", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "web-sys" -version = "0.3.76" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "web-time" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "webpki-roots" -version = "0.25.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" - -[[package]] -name = "webpki-roots" -version = "0.26.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" -dependencies = [ - "rustls-pki-types", -] - -[[package]] -name = "which" -version = "4.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" -dependencies = [ - "either", - "home", - "once_cell", - "rustix", -] - -[[package]] -name = "widestring" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" - -[[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-util" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" -dependencies = [ - "windows-sys 0.59.0", -] - -[[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" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" -dependencies = [ - "windows-core 0.52.0", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" -dependencies = [ - "windows-core 0.57.0", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows" -version = "0.58.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" -dependencies = [ - "windows-core 0.58.0", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-core" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-core" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" -dependencies = [ - "windows-implement 0.57.0", - "windows-interface 0.57.0", - "windows-result 0.1.2", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-core" -version = "0.58.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" -dependencies = [ - "windows-implement 0.58.0", - "windows-interface 0.58.0", - "windows-result 0.2.0", - "windows-strings", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-implement" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "windows-implement" -version = "0.58.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "windows-interface" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "windows-interface" -version = "0.58.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "windows-registry" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" -dependencies = [ - "windows-result 0.2.0", - "windows-strings", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-result" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-result" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-strings" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" -dependencies = [ - "windows-result 0.2.0", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-sys" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" -dependencies = [ - "windows-targets 0.48.5", -] - -[[package]] -name = "windows-sys" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-sys" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-targets" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" -dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", -] - -[[package]] -name = "windows-targets" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" -dependencies = [ - "windows_aarch64_gnullvm 0.52.6", - "windows_aarch64_msvc 0.52.6", - "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", - "windows_i686_msvc 0.52.6", - "windows_x86_64_gnu 0.52.6", - "windows_x86_64_gnullvm 0.52.6", - "windows_x86_64_msvc 0.52.6", -] - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" - -[[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.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - -[[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.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - -[[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.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" - -[[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.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" - -[[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.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" - -[[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.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" - -[[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.5.40" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" -dependencies = [ - "memchr", -] - -[[package]] -name = "winnow" -version = "0.6.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6f5bb5257f2407a5425c6e749bfd9692192a73e70a6060516ac04f889087d68" -dependencies = [ - "memchr", -] - -[[package]] -name = "winreg" -version = "0.50.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" -dependencies = [ - "cfg-if", - "windows-sys 0.48.0", -] - -[[package]] -name = "write16" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" - -[[package]] -name = "writeable" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" - -[[package]] -name = "ws_stream_wasm" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5" -dependencies = [ - "async_io_stream", - "futures", - "js-sys", - "log", - "pharos", - "rustc_version 0.4.1", - "send_wrapper 0.6.0", - "thiserror 1.0.69", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "wyz" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" -dependencies = [ - "tap", -] - -[[package]] -name = "xattr" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" -dependencies = [ - "libc", - "linux-raw-sys", - "rustix", -] - -[[package]] -name = "yaml-rust" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" -dependencies = [ - "linked-hash-map", -] - -[[package]] -name = "yansi" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" - -[[package]] -name = "yoke" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" -dependencies = [ - "serde", - "stable_deref_trait", - "yoke-derive", - "zerofrom", -] - -[[package]] -name = "yoke-derive" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", - "synstructure", -] - -[[package]] -name = "zerocopy" -version = "0.7.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" -dependencies = [ - "byteorder", - "zerocopy-derive", -] - -[[package]] -name = "zerocopy-derive" -version = "0.7.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "zerofrom" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" -dependencies = [ - "zerofrom-derive", -] - -[[package]] -name = "zerofrom-derive" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", - "synstructure", -] - -[[package]] -name = "zeroize" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" -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.93", -] - -[[package]] -name = "zerovec" -version = "0.10.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" -dependencies = [ - "yoke", - "zerofrom", - "zerovec-derive", -] - -[[package]] -name = "zerovec-derive" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.93", -] - -[[package]] -name = "zip" -version = "0.6.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" -dependencies = [ - "aes", - "byteorder", - "bzip2", - "constant_time_eq 0.1.5", - "crc32fast", - "crossbeam-utils", - "flate2", - "hmac 0.12.1", - "pbkdf2 0.11.0", - "sha1", - "time", - "zstd 0.11.2+zstd.1.5.2", -] - -[[package]] -name = "zkhash" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4352d1081da6922701401cdd4cbf29a2723feb4cfabb5771f6fee8e9276da1c7" -dependencies = [ - "ark-ff 0.4.2", - "ark-std 0.4.0", - "bitvec", - "blake2", - "bls12_381", - "byteorder", - "cfg-if", - "group 0.12.1", - "group 0.13.0", - "halo2", - "hex", - "jubjub", - "lazy_static", - "pasta_curves 0.5.1", - "rand", - "serde", - "sha2 0.10.8", - "sha3", - "subtle", -] - -[[package]] -name = "zstd" -version = "0.11.2+zstd.1.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" -dependencies = [ - "zstd-safe 5.0.2+zstd.1.5.2", -] - -[[package]] -name = "zstd" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" -dependencies = [ - "zstd-safe 7.2.1", -] - -[[package]] -name = "zstd-safe" -version = "5.0.2+zstd.1.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" -dependencies = [ - "libc", - "zstd-sys", -] - -[[package]] -name = "zstd-safe" -version = "7.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" -dependencies = [ - "zstd-sys", -] - -[[package]] -name = "zstd-sys" -version = "2.0.13+zstd.1.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" -dependencies = [ - "cc", - "pkg-config", -] - -[[package]] -name = "zxcvbn" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad76e35b00ad53688d6b90c431cabe3cbf51f7a4a154739e04b63004ab1c736c" -dependencies = [ - "chrono", - "derive_builder", - "fancy-regex", - "itertools 0.13.0", - "lazy_static", - "regex", - "time", - "wasm-bindgen", - "web-sys", -] diff --git a/crates/zkvm/adapters/sp1/Cargo.toml b/crates/zkvm/adapters/sp1/Cargo.toml index d57ed8dfb..bce361bac 100644 --- a/crates/zkvm/adapters/sp1/Cargo.toml +++ b/crates/zkvm/adapters/sp1/Cargo.toml @@ -12,10 +12,10 @@ borsh.workspace = true hex.workspace = true serde.workspace = true sha2 = { workspace = true } -sp1-primitives = "3.0.0" -sp1-sdk = { version = "3.0.0", optional = true } -sp1-verifier = { git = "https://github.com/succinctlabs/sp1", rev = "2c7868364cb832531e8cafd258aa06fbab079459" } # Note: On new SP1 version, this will be available via SDK -sp1-zkvm = { version = "3.0.0", features = ["verify"], optional = true } +sp1-primitives = "=4.0.0-rc.3" +sp1-sdk = { version = "=4.0.0-rc.3", optional = true } +sp1-verifier = { git = "https://github.com/succinctlabs/sp1", rev = "2c7868364cb832531e8cafd258aa06fbab079459" } # Note: On new SP1 version, this will be available via SDK +sp1-zkvm = { version = "=4.0.0-rc.3", features = ["verify"], optional = true } tracing.workspace = true [features] diff --git a/provers/perf/Cargo.toml b/provers/perf/Cargo.toml index e25baa9ef..866b6efaa 100644 --- a/provers/perf/Cargo.toml +++ b/provers/perf/Cargo.toml @@ -9,8 +9,8 @@ strata-test-utils.workspace = true strata-zkvm.workspace = true strata-zkvm-tests = { path = "../tests/", features = ["mock", "sp1"] } -sp1-prover = "3.0.0" -sp1-sdk = "3.0.0" +sp1-prover = "=4.0.0-rc.3" +sp1-sdk = "=4.0.0-rc.3" anyhow = "1.0.83" bincode = "1.3.3" diff --git a/provers/sp1/Cargo.toml b/provers/sp1/Cargo.toml index beca8038b..c06e4508f 100644 --- a/provers/sp1/Cargo.toml +++ b/provers/sp1/Cargo.toml @@ -12,8 +12,8 @@ strata-sp1-adapter = { path = "../../crates/zkvm/adapters/sp1", features = [ [build-dependencies] bincode.workspace = true sha2.workspace = true -sp1-helper = "3.0.0" -sp1-sdk = "3.0.0" +sp1-helper = "=4.0.0-rc.3" +sp1-sdk = "=4.0.0-rc.3" [features] default = ["prover"] From 3a72dff0ea6bcfca4f34e302058670983b9e891e Mon Sep 17 00:00:00 2001 From: abishek Date: Tue, 7 Jan 2025 10:30:43 +0545 Subject: [PATCH 2/8] update sp1 to v4 --- Cargo.lock | 15833 ++++++++++++++++++ crates/zkvm/adapters/sp1/Cargo.toml | 6 +- crates/zkvm/adapters/sp1/src/host.rs | 8 +- crates/zkvm/adapters/sp1/src/proof.rs | 3 +- provers/perf/Cargo.toml | 4 +- provers/sp1/Cargo.toml | 4 +- provers/sp1/build.rs | 14 +- provers/sp1/guest-btc-blockspace/Cargo.lock | 63 +- provers/sp1/guest-checkpoint/Cargo.lock | 63 +- provers/sp1/guest-cl-agg/Cargo.lock | 63 +- provers/sp1/guest-cl-stf/Cargo.lock | 63 +- provers/sp1/guest-evm-ee-stf/Cargo.lock | 67 +- provers/sp1/guest-l1-batch/Cargo.lock | 63 +- 13 files changed, 16076 insertions(+), 178 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e69de29bb..9d284938e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -0,0 +1,15833 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "Inflector" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" +dependencies = [ + "lazy_static", + "regex", +] + +[[package]] +name = "addchain" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b2e69442aa5628ea6951fa33e24efe8313f4321a91bd729fc2f75bdfc858570" +dependencies = [ + "num-bigint 0.3.3", + "num-integer", + "num-traits", +] + +[[package]] +name = "addr2line" +version = "0.24.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" +dependencies = [ + "gimli", +] + +[[package]] +name = "adler2" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" + +[[package]] +name = "aead" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" +dependencies = [ + "crypto-common", + "generic-array 0.14.7", +] + +[[package]] +name = "aes" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" +dependencies = [ + "cfg-if", + "cipher", + "cpufeatures", +] + +[[package]] +name = "aes-gcm" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" +dependencies = [ + "aead", + "aes", + "cipher", + "ctr", + "ghash", + "subtle", +] + +[[package]] +name = "aes-gcm-siv" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae0784134ba9375416d469ec31e7c5f9fa94405049cf08c5ce5b4698be673e0d" +dependencies = [ + "aead", + "aes", + "cipher", + "ctr", + "polyval", + "subtle", + "zeroize", +] + +[[package]] +name = "ahash" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" +dependencies = [ + "cfg-if", + "getrandom", + "once_cell", + "version_check", + "zerocopy", +] + +[[package]] +name = "aho-corasick" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" +dependencies = [ + "memchr", +] + +[[package]] +name = "alloc-no-stdlib" +version = "2.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" + +[[package]] +name = "alloc-stdlib" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" +dependencies = [ + "alloc-no-stdlib", +] + +[[package]] +name = "allocator-api2" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" + +[[package]] +name = "alloy" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8367891bf380210abb0d6aa30c5f85a9080cb4a066c4d5c5acadad630823751b" +dependencies = [ + "alloy-consensus 0.3.6", + "alloy-contract", + "alloy-core", + "alloy-eips 0.3.6", + "alloy-genesis 0.3.6", + "alloy-network 0.3.6", + "alloy-provider 0.3.6", + "alloy-pubsub 0.3.6", + "alloy-rpc-client 0.3.6", + "alloy-rpc-types 0.3.6", + "alloy-serde 0.3.6", + "alloy-signer 0.3.6", + "alloy-signer-local 0.3.6", + "alloy-transport 0.3.6", + "alloy-transport-http 0.3.6", + "alloy-transport-ws 0.3.6", +] + +[[package]] +name = "alloy-chains" +version = "0.1.51" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4e0f0136c085132939da6b753452ebed4efaa73fe523bb855b10c199c2ebfaf" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "num_enum 0.7.3", + "serde", + "strum", +] + +[[package]] +name = "alloy-consensus" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "629b62e38d471cc15fea534eb7283d2f8a4e8bdb1811bcc5d66dda6cfce6fae1" +dependencies = [ + "alloy-eips 0.3.6", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-serde 0.3.6", + "c-kzg", + "serde", +] + +[[package]] +name = "alloy-consensus" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "705687d5bfd019fee57cf9e206b27b30a9a9617535d5590a02b171e813208f8e" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-serde 0.4.2", + "arbitrary", + "auto_impl", + "c-kzg", + "derive_more 1.0.0", + "serde", + "serde_with", +] + +[[package]] +name = "alloy-contract" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eefe64fd344cffa9cf9e3435ec4e93e6e9c3481bc37269af988bf497faf4a6a" +dependencies = [ + "alloy-dyn-abi", + "alloy-json-abi", + "alloy-network 0.3.6", + "alloy-network-primitives 0.3.6", + "alloy-primitives 0.8.15", + "alloy-provider 0.3.6", + "alloy-pubsub 0.3.6", + "alloy-rpc-types-eth 0.3.6", + "alloy-sol-types 0.8.15", + "alloy-transport 0.3.6", + "futures", + "futures-util", + "thiserror 1.0.69", +] + +[[package]] +name = "alloy-core" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c618bd382f0bc2ac26a7e4bfae01c9b015ca8f21b37ca40059ae35a7e62b3dc6" +dependencies = [ + "alloy-dyn-abi", + "alloy-json-abi", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-sol-types 0.8.15", +] + +[[package]] +name = "alloy-dyn-abi" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41056bde53ae10ffbbf11618efbe1e0290859e5eab0fe9ef82ebdb62f12a866f" +dependencies = [ + "alloy-json-abi", + "alloy-primitives 0.8.15", + "alloy-sol-type-parser", + "alloy-sol-types 0.8.15", + "const-hex", + "derive_more 1.0.0", + "itoa", + "serde", + "serde_json", + "winnow 0.6.21", +] + +[[package]] +name = "alloy-eip2930" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "arbitrary", + "rand", + "serde", +] + +[[package]] +name = "alloy-eip7702" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea59dc42102bc9a1905dc57901edc6dd48b9f38115df86c7d252acba70d71d04" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "arbitrary", + "k256", + "rand", + "serde", + "serde_with", +] + +[[package]] +name = "alloy-eips" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f923dd5fca5f67a43d81ed3ebad0880bd41f6dd0ada930030353ac356c54cd0f" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-serde 0.3.6", + "c-kzg", + "derive_more 1.0.0", + "once_cell", + "serde", + "sha2 0.10.8", +] + +[[package]] +name = "alloy-eips" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ffb906284a1e1f63c4607da2068c8197458a352d0b3e9796e67353d72a9be85" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-serde 0.4.2", + "arbitrary", + "c-kzg", + "derive_more 1.0.0", + "once_cell", + "serde", + "sha2 0.10.8", +] + +[[package]] +name = "alloy-genesis" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a7a18afb0b318616b6b2b0e2e7ac5529d32a966c673b48091c9919e284e6aca" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-serde 0.3.6", + "serde", +] + +[[package]] +name = "alloy-genesis" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8429cf4554eed9b40feec7f4451113e76596086447550275e3def933faf47ce3" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-serde 0.4.2", + "serde", +] + +[[package]] +name = "alloy-json-abi" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c357da577dfb56998d01f574d81ad7a1958d248740a7981b205d69d65a7da404" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-sol-type-parser", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-json-rpc" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3c717b5298fad078cd3a418335b266eba91b511383ca9bd497f742d5975d5ab" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-sol-types 0.8.15", + "serde", + "serde_json", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "alloy-json-rpc" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8fa8a1a3c4cbd221f2b8e3693aeb328fca79a757fe556ed08e47bbbc2a70db7" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-sol-types 0.8.15", + "serde", + "serde_json", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "alloy-network" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb3705ce7d8602132bcf5ac7a1dd293a42adc2f183abf5907c30ac535ceca049" +dependencies = [ + "alloy-consensus 0.3.6", + "alloy-eips 0.3.6", + "alloy-json-rpc 0.3.6", + "alloy-network-primitives 0.3.6", + "alloy-primitives 0.8.15", + "alloy-rpc-types-eth 0.3.6", + "alloy-serde 0.3.6", + "alloy-signer 0.3.6", + "alloy-sol-types 0.8.15", + "async-trait", + "auto_impl", + "futures-utils-wasm", + "thiserror 1.0.69", +] + +[[package]] +name = "alloy-network" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85fa23a6a9d612b52e402c995f2d582c25165ec03ac6edf64c861a76bc5b87cd" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-json-rpc 0.4.2", + "alloy-network-primitives 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rpc-types-eth 0.4.2", + "alloy-serde 0.4.2", + "alloy-signer 0.4.2", + "alloy-sol-types 0.8.15", + "async-trait", + "auto_impl", + "futures-utils-wasm", + "thiserror 1.0.69", +] + +[[package]] +name = "alloy-network-primitives" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94ad40869867ed2d9cd3842b1e800889e5b49e6b92da346e93862b4a741bedf3" +dependencies = [ + "alloy-eips 0.3.6", + "alloy-primitives 0.8.15", + "alloy-serde 0.3.6", + "serde", +] + +[[package]] +name = "alloy-network-primitives" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "801492711d4392b2ccf5fc0bc69e299fa1aab15167d74dcaa9aab96a54f684bd" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-serde 0.4.2", + "serde", +] + +[[package]] +name = "alloy-primitives" +version = "0.7.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccb3ead547f4532bc8af961649942f0b9c16ee9226e26caa3f38420651cc0bf4" +dependencies = [ + "alloy-rlp", + "bytes", + "cfg-if", + "const-hex", + "derive_more 0.99.18", + "hex-literal", + "itoa", + "k256", + "keccak-asm", + "proptest", + "rand", + "ruint", + "serde", + "tiny-keccak", +] + +[[package]] +name = "alloy-primitives" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6259a506ab13e1d658796c31e6e39d2e2ee89243bcc505ddc613b35732e0a430" +dependencies = [ + "alloy-rlp", + "arbitrary", + "bytes", + "cfg-if", + "const-hex", + "derive_arbitrary", + "derive_more 1.0.0", + "foldhash", + "getrandom", + "hashbrown 0.15.2", + "hex-literal", + "indexmap 2.7.0", + "itoa", + "k256", + "keccak-asm", + "paste", + "proptest", + "proptest-derive", + "rand", + "ruint", + "rustc-hash 2.1.0", + "serde", + "sha3", + "tiny-keccak", +] + +[[package]] +name = "alloy-provider" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "927f708dd457ed63420400ee5f06945df9632d5d101851952056840426a10dc5" +dependencies = [ + "alloy-chains", + "alloy-consensus 0.3.6", + "alloy-eips 0.3.6", + "alloy-json-rpc 0.3.6", + "alloy-network 0.3.6", + "alloy-network-primitives 0.3.6", + "alloy-primitives 0.8.15", + "alloy-pubsub 0.3.6", + "alloy-rpc-client 0.3.6", + "alloy-rpc-types-eth 0.3.6", + "alloy-transport 0.3.6", + "alloy-transport-http 0.3.6", + "async-stream", + "async-trait", + "auto_impl", + "dashmap 6.1.0", + "futures", + "futures-utils-wasm", + "lru", + "pin-project", + "reqwest 0.12.12", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "alloy-provider" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcfaa4ffec0af04e3555686b8aacbcdf7d13638133a0672749209069750f78a6" +dependencies = [ + "alloy-chains", + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-json-rpc 0.4.2", + "alloy-network 0.4.2", + "alloy-network-primitives 0.4.2", + "alloy-primitives 0.8.15", + "alloy-pubsub 0.4.2", + "alloy-rpc-client 0.4.2", + "alloy-rpc-types-eth 0.4.2", + "alloy-transport 0.4.2", + "alloy-transport-http 0.4.2", + "alloy-transport-ws 0.4.2", + "async-stream", + "async-trait", + "auto_impl", + "dashmap 6.1.0", + "futures", + "futures-utils-wasm", + "lru", + "pin-project", + "reqwest 0.12.12", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "alloy-pubsub" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d05f63677e210d758cd5d6d1ce10f20c980c3560ccfbe79ba1997791862a04f" +dependencies = [ + "alloy-json-rpc 0.3.6", + "alloy-primitives 0.8.15", + "alloy-transport 0.3.6", + "bimap", + "futures", + "serde", + "serde_json", + "tokio", + "tokio-stream", + "tower 0.5.2", + "tracing", +] + +[[package]] +name = "alloy-pubsub" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f32cef487122ae75c91eb50154c70801d71fabdb976fec6c49e0af5e6486ab15" +dependencies = [ + "alloy-json-rpc 0.4.2", + "alloy-primitives 0.8.15", + "alloy-transport 0.4.2", + "bimap", + "futures", + "serde", + "serde_json", + "tokio", + "tokio-stream", + "tower 0.5.2", + "tracing", +] + +[[package]] +name = "alloy-rlp" +version = "0.3.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f542548a609dca89fcd72b3b9f355928cf844d4363c5eed9c5273a3dd225e097" +dependencies = [ + "alloy-rlp-derive", + "arrayvec", + "bytes", +] + +[[package]] +name = "alloy-rlp-derive" +version = "0.3.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a833d97bf8a5f0f878daf2c8451fff7de7f9de38baa5a45d936ec718d81255a" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "alloy-rpc-client" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d82952dca71173813d4e5733e2c986d8b04aea9e0f3b0a576664c232ad050a5" +dependencies = [ + "alloy-json-rpc 0.3.6", + "alloy-primitives 0.8.15", + "alloy-pubsub 0.3.6", + "alloy-transport 0.3.6", + "alloy-transport-http 0.3.6", + "alloy-transport-ws 0.3.6", + "futures", + "pin-project", + "reqwest 0.12.12", + "serde", + "serde_json", + "tokio", + "tokio-stream", + "tower 0.5.2", + "tracing", + "url", +] + +[[package]] +name = "alloy-rpc-client" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "370143ed581aace6e663342d21d209c6b2e34ee6142f7d6675adb518deeaf0dc" +dependencies = [ + "alloy-json-rpc 0.4.2", + "alloy-primitives 0.8.15", + "alloy-pubsub 0.4.2", + "alloy-transport 0.4.2", + "alloy-transport-http 0.4.2", + "alloy-transport-ws 0.4.2", + "futures", + "pin-project", + "reqwest 0.12.12", + "serde", + "serde_json", + "tokio", + "tokio-stream", + "tower 0.5.2", + "tracing", + "url", +] + +[[package]] +name = "alloy-rpc-types" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64333d639f2a0cf73491813c629a405744e16343a4bc5640931be707c345ecc5" +dependencies = [ + "alloy-rpc-types-eth 0.3.6", + "alloy-serde 0.3.6", + "serde", +] + +[[package]] +name = "alloy-rpc-types" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ffc534b7919e18f35e3aa1f507b6f3d9d92ec298463a9f6beaac112809d8d06" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth 0.4.2", + "alloy-serde 0.4.2", + "serde", +] + +[[package]] +name = "alloy-rpc-types-admin" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb520ed46cc5b7d8c014a73fdd77b6a310383a2a5c0a5ae3c9b8055881f062b7" +dependencies = [ + "alloy-genesis 0.4.2", + "alloy-primitives 0.8.15", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-rpc-types-anvil" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d780adaa5d95b07ad92006b2feb68ecfa7e2015f7d5976ceaac4c906c73ebd07" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-serde 0.4.2", + "serde", +] + +[[package]] +name = "alloy-rpc-types-beacon" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a8dc5980fe30203d698627cddb5f0cedc57f900c8b5e1229c8b9448e37acb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "serde", + "serde_with", + "thiserror 1.0.69", +] + +[[package]] +name = "alloy-rpc-types-debug" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59d8f8c5bfb160081a772f1f68eb9a37e8929c4ef74e5d01f5b78c2b645a5c5e" +dependencies = [ + "alloy-primitives 0.8.15", + "serde", +] + +[[package]] +name = "alloy-rpc-types-engine" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0285c4c09f838ab830048b780d7f4a4f460f309aa1194bb049843309524c64c" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-serde 0.4.2", + "derive_more 1.0.0", + "jsonrpsee-types", + "jsonwebtoken 9.3.0", + "rand", + "serde", + "strum", +] + +[[package]] +name = "alloy-rpc-types-eth" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83aa984386deda02482660aa31cb8ca1e63d533f1c31a52d7d181ac5ec68e9b8" +dependencies = [ + "alloy-consensus 0.3.6", + "alloy-eips 0.3.6", + "alloy-network-primitives 0.3.6", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-serde 0.3.6", + "alloy-sol-types 0.8.15", + "cfg-if", + "derive_more 1.0.0", + "hashbrown 0.14.5", + "itertools 0.13.0", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-rpc-types-eth" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413f4aa3ccf2c3e4234a047c5fa4727916d7daf25a89f9b765df0ba09784fd87" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-network-primitives 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-serde 0.4.2", + "alloy-sol-types 0.8.15", + "derive_more 1.0.0", + "itertools 0.13.0", + "jsonrpsee-types", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-rpc-types-mev" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cec23ce56c869eec5f6b6fd6a8a92b5aa0cfaf8d7be3a96502e537554dc7430" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-serde 0.4.2", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-rpc-types-trace" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "017cad3e5793c5613588c1f9732bcbad77e820ba7d0feaba3527749f856fdbc5" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-eth 0.4.2", + "alloy-serde 0.4.2", + "serde", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "alloy-rpc-types-txpool" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b230e321c416be7f50530159392b4c41a45596d40d97e185575bcd0b545e521" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-eth 0.4.2", + "alloy-serde 0.4.2", + "serde", +] + +[[package]] +name = "alloy-serde" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "731f75ec5d383107fd745d781619bd9cedf145836c51ecb991623d41278e71fa" +dependencies = [ + "alloy-primitives 0.8.15", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-serde" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9dff0ab1cdd43ca001e324dc27ee0e8606bd2161d6623c63e0e0b8c4dfc13600" +dependencies = [ + "alloy-primitives 0.8.15", + "arbitrary", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-signer" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "307324cca94354cd654d6713629f0383ec037e1ff9e3e3d547212471209860c0" +dependencies = [ + "alloy-primitives 0.8.15", + "async-trait", + "auto_impl", + "elliptic-curve", + "k256", + "thiserror 1.0.69", +] + +[[package]] +name = "alloy-signer" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fd4e0ad79c81a27ca659be5d176ca12399141659fef2bcbfdc848da478f4504" +dependencies = [ + "alloy-primitives 0.8.15", + "async-trait", + "auto_impl", + "elliptic-curve", + "k256", + "thiserror 1.0.69", +] + +[[package]] +name = "alloy-signer-local" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fabe917ab1778e760b4701628d1cae8e028ee9d52ac6307de4e1e9286ab6b5f" +dependencies = [ + "alloy-consensus 0.3.6", + "alloy-network 0.3.6", + "alloy-primitives 0.8.15", + "alloy-signer 0.3.6", + "async-trait", + "k256", + "rand", + "thiserror 1.0.69", +] + +[[package]] +name = "alloy-signer-local" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "494e0a256f3e99f2426f994bcd1be312c02cb8f88260088dacb33a8b8936475f" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-network 0.4.2", + "alloy-primitives 0.8.15", + "alloy-signer 0.4.2", + "async-trait", + "k256", + "rand", + "thiserror 1.0.69", +] + +[[package]] +name = "alloy-sol-macro" +version = "0.7.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b40397ddcdcc266f59f959770f601ce1280e699a91fc1862f29cef91707cd09" +dependencies = [ + "alloy-sol-macro-expander 0.7.7", + "alloy-sol-macro-input 0.7.7", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "alloy-sol-macro" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9d64f851d95619233f74b310f12bcf16e0cbc27ee3762b6115c14a84809280a" +dependencies = [ + "alloy-sol-macro-expander 0.8.15", + "alloy-sol-macro-input 0.8.15", + "proc-macro-error2", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "alloy-sol-macro-expander" +version = "0.7.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "867a5469d61480fea08c7333ffeca52d5b621f5ca2e44f271b117ec1fc9a0525" +dependencies = [ + "alloy-sol-macro-input 0.7.7", + "const-hex", + "heck 0.5.0", + "indexmap 2.7.0", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.93", + "syn-solidity 0.7.7", + "tiny-keccak", +] + +[[package]] +name = "alloy-sol-macro-expander" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bf7ed1574b699f48bf17caab4e6e54c6d12bc3c006ab33d58b1e227c1c3559f" +dependencies = [ + "alloy-sol-macro-input 0.8.15", + "const-hex", + "heck 0.5.0", + "indexmap 2.7.0", + "proc-macro-error2", + "proc-macro2", + "quote", + "syn 2.0.93", + "syn-solidity 0.8.15", + "tiny-keccak", +] + +[[package]] +name = "alloy-sol-macro-input" +version = "0.7.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e482dc33a32b6fadbc0f599adea520bd3aaa585c141a80b404d0a3e3fa72528" +dependencies = [ + "const-hex", + "dunce", + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.93", + "syn-solidity 0.7.7", +] + +[[package]] +name = "alloy-sol-macro-input" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c02997ccef5f34f9c099277d4145f183b422938ed5322dc57a089fe9b9ad9ee" +dependencies = [ + "const-hex", + "dunce", + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.93", + "syn-solidity 0.8.15", +] + +[[package]] +name = "alloy-sol-type-parser" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce13ff37285b0870d0a0746992a4ae48efaf34b766ae4c2640fa15e5305f8e73" +dependencies = [ + "serde", + "winnow 0.6.21", +] + +[[package]] +name = "alloy-sol-types" +version = "0.7.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a91ca40fa20793ae9c3841b83e74569d1cc9af29a2f5237314fd3452d51e38c7" +dependencies = [ + "alloy-primitives 0.7.7", + "alloy-sol-macro 0.7.7", + "const-hex", + "serde", +] + +[[package]] +name = "alloy-sol-types" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1174cafd6c6d810711b4e00383037bdb458efc4fe3dbafafa16567e0320c54d8" +dependencies = [ + "alloy-json-abi", + "alloy-primitives 0.8.15", + "alloy-sol-macro 0.8.15", + "const-hex", + "serde", +] + +[[package]] +name = "alloy-transport" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33616b2edf7454302a1d48084db185e52c309f73f6c10be99b0fe39354b3f1e9" +dependencies = [ + "alloy-json-rpc 0.3.6", + "base64 0.22.1", + "futures-util", + "futures-utils-wasm", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tower 0.5.2", + "tracing", + "url", +] + +[[package]] +name = "alloy-transport" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ac3e97dad3d31770db0fc89bd6a63b789fbae78963086733f960cf32c483904" +dependencies = [ + "alloy-json-rpc 0.4.2", + "base64 0.22.1", + "futures-util", + "futures-utils-wasm", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tower 0.5.2", + "tracing", + "url", +] + +[[package]] +name = "alloy-transport-http" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a944f5310c690b62bbb3e7e5ce34527cbd36b2d18532a797af123271ce595a49" +dependencies = [ + "alloy-json-rpc 0.3.6", + "alloy-transport 0.3.6", + "reqwest 0.12.12", + "serde_json", + "tower 0.5.2", + "tracing", + "url", +] + +[[package]] +name = "alloy-transport-http" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b367dcccada5b28987c2296717ee04b9a5637aacd78eacb1726ef211678b5212" +dependencies = [ + "alloy-json-rpc 0.4.2", + "alloy-transport 0.4.2", + "reqwest 0.12.12", + "serde_json", + "tower 0.5.2", + "tracing", + "url", +] + +[[package]] +name = "alloy-transport-ws" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9704761f6297fe482276bee7f77a93cb42bd541c2bd6c1c560b6f3a9ece672e" +dependencies = [ + "alloy-pubsub 0.3.6", + "alloy-transport 0.3.6", + "futures", + "http 1.2.0", + "rustls 0.23.20", + "serde_json", + "tokio", + "tokio-tungstenite 0.23.1", + "tracing", + "ws_stream_wasm", +] + +[[package]] +name = "alloy-transport-ws" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7153b88690de6a50bba81c11e1d706bc41dbb90126d607404d60b763f6a3947f" +dependencies = [ + "alloy-pubsub 0.4.2", + "alloy-transport 0.4.2", + "futures", + "http 1.2.0", + "rustls 0.23.20", + "serde_json", + "tokio", + "tokio-tungstenite 0.24.0", + "tracing", + "ws_stream_wasm", +] + +[[package]] +name = "alloy-trie" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9703ce68b97f8faae6f7739d1e003fc97621b856953cbcdbb2b515743f23288" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "derive_more 1.0.0", + "nybbles", + "serde", + "smallvec", + "tracing", +] + +[[package]] +name = "android-tzdata" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + +[[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 = "ansi_term" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" +dependencies = [ + "winapi", +] + +[[package]] +name = "anstream" +version = "0.6.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", +] + +[[package]] +name = "anstyle" +version = "1.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" + +[[package]] +name = "anstyle-parse" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" +dependencies = [ + "utf8parse", +] + +[[package]] +name = "anstyle-query" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" +dependencies = [ + "windows-sys 0.59.0", +] + +[[package]] +name = "anstyle-wincon" +version = "3.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" +dependencies = [ + "anstyle", + "windows-sys 0.59.0", +] + +[[package]] +name = "anyhow" +version = "1.0.95" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" + +[[package]] +name = "aquamarine" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e" +dependencies = [ + "include_dir", + "itertools 0.10.5", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "arbitrary" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" +dependencies = [ + "derive_arbitrary", +] + +[[package]] +name = "argh" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34ff18325c8a36b82f992e533ece1ec9f9a9db446bd1c14d4f936bac88fcd240" +dependencies = [ + "argh_derive", + "argh_shared", + "rust-fuzzy-search", +] + +[[package]] +name = "argh_derive" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adb7b2b83a50d329d5d8ccc620f5c7064028828538bdf5646acd60dc1f767803" +dependencies = [ + "argh_shared", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "argh_shared" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a464143cc82dedcdc3928737445362466b7674b5db4e2eb8e869846d6d84f4f6" +dependencies = [ + "serde", +] + +[[package]] +name = "argon2" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" +dependencies = [ + "base64ct", + "blake2", + "cpufeatures", + "password-hash 0.5.0", +] + +[[package]] +name = "ark-bn254" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f" +dependencies = [ + "ark-ec", + "ark-ff 0.4.2", + "ark-std 0.4.0", +] + +[[package]] +name = "ark-crypto-primitives" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3a13b34da09176a8baba701233fdffbaa7c1b1192ce031a3da4e55ce1f1a56" +dependencies = [ + "ark-ec", + "ark-ff 0.4.2", + "ark-relations", + "ark-serialize 0.4.2", + "ark-snark", + "ark-std 0.4.0", + "blake2", + "derivative", + "digest 0.10.7", + "sha2 0.10.8", +] + +[[package]] +name = "ark-ec" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" +dependencies = [ + "ark-ff 0.4.2", + "ark-poly", + "ark-serialize 0.4.2", + "ark-std 0.4.0", + "derivative", + "hashbrown 0.13.2", + "itertools 0.10.5", + "num-traits", + "zeroize", +] + +[[package]] +name = "ark-ff" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6" +dependencies = [ + "ark-ff-asm 0.3.0", + "ark-ff-macros 0.3.0", + "ark-serialize 0.3.0", + "ark-std 0.3.0", + "derivative", + "num-bigint 0.4.6", + "num-traits", + "paste", + "rustc_version 0.3.3", + "zeroize", +] + +[[package]] +name = "ark-ff" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" +dependencies = [ + "ark-ff-asm 0.4.2", + "ark-ff-macros 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", + "derivative", + "digest 0.10.7", + "itertools 0.10.5", + "num-bigint 0.4.6", + "num-traits", + "paste", + "rustc_version 0.4.1", + "zeroize", +] + +[[package]] +name = "ark-ff-asm" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44" +dependencies = [ + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-ff-asm" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" +dependencies = [ + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-ff-macros" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20" +dependencies = [ + "num-bigint 0.4.6", + "num-traits", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-ff-macros" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" +dependencies = [ + "num-bigint 0.4.6", + "num-traits", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-groth16" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20ceafa83848c3e390f1cbf124bc3193b3e639b3f02009e0e290809a501b95fc" +dependencies = [ + "ark-crypto-primitives", + "ark-ec", + "ark-ff 0.4.2", + "ark-poly", + "ark-relations", + "ark-serialize 0.4.2", + "ark-std 0.4.0", +] + +[[package]] +name = "ark-poly" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" +dependencies = [ + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", + "derivative", + "hashbrown 0.13.2", +] + +[[package]] +name = "ark-relations" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00796b6efc05a3f48225e59cb6a2cda78881e7c390872d5786aaf112f31fb4f0" +dependencies = [ + "ark-ff 0.4.2", + "ark-std 0.4.0", + "tracing", + "tracing-subscriber 0.2.25", +] + +[[package]] +name = "ark-serialize" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671" +dependencies = [ + "ark-std 0.3.0", + "digest 0.9.0", +] + +[[package]] +name = "ark-serialize" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" +dependencies = [ + "ark-serialize-derive", + "ark-std 0.4.0", + "digest 0.10.7", + "num-bigint 0.4.6", +] + +[[package]] +name = "ark-serialize-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-snark" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84d3cc6833a335bb8a600241889ead68ee89a3cf8448081fb7694c0fe503da63" +dependencies = [ + "ark-ff 0.4.2", + "ark-relations", + "ark-serialize 0.4.2", + "ark-std 0.4.0", +] + +[[package]] +name = "ark-std" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" +dependencies = [ + "num-traits", + "rand", +] + +[[package]] +name = "ark-std" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" +dependencies = [ + "num-traits", + "rand", +] + +[[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 = "asn1_der" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" + +[[package]] +name = "async-compression" +version = "0.4.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522" +dependencies = [ + "brotli", + "flate2", + "futures-core", + "memchr", + "pin-project-lite", + "tokio", + "zstd 0.13.2", + "zstd-safe 7.2.1", +] + +[[package]] +name = "async-stream" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" +dependencies = [ + "async-stream-impl", + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "async-stream-impl" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "async-trait" +version = "0.1.83" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "async_io_stream" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" +dependencies = [ + "futures", + "pharos", + "rustc_version 0.4.1", +] + +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + +[[package]] +name = "aurora-engine-modexp" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0aef7712851e524f35fbbb74fa6599c5cd8692056a1c36f9ca0d2001b670e7e5" +dependencies = [ + "hex", + "num", +] + +[[package]] +name = "auto_impl" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "autocfg" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" + +[[package]] +name = "axum" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" +dependencies = [ + "async-trait", + "axum-core", + "bytes", + "futures-util", + "http 1.2.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.5.2", + "hyper-util", + "itoa", + "matchit", + "memchr", + "mime", + "percent-encoding", + "pin-project-lite", + "rustversion", + "serde", + "serde_json", + "serde_path_to_error", + "serde_urlencoded", + "sync_wrapper 1.0.2", + "tokio", + "tower 0.5.2", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "axum-core" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" +dependencies = [ + "async-trait", + "bytes", + "futures-util", + "http 1.2.0", + "http-body 1.0.1", + "http-body-util", + "mime", + "pin-project-lite", + "rustversion", + "sync_wrapper 1.0.2", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "backon" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5289ec98f68f28dd809fd601059e6aa908bb8f6108620930828283d4ee23d7" +dependencies = [ + "fastrand", + "tokio", +] + +[[package]] +name = "backtrace" +version = "0.3.74" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" +dependencies = [ + "addr2line", + "cfg-if", + "libc", + "miniz_oxide", + "object", + "rustc-demangle", + "serde", + "windows-targets 0.52.6", +] + +[[package]] +name = "base-x" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" + +[[package]] +name = "base16ct" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" + +[[package]] +name = "base58ck" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f" +dependencies = [ + "bitcoin-internals 0.3.0", + "bitcoin_hashes 0.14.0", +] + +[[package]] +name = "base64" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" + +[[package]] +name = "base64" +version = "0.21.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" + +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + +[[package]] +name = "base64ct" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" + +[[package]] +name = "bdk_bitcoind_rpc" +version = "0.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ac1a1da33a22949c3e2b3a715431eaed50c2c9278c8cdac06f0254b7659291f" +dependencies = [ + "bdk_core", + "bitcoin", + "bitcoincore-rpc", +] + +[[package]] +name = "bdk_chain" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4955734f97b2baed3f36d16ae7c203fdde31ae85391ac44ee3cbcaf0886db5ce" +dependencies = [ + "bdk_core", + "bitcoin", + "miniscript", + "rusqlite", + "serde", +] + +[[package]] +name = "bdk_core" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b545aea1efc090e4f71f1dd5468090d9f54c3de48002064c04895ef811fbe0b2" +dependencies = [ + "bitcoin", + "hashbrown 0.14.5", + "serde", +] + +[[package]] +name = "bdk_esplora" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d7fdf5efbebabc0c0bb46c0348ef0d4db505856c7d6c5d50cebba1e5eda5fe4" +dependencies = [ + "async-trait", + "bdk_core", + "esplora-client", + "futures", +] + +[[package]] +name = "bdk_wallet" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c6362d350e13a94f68a102dafadbcc1500705016e4c2971b4c4e6f46054cb18" +dependencies = [ + "bdk_chain", + "bitcoin", + "miniscript", + "rand_core", + "serde", + "serde_json", +] + +[[package]] +name = "bech32" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" + +[[package]] +name = "bech32" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" + +[[package]] +name = "bimap" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" + +[[package]] +name = "bincode" +version = "1.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" +dependencies = [ + "serde", +] + +[[package]] +name = "bindgen" +version = "0.69.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" +dependencies = [ + "bitflags 2.6.0", + "cexpr", + "clang-sys", + "itertools 0.12.1", + "lazy_static", + "lazycell", + "proc-macro2", + "quote", + "regex", + "rustc-hash 1.1.0", + "shlex", + "syn 2.0.93", +] + +[[package]] +name = "bindgen" +version = "0.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" +dependencies = [ + "bitflags 2.6.0", + "cexpr", + "clang-sys", + "itertools 0.13.0", + "log", + "prettyplease", + "proc-macro2", + "quote", + "regex", + "rustc-hash 1.1.0", + "shlex", + "syn 2.0.93", +] + +[[package]] +name = "bip39" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387" +dependencies = [ + "bitcoin_hashes 0.13.0", + "serde", + "unicode-normalization", +] + +[[package]] +name = "bit-set" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +dependencies = [ + "bit-vec 0.6.3", +] + +[[package]] +name = "bit-set" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" +dependencies = [ + "bit-vec 0.8.0", +] + +[[package]] +name = "bit-vec" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" + +[[package]] +name = "bit-vec" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" + +[[package]] +name = "bitcoin" +version = "0.32.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce6bc65742dea50536e35ad42492b234c27904a27f0abdcbce605015cb4ea026" +dependencies = [ + "base58ck", + "base64 0.21.7", + "bech32 0.11.0", + "bitcoin-internals 0.3.0", + "bitcoin-io", + "bitcoin-units", + "bitcoin_hashes 0.14.0", + "hex-conservative 0.2.1", + "hex_lit", + "secp256k1", + "serde", +] + +[[package]] +name = "bitcoin-internals" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" + +[[package]] +name = "bitcoin-internals" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2" +dependencies = [ + "serde", +] + +[[package]] +name = "bitcoin-io" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" + +[[package]] +name = "bitcoin-units" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2" +dependencies = [ + "bitcoin-internals 0.3.0", + "serde", +] + +[[package]] +name = "bitcoin_hashes" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" +dependencies = [ + "bitcoin-internals 0.2.0", + "hex-conservative 0.1.2", +] + +[[package]] +name = "bitcoin_hashes" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" +dependencies = [ + "bitcoin-io", + "hex-conservative 0.2.1", + "serde", +] + +[[package]] +name = "bitcoincore-rpc" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aedd23ae0fd321affb4bbbc36126c6f49a32818dc6b979395d24da8c9d4e80ee" +dependencies = [ + "bitcoincore-rpc-json", + "jsonrpc", + "log", + "serde", + "serde_json", +] + +[[package]] +name = "bitcoincore-rpc-json" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8909583c5fab98508e80ef73e5592a651c954993dc6b7739963257d19f0e71a" +dependencies = [ + "bitcoin", + "serde", + "serde_json", +] + +[[package]] +name = "bitflags" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" +dependencies = [ + "serde", +] + +[[package]] +name = "bitvec" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" +dependencies = [ + "funty", + "radium", + "serde", + "tap", + "wyz", +] + +[[package]] +name = "blake2" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" +dependencies = [ + "digest 0.10.7", +] + +[[package]] +name = "blake2b_simd" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" +dependencies = [ + "arrayref", + "arrayvec", + "constant_time_eq 0.3.1", +] + +[[package]] +name = "blake3" +version = "1.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" +dependencies = [ + "arrayref", + "arrayvec", + "cc", + "cfg-if", + "constant_time_eq 0.3.1", +] + +[[package]] +name = "block" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" + +[[package]] +name = "block-buffer" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" +dependencies = [ + "generic-array 0.14.7", +] + +[[package]] +name = "block-buffer" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" +dependencies = [ + "generic-array 0.14.7", +] + +[[package]] +name = "block-padding" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" +dependencies = [ + "generic-array 0.14.7", +] + +[[package]] +name = "bls12_381" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3c196a77437e7cc2fb515ce413a6401291578b5afc8ecb29a3c7ab957f05941" +dependencies = [ + "ff 0.12.1", + "group 0.12.1", + "pairing", + "rand_core", + "subtle", +] + +[[package]] +name = "blst" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4378725facc195f1a538864863f6de233b500a8862747e7f165078a419d5e874" +dependencies = [ + "cc", + "glob", + "threadpool", + "zeroize", +] + +[[package]] +name = "boa_ast" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a69ee3a749ea36d4e56d92941e7b25076b493d4917c3d155b6cf369e23547d9" +dependencies = [ + "bitflags 2.6.0", + "boa_interner", + "boa_macros", + "indexmap 2.7.0", + "num-bigint 0.4.6", + "rustc-hash 2.1.0", +] + +[[package]] +name = "boa_engine" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06e4559b35b80ceb2e6328481c0eca9a24506663ea33ee1e279be6b5b618b25c" +dependencies = [ + "arrayvec", + "bitflags 2.6.0", + "boa_ast", + "boa_gc", + "boa_interner", + "boa_macros", + "boa_parser", + "boa_profiler", + "boa_string", + "bytemuck", + "cfg-if", + "dashmap 5.5.3", + "fast-float", + "hashbrown 0.14.5", + "icu_normalizer", + "indexmap 2.7.0", + "intrusive-collections", + "itertools 0.13.0", + "num-bigint 0.4.6", + "num-integer", + "num-traits", + "num_enum 0.7.3", + "once_cell", + "pollster", + "portable-atomic", + "rand", + "regress", + "rustc-hash 2.1.0", + "ryu-js", + "serde", + "serde_json", + "sptr", + "static_assertions", + "tap", + "thin-vec", + "thiserror 1.0.69", + "time", +] + +[[package]] +name = "boa_gc" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "716406f57d67bc3ac7fd227d5513b42df401dff14a3be22cbd8ee29817225363" +dependencies = [ + "boa_macros", + "boa_profiler", + "boa_string", + "hashbrown 0.14.5", + "thin-vec", +] + +[[package]] +name = "boa_interner" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e18df2272616e1ba0322a69333d37dbb78797f1aa0595aad9dc41e8ecd06ad9" +dependencies = [ + "boa_gc", + "boa_macros", + "hashbrown 0.14.5", + "indexmap 2.7.0", + "once_cell", + "phf", + "rustc-hash 2.1.0", + "static_assertions", +] + +[[package]] +name = "boa_macros" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240f4126219a83519bad05c9a40bfc0303921eeb571fc2d7e44c17ffac99d3f1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", + "synstructure", +] + +[[package]] +name = "boa_parser" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62b59dc05bf1dc019b11478a92986f590cff43fced4d20e866eefb913493e91c" +dependencies = [ + "bitflags 2.6.0", + "boa_ast", + "boa_interner", + "boa_macros", + "boa_profiler", + "fast-float", + "icu_properties", + "num-bigint 0.4.6", + "num-traits", + "regress", + "rustc-hash 2.1.0", +] + +[[package]] +name = "boa_profiler" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00ee0645509b3b91abd724f25072649d9e8e65653a78ff0b6e592788a58dd838" + +[[package]] +name = "boa_string" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae85205289bab1f2c7c8a30ddf0541cf89ba2ff7dbd144feef50bbfa664288d4" +dependencies = [ + "fast-float", + "paste", + "rustc-hash 2.1.0", + "sptr", + "static_assertions", +] + +[[package]] +name = "bonsai-sdk" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce58205497760ded0e4c743bc7a7aee28da5ca29b4adb7a635bf3bee2d118ebc" +dependencies = [ + "duplicate", + "maybe-async", + "reqwest 0.12.12", + "serde", + "thiserror 1.0.69", +] + +[[package]] +name = "borsh" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03" +dependencies = [ + "borsh-derive", + "cfg_aliases", +] + +[[package]] +name = "borsh-derive" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244" +dependencies = [ + "once_cell", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "boyer-moore-magiclen" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95e6233f2d926b5b123caf9d58e3885885255567fbe7776a7fdcae2a4d7241c4" +dependencies = [ + "debug-helper", +] + +[[package]] +name = "brotli" +version = "7.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", + "brotli-decompressor", +] + +[[package]] +name = "brotli-decompressor" +version = "4.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", +] + +[[package]] +name = "bs58" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" +dependencies = [ + "sha2 0.10.8", + "tinyvec", +] + +[[package]] +name = "bumpalo" +version = "3.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" + +[[package]] +name = "byte-slice-cast" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" + +[[package]] +name = "bytemuck" +version = "1.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3" +dependencies = [ + "bytemuck_derive", +] + +[[package]] +name = "bytemuck_derive" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "byteorder" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + +[[package]] +name = "bytes" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +dependencies = [ + "serde", +] + +[[package]] +name = "bzip2" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" +dependencies = [ + "bzip2-sys", + "libc", +] + +[[package]] +name = "bzip2-sys" +version = "0.1.11+1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" +dependencies = [ + "cc", + "libc", + "pkg-config", +] + +[[package]] +name = "c-kzg" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0307f72feab3300336fb803a57134159f6e20139af1357f36c54cb90d8e8928" +dependencies = [ + "blst", + "cc", + "glob", + "hex", + "libc", + "once_cell", + "serde", +] + +[[package]] +name = "camino" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" +dependencies = [ + "serde", +] + +[[package]] +name = "cargo-platform" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" +dependencies = [ + "serde", +] + +[[package]] +name = "cargo_metadata" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" +dependencies = [ + "camino", + "cargo-platform", + "semver 1.0.24", + "serde", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "cassowary" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" + +[[package]] +name = "castaway" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" +dependencies = [ + "rustversion", +] + +[[package]] +name = "cc" +version = "1.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333" +dependencies = [ + "jobserver", + "libc", + "shlex", +] + +[[package]] +name = "cesu8" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" + +[[package]] +name = "cexpr" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" +dependencies = [ + "nom", +] + +[[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + +[[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.39" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" +dependencies = [ + "android-tzdata", + "iana-time-zone", + "js-sys", + "num-traits", + "serde", + "wasm-bindgen", + "windows-targets 0.52.6", +] + +[[package]] +name = "cipher" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" +dependencies = [ + "crypto-common", + "inout", +] + +[[package]] +name = "clang-sys" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" +dependencies = [ + "glob", + "libc", + "libloading", +] + +[[package]] +name = "clap" +version = "4.5.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" +dependencies = [ + "clap_builder", + "clap_derive", +] + +[[package]] +name = "clap_builder" +version = "4.5.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" +dependencies = [ + "anstream", + "anstyle", + "clap_lex", + "strsim", +] + +[[package]] +name = "clap_derive" +version = "4.5.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "clap_lex" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" + +[[package]] +name = "coins-bip32" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b6be4a5df2098cd811f3194f64ddb96c267606bffd9689ac7b0160097b01ad3" +dependencies = [ + "bs58", + "coins-core", + "digest 0.10.7", + "hmac 0.12.1", + "k256", + "serde", + "sha2 0.10.8", + "thiserror 1.0.69", +] + +[[package]] +name = "coins-bip39" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3db8fba409ce3dc04f7d804074039eb68b960b0829161f8e06c95fea3f122528" +dependencies = [ + "bitvec", + "coins-bip32", + "hmac 0.12.1", + "once_cell", + "pbkdf2 0.12.2", + "rand", + "sha2 0.10.8", + "thiserror 1.0.69", +] + +[[package]] +name = "coins-core" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5286a0843c21f8367f7be734f89df9b822e0321d8bcce8d6e735aadff7d74979" +dependencies = [ + "base64 0.21.7", + "bech32 0.9.1", + "bs58", + "digest 0.10.7", + "generic-array 0.14.7", + "hex", + "ripemd", + "serde", + "serde_derive", + "sha2 0.10.8", + "sha3", + "thiserror 1.0.69", +] + +[[package]] +name = "colorchoice" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" + +[[package]] +name = "colored" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" +dependencies = [ + "lazy_static", + "windows-sys 0.59.0", +] + +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + +[[package]] +name = "comfy-table" +version = "7.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9" +dependencies = [ + "crossterm", + "strum", + "strum_macros", + "unicode-width 0.2.0", +] + +[[package]] +name = "compact_str" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" +dependencies = [ + "castaway", + "cfg-if", + "itoa", + "rustversion", + "ryu", + "static_assertions", +] + +[[package]] +name = "concat-kdf" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d72c1252426a83be2092dd5884a5f6e3b8e7180f6891b6263d2c21b92ec8816" +dependencies = [ + "digest 0.10.7", +] + +[[package]] +name = "config" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68578f196d2a33ff61b27fae256c3164f65e36382648e30666dde05b8cc9dfdf" +dependencies = [ + "nom", + "pathdiff", + "serde", + "toml 0.8.19", +] + +[[package]] +name = "console" +version = "0.15.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" +dependencies = [ + "encode_unicode", + "libc", + "once_cell", + "unicode-width 0.2.0", + "windows-sys 0.59.0", +] + +[[package]] +name = "const-hex" +version = "1.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" +dependencies = [ + "cfg-if", + "cpufeatures", + "hex", + "proptest", + "serde", +] + +[[package]] +name = "const-oid" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" + +[[package]] +name = "const_format" +version = "0.2.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd" +dependencies = [ + "const_format_proc_macros", + "konst", +] + +[[package]] +name = "const_format_proc_macros" +version = "0.2.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", +] + +[[package]] +name = "constant_time_eq" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" + +[[package]] +name = "constant_time_eq" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" + +[[package]] +name = "convert_case" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" + +[[package]] +name = "convert_case" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" +dependencies = [ + "unicode-segmentation", +] + +[[package]] +name = "core-foundation" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" + +[[package]] +name = "core-graphics-types" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" +dependencies = [ + "bitflags 1.3.2", + "core-foundation 0.9.4", + "libc", +] + +[[package]] +name = "core2" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" +dependencies = [ + "memchr", +] + +[[package]] +name = "corepc-client" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b926446a90cd329b8ce85ea40d74e1961d0ad42ea0bc0708a82e5ca843fe631d" +dependencies = [ + "bitcoin", + "corepc-types", + "jsonrpc", + "log", + "serde", + "serde_json", +] + +[[package]] +name = "corepc-node" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d73264e3fa9857a43c8c51dba528646c355773617924f0b9e821d078f11a6fb" +dependencies = [ + "anyhow", + "bitcoin_hashes 0.14.0", + "corepc-client", + "flate2", + "log", + "minreq", + "serde_json", + "tar", + "tempfile", + "which", + "zip", +] + +[[package]] +name = "corepc-types" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7efadd36b3035cb5dda5c8346d6314a16507b4d26269a553733d12b5bbf9b31" +dependencies = [ + "bitcoin", + "bitcoin-internals 0.3.0", + "serde", + "serde_json", +] + +[[package]] +name = "cpufeatures" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" +dependencies = [ + "libc", +] + +[[package]] +name = "crc" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + +[[package]] +name = "crc32fast" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "crossbeam-channel" +version = "0.5.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-deque" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-epoch" +version = "0.9.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" + +[[package]] +name = "crossterm" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" +dependencies = [ + "bitflags 2.6.0", + "crossterm_winapi", + "mio 1.0.3", + "parking_lot 0.12.3", + "rustix", + "signal-hook", + "signal-hook-mio", + "winapi", +] + +[[package]] +name = "crossterm_winapi" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" +dependencies = [ + "winapi", +] + +[[package]] +name = "crunchy" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" + +[[package]] +name = "crypto-bigint" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" +dependencies = [ + "generic-array 0.14.7", + "rand_core", + "subtle", + "zeroize", +] + +[[package]] +name = "crypto-common" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" +dependencies = [ + "generic-array 0.14.7", + "rand_core", + "typenum", +] + +[[package]] +name = "crypto-mac" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" +dependencies = [ + "generic-array 0.14.7", + "subtle", +] + +[[package]] +name = "ctr" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" +dependencies = [ + "cipher", +] + +[[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", + "digest 0.10.7", + "fiat-crypto", + "rustc_version 0.4.1", + "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.93", +] + +[[package]] +name = "darling" +version = "0.20.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" +dependencies = [ + "darling_core", + "darling_macro", +] + +[[package]] +name = "darling_core" +version = "0.20.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn 2.0.93", +] + +[[package]] +name = "darling_macro" +version = "0.20.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" +dependencies = [ + "darling_core", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "dashmap" +version = "5.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +dependencies = [ + "cfg-if", + "hashbrown 0.14.5", + "lock_api", + "once_cell", + "parking_lot_core 0.9.10", +] + +[[package]] +name = "dashmap" +version = "6.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" +dependencies = [ + "cfg-if", + "crossbeam-utils", + "hashbrown 0.14.5", + "lock_api", + "once_cell", + "parking_lot_core 0.9.10", +] + +[[package]] +name = "dashu" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85b3e5ac1e23ff1995ef05b912e2b012a8784506987a2651552db2c73fb3d7e0" +dependencies = [ + "dashu-base", + "dashu-float", + "dashu-int", + "dashu-macros", + "dashu-ratio", + "rustversion", +] + +[[package]] +name = "dashu-base" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0b80bf6b85aa68c58ffea2ddb040109943049ce3fbdf4385d0380aef08ef289" + +[[package]] +name = "dashu-float" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85078445a8dbd2e1bd21f04a816f352db8d333643f0c9b78ca7c3d1df71063e7" +dependencies = [ + "dashu-base", + "dashu-int", + "num-modular", + "num-order", + "rustversion", + "static_assertions", +] + +[[package]] +name = "dashu-int" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee99d08031ca34a4d044efbbb21dff9b8c54bb9d8c82a189187c0651ffdb9fbf" +dependencies = [ + "cfg-if", + "dashu-base", + "num-modular", + "num-order", + "rustversion", + "static_assertions", +] + +[[package]] +name = "dashu-macros" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93381c3ef6366766f6e9ed9cf09e4ef9dec69499baf04f0c60e70d653cf0ab10" +dependencies = [ + "dashu-base", + "dashu-float", + "dashu-int", + "dashu-ratio", + "paste", + "proc-macro2", + "quote", + "rustversion", +] + +[[package]] +name = "dashu-ratio" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47e33b04dd7ce1ccf8a02a69d3419e354f2bbfdf4eb911a0b7465487248764c9" +dependencies = [ + "dashu-base", + "dashu-float", + "dashu-int", + "num-modular", + "num-order", + "rustversion", +] + +[[package]] +name = "data-encoding" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" + +[[package]] +name = "data-encoding-macro" +version = "0.1.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" +dependencies = [ + "data-encoding", + "data-encoding-macro-internal", +] + +[[package]] +name = "data-encoding-macro-internal" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" +dependencies = [ + "data-encoding", + "syn 1.0.109", +] + +[[package]] +name = "debug-helper" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" + +[[package]] +name = "delay_map" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4355c25cbf99edcb6b4a0e906f6bdc6956eda149e84455bea49696429b2f8e8" +dependencies = [ + "futures", + "tokio-util", +] + +[[package]] +name = "der" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" +dependencies = [ + "const-oid", + "zeroize", +] + +[[package]] +name = "deranged" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" +dependencies = [ + "powerfmt", + "serde", +] + +[[package]] +name = "derivative" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "derive_arbitrary" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "derive_builder" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" +dependencies = [ + "derive_builder_macro", +] + +[[package]] +name = "derive_builder_core" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" +dependencies = [ + "darling", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "derive_builder_macro" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" +dependencies = [ + "derive_builder_core", + "syn 2.0.93", +] + +[[package]] +name = "derive_more" +version = "0.99.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" +dependencies = [ + "convert_case 0.4.0", + "proc-macro2", + "quote", + "rustc_version 0.4.1", + "syn 2.0.93", +] + +[[package]] +name = "derive_more" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" +dependencies = [ + "derive_more-impl", +] + +[[package]] +name = "derive_more-impl" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" +dependencies = [ + "convert_case 0.6.0", + "proc-macro2", + "quote", + "syn 2.0.93", + "unicode-xid", +] + +[[package]] +name = "dialoguer" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" +dependencies = [ + "console", + "shell-words", + "tempfile", + "thiserror 1.0.69", + "zeroize", +] + +[[package]] +name = "diff" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" + +[[package]] +name = "difflib" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" + +[[package]] +name = "digest" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" +dependencies = [ + "generic-array 0.14.7", +] + +[[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", + "const-oid", + "crypto-common", + "subtle", +] + +[[package]] +name = "directories" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" +dependencies = [ + "dirs-sys", +] + +[[package]] +name = "dirs" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +dependencies = [ + "dirs-sys", +] + +[[package]] +name = "dirs-next" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" +dependencies = [ + "cfg-if", + "dirs-sys-next", +] + +[[package]] +name = "dirs-sys" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" +dependencies = [ + "libc", + "option-ext", + "redox_users", + "windows-sys 0.48.0", +] + +[[package]] +name = "dirs-sys-next" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" +dependencies = [ + "libc", + "redox_users", + "winapi", +] + +[[package]] +name = "discv5" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f569b8c367554666c8652305621e8bae3634a2ff5c6378081d5bd8c399c99f23" +dependencies = [ + "aes", + "aes-gcm", + "alloy-rlp", + "arrayvec", + "ctr", + "delay_map", + "enr 0.12.1", + "fnv", + "futures", + "hashlink 0.8.4", + "hex", + "hkdf", + "lazy_static", + "libp2p-identity", + "lru", + "more-asserts", + "multiaddr", + "parking_lot 0.11.2", + "rand", + "smallvec", + "socket2 0.4.10", + "tokio", + "tracing", + "uint", + "zeroize", +] + +[[package]] +name = "displaydoc" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "docker-generate" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf673e0848ef09fa4aeeba78e681cf651c0c7d35f76ee38cec8e55bc32fa111" + +[[package]] +name = "doctest-file" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562" + +[[package]] +name = "downcast" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" + +[[package]] +name = "downcast-rs" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" + +[[package]] +name = "dunce" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + +[[package]] +name = "duplicate" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de78e66ac9061e030587b2a2e75cc88f22304913c907b11307bca737141230cb" +dependencies = [ + "heck 0.4.1", + "proc-macro-error", +] + +[[package]] +name = "dyn-clone" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" + +[[package]] +name = "ecdsa" +version = "0.16.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" +dependencies = [ + "der", + "digest 0.10.7", + "elliptic-curve", + "rfc6979", + "signature", + "spki", +] + +[[package]] +name = "ed25519" +version = "2.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" +dependencies = [ + "pkcs8", + "signature", +] + +[[package]] +name = "ed25519-dalek" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" +dependencies = [ + "curve25519-dalek", + "ed25519", + "rand_core", + "serde", + "sha2 0.10.8", + "subtle", + "zeroize", +] + +[[package]] +name = "either" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" + +[[package]] +name = "elf" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4445909572dbd556c457c849c4ca58623d84b27c8fff1e74b0b4227d8b90d17b" + +[[package]] +name = "elliptic-curve" +version = "0.13.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" +dependencies = [ + "base16ct", + "crypto-bigint", + "digest 0.10.7", + "ff 0.13.0", + "generic-array 0.14.7", + "group 0.13.0", + "pkcs8", + "rand_core", + "sec1", + "subtle", + "zeroize", +] + +[[package]] +name = "encode_unicode" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" + +[[package]] +name = "encoding_rs" +version = "0.8.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "enr" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a3d8dc56e02f954cac8eb489772c552c473346fc34f67412bb6244fd647f7e4" +dependencies = [ + "base64 0.21.7", + "bytes", + "hex", + "k256", + "log", + "rand", + "rlp", + "serde", + "sha3", + "zeroize", +] + +[[package]] +name = "enr" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "972070166c68827e64bd1ebc8159dd8e32d9bc2da7ebe8f20b61308f7974ad30" +dependencies = [ + "alloy-rlp", + "base64 0.21.7", + "bytes", + "ed25519-dalek", + "hex", + "k256", + "log", + "rand", + "secp256k1", + "serde", + "sha3", + "zeroize", +] + +[[package]] +name = "enum-as-inner" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "enum-map" +version = "2.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9" +dependencies = [ + "enum-map-derive", + "serde", +] + +[[package]] +name = "enum-map-derive" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "enumn" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "equivalent" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + +[[package]] +name = "errno" +version = "0.3.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" +dependencies = [ + "libc", + "windows-sys 0.59.0", +] + +[[package]] +name = "esplora-client" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0da3c186d286e046253ccdc4bb71aa87ef872e4eff2045947c0c4fe3d2b2efc" +dependencies = [ + "bitcoin", + "hex-conservative 0.2.1", + "log", + "reqwest 0.11.27", + "serde", + "tokio", +] + +[[package]] +name = "eth-keystore" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fda3bf123be441da5260717e0661c25a2fd9cb2b2c1d20bf2e05580047158ab" +dependencies = [ + "aes", + "ctr", + "digest 0.10.7", + "hex", + "hmac 0.12.1", + "pbkdf2 0.11.0", + "rand", + "scrypt", + "serde", + "serde_json", + "sha2 0.10.8", + "sha3", + "thiserror 1.0.69", + "uuid 0.8.2", +] + +[[package]] +name = "ethabi" +version = "18.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7413c5f74cc903ea37386a8965a936cbeb334bd270862fdece542c1b2dcbc898" +dependencies = [ + "ethereum-types", + "hex", + "once_cell", + "regex", + "serde", + "serde_json", + "sha3", + "thiserror 1.0.69", + "uint", +] + +[[package]] +name = "ethbloom" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" +dependencies = [ + "crunchy", + "fixed-hash", + "impl-codec", + "impl-rlp", + "impl-serde", + "scale-info", + "tiny-keccak", +] + +[[package]] +name = "ethereum-types" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" +dependencies = [ + "ethbloom", + "fixed-hash", + "impl-codec", + "impl-rlp", + "impl-serde", + "primitive-types", + "scale-info", + "uint", +] + +[[package]] +name = "ethers" +version = "2.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "816841ea989f0c69e459af1cf23a6b0033b19a55424a1ea3a30099becdb8dec0" +dependencies = [ + "ethers-addressbook", + "ethers-contract", + "ethers-core", + "ethers-middleware", + "ethers-providers", + "ethers-signers", +] + +[[package]] +name = "ethers-addressbook" +version = "2.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5495afd16b4faa556c3bba1f21b98b4983e53c1755022377051a975c3b021759" +dependencies = [ + "ethers-core", + "once_cell", + "serde", + "serde_json", +] + +[[package]] +name = "ethers-contract" +version = "2.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fceafa3578c836eeb874af87abacfb041f92b4da0a78a5edd042564b8ecdaaa" +dependencies = [ + "const-hex", + "ethers-contract-abigen", + "ethers-contract-derive", + "ethers-core", + "ethers-providers", + "futures-util", + "once_cell", + "pin-project", + "serde", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "ethers-contract-abigen" +version = "2.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04ba01fbc2331a38c429eb95d4a570166781f14290ef9fdb144278a90b5a739b" +dependencies = [ + "Inflector", + "const-hex", + "dunce", + "ethers-core", + "eyre", + "prettyplease", + "proc-macro2", + "quote", + "regex", + "serde", + "serde_json", + "syn 2.0.93", + "toml 0.8.19", + "walkdir", +] + +[[package]] +name = "ethers-contract-derive" +version = "2.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87689dcabc0051cde10caaade298f9e9093d65f6125c14575db3fd8c669a168f" +dependencies = [ + "Inflector", + "const-hex", + "ethers-contract-abigen", + "ethers-core", + "proc-macro2", + "quote", + "serde_json", + "syn 2.0.93", +] + +[[package]] +name = "ethers-core" +version = "2.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82d80cc6ad30b14a48ab786523af33b37f28a8623fc06afd55324816ef18fb1f" +dependencies = [ + "arrayvec", + "bytes", + "cargo_metadata", + "chrono", + "const-hex", + "elliptic-curve", + "ethabi", + "generic-array 0.14.7", + "k256", + "num_enum 0.7.3", + "once_cell", + "open-fastrlp", + "rand", + "rlp", + "serde", + "serde_json", + "strum", + "syn 2.0.93", + "tempfile", + "thiserror 1.0.69", + "tiny-keccak", + "unicode-xid", +] + +[[package]] +name = "ethers-middleware" +version = "2.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48f9fdf09aec667c099909d91908d5eaf9be1bd0e2500ba4172c1d28bfaa43de" +dependencies = [ + "async-trait", + "auto_impl", + "ethers-contract", + "ethers-core", + "ethers-providers", + "ethers-signers", + "futures-channel", + "futures-locks", + "futures-util", + "instant", + "reqwest 0.11.27", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tracing", + "tracing-futures", + "url", +] + +[[package]] +name = "ethers-providers" +version = "2.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6434c9a33891f1effc9c75472e12666db2fa5a0fec4b29af6221680a6fe83ab2" +dependencies = [ + "async-trait", + "auto_impl", + "base64 0.21.7", + "bytes", + "const-hex", + "enr 0.10.0", + "ethers-core", + "futures-core", + "futures-timer", + "futures-util", + "hashers", + "http 0.2.12", + "instant", + "jsonwebtoken 8.3.0", + "once_cell", + "pin-project", + "reqwest 0.11.27", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tracing", + "tracing-futures", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "ws_stream_wasm", +] + +[[package]] +name = "ethers-signers" +version = "2.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "228875491c782ad851773b652dd8ecac62cda8571d3bc32a5853644dd26766c2" +dependencies = [ + "async-trait", + "coins-bip32", + "coins-bip39", + "const-hex", + "elliptic-curve", + "eth-keystore", + "ethers-core", + "rand", + "sha2 0.10.8", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "ethnum" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c" + +[[package]] +name = "eyre" +version = "0.6.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" +dependencies = [ + "indenter", + "once_cell", +] + +[[package]] +name = "fallible-iterator" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" + +[[package]] +name = "fallible-streaming-iterator" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" + +[[package]] +name = "fancy-regex" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2" +dependencies = [ + "bit-set 0.5.3", + "regex-automata 0.4.9", + "regex-syntax 0.8.5", +] + +[[package]] +name = "fast-float" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" + +[[package]] +name = "fastrand" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" + +[[package]] +name = "fastrlp" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418" +dependencies = [ + "arrayvec", + "auto_impl", + "bytes", +] + +[[package]] +name = "fdlimit" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" +dependencies = [ + "libc", + "thiserror 1.0.69", +] + +[[package]] +name = "ff" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" +dependencies = [ + "bitvec", + "rand_core", + "subtle", +] + +[[package]] +name = "ff" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +dependencies = [ + "bitvec", + "byteorder", + "ff_derive", + "rand_core", + "subtle", +] + +[[package]] +name = "ff_derive" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9f54704be45ed286151c5e11531316eaef5b8f5af7d597b806fdb8af108d84a" +dependencies = [ + "addchain", + "cfg-if", + "num-bigint 0.3.3", + "num-integer", + "num-traits", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "fiat-crypto" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" + +[[package]] +name = "filetime" +version = "0.2.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" +dependencies = [ + "cfg-if", + "libc", + "libredox", + "windows-sys 0.59.0", +] + +[[package]] +name = "fixed-hash" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" +dependencies = [ + "byteorder", + "rand", + "rustc-hex", + "static_assertions", +] + +[[package]] +name = "flate2" +version = "1.0.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" +dependencies = [ + "crc32fast", + "miniz_oxide", +] + +[[package]] +name = "float-cmp" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" +dependencies = [ + "num-traits", +] + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "foldhash" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" + +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared 0.1.1", +] + +[[package]] +name = "foreign-types" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" +dependencies = [ + "foreign-types-macros", + "foreign-types-shared 0.3.1", +] + +[[package]] +name = "foreign-types-macros" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + +[[package]] +name = "foreign-types-shared" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" + +[[package]] +name = "form_urlencoded" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +dependencies = [ + "percent-encoding", +] + +[[package]] +name = "format_serde_error" +version = "0.3.0" +source = "git+https://github.com/AlexanderThaller/format_serde_error#b114501c468bfe4f0a8c3f48f84530414bdeeaa1" +dependencies = [ + "colored", + "serde", + "serde_json", + "serde_yaml", + "toml 0.5.11", + "unicode-segmentation", +] + +[[package]] +name = "fragile" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" + +[[package]] +name = "fs2" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" +dependencies = [ + "libc", + "winapi", +] + +[[package]] +name = "fsevent-sys" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" +dependencies = [ + "libc", +] + +[[package]] +name = "funty" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" + +[[package]] +name = "futures" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" +dependencies = [ + "futures-channel", + "futures-core", + "futures-executor", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-channel" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" +dependencies = [ + "futures-core", + "futures-sink", +] + +[[package]] +name = "futures-core" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" + +[[package]] +name = "futures-executor" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" +dependencies = [ + "futures-core", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-io" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" + +[[package]] +name = "futures-locks" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45ec6fe3675af967e67c5536c0b9d44e34e6c52f86bedc4ea49c5317b8e94d06" +dependencies = [ + "futures-channel", + "futures-task", +] + +[[package]] +name = "futures-macro" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "futures-sink" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" + +[[package]] +name = "futures-task" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" + +[[package]] +name = "futures-timer" +version = "3.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" +dependencies = [ + "gloo-timers", + "send_wrapper 0.4.0", +] + +[[package]] +name = "futures-util" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" +dependencies = [ + "futures-channel", + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "pin-utils", + "slab", +] + +[[package]] +name = "futures-utils-wasm" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42012b0f064e01aa58b545fe3727f90f7dd4020f4a3ea735b50344965f5a57e9" + +[[package]] +name = "fxhash" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" +dependencies = [ + "byteorder", +] + +[[package]] +name = "gcd" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a" + +[[package]] +name = "generic-array" +version = "0.14.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" +dependencies = [ + "typenum", + "version_check", + "zeroize", +] + +[[package]] +name = "generic-array" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2cb8bc4c28d15ade99c7e90b219f30da4be5c88e586277e8cbe886beeb868ab2" +dependencies = [ + "serde", + "typenum", +] + +[[package]] +name = "getrandom" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" +dependencies = [ + "cfg-if", + "js-sys", + "libc", + "wasi", + "wasm-bindgen", +] + +[[package]] +name = "ghash" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" +dependencies = [ + "opaque-debug", + "polyval", +] + +[[package]] +name = "gimli" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" + +[[package]] +name = "git2" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" +dependencies = [ + "bitflags 2.6.0", + "libc", + "libgit2-sys", + "log", + "url", +] + +[[package]] +name = "glob" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" + +[[package]] +name = "gloo-net" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" +dependencies = [ + "futures-channel", + "futures-core", + "futures-sink", + "gloo-utils", + "http 1.2.0", + "js-sys", + "pin-project", + "serde", + "serde_json", + "thiserror 1.0.69", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "gloo-timers" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" +dependencies = [ + "futures-channel", + "futures-core", + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "gloo-utils" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" +dependencies = [ + "js-sys", + "serde", + "serde_json", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "group" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" +dependencies = [ + "ff 0.12.1", + "memuse", + "rand_core", + "subtle", +] + +[[package]] +name = "group" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" +dependencies = [ + "ff 0.13.0", + "rand_core", + "subtle", +] + +[[package]] +name = "h2" +version = "0.3.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" +dependencies = [ + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http 0.2.12", + "indexmap 2.7.0", + "slab", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "h2" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http 1.2.0", + "indexmap 2.7.0", + "slab", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "halo2" +version = "0.1.0-beta.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a23c779b38253fe1538102da44ad5bd5378495a61d2c4ee18d64eaa61ae5995" +dependencies = [ + "halo2_proofs", +] + +[[package]] +name = "halo2_proofs" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e925780549adee8364c7f2b685c753f6f3df23bde520c67416e93bf615933760" +dependencies = [ + "blake2b_simd", + "ff 0.12.1", + "group 0.12.1", + "pasta_curves 0.4.1", + "rand_core", + "rayon", +] + +[[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + +[[package]] +name = "hashbrown" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" +dependencies = [ + "ahash", +] + +[[package]] +name = "hashbrown" +version = "0.14.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" +dependencies = [ + "ahash", + "allocator-api2", + "serde", +] + +[[package]] +name = "hashbrown" +version = "0.15.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash", + "serde", +] + +[[package]] +name = "hashers" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2bca93b15ea5a746f220e56587f71e73c6165eab783df9e26590069953e3c30" +dependencies = [ + "fxhash", +] + +[[package]] +name = "hashlink" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" +dependencies = [ + "hashbrown 0.14.5", +] + +[[package]] +name = "hashlink" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" +dependencies = [ + "hashbrown 0.14.5", +] + +[[package]] +name = "hdrhistogram" +version = "7.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d" +dependencies = [ + "byteorder", + "num-traits", +] + +[[package]] +name = "heck" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" + +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[package]] +name = "hermit-abi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" + +[[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +dependencies = [ + "serde", +] + +[[package]] +name = "hex-conservative" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" + +[[package]] +name = "hex-conservative" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" +dependencies = [ + "arrayvec", +] + +[[package]] +name = "hex-literal" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" + +[[package]] +name = "hex_lit" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd" + +[[package]] +name = "hkdf" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" +dependencies = [ + "hmac 0.12.1", +] + +[[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" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" +dependencies = [ + "digest 0.10.7", +] + +[[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 0.14.7", + "hmac 0.8.1", +] + +[[package]] +name = "home" +version = "0.5.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" +dependencies = [ + "windows-sys 0.59.0", +] + +[[package]] +name = "hostname" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" +dependencies = [ + "libc", + "match_cfg", + "winapi", +] + +[[package]] +name = "http" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + +[[package]] +name = "http" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + +[[package]] +name = "http-body" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" +dependencies = [ + "bytes", + "http 0.2.12", + "pin-project-lite", +] + +[[package]] +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +dependencies = [ + "bytes", + "http 1.2.0", +] + +[[package]] +name = "http-body-util" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +dependencies = [ + "bytes", + "futures-util", + "http 1.2.0", + "http-body 1.0.1", + "pin-project-lite", +] + +[[package]] +name = "http-range-header" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" + +[[package]] +name = "httparse" +version = "1.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" + +[[package]] +name = "httpdate" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" + +[[package]] +name = "human_bytes" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e" + +[[package]] +name = "humantime" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" + +[[package]] +name = "humantime-serde" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" +dependencies = [ + "humantime", + "serde", +] + +[[package]] +name = "hyper" +version = "0.14.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" +dependencies = [ + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "h2 0.3.26", + "http 0.2.12", + "http-body 0.4.6", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "socket2 0.5.8", + "tokio", + "tower-service", + "tracing", + "want", +] + +[[package]] +name = "hyper" +version = "1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "h2 0.4.7", + "http 1.2.0", + "http-body 1.0.1", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", + "want", +] + +[[package]] +name = "hyper-rustls" +version = "0.24.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" +dependencies = [ + "futures-util", + "http 0.2.12", + "hyper 0.14.32", + "rustls 0.21.12", + "tokio", + "tokio-rustls 0.24.1", +] + +[[package]] +name = "hyper-rustls" +version = "0.27.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" +dependencies = [ + "futures-util", + "http 1.2.0", + "hyper 1.5.2", + "hyper-util", + "log", + "rustls 0.23.20", + "rustls-pki-types", + "tokio", + "tokio-rustls 0.26.1", + "tower-service", + "webpki-roots 0.26.7", +] + +[[package]] +name = "hyper-timeout" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" +dependencies = [ + "hyper 1.5.2", + "hyper-util", + "pin-project-lite", + "tokio", + "tower-service", +] + +[[package]] +name = "hyper-tls" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" +dependencies = [ + "bytes", + "hyper 0.14.32", + "native-tls", + "tokio", + "tokio-native-tls", +] + +[[package]] +name = "hyper-tls" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +dependencies = [ + "bytes", + "http-body-util", + "hyper 1.5.2", + "hyper-util", + "native-tls", + "tokio", + "tokio-native-tls", + "tower-service", +] + +[[package]] +name = "hyper-util" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "http 1.2.0", + "http-body 1.0.1", + "hyper 1.5.2", + "pin-project-lite", + "socket2 0.5.8", + "tokio", + "tower-service", + "tracing", +] + +[[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 0.52.0", +] + +[[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 = "ics23" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18798160736c1e368938ba6967dbcb3c7afb3256b442a5506ba5222eebb68a5a" +dependencies = [ + "anyhow", + "blake2", + "blake3", + "bytes", + "hex", + "informalsystems-pbjson", + "prost 0.12.6", + "ripemd", + "serde", + "sha2 0.10.8", + "sha3", +] + +[[package]] +name = "icu_collections" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locid" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_locid_transform" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_locid_transform_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_locid_transform_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" + +[[package]] +name = "icu_normalizer" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "utf16_iter", + "utf8_iter", + "write16", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" + +[[package]] +name = "icu_properties" +version = "1.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_locid_transform", + "icu_properties_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" + +[[package]] +name = "icu_provider" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_provider_macros", + "stable_deref_trait", + "tinystr", + "writeable", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_provider_macros" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "ident_case" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + +[[package]] +name = "idna" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" +dependencies = [ + "idna_adapter", + "smallvec", + "utf8_iter", +] + +[[package]] +name = "idna_adapter" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" +dependencies = [ + "icu_normalizer", + "icu_properties", +] + +[[package]] +name = "if-addrs" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a78a89907582615b19f6f0da1af18abf6ff08be259395669b834b057a7ee92d8" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "impl-codec" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" +dependencies = [ + "parity-scale-codec", +] + +[[package]] +name = "impl-rlp" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" +dependencies = [ + "rlp", +] + +[[package]] +name = "impl-serde" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" +dependencies = [ + "serde", +] + +[[package]] +name = "impl-trait-for-tuples" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "include_dir" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" +dependencies = [ + "include_dir_macros", +] + +[[package]] +name = "include_dir_macros" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "indenter" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" + +[[package]] +name = "indexmap" +version = "1.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" +dependencies = [ + "autocfg", + "hashbrown 0.12.3", + "serde", +] + +[[package]] +name = "indexmap" +version = "2.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +dependencies = [ + "arbitrary", + "equivalent", + "hashbrown 0.15.2", + "serde", +] + +[[package]] +name = "indicatif" +version = "0.17.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" +dependencies = [ + "console", + "number_prefix", + "portable-atomic", + "tokio", + "unicode-segmentation", + "unicode-width 0.2.0", + "web-time", +] + +[[package]] +name = "indoc" +version = "2.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" + +[[package]] +name = "informalsystems-pbjson" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aa4a0980c8379295100d70854354e78df2ee1c6ca0f96ffe89afeb3140e3a3d" +dependencies = [ + "base64 0.21.7", + "serde", +] + +[[package]] +name = "inotify" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" +dependencies = [ + "bitflags 1.3.2", + "inotify-sys", + "libc", +] + +[[package]] +name = "inotify-sys" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" +dependencies = [ + "libc", +] + +[[package]] +name = "inout" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +dependencies = [ + "block-padding", + "generic-array 0.14.7", +] + +[[package]] +name = "instability" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "898e106451f7335950c9cc64f8ec67b5f65698679ac67ed00619aeef14e1cf75" +dependencies = [ + "darling", + "indoc", + "pretty_assertions", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "instant" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "integration-tests" +version = "0.1.0" +dependencies = [ + "anyhow", + "bitcoincore-rpc", + "corepc-node", + "strata-bridge-sig-manager", + "strata-bridge-tx-builder", + "strata-common", + "strata-primitives", + "strata-rocksdb", + "strata-storage", + "strata-test-utils", + "threadpool", + "tokio", + "tracing", +] + +[[package]] +name = "interprocess" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "894148491d817cb36b6f778017b8ac46b17408d522dd90f539d677ea938362eb" +dependencies = [ + "doctest-file", + "futures-core", + "libc", + "recvmsg", + "tokio", + "widestring", + "windows-sys 0.52.0", +] + +[[package]] +name = "intrusive-collections" +version = "0.9.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86" +dependencies = [ + "memoffset", +] + +[[package]] +name = "ipconfig" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" +dependencies = [ + "socket2 0.5.8", + "widestring", + "windows-sys 0.48.0", + "winreg", +] + +[[package]] +name = "ipnet" +version = "2.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" + +[[package]] +name = "iri-string" +version = "0.7.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc0f0a572e8ffe56e2ff4f769f32ffe919282c3916799f8b68688b6030063bea" +dependencies = [ + "memchr", + "serde", +] + +[[package]] +name = "is_terminal_polyfill" +version = "1.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" + +[[package]] +name = "itertools" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +dependencies = [ + "either", +] + +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + +[[package]] +name = "itoa" +version = "1.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" + +[[package]] +name = "jmt" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9a3bf1a303934c6f75533bd3a563730a0730f9361023c49ed6aee9fcb5b98f8" +dependencies = [ + "anyhow", + "borsh", + "digest 0.10.7", + "hashbrown 0.13.2", + "hex", + "ics23", + "itertools 0.10.5", + "mirai-annotations", + "num-derive", + "num-traits", + "serde", + "sha2 0.10.8", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "jni" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" +dependencies = [ + "cesu8", + "combine", + "jni-sys", + "log", + "thiserror 1.0.69", + "walkdir", +] + +[[package]] +name = "jni-sys" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" + +[[package]] +name = "jobserver" +version = "0.1.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +dependencies = [ + "libc", +] + +[[package]] +name = "js-sys" +version = "0.3.76" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" +dependencies = [ + "once_cell", + "wasm-bindgen", +] + +[[package]] +name = "jsonrpc" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3662a38d341d77efecb73caf01420cfa5aa63c0253fd7bc05289ef9f6616e1bf" +dependencies = [ + "base64 0.13.1", + "minreq", + "serde", + "serde_json", +] + +[[package]] +name = "jsonrpsee" +version = "0.24.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" +dependencies = [ + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-http-client", + "jsonrpsee-proc-macros", + "jsonrpsee-server", + "jsonrpsee-types", + "jsonrpsee-wasm-client", + "jsonrpsee-ws-client", + "tokio", + "tracing", +] + +[[package]] +name = "jsonrpsee-client-transport" +version = "0.24.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" +dependencies = [ + "base64 0.22.1", + "futures-channel", + "futures-util", + "gloo-net", + "http 1.2.0", + "jsonrpsee-core", + "pin-project", + "rustls 0.23.20", + "rustls-pki-types", + "rustls-platform-verifier", + "soketto", + "thiserror 1.0.69", + "tokio", + "tokio-rustls 0.26.1", + "tokio-util", + "tracing", + "url", +] + +[[package]] +name = "jsonrpsee-core" +version = "0.24.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" +dependencies = [ + "async-trait", + "bytes", + "futures-timer", + "futures-util", + "http 1.2.0", + "http-body 1.0.1", + "http-body-util", + "jsonrpsee-types", + "parking_lot 0.12.3", + "pin-project", + "rand", + "rustc-hash 2.1.0", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tracing", + "wasm-bindgen-futures", +] + +[[package]] +name = "jsonrpsee-http-client" +version = "0.24.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" +dependencies = [ + "async-trait", + "base64 0.22.1", + "http-body 1.0.1", + "hyper 1.5.2", + "hyper-rustls 0.27.5", + "hyper-util", + "jsonrpsee-core", + "jsonrpsee-types", + "rustls 0.23.20", + "rustls-platform-verifier", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tower 0.4.13", + "tracing", + "url", +] + +[[package]] +name = "jsonrpsee-proc-macros" +version = "0.24.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" +dependencies = [ + "heck 0.5.0", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "jsonrpsee-server" +version = "0.24.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" +dependencies = [ + "futures-util", + "http 1.2.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.5.2", + "hyper-util", + "jsonrpsee-core", + "jsonrpsee-types", + "pin-project", + "route-recognizer", + "serde", + "serde_json", + "soketto", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tokio-util", + "tower 0.4.13", + "tracing", +] + +[[package]] +name = "jsonrpsee-types" +version = "0.24.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" +dependencies = [ + "http 1.2.0", + "serde", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "jsonrpsee-wasm-client" +version = "0.24.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a01cd500915d24ab28ca17527e23901ef1be6d659a2322451e1045532516c25" +dependencies = [ + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", +] + +[[package]] +name = "jsonrpsee-ws-client" +version = "0.24.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" +dependencies = [ + "http 1.2.0", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", + "url", +] + +[[package]] +name = "jsonwebtoken" +version = "8.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" +dependencies = [ + "base64 0.21.7", + "pem 1.1.1", + "ring 0.16.20", + "serde", + "serde_json", + "simple_asn1", +] + +[[package]] +name = "jsonwebtoken" +version = "9.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" +dependencies = [ + "base64 0.21.7", + "js-sys", + "pem 3.0.4", + "ring 0.17.8", + "serde", + "serde_json", + "simple_asn1", +] + +[[package]] +name = "jubjub" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a575df5f985fe1cd5b2b05664ff6accfc46559032b954529fd225a2168d27b0f" +dependencies = [ + "bitvec", + "bls12_381", + "ff 0.12.1", + "group 0.12.1", + "rand_core", + "subtle", +] + +[[package]] +name = "k256" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" +dependencies = [ + "cfg-if", + "ecdsa", + "elliptic-curve", + "once_cell", + "sha2 0.10.8", + "signature", +] + +[[package]] +name = "keccak" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" +dependencies = [ + "cpufeatures", +] + +[[package]] +name = "keccak-asm" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6" +dependencies = [ + "digest 0.10.7", + "sha3-asm", +] + +[[package]] +name = "keyring" +version = "3.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f8fe839464d4e4b37d756d7e910063696af79a7e877282cb1825e4ec5f10833" +dependencies = [ + "byteorder", + "log", + "security-framework 2.11.1", + "security-framework 3.1.0", + "windows-sys 0.59.0", +] + +[[package]] +name = "konst" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "330f0e13e6483b8c34885f7e6c9f19b1a7bd449c673fbb948a51c99d66ef74f4" +dependencies = [ + "konst_macro_rules", +] + +[[package]] +name = "konst_macro_rules" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" + +[[package]] +name = "kqueue" +version = "1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" +dependencies = [ + "kqueue-sys", + "libc", +] + +[[package]] +name = "kqueue-sys" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" +dependencies = [ + "bitflags 1.3.2", + "libc", +] + +[[package]] +name = "lazy-regex" +version = "3.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60c7310b93682b36b98fa7ea4de998d3463ccbebd94d935d6b48ba5b6ffa7126" +dependencies = [ + "lazy-regex-proc_macros", + "once_cell", + "regex", +] + +[[package]] +name = "lazy-regex-proc_macros" +version = "3.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ba01db5ef81e17eb10a5e0f2109d1b3a3e29bac3070fdbd7d156bf7dbd206a1" +dependencies = [ + "proc-macro2", + "quote", + "regex", + "syn 2.0.93", +] + +[[package]] +name = "lazy_static" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" +dependencies = [ + "spin 0.9.8", +] + +[[package]] +name = "lazycell" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" + +[[package]] +name = "libc" +version = "0.2.169" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" + +[[package]] +name = "libgit2-sys" +version = "0.17.0+1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" +dependencies = [ + "cc", + "libc", + "libz-sys", + "pkg-config", +] + +[[package]] +name = "libloading" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" +dependencies = [ + "cfg-if", + "windows-targets 0.52.6", +] + +[[package]] +name = "libm" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" + +[[package]] +name = "libp2p-identity" +version = "0.2.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "257b5621d159b32282eac446bed6670c39c7dc68a200a992d8f056afa0066f6d" +dependencies = [ + "asn1_der", + "bs58", + "ed25519-dalek", + "hkdf", + "libsecp256k1", + "multihash", + "quick-protobuf", + "sha2 0.10.8", + "thiserror 1.0.69", + "tracing", + "zeroize", +] + +[[package]] +name = "libproc" +version = "0.14.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e78a09b56be5adbcad5aa1197371688dc6bb249a26da3bca2011ee2fb987ebfb" +dependencies = [ + "bindgen 0.70.1", + "errno", + "libc", +] + +[[package]] +name = "libredox" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" +dependencies = [ + "bitflags 2.6.0", + "libc", + "redox_syscall 0.5.8", +] + +[[package]] +name = "librocksdb-sys" +version = "0.16.0+8.10.0" +source = "git+https://github.com/rust-rocksdb/rust-rocksdb?rev=1cf906dc4087f06631820f13855e6b27bd21b972#1cf906dc4087f06631820f13855e6b27bd21b972" +dependencies = [ + "bindgen 0.69.5", + "bzip2-sys", + "cc", + "glob", + "libc", + "libz-sys", + "lz4-sys", + "zstd-sys", +] + +[[package]] +name = "libsecp256k1" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" +dependencies = [ + "arrayref", + "base64 0.13.1", + "digest 0.9.0", + "hmac-drbg", + "libsecp256k1-core", + "libsecp256k1-gen-ecmult", + "libsecp256k1-gen-genmult", + "rand", + "serde", + "sha2 0.9.9", + "typenum", +] + +[[package]] +name = "libsecp256k1-core" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" +dependencies = [ + "crunchy", + "digest 0.9.0", + "subtle", +] + +[[package]] +name = "libsecp256k1-gen-ecmult" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809" +dependencies = [ + "libsecp256k1-core", +] + +[[package]] +name = "libsecp256k1-gen-genmult" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c" +dependencies = [ + "libsecp256k1-core", +] + +[[package]] +name = "libsqlite3-sys" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f" +dependencies = [ + "cc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "libz-sys" +version = "1.1.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "linked-hash-map" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" + +[[package]] +name = "linked_hash_set" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bae85b5be22d9843c80e5fc80e9b64c8a3b1f98f867c709956eca3efff4e92e2" +dependencies = [ + "linked-hash-map", +] + +[[package]] +name = "linux-raw-sys" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" + +[[package]] +name = "litemap" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" + +[[package]] +name = "lock_api" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" +dependencies = [ + "autocfg", + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" + +[[package]] +name = "lru" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" +dependencies = [ + "hashbrown 0.15.2", +] + +[[package]] +name = "lru-cache" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" +dependencies = [ + "linked-hash-map", +] + +[[package]] +name = "lz4-sys" +version = "1.11.1+lz4-1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" +dependencies = [ + "cc", + "libc", +] + +[[package]] +name = "lz4_flex" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" + +[[package]] +name = "mach2" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" +dependencies = [ + "libc", +] + +[[package]] +name = "malloc_buf" +version = "0.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" +dependencies = [ + "libc", +] + +[[package]] +name = "match_cfg" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" + +[[package]] +name = "matchers" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" +dependencies = [ + "regex-automata 0.1.10", +] + +[[package]] +name = "matchit" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" + +[[package]] +name = "maybe-async" +version = "0.2.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "memchr" +version = "2.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" + +[[package]] +name = "memmap2" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" +dependencies = [ + "libc", +] + +[[package]] +name = "memoffset" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" +dependencies = [ + "autocfg", +] + +[[package]] +name = "memuse" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d97bbf43eb4f088f8ca469930cde17fa036207c9a5e02ccc5107c4e8b17c964" + +[[package]] +name = "metal" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21" +dependencies = [ + "bitflags 2.6.0", + "block", + "core-graphics-types", + "foreign-types 0.5.0", + "log", + "objc", + "paste", +] + +[[package]] +name = "metrics" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "884adb57038347dfbaf2d5065887b6cf4312330dc8e94bc30a1a839bd79d3261" +dependencies = [ + "ahash", + "portable-atomic", +] + +[[package]] +name = "metrics" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a7deb012b3b2767169ff203fadb4c6b0b82b947512e5eb9e0b78c2e186ad9e3" +dependencies = [ + "ahash", + "portable-atomic", +] + +[[package]] +name = "metrics-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3dbdd96ed57d565ec744cba02862d707acf373c5772d152abae6ec5c4e24f6c" +dependencies = [ + "proc-macro2", + "quote", + "regex", + "syn 2.0.93", +] + +[[package]] +name = "metrics-exporter-prometheus" +version = "0.15.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4f0c8427b39666bf970460908b213ec09b3b350f20c0c2eabcbba51704a08e6" +dependencies = [ + "base64 0.22.1", + "indexmap 2.7.0", + "metrics 0.23.0", + "metrics-util", + "quanta", + "thiserror 1.0.69", +] + +[[package]] +name = "metrics-process" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a82c8add4382f29a122fa64fff1891453ed0f6b2867d971e7d60cb8dfa322ff" +dependencies = [ + "libc", + "libproc", + "mach2", + "metrics 0.24.1", + "once_cell", + "procfs 0.17.0", + "rlimit", + "windows 0.58.0", +] + +[[package]] +name = "metrics-util" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4259040465c955f9f2f1a4a8a16dc46726169bca0f88e8fb2dbeced487c3e828" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", + "hashbrown 0.14.5", + "metrics 0.23.0", + "num_cpus", + "quanta", + "sketches-ddsketch", +] + +[[package]] +name = "mime" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + +[[package]] +name = "mime_guess" +version = "2.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" +dependencies = [ + "mime", + "unicase", +] + +[[package]] +name = "minimal-lexical" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" + +[[package]] +name = "miniscript" +version = "12.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5bd3c9608217b0d6fa9c9c8ddd875b85ab72bd4311cfc8db35e1b5a08fc11f4d" +dependencies = [ + "bech32 0.11.0", + "bitcoin", + "serde", +] + +[[package]] +name = "miniz_oxide" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" +dependencies = [ + "adler2", +] + +[[package]] +name = "minreq" +version = "2.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36a8e50e917e18a37d500d27d40b7bc7d127e71c0c94fb2d83f43b4afd308390" +dependencies = [ + "log", + "once_cell", + "rustls 0.21.12", + "rustls-webpki 0.101.7", + "serde", + "serde_json", + "webpki-roots 0.25.4", +] + +[[package]] +name = "mio" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" +dependencies = [ + "libc", + "log", + "wasi", + "windows-sys 0.48.0", +] + +[[package]] +name = "mio" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" +dependencies = [ + "libc", + "log", + "wasi", + "windows-sys 0.52.0", +] + +[[package]] +name = "mirai-annotations" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" + +[[package]] +name = "mockall" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" +dependencies = [ + "cfg-if", + "downcast", + "fragile", + "lazy_static", + "mockall_derive", + "predicates", + "predicates-tree", +] + +[[package]] +name = "mockall_derive" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" +dependencies = [ + "cfg-if", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "modular-bitfield" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74" +dependencies = [ + "modular-bitfield-impl", + "static_assertions", +] + +[[package]] +name = "modular-bitfield-impl" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "more-asserts" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e" + +[[package]] +name = "multiaddr" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" +dependencies = [ + "arrayref", + "byteorder", + "data-encoding", + "libp2p-identity", + "multibase", + "multihash", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint", + "url", +] + +[[package]] +name = "multibase" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" +dependencies = [ + "base-x", + "data-encoding", + "data-encoding-macro", +] + +[[package]] +name = "multihash" +version = "0.19.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" +dependencies = [ + "core2", + "unsigned-varint", +] + +[[package]] +name = "musig2" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c89bee285da6010ad76c3467c4de8265bb4fa46fba0017df95ae55cad4436528" +dependencies = [ + "base16ct", + "hmac 0.12.1", + "once_cell", + "secp", + "secp256k1", + "serde", + "serdect", + "sha2 0.10.8", + "subtle", +] + +[[package]] +name = "native-tls" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" +dependencies = [ + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework 2.11.1", + "security-framework-sys", + "tempfile", +] + +[[package]] +name = "nohash-hasher" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" + +[[package]] +name = "nom" +version = "7.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" +dependencies = [ + "memchr", + "minimal-lexical", +] + +[[package]] +name = "normalize-line-endings" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" + +[[package]] +name = "notify" +version = "6.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" +dependencies = [ + "bitflags 2.6.0", + "filetime", + "fsevent-sys", + "inotify", + "kqueue", + "libc", + "log", + "mio 0.8.11", + "walkdir", + "windows-sys 0.48.0", +] + +[[package]] +name = "ntapi" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" +dependencies = [ + "winapi", +] + +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + +[[package]] +name = "num" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" +dependencies = [ + "num-bigint 0.4.6", + "num-complex", + "num-integer", + "num-iter", + "num-rational", + "num-traits", +] + +[[package]] +name = "num-bigint" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3" +dependencies = [ + "autocfg", + "num-integer", + "num-traits", +] + +[[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", + "serde", +] + +[[package]] +name = "num-complex" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" +dependencies = [ + "num-traits", +] + +[[package]] +name = "num-conv" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" + +[[package]] +name = "num-derive" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "num-format" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" +dependencies = [ + "arrayvec", + "itoa", +] + +[[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-modular" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" + +[[package]] +name = "num-order" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" +dependencies = [ + "num-modular", +] + +[[package]] +name = "num-rational" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" +dependencies = [ + "num-bigint 0.4.6", + "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 = "num_cpus" +version = "1.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +dependencies = [ + "hermit-abi", + "libc", +] + +[[package]] +name = "num_enum" +version = "0.5.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" +dependencies = [ + "num_enum_derive 0.5.11", +] + +[[package]] +name = "num_enum" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" +dependencies = [ + "num_enum_derive 0.7.3", +] + +[[package]] +name = "num_enum_derive" +version = "0.5.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" +dependencies = [ + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "num_enum_derive" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" +dependencies = [ + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "num_threads" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" +dependencies = [ + "libc", +] + +[[package]] +name = "number_prefix" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + +[[package]] +name = "nybbles" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95f06be0417d97f81fe4e5c86d7d01b392655a9cac9c19a848aa033e18937b23" +dependencies = [ + "alloy-rlp", + "const-hex", + "proptest", + "serde", + "smallvec", +] + +[[package]] +name = "objc" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" +dependencies = [ + "malloc_buf", +] + +[[package]] +name = "object" +version = "0.36.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" +dependencies = [ + "memchr", +] + +[[package]] +name = "once_cell" +version = "1.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" + +[[package]] +name = "op-alloy-consensus" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ea7162170c6f3cad8f67f4dd7108e3f78349fd553da5b8bebff1e7ef8f38896" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-serde 0.4.2", + "arbitrary", + "derive_more 1.0.0", + "serde", + "serde_with", + "spin 0.9.8", +] + +[[package]] +name = "op-alloy-genesis" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f3d31dfbbd8dd898c7512f8ce7d30103980485416f668566100b0ed0994b958" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-sol-types 0.8.15", + "serde", + "serde_repr", +] + +[[package]] +name = "op-alloy-protocol" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "310873e4fbfc41986716c4fb6000a8b49d025d932d2c261af58271c434b05288" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-serde 0.4.2", + "derive_more 1.0.0", + "op-alloy-consensus", + "op-alloy-genesis", + "serde", +] + +[[package]] +name = "op-alloy-rpc-types" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "323c65880e2561aa87f74f8af260fd15b9cc930c448c88a60ae95af86c88c634" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-network-primitives 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rpc-types-eth 0.4.2", + "alloy-serde 0.4.2", + "op-alloy-consensus", + "serde", + "serde_json", +] + +[[package]] +name = "op-alloy-rpc-types-engine" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "349e7b420f45d1a00216ec4c65fcf3f0057a841bc39732c405c85ae782b94121" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "alloy-serde 0.4.2", + "derive_more 1.0.0", + "op-alloy-protocol", + "serde", +] + +[[package]] +name = "opaque-debug" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" + +[[package]] +name = "open-fastrlp" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "786393f80485445794f6043fd3138854dd109cc6c4bd1a6383db304c9ce9b9ce" +dependencies = [ + "arrayvec", + "auto_impl", + "bytes", + "ethereum-types", + "open-fastrlp-derive", +] + +[[package]] +name = "open-fastrlp-derive" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "003b2be5c6c53c1cfeb0a238b8a1c3915cd410feb684457a36c10038f764bb1c" +dependencies = [ + "bytes", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "openssl" +version = "0.10.68" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +dependencies = [ + "bitflags 2.6.0", + "cfg-if", + "foreign-types 0.3.2", + "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 2.0.93", +] + +[[package]] +name = "openssl-probe" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" + +[[package]] +name = "openssl-sys" +version = "0.9.104" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "opentelemetry" +version = "0.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17" +dependencies = [ + "futures-core", + "futures-sink", + "js-sys", + "once_cell", + "pin-project-lite", + "thiserror 1.0.69", +] + +[[package]] +name = "opentelemetry-otlp" +version = "0.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29e1f9c8b032d4f635c730c0efcf731d5e2530ea13fa8bef7939ddc8420696bd" +dependencies = [ + "async-trait", + "futures-core", + "http 1.2.0", + "opentelemetry", + "opentelemetry-proto", + "opentelemetry_sdk", + "prost 0.13.4", + "thiserror 1.0.69", + "tokio", + "tonic", +] + +[[package]] +name = "opentelemetry-proto" +version = "0.26.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9d3968ce3aefdcca5c27e3c4ea4391b37547726a70893aab52d3de95d5f8b34" +dependencies = [ + "opentelemetry", + "opentelemetry_sdk", + "prost 0.13.4", + "tonic", +] + +[[package]] +name = "opentelemetry_sdk" +version = "0.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2c627d9f4c9cdc1f21a29ee4bfbd6028fcb8bcf2a857b43f3abdf72c9c862f3" +dependencies = [ + "async-trait", + "futures-channel", + "futures-executor", + "futures-util", + "glob", + "once_cell", + "opentelemetry", + "percent-encoding", + "rand", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tokio-stream", +] + +[[package]] +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + +[[package]] +name = "p3-air" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "066f571b2e645505ed5972dd0e1e252ba03352150830c9566769ca711c0f1e9b" +dependencies = [ + "p3-field", + "p3-matrix", +] + +[[package]] +name = "p3-baby-bear" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +dependencies = [ + "num-bigint 0.4.6", + "p3-field", + "p3-mds", + "p3-poseidon2", + "p3-symmetric", + "rand", + "serde", +] + +[[package]] +name = "p3-blake3" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc4cb69ae54a279bbbd477566d1bdb71aa879b528fd658d0fcfc36f54b00217c" +dependencies = [ + "blake3", + "p3-symmetric", +] + +[[package]] +name = "p3-bn254-fr" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf19917f986d45e9abb6d177e875824ced6eed096480d574fce16f2c45c721ea" +dependencies = [ + "ff 0.13.0", + "num-bigint 0.4.6", + "p3-field", + "p3-poseidon2", + "p3-symmetric", + "rand", + "serde", +] + +[[package]] +name = "p3-challenger" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3be7e4fbce4566a93091107eadfafa0b5374bd1ffd3e0f6b850da3ff72eb183f" +dependencies = [ + "p3-field", + "p3-maybe-rayon", + "p3-symmetric", + "p3-util", + "serde", + "tracing", +] + +[[package]] +name = "p3-commit" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a03eb0f99d68a712c41e658e9a7782a0705d4ffcfb6232a43bd3f1ef9591002" +dependencies = [ + "itertools 0.12.1", + "p3-challenger", + "p3-dft", + "p3-field", + "p3-matrix", + "p3-util", + "serde", +] + +[[package]] +name = "p3-dft" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +dependencies = [ + "p3-field", + "p3-matrix", + "p3-maybe-rayon", + "p3-util", + "tracing", +] + +[[package]] +name = "p3-field" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +dependencies = [ + "itertools 0.12.1", + "num-bigint 0.4.6", + "num-traits", + "p3-util", + "rand", + "serde", +] + +[[package]] +name = "p3-fri" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f351ee9f9d4256455164565cd91e3e6d2487cc2a5355515fa2b6d479269188dd" +dependencies = [ + "itertools 0.12.1", + "p3-challenger", + "p3-commit", + "p3-dft", + "p3-field", + "p3-interpolation", + "p3-matrix", + "p3-maybe-rayon", + "p3-util", + "serde", + "tracing", +] + +[[package]] +name = "p3-interpolation" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d24d0f2907a374ebe4545fcff3120d6376d9630cf0bef30feedcfc5908ea2c37" +dependencies = [ + "p3-field", + "p3-matrix", + "p3-util", +] + +[[package]] +name = "p3-keccak-air" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e66badd47cedf6570e91a0cabc389b80dfd53ba1a6e9a45a3923fd54b86122ff" +dependencies = [ + "p3-air", + "p3-field", + "p3-matrix", + "p3-maybe-rayon", + "p3-util", + "tracing", +] + +[[package]] +name = "p3-matrix" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +dependencies = [ + "itertools 0.12.1", + "p3-field", + "p3-maybe-rayon", + "p3-util", + "rand", + "serde", + "tracing", +] + +[[package]] +name = "p3-maybe-rayon" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +dependencies = [ + "rayon", +] + +[[package]] +name = "p3-mds" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +dependencies = [ + "itertools 0.12.1", + "p3-dft", + "p3-field", + "p3-matrix", + "p3-symmetric", + "p3-util", + "rand", +] + +[[package]] +name = "p3-merkle-tree" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad7ebab52a03c26025988663a135aed62f5084a2e2ea262176dc8748efb593e5" +dependencies = [ + "itertools 0.12.1", + "p3-commit", + "p3-field", + "p3-matrix", + "p3-maybe-rayon", + "p3-symmetric", + "p3-util", + "serde", + "tracing", +] + +[[package]] +name = "p3-poseidon2" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +dependencies = [ + "gcd", + "p3-field", + "p3-mds", + "p3-symmetric", + "rand", + "serde", +] + +[[package]] +name = "p3-symmetric" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +dependencies = [ + "itertools 0.12.1", + "p3-field", + "serde", +] + +[[package]] +name = "p3-uni-stark" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8437ebcd060c8a5479898030b114a93da8a86eb4c2e5f313d9eeaaf40c6e6f61" +dependencies = [ + "itertools 0.12.1", + "p3-air", + "p3-challenger", + "p3-commit", + "p3-dft", + "p3-field", + "p3-matrix", + "p3-maybe-rayon", + "p3-util", + "serde", + "tracing", +] + +[[package]] +name = "p3-util" +version = "0.1.4-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +dependencies = [ + "serde", +] + +[[package]] +name = "page_size" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" +dependencies = [ + "libc", + "winapi", +] + +[[package]] +name = "pairing" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "135590d8bdba2b31346f9cd1fb2a912329f5135e832a4f422942eb6ead8b6b3b" +dependencies = [ + "group 0.12.1", +] + +[[package]] +name = "parity-scale-codec" +version = "3.6.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" +dependencies = [ + "arrayvec", + "bitvec", + "byte-slice-cast", + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec-derive", + "serde", +] + +[[package]] +name = "parity-scale-codec-derive" +version = "3.6.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" +dependencies = [ + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "parking_lot" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" +dependencies = [ + "instant", + "lock_api", + "parking_lot_core 0.8.6", +] + +[[package]] +name = "parking_lot" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +dependencies = [ + "lock_api", + "parking_lot_core 0.9.10", +] + +[[package]] +name = "parking_lot_core" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" +dependencies = [ + "cfg-if", + "instant", + "libc", + "redox_syscall 0.2.16", + "smallvec", + "winapi", +] + +[[package]] +name = "parking_lot_core" +version = "0.9.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" +dependencies = [ + "cfg-if", + "libc", + "redox_syscall 0.5.8", + "smallvec", + "windows-targets 0.52.6", +] + +[[package]] +name = "password-hash" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" +dependencies = [ + "base64ct", + "rand_core", + "subtle", +] + +[[package]] +name = "password-hash" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" +dependencies = [ + "base64ct", + "rand_core", + "subtle", +] + +[[package]] +name = "pasta_curves" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cc65faf8e7313b4b1fbaa9f7ca917a0eed499a9663be71477f87993604341d8" +dependencies = [ + "blake2b_simd", + "ff 0.12.1", + "group 0.12.1", + "lazy_static", + "rand", + "static_assertions", + "subtle", +] + +[[package]] +name = "pasta_curves" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3e57598f73cc7e1b2ac63c79c517b31a0877cd7c402cdcaa311b5208de7a095" +dependencies = [ + "blake2b_simd", + "ff 0.13.0", + "group 0.13.0", + "lazy_static", + "rand", + "static_assertions", + "subtle", +] + +[[package]] +name = "paste" +version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" + +[[package]] +name = "pathdiff" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" + +[[package]] +name = "pbkdf2" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" +dependencies = [ + "digest 0.10.7", + "hmac 0.12.1", + "password-hash 0.4.2", + "sha2 0.10.8", +] + +[[package]] +name = "pbkdf2" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" +dependencies = [ + "digest 0.10.7", + "hmac 0.12.1", +] + +[[package]] +name = "pem" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" +dependencies = [ + "base64 0.13.1", +] + +[[package]] +name = "pem" +version = "3.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" +dependencies = [ + "base64 0.22.1", + "serde", +] + +[[package]] +name = "percent-encoding" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" + +[[package]] +name = "pest" +version = "2.7.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" +dependencies = [ + "memchr", + "thiserror 2.0.9", + "ucd-trie", +] + +[[package]] +name = "pharos" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" +dependencies = [ + "futures", + "rustc_version 0.4.1", +] + +[[package]] +name = "phf" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" +dependencies = [ + "phf_macros", + "phf_shared", +] + +[[package]] +name = "phf_generator" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" +dependencies = [ + "phf_shared", + "rand", +] + +[[package]] +name = "phf_macros" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" +dependencies = [ + "phf_generator", + "phf_shared", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "phf_shared" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" +dependencies = [ + "siphasher", +] + +[[package]] +name = "pin-project" +version = "1.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" +dependencies = [ + "pin-project-internal", +] + +[[package]] +name = "pin-project-internal" +version = "1.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "pkcs8" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" +dependencies = [ + "der", + "spki", +] + +[[package]] +name = "pkg-config" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" + +[[package]] +name = "pollster" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" + +[[package]] +name = "polyval" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" +dependencies = [ + "cfg-if", + "cpufeatures", + "opaque-debug", + "universal-hash", +] + +[[package]] +name = "portable-atomic" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" + +[[package]] +name = "powerfmt" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" + +[[package]] +name = "ppv-lite86" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +dependencies = [ + "zerocopy", +] + +[[package]] +name = "predicates" +version = "2.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" +dependencies = [ + "difflib", + "float-cmp", + "itertools 0.10.5", + "normalize-line-endings", + "predicates-core", + "regex", +] + +[[package]] +name = "predicates-core" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" + +[[package]] +name = "predicates-tree" +version = "1.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" +dependencies = [ + "predicates-core", + "termtree", +] + +[[package]] +name = "pretty_assertions" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" +dependencies = [ + "diff", + "yansi", +] + +[[package]] +name = "prettyplease" +version = "0.2.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" +dependencies = [ + "proc-macro2", + "syn 2.0.93", +] + +[[package]] +name = "primitive-types" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" +dependencies = [ + "fixed-hash", + "impl-codec", + "impl-rlp", + "impl-serde", + "scale-info", + "uint", +] + +[[package]] +name = "proc-macro-crate" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" +dependencies = [ + "once_cell", + "toml_edit 0.19.15", +] + +[[package]] +name = "proc-macro-crate" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" +dependencies = [ + "toml_edit 0.22.22", +] + +[[package]] +name = "proc-macro-error" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" +dependencies = [ + "proc-macro-error-attr", + "proc-macro2", + "quote", + "syn 1.0.109", + "version_check", +] + +[[package]] +name = "proc-macro-error-attr" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" +dependencies = [ + "proc-macro2", + "quote", + "version_check", +] + +[[package]] +name = "proc-macro-error-attr2" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "proc-macro-error2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" +dependencies = [ + "proc-macro-error-attr2", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "proc-macro2" +version = "1.0.92" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "procfs" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" +dependencies = [ + "bitflags 2.6.0", + "chrono", + "flate2", + "hex", + "lazy_static", + "procfs-core 0.16.0", + "rustix", +] + +[[package]] +name = "procfs" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" +dependencies = [ + "bitflags 2.6.0", + "hex", + "procfs-core 0.17.0", + "rustix", +] + +[[package]] +name = "procfs-core" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" +dependencies = [ + "bitflags 2.6.0", + "chrono", + "hex", +] + +[[package]] +name = "procfs-core" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" +dependencies = [ + "bitflags 2.6.0", + "hex", +] + +[[package]] +name = "prometheus" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" +dependencies = [ + "cfg-if", + "fnv", + "lazy_static", + "memchr", + "parking_lot 0.12.3", + "protobuf", + "thiserror 1.0.69", +] + +[[package]] +name = "proptest" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" +dependencies = [ + "bit-set 0.8.0", + "bit-vec 0.8.0", + "bitflags 2.6.0", + "lazy_static", + "num-traits", + "rand", + "rand_chacha", + "rand_xorshift", + "regex-syntax 0.8.5", + "rusty-fork", + "tempfile", + "unarray", +] + +[[package]] +name = "proptest-derive" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ee1c9ac207483d5e7db4940700de86a9aae46ef90c48b57f99fe7edb8345e49" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "prost" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" +dependencies = [ + "bytes", + "prost-derive 0.12.6", +] + +[[package]] +name = "prost" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec" +dependencies = [ + "bytes", + "prost-derive 0.13.4", +] + +[[package]] +name = "prost-derive" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" +dependencies = [ + "anyhow", + "itertools 0.12.1", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "prost-derive" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" +dependencies = [ + "anyhow", + "itertools 0.13.0", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "protobuf" +version = "2.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" + +[[package]] +name = "pyo3" +version = "0.23.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e484fd2c8b4cb67ab05a318f1fd6fa8f199fcc30819f08f07d200809dba26c15" +dependencies = [ + "cfg-if", + "indoc", + "libc", + "memoffset", + "once_cell", + "portable-atomic", + "pyo3-build-config", + "pyo3-ffi", + "pyo3-macros", + "unindent", +] + +[[package]] +name = "pyo3-build-config" +version = "0.23.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc0e0469a84f208e20044b98965e1561028180219e35352a2afaf2b942beff3b" +dependencies = [ + "once_cell", + "target-lexicon", +] + +[[package]] +name = "pyo3-ffi" +version = "0.23.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb1547a7f9966f6f1a0f0227564a9945fe36b90da5a93b3933fc3dc03fae372d" +dependencies = [ + "libc", + "pyo3-build-config", +] + +[[package]] +name = "pyo3-macros" +version = "0.23.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdb6da8ec6fa5cedd1626c886fc8749bdcbb09424a86461eb8cdf096b7c33257" +dependencies = [ + "proc-macro2", + "pyo3-macros-backend", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "pyo3-macros-backend" +version = "0.23.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38a385202ff5a92791168b1136afae5059d3ac118457bb7bc304c197c2d33e7d" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "pyo3-build-config", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "quanta" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773ce68d0bb9bc7ef20be3536ffe94e223e1f365bd374108b2659fac0c65cfe6" +dependencies = [ + "crossbeam-utils", + "libc", + "once_cell", + "raw-cpuid", + "wasi", + "web-sys", + "winapi", +] + +[[package]] +name = "quick-error" +version = "1.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" + +[[package]] +name = "quick-protobuf" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" +dependencies = [ + "byteorder", +] + +[[package]] +name = "quinn" +version = "0.11.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" +dependencies = [ + "bytes", + "pin-project-lite", + "quinn-proto", + "quinn-udp", + "rustc-hash 2.1.0", + "rustls 0.23.20", + "socket2 0.5.8", + "thiserror 2.0.9", + "tokio", + "tracing", +] + +[[package]] +name = "quinn-proto" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" +dependencies = [ + "bytes", + "getrandom", + "rand", + "ring 0.17.8", + "rustc-hash 2.1.0", + "rustls 0.23.20", + "rustls-pki-types", + "slab", + "thiserror 2.0.9", + "tinyvec", + "tracing", + "web-time", +] + +[[package]] +name = "quinn-udp" +version = "0.5.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904" +dependencies = [ + "cfg_aliases", + "libc", + "once_cell", + "socket2 0.5.8", + "tracing", + "windows-sys 0.59.0", +] + +[[package]] +name = "quote" +version = "1.0.38" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "radium" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", + "serde", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom", +] + +[[package]] +name = "rand_xorshift" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" +dependencies = [ + "rand_core", +] + +[[package]] +name = "ratatui" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" +dependencies = [ + "bitflags 2.6.0", + "cassowary", + "compact_str", + "crossterm", + "instability", + "itertools 0.13.0", + "lru", + "paste", + "strum", + "strum_macros", + "unicode-segmentation", + "unicode-truncate", + "unicode-width 0.1.14", +] + +[[package]] +name = "raw-cpuid" +version = "11.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" +dependencies = [ + "bitflags 2.6.0", +] + +[[package]] +name = "rayon" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" +dependencies = [ + "either", + "rayon-core", +] + +[[package]] +name = "rayon-core" +version = "1.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" +dependencies = [ + "crossbeam-deque", + "crossbeam-utils", +] + +[[package]] +name = "rayon-scan" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f87cc11a0140b4b0da0ffc889885760c61b13672d80a908920b2c0df078fa14" +dependencies = [ + "rayon", +] + +[[package]] +name = "recvmsg" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" + +[[package]] +name = "redox_syscall" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" +dependencies = [ + "bitflags 1.3.2", +] + +[[package]] +name = "redox_syscall" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" +dependencies = [ + "bitflags 2.6.0", +] + +[[package]] +name = "redox_users" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" +dependencies = [ + "getrandom", + "libredox", + "thiserror 1.0.69", +] + +[[package]] +name = "regex" +version = "1.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" +dependencies = [ + "aho-corasick", + "memchr", + "regex-automata 0.4.9", + "regex-syntax 0.8.5", +] + +[[package]] +name = "regex-automata" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" +dependencies = [ + "regex-syntax 0.6.29", +] + +[[package]] +name = "regex-automata" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax 0.8.5", +] + +[[package]] +name = "regex-syntax" +version = "0.6.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" + +[[package]] +name = "regex-syntax" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" + +[[package]] +name = "regress" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1541daf4e4ed43a0922b7969bdc2170178bcacc5dabf7e39bc508a9fa3953a7a" +dependencies = [ + "hashbrown 0.14.5", + "memchr", +] + +[[package]] +name = "reqwest" +version = "0.11.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" +dependencies = [ + "base64 0.21.7", + "bytes", + "encoding_rs", + "futures-core", + "futures-util", + "h2 0.3.26", + "http 0.2.12", + "http-body 0.4.6", + "hyper 0.14.32", + "hyper-rustls 0.24.2", + "hyper-tls 0.5.0", + "ipnet", + "js-sys", + "log", + "mime", + "native-tls", + "once_cell", + "percent-encoding", + "pin-project-lite", + "rustls 0.21.12", + "rustls-pemfile 1.0.4", + "serde", + "serde_json", + "serde_urlencoded", + "sync_wrapper 0.1.2", + "system-configuration 0.5.1", + "tokio", + "tokio-native-tls", + "tokio-rustls 0.24.1", + "tokio-socks", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "webpki-roots 0.25.4", + "winreg", +] + +[[package]] +name = "reqwest" +version = "0.12.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" +dependencies = [ + "async-compression", + "base64 0.22.1", + "bytes", + "encoding_rs", + "futures-channel", + "futures-core", + "futures-util", + "h2 0.4.7", + "http 1.2.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.5.2", + "hyper-rustls 0.27.5", + "hyper-tls 0.6.0", + "hyper-util", + "ipnet", + "js-sys", + "log", + "mime", + "native-tls", + "once_cell", + "percent-encoding", + "pin-project-lite", + "quinn", + "rustls 0.23.20", + "rustls-pemfile 2.2.0", + "rustls-pki-types", + "serde", + "serde_json", + "serde_urlencoded", + "sync_wrapper 1.0.2", + "system-configuration 0.6.1", + "tokio", + "tokio-native-tls", + "tokio-rustls 0.26.1", + "tokio-util", + "tower 0.5.2", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "wasm-streams", + "web-sys", + "webpki-roots 0.26.7", + "windows-registry", +] + +[[package]] +name = "reqwest-middleware" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "562ceb5a604d3f7c885a792d42c199fd8af239d0a51b2fa6a78aafa092452b04" +dependencies = [ + "anyhow", + "async-trait", + "http 1.2.0", + "reqwest 0.12.12", + "serde", + "thiserror 1.0.69", + "tower-service", +] + +[[package]] +name = "resolv-conf" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" +dependencies = [ + "hostname", + "quick-error", +] + +[[package]] +name = "reth" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-rpc-types 0.4.2", + "aquamarine", + "backon", + "clap", + "eyre", + "futures", + "reth-basic-payload-builder", + "reth-beacon-consensus", + "reth-blockchain-tree", + "reth-chainspec", + "reth-cli", + "reth-cli-commands", + "reth-cli-runner", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-consensus-common", + "reth-db", + "reth-db-api", + "reth-downloaders", + "reth-engine-util", + "reth-errors", + "reth-ethereum-cli", + "reth-ethereum-payload-builder", + "reth-evm", + "reth-execution-types", + "reth-exex", + "reth-fs-util", + "reth-network", + "reth-network-api", + "reth-network-p2p", + "reth-node-api", + "reth-node-builder", + "reth-node-core", + "reth-node-ethereum", + "reth-node-events", + "reth-node-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-revm", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-builder", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-stages", + "reth-static-file", + "reth-tasks", + "reth-tracing", + "reth-transaction-pool", + "reth-trie", + "reth-trie-db", + "serde_json", + "similar-asserts", + "tokio", + "tracing", +] + +[[package]] +name = "reth-auto-seal-consensus" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "futures-util", + "reth-beacon-consensus", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", + "reth-evm", + "reth-execution-errors", + "reth-execution-types", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-stages-api", + "reth-tokio-util", + "reth-transaction-pool", + "reth-trie", + "revm-primitives", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-basic-payload-builder" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "futures-core", + "futures-util", + "metrics 0.23.0", + "reth-chainspec", + "reth-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-tasks", + "reth-transaction-pool", + "revm", + "tokio", + "tracing", +] + +[[package]] +name = "reth-beacon-consensus" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "futures", + "itertools 0.13.0", + "metrics 0.23.0", + "reth-blockchain-tree-api", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-consensus", + "reth-metrics", + "reth-network-p2p", + "reth-node-types", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-stages-api", + "reth-static-file", + "reth-tasks", + "reth-tokio-util", + "schnellru", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-blockchain-tree" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "aquamarine", + "linked_hash_set", + "metrics 0.23.0", + "parking_lot 0.12.3", + "reth-blockchain-tree-api", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-evm", + "reth-execution-errors", + "reth-execution-types", + "reth-metrics", + "reth-network", + "reth-node-types", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-stages-api", + "reth-storage-errors", + "reth-trie", + "reth-trie-db", + "reth-trie-parallel", + "tokio", + "tracing", +] + +[[package]] +name = "reth-blockchain-tree-api" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "reth-consensus", + "reth-execution-errors", + "reth-primitives", + "reth-storage-errors", + "thiserror 1.0.69", +] + +[[package]] +name = "reth-chain-state" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "auto_impl", + "derive_more 1.0.0", + "metrics 0.23.0", + "parking_lot 0.12.3", + "pin-project", + "reth-chainspec", + "reth-errors", + "reth-execution-types", + "reth-metrics", + "reth-primitives", + "reth-storage-api", + "reth-trie", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-chainspec" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-chains", + "alloy-eips 0.4.2", + "alloy-genesis 0.4.2", + "alloy-primitives 0.8.15", + "alloy-trie", + "auto_impl", + "derive_more 1.0.0", + "once_cell", + "reth-ethereum-forks", + "reth-network-peers", + "reth-primitives-traits", + "reth-trie-common", + "serde_json", +] + +[[package]] +name = "reth-cli" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-genesis 0.4.2", + "clap", + "eyre", + "reth-cli-runner", + "serde_json", + "shellexpand", +] + +[[package]] +name = "reth-cli-commands" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "ahash", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "backon", + "clap", + "comfy-table", + "crossterm", + "eyre", + "fdlimit", + "futures", + "human_bytes", + "itertools 0.13.0", + "ratatui", + "reth-beacon-consensus", + "reth-chainspec", + "reth-cli", + "reth-cli-runner", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-db-common", + "reth-downloaders", + "reth-ecies", + "reth-eth-wire", + "reth-ethereum-cli", + "reth-evm", + "reth-exex", + "reth-fs-util", + "reth-network", + "reth-network-p2p", + "reth-network-peers", + "reth-node-builder", + "reth-node-core", + "reth-node-events", + "reth-node-metrics", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-stages", + "reth-static-file", + "reth-static-file-types", + "reth-trie", + "reth-trie-db", + "secp256k1", + "serde", + "serde_json", + "tokio", + "toml 0.8.19", + "tracing", +] + +[[package]] +name = "reth-cli-runner" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "reth-tasks", + "tokio", + "tracing", +] + +[[package]] +name = "reth-cli-util" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "cfg-if", + "eyre", + "libc", + "rand", + "reth-fs-util", + "secp256k1", + "thiserror 1.0.69", + "tikv-jemallocator", +] + +[[package]] +name = "reth-codecs" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-genesis 0.4.2", + "alloy-primitives 0.8.15", + "alloy-trie", + "bytes", + "modular-bitfield", + "reth-codecs-derive", +] + +[[package]] +name = "reth-codecs-derive" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "convert_case 0.6.0", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "reth-config" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "eyre", + "humantime-serde", + "reth-network-types", + "reth-prune-types", + "reth-stages-types", + "serde", + "toml 0.8.19", +] + +[[package]] +name = "reth-consensus" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "auto_impl", + "derive_more 1.0.0", + "reth-primitives", +] + +[[package]] +name = "reth-consensus-common" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "reth-chainspec", + "reth-consensus", + "reth-primitives", + "revm-primitives", +] + +[[package]] +name = "reth-consensus-debug-client" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-provider 0.4.2", + "alloy-rpc-types 0.4.2", + "alloy-rpc-types-engine", + "auto_impl", + "eyre", + "futures", + "reqwest 0.12.12", + "reth-node-api", + "reth-rpc-api", + "reth-rpc-builder", + "reth-tracing", + "ringbuffer", + "serde", + "tokio", +] + +[[package]] +name = "reth-db" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "bytes", + "derive_more 1.0.0", + "eyre", + "metrics 0.23.0", + "page_size", + "paste", + "reth-db-api", + "reth-fs-util", + "reth-libmdbx", + "reth-metrics", + "reth-nippy-jar", + "reth-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-tracing", + "reth-trie-common", + "rustc-hash 2.1.0", + "serde", + "strum", + "sysinfo 0.31.4", + "thiserror 1.0.69", +] + +[[package]] +name = "reth-db-api" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-genesis 0.4.2", + "alloy-primitives 0.8.15", + "bytes", + "derive_more 1.0.0", + "metrics 0.23.0", + "modular-bitfield", + "parity-scale-codec", + "reth-codecs", + "reth-db-models", + "reth-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", + "serde", +] + +[[package]] +name = "reth-db-common" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-genesis 0.4.2", + "alloy-primitives 0.8.15", + "boyer-moore-magiclen", + "eyre", + "reth-chainspec", + "reth-codecs", + "reth-config", + "reth-db", + "reth-db-api", + "reth-etl", + "reth-fs-util", + "reth-node-types", + "reth-primitives", + "reth-provider", + "reth-stages-types", + "reth-trie", + "reth-trie-db", + "serde", + "serde_json", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "reth-db-models" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "bytes", + "modular-bitfield", + "reth-codecs", + "reth-primitives", + "serde", +] + +[[package]] +name = "reth-discv4" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "discv5", + "enr 0.12.1", + "generic-array 0.14.7", + "parking_lot 0.12.3", + "reth-ethereum-forks", + "reth-net-banlist", + "reth-net-nat", + "reth-network-peers", + "schnellru", + "secp256k1", + "serde", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-discv5" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "derive_more 1.0.0", + "discv5", + "enr 0.12.1", + "futures", + "itertools 0.13.0", + "metrics 0.23.0", + "rand", + "reth-chainspec", + "reth-ethereum-forks", + "reth-metrics", + "reth-network-peers", + "secp256k1", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "reth-dns-discovery" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "data-encoding", + "enr 0.12.1", + "linked_hash_set", + "parking_lot 0.12.3", + "reth-ethereum-forks", + "reth-network-peers", + "reth-tokio-util", + "schnellru", + "secp256k1", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tracing", + "trust-dns-resolver", +] + +[[package]] +name = "reth-downloaders" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "futures", + "futures-util", + "itertools 0.13.0", + "metrics 0.23.0", + "pin-project", + "rayon", + "reth-config", + "reth-consensus", + "reth-metrics", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives", + "reth-storage-api", + "reth-tasks", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-ecies" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "aes", + "alloy-primitives 0.8.15", + "alloy-rlp", + "block-padding", + "byteorder", + "cipher", + "concat-kdf", + "ctr", + "digest 0.10.7", + "futures", + "generic-array 0.14.7", + "hmac 0.12.1", + "pin-project", + "rand", + "reth-network-peers", + "secp256k1", + "sha2 0.10.8", + "sha3", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", + "typenum", +] + +[[package]] +name = "reth-engine-primitives" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "reth-execution-types", + "reth-payload-primitives", + "reth-primitives", + "reth-trie", + "serde", +] + +[[package]] +name = "reth-engine-service" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "futures", + "pin-project", + "reth-beacon-consensus", + "reth-chainspec", + "reth-consensus", + "reth-engine-tree", + "reth-evm", + "reth-network-p2p", + "reth-node-types", + "reth-payload-builder", + "reth-payload-validator", + "reth-provider", + "reth-prune", + "reth-stages-api", + "reth-tasks", + "thiserror 1.0.69", +] + +[[package]] +name = "reth-engine-tree" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "futures", + "metrics 0.23.0", + "reth-beacon-consensus", + "reth-blockchain-tree", + "reth-blockchain-tree-api", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", + "reth-errors", + "reth-evm", + "reth-metrics", + "reth-network-p2p", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-revm", + "reth-stages-api", + "reth-tasks", + "reth-trie", + "reth-trie-parallel", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "reth-engine-util" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "eyre", + "futures", + "itertools 0.13.0", + "pin-project", + "reth-beacon-consensus", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-forks", + "reth-evm", + "reth-fs-util", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-types-compat", + "reth-trie", + "revm-primitives", + "serde", + "serde_json", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-errors" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "reth-blockchain-tree-api", + "reth-consensus", + "reth-execution-errors", + "reth-fs-util", + "reth-storage-errors", + "thiserror 1.0.69", +] + +[[package]] +name = "reth-eth-wire" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "bytes", + "derive_more 1.0.0", + "futures", + "pin-project", + "reth-chainspec", + "reth-codecs", + "reth-ecies", + "reth-eth-wire-types", + "reth-metrics", + "reth-network-peers", + "reth-primitives", + "snap", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-eth-wire-types" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-chains", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "bytes", + "derive_more 1.0.0", + "reth-chainspec", + "reth-codecs-derive", + "reth-primitives", + "thiserror 1.0.69", +] + +[[package]] +name = "reth-ethereum-cli" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "eyre", + "reth-chainspec", + "reth-cli", +] + +[[package]] +name = "reth-ethereum-consensus" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "reth-chainspec", + "reth-consensus", + "reth-consensus-common", + "reth-primitives", + "tracing", +] + +[[package]] +name = "reth-ethereum-engine-primitives" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-rpc-types-engine", + "reth-chain-state", + "reth-chainspec", + "reth-engine-primitives", + "reth-payload-primitives", + "reth-primitives", + "reth-rpc-types-compat", + "serde", + "sha2 0.10.8", +] + +[[package]] +name = "reth-ethereum-forks" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-chains", + "alloy-primitives 0.8.15", + "alloy-rlp", + "auto_impl", + "crc", + "dyn-clone", + "once_cell", + "rustc-hash 2.1.0", + "serde", + "thiserror-no-std", +] + +[[package]] +name = "reth-ethereum-payload-builder" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-evm", + "reth-evm-ethereum", + "reth-execution-types", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-transaction-pool", + "reth-trie", + "revm", + "revm-primitives", + "tracing", +] + +[[package]] +name = "reth-etl" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "rayon", + "reth-db-api", + "tempfile", +] + +[[package]] +name = "reth-evm" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "auto_impl", + "futures-util", + "metrics 0.23.0", + "reth-chainspec", + "reth-execution-errors", + "reth-execution-types", + "reth-metrics", + "reth-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-storage-errors", + "revm", + "revm-primitives", +] + +[[package]] +name = "reth-evm-ethereum" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-sol-types 0.8.15", + "reth-chainspec", + "reth-ethereum-consensus", + "reth-ethereum-forks", + "reth-evm", + "reth-execution-types", + "reth-primitives", + "reth-prune-types", + "reth-revm", + "revm-primitives", +] + +[[package]] +name = "reth-execution-errors" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "derive_more 1.0.0", + "nybbles", + "reth-consensus", + "reth-prune-types", + "reth-storage-errors", + "revm-primitives", +] + +[[package]] +name = "reth-execution-types" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "reth-execution-errors", + "reth-primitives", + "reth-trie", + "revm", + "serde", + "serde_with", +] + +[[package]] +name = "reth-exex" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "eyre", + "futures", + "itertools 0.13.0", + "metrics 0.23.0", + "parking_lot 0.12.3", + "reth-chain-state", + "reth-chainspec", + "reth-config", + "reth-evm", + "reth-exex-types", + "reth-fs-util", + "reth-metrics", + "reth-node-api", + "reth-node-core", + "reth-payload-builder", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", + "reth-revm", + "reth-stages-api", + "reth-tasks", + "reth-tracing", + "rmp-serde", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-exex-types" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "reth-chain-state", + "reth-execution-types", + "serde", + "serde_with", +] + +[[package]] +name = "reth-fs-util" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "serde", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "reth-invalid-block-hooks" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-rpc-types-debug", + "eyre", + "futures", + "jsonrpsee", + "pretty_assertions", + "reth-chainspec", + "reth-engine-primitives", + "reth-evm", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-api", + "reth-tracing", + "reth-trie", + "serde", + "serde_json", +] + +[[package]] +name = "reth-ipc" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "async-trait", + "bytes", + "futures", + "futures-util", + "interprocess", + "jsonrpsee", + "pin-project", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tokio-util", + "tower 0.4.13", + "tracing", +] + +[[package]] +name = "reth-libmdbx" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "bitflags 2.6.0", + "byteorder", + "dashmap 6.1.0", + "derive_more 1.0.0", + "indexmap 2.7.0", + "parking_lot 0.12.3", + "reth-mdbx-sys", + "smallvec", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "reth-mdbx-sys" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "bindgen 0.70.1", + "cc", +] + +[[package]] +name = "reth-metrics" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "futures", + "metrics 0.23.0", + "metrics-derive", + "tokio", + "tokio-util", +] + +[[package]] +name = "reth-net-banlist" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", +] + +[[package]] +name = "reth-net-nat" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "futures-util", + "if-addrs", + "reqwest 0.12.12", + "serde_with", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "reth-network" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "aquamarine", + "auto_impl", + "derive_more 1.0.0", + "discv5", + "enr 0.12.1", + "futures", + "itertools 0.13.0", + "metrics 0.23.0", + "parking_lot 0.12.3", + "pin-project", + "rand", + "reth-chainspec", + "reth-consensus", + "reth-discv4", + "reth-discv5", + "reth-dns-discovery", + "reth-ecies", + "reth-eth-wire", + "reth-fs-util", + "reth-metrics", + "reth-net-banlist", + "reth-network-api", + "reth-network-p2p", + "reth-network-peers", + "reth-network-types", + "reth-primitives", + "reth-storage-api", + "reth-tasks", + "reth-tokio-util", + "reth-transaction-pool", + "rustc-hash 2.1.0", + "schnellru", + "secp256k1", + "serde", + "smallvec", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-network-api" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-admin", + "auto_impl", + "derive_more 1.0.0", + "enr 0.12.1", + "futures", + "reth-eth-wire-types", + "reth-ethereum-forks", + "reth-network-p2p", + "reth-network-peers", + "reth-network-types", + "reth-tokio-util", + "serde", + "thiserror 1.0.69", + "tokio", + "tokio-stream", +] + +[[package]] +name = "reth-network-p2p" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "auto_impl", + "derive_more 1.0.0", + "futures", + "reth-consensus", + "reth-eth-wire-types", + "reth-network-peers", + "reth-network-types", + "reth-primitives", + "reth-storage-errors", + "tokio", + "tracing", +] + +[[package]] +name = "reth-network-peers" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "enr 0.12.1", + "secp256k1", + "serde_with", + "thiserror 1.0.69", + "tokio", + "url", +] + +[[package]] +name = "reth-network-types" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "humantime-serde", + "reth-ethereum-forks", + "reth-net-banlist", + "reth-network-peers", + "serde", + "serde_json", + "tracing", +] + +[[package]] +name = "reth-nippy-jar" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "anyhow", + "bincode", + "derive_more 1.0.0", + "lz4_flex", + "memmap2", + "reth-fs-util", + "serde", + "thiserror 1.0.69", + "tracing", + "zstd 0.13.2", +] + +[[package]] +name = "reth-node-api" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "reth-engine-primitives", + "reth-evm", + "reth-network-api", + "reth-node-types", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-rpc-eth-api", + "reth-tasks", + "reth-transaction-pool", +] + +[[package]] +name = "reth-node-builder" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types 0.4.2", + "aquamarine", + "eyre", + "fdlimit", + "futures", + "jsonrpsee", + "rayon", + "reth-auto-seal-consensus", + "reth-beacon-consensus", + "reth-blockchain-tree", + "reth-chain-state", + "reth-chainspec", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-consensus-debug-client", + "reth-db-api", + "reth-db-common", + "reth-downloaders", + "reth-engine-service", + "reth-engine-tree", + "reth-engine-util", + "reth-evm", + "reth-exex", + "reth-fs-util", + "reth-invalid-block-hooks", + "reth-network", + "reth-network-api", + "reth-network-p2p", + "reth-node-api", + "reth-node-core", + "reth-node-events", + "reth-node-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-builder", + "reth-rpc-engine-api", + "reth-rpc-eth-types", + "reth-rpc-layer", + "reth-stages", + "reth-static-file", + "reth-tasks", + "reth-tokio-util", + "reth-tracing", + "reth-transaction-pool", + "secp256k1", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-node-core" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "clap", + "const_format", + "derive_more 1.0.0", + "dirs-next", + "eyre", + "futures", + "humantime", + "rand", + "reth-chainspec", + "reth-cli-util", + "reth-config", + "reth-consensus-common", + "reth-db", + "reth-discv4", + "reth-discv5", + "reth-net-nat", + "reth-network", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives", + "reth-prune-types", + "reth-rpc-api", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-stages-types", + "reth-storage-api", + "reth-storage-errors", + "reth-tracing", + "reth-transaction-pool", + "secp256k1", + "serde", + "shellexpand", + "strum", + "thiserror 1.0.69", + "toml 0.8.19", + "tracing", + "vergen", +] + +[[package]] +name = "reth-node-ethereum" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "eyre", + "reth-auto-seal-consensus", + "reth-basic-payload-builder", + "reth-beacon-consensus", + "reth-chainspec", + "reth-consensus", + "reth-ethereum-engine-primitives", + "reth-ethereum-payload-builder", + "reth-evm-ethereum", + "reth-network", + "reth-node-api", + "reth-node-builder", + "reth-payload-builder", + "reth-primitives", + "reth-provider", + "reth-rpc", + "reth-tracing", + "reth-transaction-pool", +] + +[[package]] +name = "reth-node-events" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "futures", + "humantime", + "pin-project", + "reth-beacon-consensus", + "reth-network", + "reth-network-api", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-stages", + "reth-static-file", + "tokio", + "tracing", +] + +[[package]] +name = "reth-node-metrics" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "eyre", + "http 1.2.0", + "jsonrpsee", + "metrics 0.23.0", + "metrics-exporter-prometheus", + "metrics-process", + "metrics-util", + "procfs 0.16.0", + "reth-db-api", + "reth-metrics", + "reth-provider", + "reth-tasks", + "tikv-jemalloc-ctl", + "tokio", + "tower 0.4.13", + "tracing", + "vergen", +] + +[[package]] +name = "reth-node-types" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "reth-chainspec", + "reth-db-api", + "reth-engine-primitives", +] + +[[package]] +name = "reth-payload-builder" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types 0.4.2", + "async-trait", + "futures-util", + "metrics 0.23.0", + "reth-ethereum-engine-primitives", + "reth-metrics", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-primitives" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types 0.4.2", + "async-trait", + "op-alloy-rpc-types-engine", + "pin-project", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-primitives", + "reth-transaction-pool", + "serde", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-validator" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-rpc-types 0.4.2", + "reth-chainspec", + "reth-primitives", + "reth-rpc-types-compat", +] + +[[package]] +name = "reth-primitives" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-rpc-types 0.4.2", + "alloy-serde 0.4.2", + "bytes", + "c-kzg", + "derive_more 1.0.0", + "k256", + "modular-bitfield", + "once_cell", + "op-alloy-consensus", + "op-alloy-rpc-types", + "rayon", + "reth-codecs", + "reth-ethereum-forks", + "reth-primitives-traits", + "reth-static-file-types", + "reth-trie-common", + "revm-primitives", + "secp256k1", + "serde", + "serde_with", + "zstd 0.13.2", +] + +[[package]] +name = "reth-primitives-traits" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-genesis 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "byteorder", + "bytes", + "derive_more 1.0.0", + "modular-bitfield", + "reth-codecs", + "revm-primitives", + "roaring", + "serde", + "serde_with", +] + +[[package]] +name = "reth-provider" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "auto_impl", + "dashmap 6.1.0", + "itertools 0.13.0", + "metrics 0.23.0", + "notify", + "parking_lot 0.12.3", + "rayon", + "reth-blockchain-tree-api", + "reth-chain-state", + "reth-chainspec", + "reth-codecs", + "reth-db", + "reth-db-api", + "reth-errors", + "reth-evm", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-network-p2p", + "reth-nippy-jar", + "reth-node-types", + "reth-primitives", + "reth-prune-types", + "reth-stages-types", + "reth-storage-api", + "reth-storage-errors", + "reth-trie", + "reth-trie-db", + "revm", + "strum", + "tokio", + "tracing", +] + +[[package]] +name = "reth-prune" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "itertools 0.13.0", + "metrics 0.23.0", + "rayon", + "reth-chainspec", + "reth-config", + "reth-db", + "reth-db-api", + "reth-errors", + "reth-exex-types", + "reth-metrics", + "reth-provider", + "reth-prune-types", + "reth-static-file-types", + "reth-tokio-util", + "rustc-hash 2.1.0", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "reth-prune-types" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "bytes", + "derive_more 1.0.0", + "modular-bitfield", + "reth-codecs", + "serde", + "thiserror 1.0.69", +] + +[[package]] +name = "reth-revm" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "reth-chainspec", + "reth-consensus-common", + "reth-execution-errors", + "reth-primitives", + "reth-prune-types", + "reth-storage-api", + "reth-storage-errors", + "revm", +] + +[[package]] +name = "reth-rpc" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-dyn-abi", + "alloy-eips 0.4.2", + "alloy-genesis 0.4.2", + "alloy-network 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-rpc-types 0.4.2", + "alloy-rpc-types-admin", + "alloy-rpc-types-debug", + "alloy-rpc-types-eth 0.4.2", + "alloy-rpc-types-mev", + "alloy-rpc-types-trace", + "alloy-rpc-types-txpool", + "alloy-serde 0.4.2", + "alloy-signer 0.4.2", + "alloy-signer-local 0.4.2", + "async-trait", + "derive_more 1.0.0", + "futures", + "http 1.2.0", + "http-body 1.0.1", + "hyper 1.5.2", + "jsonrpsee", + "jsonwebtoken 9.3.0", + "parking_lot 0.12.3", + "pin-project", + "rand", + "reth-chainspec", + "reth-consensus-common", + "reth-errors", + "reth-evm", + "reth-network-api", + "reth-network-peers", + "reth-network-types", + "reth-node-api", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-api", + "reth-rpc-engine-api", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-tasks", + "reth-transaction-pool", + "reth-trie", + "revm", + "revm-inspectors", + "revm-primitives", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tower 0.4.13", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-rpc-api" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-json-rpc 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rpc-types 0.4.2", + "alloy-rpc-types-admin", + "alloy-rpc-types-anvil", + "alloy-rpc-types-beacon", + "alloy-rpc-types-debug", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth 0.4.2", + "alloy-rpc-types-mev", + "alloy-rpc-types-trace", + "alloy-rpc-types-txpool", + "alloy-serde 0.4.2", + "jsonrpsee", + "reth-engine-primitives", + "reth-network-peers", + "reth-primitives", + "reth-rpc-eth-api", +] + +[[package]] +name = "reth-rpc-builder" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-network 0.4.2", + "alloy-rpc-types 0.4.2", + "alloy-serde 0.4.2", + "http 1.2.0", + "jsonrpsee", + "metrics 0.23.0", + "pin-project", + "reth-chainspec", + "reth-engine-primitives", + "reth-evm", + "reth-ipc", + "reth-metrics", + "reth-network-api", + "reth-node-core", + "reth-primitives", + "reth-provider", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-layer", + "reth-rpc-server-types", + "reth-tasks", + "reth-transaction-pool", + "serde", + "thiserror 1.0.69", + "tower 0.4.13", + "tower-http", + "tracing", +] + +[[package]] +name = "reth-rpc-engine-api" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "async-trait", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics 0.23.0", + "reth-beacon-consensus", + "reth-chainspec", + "reth-engine-primitives", + "reth-evm", + "reth-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-rpc-api", + "reth-rpc-types-compat", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "serde", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-eth-api" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-dyn-abi", + "alloy-eips 0.4.2", + "alloy-json-rpc 0.4.2", + "alloy-network 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rpc-types 0.4.2", + "alloy-rpc-types-eth 0.4.2", + "alloy-rpc-types-mev", + "async-trait", + "auto_impl", + "dyn-clone", + "futures", + "jsonrpsee", + "jsonrpsee-types", + "parking_lot 0.12.3", + "reth-chainspec", + "reth-errors", + "reth-evm", + "reth-execution-types", + "reth-network-api", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-tasks", + "reth-transaction-pool", + "reth-trie", + "revm", + "revm-inspectors", + "revm-primitives", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-eth-types" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rpc-types 0.4.2", + "alloy-rpc-types-eth 0.4.2", + "alloy-serde 0.4.2", + "alloy-sol-types 0.8.15", + "derive_more 1.0.0", + "futures", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics 0.23.0", + "rand", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-evm", + "reth-execution-types", + "reth-metrics", + "reth-primitives", + "reth-revm", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie", + "revm", + "revm-inspectors", + "revm-primitives", + "schnellru", + "serde", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-rpc-layer" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-rpc-types-engine", + "http 1.2.0", + "jsonrpsee-http-client", + "pin-project", + "tower 0.4.13", + "tracing", +] + +[[package]] +name = "reth-rpc-server-types" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-engine", + "jsonrpsee-core", + "jsonrpsee-types", + "reth-errors", + "reth-network-api", + "reth-primitives", + "serde", + "strum", +] + +[[package]] +name = "reth-rpc-types-compat" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-rpc-types 0.4.2", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth 0.4.2", + "alloy-serde 0.4.2", + "reth-primitives", + "reth-trie-common", +] + +[[package]] +name = "reth-stages" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "bincode", + "futures-util", + "itertools 0.13.0", + "num-traits", + "rayon", + "reth-codecs", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-etl", + "reth-evm", + "reth-execution-types", + "reth-exex", + "reth-network-p2p", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-prune-types", + "reth-revm", + "reth-stages-api", + "reth-storage-errors", + "reth-trie", + "reth-trie-db", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "reth-stages-api" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "aquamarine", + "auto_impl", + "futures-util", + "metrics 0.23.0", + "reth-consensus", + "reth-errors", + "reth-metrics", + "reth-network-p2p", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-stages-types", + "reth-static-file", + "reth-static-file-types", + "reth-tokio-util", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "reth-stages-types" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "bytes", + "modular-bitfield", + "reth-codecs", + "reth-trie-common", + "serde", +] + +[[package]] +name = "reth-static-file" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "parking_lot 0.12.3", + "rayon", + "reth-chainspec", + "reth-db", + "reth-db-api", + "reth-nippy-jar", + "reth-node-types", + "reth-provider", + "reth-prune-types", + "reth-stages-types", + "reth-static-file-types", + "reth-storage-errors", + "reth-tokio-util", + "tracing", +] + +[[package]] +name = "reth-static-file-types" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "clap", + "derive_more 1.0.0", + "serde", + "strum", +] + +[[package]] +name = "reth-storage-api" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "auto_impl", + "reth-chainspec", + "reth-db-api", + "reth-db-models", + "reth-execution-types", + "reth-primitives", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-trie", +] + +[[package]] +name = "reth-storage-errors" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "derive_more 1.0.0", + "reth-fs-util", + "reth-primitives", +] + +[[package]] +name = "reth-tasks" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "auto_impl", + "dyn-clone", + "futures-util", + "metrics 0.23.0", + "pin-project", + "rayon", + "reth-metrics", + "thiserror 1.0.69", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-tokio-util" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-tracing" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "clap", + "eyre", + "rolling-file", + "tracing", + "tracing-appender", + "tracing-journald", + "tracing-logfmt", + "tracing-subscriber 0.3.19", +] + +[[package]] +name = "reth-transaction-pool" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "aquamarine", + "auto_impl", + "bitflags 2.6.0", + "futures-util", + "metrics 0.23.0", + "parking_lot 0.12.3", + "reth-chain-state", + "reth-chainspec", + "reth-eth-wire-types", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-primitives", + "reth-storage-api", + "reth-tasks", + "revm", + "rustc-hash 2.1.0", + "schnellru", + "serde", + "smallvec", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-trie" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "auto_impl", + "derive_more 1.0.0", + "itertools 0.13.0", + "metrics 0.23.0", + "rayon", + "reth-execution-errors", + "reth-metrics", + "reth-primitives", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", + "revm", + "serde", + "serde_with", + "tracing", +] + +[[package]] +name = "reth-trie-common" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-genesis 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-trie", + "bytes", + "derive_more 1.0.0", + "itertools 0.13.0", + "nybbles", + "reth-codecs", + "reth-primitives-traits", + "revm-primitives", + "serde", +] + +[[package]] +name = "reth-trie-db" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "auto_impl", + "derive_more 1.0.0", + "itertools 0.13.0", + "metrics 0.23.0", + "rayon", + "reth-db", + "reth-db-api", + "reth-execution-errors", + "reth-metrics", + "reth-primitives", + "reth-stages-types", + "reth-storage-errors", + "reth-trie", + "reth-trie-common", + "revm", + "tracing", +] + +[[package]] +name = "reth-trie-parallel" +version = "1.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rlp", + "derive_more 1.0.0", + "itertools 0.13.0", + "metrics 0.23.0", + "rayon", + "reth-db", + "reth-db-api", + "reth-execution-errors", + "reth-metrics", + "reth-primitives", + "reth-provider", + "reth-trie", + "reth-trie-db", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "revm" +version = "14.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "641702b12847f9ed418d552f4fcabe536d867a2c980e96b6e7e25d7b992f929f" +dependencies = [ + "auto_impl", + "cfg-if", + "dyn-clone", + "revm-interpreter", + "revm-precompile", + "serde", + "serde_json", +] + +[[package]] +name = "revm-inspectors" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43c44af0bf801f48d25f7baf25cf72aff4c02d610f83b428175228162fef0246" +dependencies = [ + "alloy-primitives 0.8.15", + "alloy-rpc-types-eth 0.4.2", + "alloy-rpc-types-trace", + "alloy-sol-types 0.8.15", + "anstyle", + "boa_engine", + "boa_gc", + "colorchoice", + "revm", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "revm-interpreter" +version = "10.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e5e14002afae20b5bf1566f22316122f42f57517000e559c55b25bf7a49cba2" +dependencies = [ + "revm-primitives", + "serde", +] + +[[package]] +name = "revm-precompile" +version = "11.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3198c06247e8d4ad0d1312591edf049b0de4ddffa9fecb625c318fd67db8639b" +dependencies = [ + "aurora-engine-modexp", + "blst", + "c-kzg", + "cfg-if", + "k256", + "once_cell", + "revm-primitives", + "ripemd", + "secp256k1", + "sha2 0.10.8", + "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "revm-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f1525851a03aff9a9d6a1d018b414d76252d6802ab54695b27093ecd7e7a101" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "alloy-primitives 0.8.15", + "auto_impl", + "bitflags 2.6.0", + "bitvec", + "c-kzg", + "cfg-if", + "dyn-clone", + "enumn", + "hex", + "serde", +] + +[[package]] +name = "rfc6979" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" +dependencies = [ + "hmac 0.12.1", + "subtle", +] + +[[package]] +name = "ring" +version = "0.16.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" +dependencies = [ + "cc", + "libc", + "once_cell", + "spin 0.5.2", + "untrusted 0.7.1", + "web-sys", + "winapi", +] + +[[package]] +name = "ring" +version = "0.17.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" +dependencies = [ + "cc", + "cfg-if", + "getrandom", + "libc", + "spin 0.9.8", + "untrusted 0.9.0", + "windows-sys 0.52.0", +] + +[[package]] +name = "ringbuffer" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3df6368f71f205ff9c33c076d170dd56ebf68e8161c733c0caa07a7a5509ed53" + +[[package]] +name = "ripemd" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" +dependencies = [ + "digest 0.10.7", +] + +[[package]] +name = "risc0-binfmt" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "901fb75d62d70320adc7adae2abad354a3b7565603115dfb3134465227846475" +dependencies = [ + "anyhow", + "borsh", + "elf", + "risc0-zkp", + "risc0-zkvm-platform", + "serde", + "tracing", +] + +[[package]] +name = "risc0-build" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f99fb40aeeaf59dddd6b6c3a177c95e8b3c7f0fb6de7d25a0687d12398323292" +dependencies = [ + "anyhow", + "cargo_metadata", + "dirs", + "docker-generate", + "hex", + "risc0-binfmt", + "risc0-zkp", + "risc0-zkvm-platform", + "serde", + "serde_json", + "tempfile", +] + +[[package]] +name = "risc0-circuit-recursion" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8b0736401dd72a60a775e675bd0adba2e0e0e2ce2b73b63fda2899d9d7889b0" +dependencies = [ + "anyhow", + "bytemuck", + "hex", + "metal", + "risc0-core", + "risc0-zkp", + "tracing", +] + +[[package]] +name = "risc0-circuit-rv32im" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b6d7eb9ae600c2df004bf8849db2df870fd56bd5911a2ad756fb8701350b3c6" +dependencies = [ + "anyhow", + "metal", + "risc0-binfmt", + "risc0-core", + "risc0-zkp", + "risc0-zkvm-platform", + "serde", + "tracing", +] + +[[package]] +name = "risc0-core" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "733491635d50b742d1f30a923aa3b83d62f35cef724bbf402dfc02e6f10f587a" +dependencies = [ + "bytemuck", + "rand_core", +] + +[[package]] +name = "risc0-groth16" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5babc69b0db6906a6ff4011641109ca2ba06636096356b32208b0dfb26b3809" +dependencies = [ + "anyhow", + "ark-bn254", + "ark-ec", + "ark-groth16", + "ark-serialize 0.4.2", + "bytemuck", + "hex", + "num-bigint 0.4.6", + "num-traits", + "risc0-binfmt", + "risc0-zkp", + "serde", + "stability", +] + +[[package]] +name = "risc0-zkp" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21eadc5099bf0d8ecaed718810dc5deaf237ae39a2fcb66e542e8f9660132617" +dependencies = [ + "anyhow", + "blake2", + "borsh", + "bytemuck", + "cfg-if", + "digest 0.10.7", + "hex", + "hex-literal", + "metal", + "paste", + "rand_core", + "risc0-core", + "risc0-zkvm-platform", + "serde", + "sha2 0.10.8", + "tracing", +] + +[[package]] +name = "risc0-zkvm" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b619085d02d57dcafc41eb74714682797ed666621ced1814c55bbe7ae7762ba" +dependencies = [ + "anyhow", + "bincode", + "bonsai-sdk", + "borsh", + "bytemuck", + "bytes", + "getrandom", + "hex", + "lazy-regex", + "prost 0.13.4", + "risc0-binfmt", + "risc0-build", + "risc0-circuit-recursion", + "risc0-circuit-rv32im", + "risc0-core", + "risc0-groth16", + "risc0-zkp", + "risc0-zkvm-platform", + "rrs-lib", + "semver 1.0.24", + "serde", + "sha2 0.10.8", + "sha3", + "stability", + "tempfile", + "tracing", +] + +[[package]] +name = "risc0-zkvm-platform" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26bbcc486222a0086d36244ae1f388cac1318270bca2dd23d77af2005d679edf" +dependencies = [ + "bytemuck", + "getrandom", + "libm", + "stability", +] + +[[package]] +name = "rlimit" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a" +dependencies = [ + "libc", +] + +[[package]] +name = "rlp" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" +dependencies = [ + "bytes", + "rlp-derive", + "rustc-hex", +] + +[[package]] +name = "rlp-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "rmp" +version = "0.8.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" +dependencies = [ + "byteorder", + "num-traits", + "paste", +] + +[[package]] +name = "rmp-serde" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" +dependencies = [ + "byteorder", + "rmp", + "serde", +] + +[[package]] +name = "roaring" +version = "0.10.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41589aba99537475bf697f2118357cad1c31590c5a1b9f6d9fc4ad6d07503661" +dependencies = [ + "bytemuck", + "byteorder", +] + +[[package]] +name = "rockbound" +version = "1.0.0" +source = "git+https://github.com/alpenlabs/rockbound?rev=v2.0.1-alpen.2#a9e2fea541a052cc290f80f0397f262a3b97a21e" +dependencies = [ + "anyhow", + "once_cell", + "prometheus", + "rocksdb", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "rocksdb" +version = "0.22.0" +source = "git+https://github.com/rust-rocksdb/rust-rocksdb?rev=1cf906dc4087f06631820f13855e6b27bd21b972#1cf906dc4087f06631820f13855e6b27bd21b972" +dependencies = [ + "libc", + "librocksdb-sys", +] + +[[package]] +name = "rolling-file" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8395b4f860856b740f20a296ea2cd4d823e81a2658cf05ef61be22916026a906" +dependencies = [ + "chrono", +] + +[[package]] +name = "route-recognizer" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" + +[[package]] +name = "rrs-lib" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4382d3af3a4ebdae7f64ba6edd9114fff92c89808004c4943b393377a25d001" +dependencies = [ + "downcast-rs", + "paste", +] + +[[package]] +name = "rrs-succinct" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3372685893a9f67d18e98e792d690017287fd17379a83d798d958e517d380fa9" +dependencies = [ + "downcast-rs", + "num_enum 0.5.11", + "paste", +] + +[[package]] +name = "ruint" +version = "1.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c3cc4c2511671f327125da14133d0c5c5d137f006a1017a16f557bc85b16286" +dependencies = [ + "alloy-rlp", + "arbitrary", + "ark-ff 0.3.0", + "ark-ff 0.4.2", + "bytes", + "fastrlp", + "num-bigint 0.4.6", + "num-traits", + "parity-scale-codec", + "primitive-types", + "proptest", + "rand", + "rlp", + "ruint-macro", + "serde", + "valuable", + "zeroize", +] + +[[package]] +name = "ruint-macro" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" + +[[package]] +name = "rusqlite" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae" +dependencies = [ + "bitflags 2.6.0", + "fallible-iterator", + "fallible-streaming-iterator", + "hashlink 0.9.1", + "libsqlite3-sys", + "smallvec", +] + +[[package]] +name = "rust-fuzzy-search" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a157657054ffe556d8858504af8a672a054a6e0bd9e8ee531059100c0fa11bb2" + +[[package]] +name = "rustc-demangle" +version = "0.1.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" + +[[package]] +name = "rustc-hash" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + +[[package]] +name = "rustc-hash" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" +dependencies = [ + "rand", +] + +[[package]] +name = "rustc-hex" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" + +[[package]] +name = "rustc_version" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" +dependencies = [ + "semver 0.11.0", +] + +[[package]] +name = "rustc_version" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" +dependencies = [ + "semver 1.0.24", +] + +[[package]] +name = "rustix" +version = "0.38.42" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" +dependencies = [ + "bitflags 2.6.0", + "errno", + "libc", + "linux-raw-sys", + "windows-sys 0.59.0", +] + +[[package]] +name = "rustls" +version = "0.21.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" +dependencies = [ + "log", + "ring 0.17.8", + "rustls-webpki 0.101.7", + "sct", +] + +[[package]] +name = "rustls" +version = "0.23.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" +dependencies = [ + "log", + "once_cell", + "ring 0.17.8", + "rustls-pki-types", + "rustls-webpki 0.102.8", + "subtle", + "zeroize", +] + +[[package]] +name = "rustls-native-certs" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" +dependencies = [ + "openssl-probe", + "rustls-pemfile 2.2.0", + "rustls-pki-types", + "schannel", + "security-framework 2.11.1", +] + +[[package]] +name = "rustls-pemfile" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" +dependencies = [ + "base64 0.21.7", +] + +[[package]] +name = "rustls-pemfile" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" +dependencies = [ + "rustls-pki-types", +] + +[[package]] +name = "rustls-pki-types" +version = "1.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" +dependencies = [ + "web-time", +] + +[[package]] +name = "rustls-platform-verifier" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" +dependencies = [ + "core-foundation 0.9.4", + "core-foundation-sys", + "jni", + "log", + "once_cell", + "rustls 0.23.20", + "rustls-native-certs", + "rustls-platform-verifier-android", + "rustls-webpki 0.102.8", + "security-framework 2.11.1", + "security-framework-sys", + "webpki-roots 0.26.7", + "winapi", +] + +[[package]] +name = "rustls-platform-verifier-android" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" + +[[package]] +name = "rustls-webpki" +version = "0.101.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" +dependencies = [ + "ring 0.17.8", + "untrusted 0.9.0", +] + +[[package]] +name = "rustls-webpki" +version = "0.102.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" +dependencies = [ + "ring 0.17.8", + "rustls-pki-types", + "untrusted 0.9.0", +] + +[[package]] +name = "rustversion" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" + +[[package]] +name = "rusty-fork" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" +dependencies = [ + "fnv", + "quick-error", + "tempfile", + "wait-timeout", +] + +[[package]] +name = "ryu" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" + +[[package]] +name = "ryu-js" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" + +[[package]] +name = "salsa20" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" +dependencies = [ + "cipher", +] + +[[package]] +name = "same-file" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "scale-info" +version = "2.11.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "346a3b32eba2640d17a9cb5927056b08f3de90f65b72fe09402c2ad07d684d0b" +dependencies = [ + "cfg-if", + "derive_more 1.0.0", + "parity-scale-codec", + "scale-info-derive", +] + +[[package]] +name = "scale-info-derive" +version = "2.11.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" +dependencies = [ + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "scc" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28e1c91382686d21b5ac7959341fcb9780fa7c03773646995a87c950fa7be640" +dependencies = [ + "sdd", +] + +[[package]] +name = "schannel" +version = "0.1.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" +dependencies = [ + "windows-sys 0.59.0", +] + +[[package]] +name = "schnellru" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" +dependencies = [ + "ahash", + "cfg-if", + "hashbrown 0.13.2", +] + +[[package]] +name = "scopeguard" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + +[[package]] +name = "scrypt" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d" +dependencies = [ + "hmac 0.12.1", + "pbkdf2 0.11.0", + "salsa20", + "sha2 0.10.8", +] + +[[package]] +name = "sct" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" +dependencies = [ + "ring 0.17.8", + "untrusted 0.9.0", +] + +[[package]] +name = "sdd" +version = "3.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "478f121bb72bbf63c52c93011ea1791dca40140dfe13f8336c4c5ac952c33aa9" + +[[package]] +name = "sec1" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" +dependencies = [ + "base16ct", + "der", + "generic-array 0.14.7", + "pkcs8", + "subtle", + "zeroize", +] + +[[package]] +name = "secp" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd426921f62c7e334ca27173743cd90a7263566a3be76ef0b47773d631633cf9" +dependencies = [ + "base16ct", + "once_cell", + "secp256k1", + "serde", + "serdect", + "subtle", +] + +[[package]] +name = "secp256k1" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" +dependencies = [ + "bitcoin_hashes 0.14.0", + "rand", + "secp256k1-sys", + "serde", +] + +[[package]] +name = "secp256k1-sys" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9" +dependencies = [ + "cc", +] + +[[package]] +name = "security-framework" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" +dependencies = [ + "bitflags 2.6.0", + "core-foundation 0.9.4", + "core-foundation-sys", + "libc", + "num-bigint 0.4.6", + "security-framework-sys", +] + +[[package]] +name = "security-framework" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81d3f8c9bfcc3cbb6b0179eb57042d75b1582bdc65c3cb95f3fa999509c03cbc" +dependencies = [ + "bitflags 2.6.0", + "core-foundation 0.10.0", + "core-foundation-sys", + "libc", + "security-framework-sys", +] + +[[package]] +name = "security-framework-sys" +version = "2.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1863fd3768cd83c56a7f60faa4dc0d403f1b6df0a38c3c25f44b7894e45370d5" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "semver" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" +dependencies = [ + "semver-parser", +] + +[[package]] +name = "semver" +version = "1.0.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" +dependencies = [ + "serde", +] + +[[package]] +name = "semver-parser" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2" +dependencies = [ + "pest", +] + +[[package]] +name = "send_wrapper" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" + +[[package]] +name = "send_wrapper" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" + +[[package]] +name = "serde" +version = "1.0.217" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.217" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "serde_json" +version = "1.0.134" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +dependencies = [ + "indexmap 2.7.0", + "itoa", + "memchr", + "ryu", + "serde", +] + +[[package]] +name = "serde_path_to_error" +version = "0.1.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" +dependencies = [ + "itoa", + "serde", +] + +[[package]] +name = "serde_repr" +version = "0.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "serde_spanned" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" +dependencies = [ + "serde", +] + +[[package]] +name = "serde_urlencoded" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" +dependencies = [ + "form_urlencoded", + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "serde_with" +version = "3.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" +dependencies = [ + "base64 0.22.1", + "chrono", + "hex", + "indexmap 1.9.3", + "indexmap 2.7.0", + "serde", + "serde_derive", + "serde_json", + "serde_with_macros", + "time", +] + +[[package]] +name = "serde_with_macros" +version = "3.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" +dependencies = [ + "darling", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "serde_yaml" +version = "0.8.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" +dependencies = [ + "indexmap 1.9.3", + "ryu", + "serde", + "yaml-rust", +] + +[[package]] +name = "serdect" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" +dependencies = [ + "base16ct", + "serde", +] + +[[package]] +name = "serial_test" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9" +dependencies = [ + "futures", + "log", + "once_cell", + "parking_lot 0.12.3", + "scc", + "serial_test_derive", +] + +[[package]] +name = "serial_test_derive" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "sha1" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", +] + +[[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.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", + "sha2-asm", +] + +[[package]] +name = "sha2-asm" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b845214d6175804686b2bd482bcffe96651bb2d1200742b712003504a2dac1ab" +dependencies = [ + "cc", +] + +[[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 = "sha3-asm" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46" +dependencies = [ + "cc", + "cfg-if", +] + +[[package]] +name = "sharded-slab" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" +dependencies = [ + "lazy_static", +] + +[[package]] +name = "shell-words" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" + +[[package]] +name = "shellexpand" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" +dependencies = [ + "dirs", +] + +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[package]] +name = "shrex" +version = "0.1.0" +dependencies = [ + "axum", + "rand", + "serde", + "terrors", +] + +[[package]] +name = "signal-hook" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" +dependencies = [ + "libc", + "signal-hook-registry", +] + +[[package]] +name = "signal-hook-mio" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" +dependencies = [ + "libc", + "mio 1.0.3", + "signal-hook", +] + +[[package]] +name = "signal-hook-registry" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" +dependencies = [ + "libc", +] + +[[package]] +name = "signature" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" +dependencies = [ + "digest 0.10.7", + "rand_core", +] + +[[package]] +name = "similar" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" + +[[package]] +name = "similar-asserts" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfe85670573cd6f0fa97940f26e7e6601213c3b0555246c24234131f88c5709e" +dependencies = [ + "console", + "similar", +] + +[[package]] +name = "simple_asn1" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" +dependencies = [ + "num-bigint 0.4.6", + "num-traits", + "thiserror 1.0.69", + "time", +] + +[[package]] +name = "siphasher" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" + +[[package]] +name = "size" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fed904c7fb2856d868b92464fc8fa597fce366edea1a9cbfaa8cb5fe080bd6d" + +[[package]] +name = "sketches-ddsketch" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c" + +[[package]] +name = "slab" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" +dependencies = [ + "autocfg", +] + +[[package]] +name = "sled" +version = "0.34.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935" +dependencies = [ + "crc32fast", + "crossbeam-epoch", + "crossbeam-utils", + "fs2", + "fxhash", + "libc", + "log", + "parking_lot 0.11.2", +] + +[[package]] +name = "smallvec" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +dependencies = [ + "serde", +] + +[[package]] +name = "snap" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" + +[[package]] +name = "snowbridge-amcl" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "460a9ed63cdf03c1b9847e8a12a5f5ba19c4efd5869e4a737e05be25d7c427e5" +dependencies = [ + "parity-scale-codec", + "scale-info", +] + +[[package]] +name = "socket2" +version = "0.4.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" +dependencies = [ + "libc", + "winapi", +] + +[[package]] +name = "socket2" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "soketto" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" +dependencies = [ + "base64 0.22.1", + "bytes", + "futures", + "http 1.2.0", + "httparse", + "log", + "rand", + "sha1", +] + +[[package]] +name = "sp1-build" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e58e5f49cf1481363abb74b55104e215f3b6e58dc2adb748bde7a6e4ea61b51d" +dependencies = [ + "anyhow", + "cargo_metadata", + "chrono", + "clap", + "dirs", +] + +[[package]] +name = "sp1-core-executor" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8324d09601526d2ddfb796efb24996d3cc33ea8802bbd085bdefe93a4989b4dd" +dependencies = [ + "bincode", + "bytemuck", + "elf", + "enum-map", + "eyre", + "hashbrown 0.14.5", + "hex", + "itertools 0.13.0", + "log", + "nohash-hasher", + "num", + "p3-field", + "p3-maybe-rayon", + "rand", + "rrs-succinct", + "serde", + "sp1-curves", + "sp1-primitives", + "sp1-stark", + "strum", + "strum_macros", + "thiserror 1.0.69", + "tiny-keccak", + "tracing", + "typenum", + "vec_map", +] + +[[package]] +name = "sp1-core-machine" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "357af5138c7a591d1a612d105d75c1c01cad0ed6cc383d1ae38b7254e85ea227" +dependencies = [ + "bincode", + "cfg-if", + "elliptic-curve", + "generic-array 1.1.1", + "hashbrown 0.14.5", + "hex", + "itertools 0.13.0", + "k256", + "log", + "num", + "num_cpus", + "p3-air", + "p3-baby-bear", + "p3-blake3", + "p3-challenger", + "p3-field", + "p3-keccak-air", + "p3-matrix", + "p3-maybe-rayon", + "p3-uni-stark", + "p3-util", + "rand", + "serde", + "size", + "snowbridge-amcl", + "sp1-core-executor", + "sp1-curves", + "sp1-derive", + "sp1-primitives", + "sp1-stark", + "static_assertions", + "strum", + "strum_macros", + "tempfile", + "thiserror 1.0.69", + "tracing", + "tracing-forest", + "tracing-subscriber 0.3.19", + "typenum", + "web-time", +] + +[[package]] +name = "sp1-curves" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dd206bc1fc44b7a215be0ae17c9b79e25ecfc2774dcd4e3753c0a03dee784e" +dependencies = [ + "cfg-if", + "dashu", + "elliptic-curve", + "generic-array 1.1.1", + "itertools 0.13.0", + "k256", + "num", + "p3-field", + "serde", + "snowbridge-amcl", + "sp1-primitives", + "sp1-stark", + "typenum", +] + +[[package]] +name = "sp1-derive" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf59bbd55ee20f0decb602809aadc73f09defb6f6d27067acf16029e84191b4a" +dependencies = [ + "quote", + "syn 1.0.109", +] + +[[package]] +name = "sp1-helper" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "158708d1ac1a62e96e5c4f69df5267a6241573a01dd896530d1f435365ffc275" +dependencies = [ + "sp1-build", +] + +[[package]] +name = "sp1-lib" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a5729da1b05d56c01457e5ecabdc77f1cc941df23f2921163a2f325aec22428" +dependencies = [ + "bincode", + "serde", +] + +[[package]] +name = "sp1-primitives" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d10c2078a5dfc5c3a632da1bc59b57a19dadc9c03968047d8ffb06c0f83b476" +dependencies = [ + "bincode", + "hex", + "lazy_static", + "num-bigint 0.4.6", + "p3-baby-bear", + "p3-field", + "p3-poseidon2", + "p3-symmetric", + "serde", + "sha2 0.10.8", +] + +[[package]] +name = "sp1-prover" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc363eda811717369513ca72abafbb5cdec0ed16cda12458ca5321e4167e97ff" +dependencies = [ + "anyhow", + "bincode", + "clap", + "dirs", + "eyre", + "itertools 0.13.0", + "lazy_static", + "lru", + "num-bigint 0.4.6", + "p3-baby-bear", + "p3-bn254-fr", + "p3-challenger", + "p3-commit", + "p3-field", + "p3-matrix", + "p3-symmetric", + "rayon", + "reqwest 0.11.27", + "serde", + "serde_json", + "serial_test", + "sp1-core-executor", + "sp1-core-machine", + "sp1-primitives", + "sp1-recursion-circuit", + "sp1-recursion-compiler", + "sp1-recursion-core", + "sp1-recursion-gnark-ffi", + "sp1-stark", + "subtle-encoding", + "tempfile", + "thiserror 1.0.69", + "tracing", + "tracing-subscriber 0.3.19", +] + +[[package]] +name = "sp1-recursion-circuit" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "108607ce729ab2fedb25f039284baaad022c5df242e0530c5b453e89cc8306a3" +dependencies = [ + "hashbrown 0.14.5", + "itertools 0.13.0", + "num-traits", + "p3-air", + "p3-baby-bear", + "p3-bn254-fr", + "p3-challenger", + "p3-commit", + "p3-dft", + "p3-field", + "p3-fri", + "p3-matrix", + "p3-symmetric", + "p3-util", + "rand", + "rayon", + "serde", + "sp1-core-executor", + "sp1-core-machine", + "sp1-derive", + "sp1-primitives", + "sp1-recursion-compiler", + "sp1-recursion-core", + "sp1-recursion-gnark-ffi", + "sp1-stark", + "tracing", +] + +[[package]] +name = "sp1-recursion-compiler" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "673d2c66a48e6d17e1165b5ea38b59de5e80bf64fd45f17ebc9d75e67c4ff414" +dependencies = [ + "backtrace", + "itertools 0.13.0", + "p3-baby-bear", + "p3-bn254-fr", + "p3-field", + "p3-symmetric", + "serde", + "sp1-core-machine", + "sp1-primitives", + "sp1-recursion-core", + "sp1-recursion-derive", + "sp1-stark", + "tracing", + "vec_map", +] + +[[package]] +name = "sp1-recursion-core" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2fb84b20d8ffb922d4c05843406c458a6abef296bc31e68cf5eb64fa739c921" +dependencies = [ + "backtrace", + "ff 0.13.0", + "hashbrown 0.14.5", + "itertools 0.13.0", + "p3-air", + "p3-baby-bear", + "p3-bn254-fr", + "p3-challenger", + "p3-commit", + "p3-dft", + "p3-field", + "p3-fri", + "p3-matrix", + "p3-maybe-rayon", + "p3-merkle-tree", + "p3-poseidon2", + "p3-symmetric", + "p3-util", + "serde", + "sp1-core-machine", + "sp1-derive", + "sp1-primitives", + "sp1-stark", + "static_assertions", + "thiserror 1.0.69", + "tracing", + "vec_map", + "zkhash", +] + +[[package]] +name = "sp1-recursion-derive" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3125726165ff77fb2650ae031075ba747099a6e218e5c10f84ac2715545a2332" +dependencies = [ + "quote", + "syn 1.0.109", +] + +[[package]] +name = "sp1-recursion-gnark-ffi" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a049cdff6b64bc1cd2bebdf494fd314bc4b45eff9058ea69dace55a0fa77e483" +dependencies = [ + "anyhow", + "bincode", + "bindgen 0.70.1", + "cc", + "cfg-if", + "hex", + "log", + "num-bigint 0.4.6", + "p3-baby-bear", + "p3-field", + "p3-symmetric", + "serde", + "serde_json", + "sha2 0.10.8", + "sp1-core-machine", + "sp1-recursion-compiler", + "sp1-stark", + "tempfile", +] + +[[package]] +name = "sp1-sdk" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae8dfb448a10491096db03187af55b8334ac52303c280956d0782a9fe78dd814" +dependencies = [ + "alloy-sol-types 0.7.7", + "anyhow", + "async-trait", + "bincode", + "cfg-if", + "dirs", + "ethers", + "futures", + "hashbrown 0.14.5", + "hex", + "indicatif", + "itertools 0.13.0", + "log", + "p3-baby-bear", + "p3-field", + "p3-fri", + "prost 0.13.4", + "reqwest 0.12.12", + "reqwest-middleware", + "serde", + "sp1-core-executor", + "sp1-core-machine", + "sp1-primitives", + "sp1-prover", + "sp1-stark", + "strum", + "strum_macros", + "tempfile", + "thiserror 1.0.69", + "tokio", + "tracing", + "twirp-rs", + "vergen", +] + +[[package]] +name = "sp1-stark" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a597ed68cd03f80d9cdb9f4b50924e3c890c35c39956f7e87dd2262b72b2d12b" +dependencies = [ + "arrayref", + "getrandom", + "hashbrown 0.14.5", + "itertools 0.13.0", + "num-traits", + "p3-air", + "p3-baby-bear", + "p3-challenger", + "p3-commit", + "p3-dft", + "p3-field", + "p3-fri", + "p3-matrix", + "p3-maybe-rayon", + "p3-merkle-tree", + "p3-poseidon2", + "p3-symmetric", + "p3-uni-stark", + "p3-util", + "rayon-scan", + "serde", + "sp1-derive", + "sp1-primitives", + "strum", + "strum_macros", + "sysinfo 0.30.13", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "sp1-verifier" +version = "3.0.0" +source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +dependencies = [ + "hex", + "lazy_static", + "sha2 0.10.8", + "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", + "thiserror-no-std", +] + +[[package]] +name = "sp1-zkvm" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ea02449a9dcaab67219f7b3442ab51b45ae40e7b04f205382295936087fe1d5" +dependencies = [ + "cfg-if", + "getrandom", + "lazy_static", + "libm", + "p3-baby-bear", + "p3-field", + "rand", + "sha2 0.10.8", + "sp1-lib", + "sp1-primitives", +] + +[[package]] +name = "spin" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" + +[[package]] +name = "spin" +version = "0.9.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" +dependencies = [ + "lock_api", +] + +[[package]] +name = "spki" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" +dependencies = [ + "base64ct", + "der", +] + +[[package]] +name = "sptr" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" + +[[package]] +name = "stability" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac" +dependencies = [ + "quote", + "syn 2.0.93", +] + +[[package]] +name = "stable_deref_trait" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" + +[[package]] +name = "static_assertions" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + +[[package]] +name = "strata-bridge-client" +version = "0.1.0" +dependencies = [ + "anyhow", + "argh", + "async-trait", + "bitcoin", + "chrono", + "directories", + "jsonrpsee", + "rockbound", + "strata-bridge-exec", + "strata-bridge-rpc-api", + "strata-bridge-sig-manager", + "strata-bridge-tx-builder", + "strata-btcio", + "strata-common", + "strata-key-derivation", + "strata-primitives", + "strata-rocksdb", + "strata-rpc-api", + "strata-rpc-types", + "strata-state", + "strata-storage", + "thiserror 1.0.69", + "threadpool", + "tokio", + "tracing", + "zeroize", +] + +[[package]] +name = "strata-bridge-exec" +version = "0.1.0" +dependencies = [ + "bitcoin", + "borsh", + "format_serde_error", + "jsonrpsee", + "serde", + "strata-bridge-sig-manager", + "strata-bridge-tx-builder", + "strata-btcio", + "strata-primitives", + "strata-rpc-api", + "strata-rpc-types", + "thiserror 1.0.69", + "toml 0.5.11", + "tracing", +] + +[[package]] +name = "strata-bridge-relay" +version = "0.1.0" +dependencies = [ + "anyhow", + "bitcoin", + "sha2 0.10.8", + "strata-btcio", + "strata-config", + "strata-primitives", + "strata-state", + "strata-status", + "strata-storage", + "strata-tasks", + "strata-test-utils", + "tokio", + "tracing", +] + +[[package]] +name = "strata-bridge-rpc-api" +version = "0.1.0" +dependencies = [ + "bitcoin", + "jsonrpsee", + "strata-state", +] + +[[package]] +name = "strata-bridge-sig-manager" +version = "0.1.0" +dependencies = [ + "arbitrary", + "bitcoin", + "musig2", + "strata-bridge-tx-builder", + "strata-db", + "strata-primitives", + "strata-storage", + "strata-test-utils", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "strata-bridge-tx-builder" +version = "0.1.0" +dependencies = [ + "bitcoin", + "musig2", + "serde", + "strata-primitives", + "strata-test-utils", + "thiserror 1.0.69", +] + +[[package]] +name = "strata-btcio" +version = "0.1.0" +dependencies = [ + "anyhow", + "arbitrary", + "async-trait", + "base64 0.22.1", + "bitcoin", + "bytes", + "corepc-node", + "hex", + "mockall", + "musig2", + "rand", + "reqwest 0.12.12", + "serde", + "serde_json", + "sha2 0.10.8", + "strata-bridge-tx-builder", + "strata-common", + "strata-config", + "strata-db", + "strata-primitives", + "strata-rocksdb", + "strata-rpc-types", + "strata-state", + "strata-status", + "strata-storage", + "strata-tasks", + "strata-test-utils", + "strata-tx-parser", + "thiserror 1.0.69", + "threadpool", + "tokio", + "tracing", +] + +[[package]] +name = "strata-chaintsn" +version = "0.1.0" +dependencies = [ + "anyhow", + "arbitrary", + "bitcoin", + "rand_chacha", + "rand_core", + "strata-eectl", + "strata-primitives", + "strata-state", + "strata-test-utils", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "strata-cli" +version = "0.1.0" +dependencies = [ + "aes-gcm-siv", + "alloy", + "argh", + "argon2", + "async-trait", + "bdk_bitcoind_rpc", + "bdk_esplora", + "bdk_wallet", + "bip39", + "chrono", + "colored", + "config", + "dialoguer", + "directories", + "indicatif", + "keyring", + "rand_core", + "reqwest 0.12.12", + "serde", + "sha2 0.10.8", + "shrex", + "sled", + "strata-bridge-tx-builder", + "strata-primitives", + "terrors", + "tokio", + "zeroize", + "zxcvbn", +] + +[[package]] +name = "strata-client" +version = "0.1.0" +dependencies = [ + "alloy-rpc-types 0.4.2", + "anyhow", + "arbitrary", + "argh", + "async-trait", + "bitcoin", + "borsh", + "format_serde_error", + "futures", + "hex", + "jsonrpsee", + "parking_lot 0.12.3", + "reth-ipc", + "reth-primitives", + "reth-rpc-api", + "rockbound", + "serde", + "serde_json", + "strata-bridge-relay", + "strata-bridge-tx-builder", + "strata-btcio", + "strata-common", + "strata-config", + "strata-consensus-logic", + "strata-db", + "strata-eectl", + "strata-evmexec", + "strata-key-derivation", + "strata-mmr", + "strata-primitives", + "strata-rocksdb", + "strata-rpc-api", + "strata-rpc-types", + "strata-rpc-utils", + "strata-state", + "strata-status", + "strata-storage", + "strata-sync", + "strata-tasks", + "strata-test-utils", + "strata-tx-parser", + "strata-zkvm", + "thiserror 1.0.69", + "threadpool", + "tokio", + "toml 0.5.11", + "tracing", + "zeroize", +] + +[[package]] +name = "strata-common" +version = "0.1.0" +dependencies = [ + "bitcoin", + "opentelemetry", + "opentelemetry-otlp", + "opentelemetry_sdk", + "serde", + "strata-primitives", + "tracing", + "tracing-opentelemetry", + "tracing-subscriber 0.3.19", +] + +[[package]] +name = "strata-config" +version = "0.1.0" +dependencies = [ + "bitcoin", + "serde", + "toml 0.5.11", +] + +[[package]] +name = "strata-consensus-logic" +version = "0.1.0" +dependencies = [ + "anyhow", + "bitcoin", + "borsh", + "futures", + "rand", + "secp256k1", + "strata-btcio", + "strata-chaintsn", + "strata-crypto", + "strata-db", + "strata-eectl", + "strata-primitives", + "strata-risc0-adapter", + "strata-rocksdb", + "strata-rpc-types", + "strata-sp1-adapter", + "strata-state", + "strata-status", + "strata-storage", + "strata-tasks", + "strata-test-utils", + "strata-tx-parser", + "strata-zkvm", + "thiserror 1.0.69", + "threadpool", + "tokio", + "tracing", +] + +[[package]] +name = "strata-crypto" +version = "0.1.0" +dependencies = [ + "rand", + "secp256k1", + "sha2 0.10.8", + "strata-primitives", +] + +[[package]] +name = "strata-datatool" +version = "0.1.0" +dependencies = [ + "anyhow", + "argh", + "bech32 0.11.0", + "bitcoin", + "bytemuck", + "hex", + "rand_core", + "secp256k1", + "serde_json", + "strata-key-derivation", + "strata-primitives", + "strata-risc0-guest-builder", + "strata-sp1-guest-builder", + "terrors", + "zeroize", +] + +[[package]] +name = "strata-db" +version = "0.1.0" +dependencies = [ + "anyhow", + "arbitrary", + "bitcoin", + "borsh", + "hex", + "mockall", + "musig2", + "parking_lot 0.12.3", + "serde", + "serde_json", + "strata-mmr", + "strata-primitives", + "strata-state", + "strata-test-utils", + "strata-zkvm", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "strata-eectl" +version = "0.1.0" +dependencies = [ + "strata-primitives", + "strata-state", + "thiserror 1.0.69", +] + +[[package]] +name = "strata-evmexec" +version = "0.1.0" +dependencies = [ + "alloy-rpc-types 0.4.2", + "anyhow", + "arbitrary", + "borsh", + "futures", + "http 1.2.0", + "hyper 0.14.32", + "jsonrpsee", + "mockall", + "rand", + "reth-node-ethereum", + "reth-primitives", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-eth-api", + "reth-rpc-layer", + "reth-rpc-types-compat", + "serde", + "serde_json", + "strata-db", + "strata-eectl", + "strata-primitives", + "strata-reth-evm", + "strata-reth-node", + "strata-state", + "strata-storage", + "strata-test-utils", + "thiserror 1.0.69", + "tokio", + "tower 0.4.13", + "tracing", +] + +[[package]] +name = "strata-jmt" +version = "0.1.0" +dependencies = [ + "jmt", +] + +[[package]] +name = "strata-key-derivation" +version = "0.1.0" +dependencies = [ + "bitcoin", + "secp256k1", + "strata-primitives", + "thiserror 1.0.69", + "zeroize", +] + +[[package]] +name = "strata-mmr" +version = "0.1.0" +dependencies = [ + "arbitrary", + "borsh", + "digest 0.10.7", + "hex", + "sha2 0.10.8", + "thiserror 1.0.69", +] + +[[package]] +name = "strata-native-zkvm-adapter" +version = "0.1.0" +dependencies = [ + "bincode", + "borsh", + "serde", + "strata-zkvm", + "tracing", +] + +[[package]] +name = "strata-primitives" +version = "0.1.0" +dependencies = [ + "anyhow", + "arbitrary", + "bincode", + "bitcoin", + "borsh", + "digest 0.10.7", + "hex", + "musig2", + "rand", + "reth-primitives", + "secp256k1", + "serde", + "serde_json", + "sha2 0.10.8", + "strata-test-utils", + "thiserror 1.0.69", + "tracing", + "zeroize", +] + +[[package]] +name = "strata-proofimpl-btc-blockspace" +version = "0.1.0" +dependencies = [ + "bitcoin", + "borsh", + "hex", + "rand", + "serde", + "sha2 0.10.8", + "strata-bridge-tx-builder", + "strata-native-zkvm-adapter", + "strata-primitives", + "strata-state", + "strata-test-utils", + "strata-tx-parser", + "strata-zkvm", +] + +[[package]] +name = "strata-proofimpl-checkpoint" +version = "0.1.0" +dependencies = [ + "bitcoin", + "borsh", + "ethnum", + "rand", + "serde", + "serde_json", + "strata-primitives", + "strata-proofimpl-btc-blockspace", + "strata-proofimpl-cl-stf", + "strata-proofimpl-l1-batch", + "strata-state", + "strata-test-utils", + "strata-zkvm", +] + +[[package]] +name = "strata-proofimpl-cl-agg" +version = "0.1.0" +dependencies = [ + "borsh", + "strata-proofimpl-cl-stf", + "strata-zkvm", +] + +[[package]] +name = "strata-proofimpl-cl-stf" +version = "0.1.0" +dependencies = [ + "borsh", + "strata-chaintsn", + "strata-crypto", + "strata-primitives", + "strata-proofimpl-evm-ee-stf", + "strata-state", + "strata-test-utils", + "strata-zkvm", +] + +[[package]] +name = "strata-proofimpl-evm-ee-stf" +version = "0.1.0" +dependencies = [ + "alloy-consensus 0.4.2", + "alloy-eips 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rlp", + "alloy-rlp-derive", + "alloy-rpc-types 0.4.2", + "alloy-rpc-types-eth 0.4.2", + "anyhow", + "bincode", + "hex-literal", + "k256", + "reth-primitives", + "reth-trie-common", + "revm", + "rlp", + "serde", + "serde_json", + "serde_with", + "strata-primitives", + "strata-reth-evm", + "strata-reth-primitives", + "strata-state", + "strata-zkvm", + "thiserror 1.0.69", +] + +[[package]] +name = "strata-proofimpl-l1-batch" +version = "0.1.0" +dependencies = [ + "bitcoin", + "borsh", + "ethnum", + "rand", + "serde", + "strata-primitives", + "strata-proofimpl-btc-blockspace", + "strata-state", + "strata-test-utils", + "strata-zkvm", +] + +[[package]] +name = "strata-prover-client" +version = "0.1.0" +dependencies = [ + "alloy-rpc-types 0.4.2", + "anyhow", + "argh", + "async-trait", + "bincode", + "bitcoin", + "borsh", + "hex", + "jsonrpsee", + "musig2", + "rand", + "rayon", + "rockbound", + "serde", + "serde_json", + "strata-btcio", + "strata-common", + "strata-db", + "strata-native-zkvm-adapter", + "strata-primitives", + "strata-proofimpl-btc-blockspace", + "strata-proofimpl-checkpoint", + "strata-proofimpl-cl-agg", + "strata-proofimpl-cl-stf", + "strata-proofimpl-evm-ee-stf", + "strata-proofimpl-l1-batch", + "strata-prover-client-rpc-api", + "strata-risc0-adapter", + "strata-risc0-guest-builder", + "strata-rocksdb", + "strata-rpc-api", + "strata-rpc-types", + "strata-rpc-utils", + "strata-sp1-adapter", + "strata-sp1-guest-builder", + "strata-state", + "strata-test-utils", + "strata-tx-parser", + "strata-zkvm", + "thiserror 1.0.69", + "tokio", + "tracing", + "tracing-subscriber 0.3.19", + "uuid 1.11.0", +] + +[[package]] +name = "strata-prover-client-rpc-api" +version = "0.1.0" +dependencies = [ + "jsonrpsee", + "strata-primitives", + "strata-rpc-types", + "strata-state", + "strata-zkvm", +] + +[[package]] +name = "strata-provers-perf" +version = "0.1.0" +dependencies = [ + "anyhow", + "bincode", + "clap", + "num-format", + "reqwest 0.12.12", + "serde", + "serde_json", + "sp1-prover", + "sp1-sdk", + "strata-sp1-adapter", + "strata-test-utils", + "strata-zkvm", + "strata-zkvm-tests", + "time", + "tokio", +] + +[[package]] +name = "strata-python-utils" +version = "0.5.0" +dependencies = [ + "anyhow", + "bdk_bitcoind_rpc", + "bdk_wallet", + "corepc-node", + "musig2", + "pyo3", + "pyo3-build-config", + "reth-primitives", + "secp256k1", + "shrex", + "strata-btcio", + "strata-common", + "strata-crypto", + "strata-primitives", + "tokio", + "tracing", +] + +[[package]] +name = "strata-reth" +version = "0.1.0" +dependencies = [ + "alloy-genesis 0.4.2", + "alloy-rpc-types 0.4.2", + "async-trait", + "clap", + "eyre", + "hex", + "jsonrpsee-types", + "reqwest 0.12.12", + "reth", + "reth-chainspec", + "reth-cli", + "reth-cli-commands", + "reth-cli-util", + "reth-db", + "reth-primitives", + "reth-provider", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "rockbound", + "serde_json", + "shellexpand", + "strata-reth-db", + "strata-reth-exex", + "strata-reth-node", + "strata-reth-rpc", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "strata-reth-db" +version = "0.1.0" +dependencies = [ + "anyhow", + "bincode", + "borsh", + "reth-primitives", + "rockbound", + "serde", + "serde_json", + "strata-db", + "strata-proofimpl-evm-ee-stf", + "strata-rocksdb", + "tempfile", + "tracing", +] + +[[package]] +name = "strata-reth-evm" +version = "0.1.0" +dependencies = [ + "alloy-sol-types 0.8.15", + "reth-primitives", + "revm", + "revm-primitives", + "secp256k1", + "strata-crypto", + "strata-primitives", + "strata-reth-primitives", +] + +[[package]] +name = "strata-reth-exex" +version = "0.1.0" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-rpc-types 0.4.2", + "anyhow", + "bincode", + "eyre", + "futures-util", + "reth-evm", + "reth-exex", + "reth-node-api", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-types-compat", + "reth-trie", + "rockbound", + "serde", + "serde_json", + "strata-proofimpl-evm-ee-stf", + "strata-reth-db", + "tempfile", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "strata-reth-node" +version = "0.1.0" +dependencies = [ + "alloy-rpc-types 0.4.2", + "eyre", + "reth", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-ethereum-payload-builder", + "reth-evm", + "reth-evm-ethereum", + "reth-node-api", + "reth-node-ethereum", + "reth-payload-builder", + "reth-primitives", + "reth-trie", + "revm", + "revm-primitives", + "serde", + "strata-reth-evm", + "strata-reth-primitives", + "strata-reth-rpc", + "tracing", +] + +[[package]] +name = "strata-reth-primitives" +version = "0.1.0" +dependencies = [ + "alloy-sol-types 0.8.15", + "reth-primitives", + "serde", +] + +[[package]] +name = "strata-reth-rpc" +version = "0.1.0" +dependencies = [ + "alloy-eips 0.4.2", + "alloy-network 0.4.2", + "alloy-primitives 0.8.15", + "alloy-rpc-types 0.4.2", + "alloy-rpc-types-eth 0.4.2", + "bincode", + "eyre", + "hex", + "jsonrpsee", + "jsonrpsee-types", + "parking_lot 0.12.3", + "reqwest 0.12.12", + "reth-chainspec", + "reth-ethereum-forks", + "reth-evm", + "reth-network-api", + "reth-node-api", + "reth-node-builder", + "reth-primitives", + "reth-provider", + "reth-rpc", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-tasks", + "reth-transaction-pool", + "revm", + "serde", + "serde_json", + "strata-proofimpl-evm-ee-stf", + "strata-reth-db", + "strata-rpc-utils", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "strata-risc0-adapter" +version = "0.1.0" +dependencies = [ + "bincode", + "borsh", + "hex", + "risc0-zkvm", + "serde", + "sha2 0.10.8", + "strata-zkvm", + "tracing-subscriber 0.3.19", +] + +[[package]] +name = "strata-risc0-guest-builder" +version = "0.1.0" +dependencies = [ + "bincode", + "bitcoin", + "borsh", + "hex", + "rand", + "risc0-build", + "risc0-zkvm", + "strata-chaintsn", + "strata-primitives", + "strata-proofimpl-btc-blockspace", + "strata-proofimpl-checkpoint", + "strata-proofimpl-cl-stf", + "strata-proofimpl-evm-ee-stf", + "strata-proofimpl-l1-batch", + "strata-risc0-adapter", + "strata-state", + "strata-test-utils", + "strata-zkvm", +] + +[[package]] +name = "strata-rocksdb" +version = "0.1.0" +dependencies = [ + "anyhow", + "arbitrary", + "bincode", + "bitcoin", + "borsh", + "reth-db", + "rockbound", + "strata-db", + "strata-mmr", + "strata-primitives", + "strata-state", + "strata-test-utils", + "strata-zkvm", + "tempfile", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "strata-rpc-api" +version = "0.1.0" +dependencies = [ + "bitcoin", + "hex", + "jsonrpsee", + "serde", + "serde_with", + "strata-bridge-sig-manager", + "strata-bridge-tx-builder", + "strata-db", + "strata-primitives", + "strata-rpc-types", + "strata-state", + "strata-zkvm", + "thiserror 1.0.69", +] + +[[package]] +name = "strata-rpc-types" +version = "0.1.0" +dependencies = [ + "bitcoin", + "hex", + "jsonrpsee", + "serde", + "serde_json", + "serde_with", + "strata-db", + "strata-primitives", + "strata-state", + "thiserror 1.0.69", +] + +[[package]] +name = "strata-rpc-utils" +version = "0.1.0" +dependencies = [ + "jsonrpsee", +] + +[[package]] +name = "strata-sp1-adapter" +version = "0.1.0" +dependencies = [ + "bincode", + "borsh", + "hex", + "serde", + "sha2 0.10.8", + "sp1-primitives", + "sp1-sdk", + "sp1-verifier", + "sp1-zkvm", + "strata-primitives", + "strata-zkvm", + "tracing", +] + +[[package]] +name = "strata-sp1-guest-builder" +version = "0.1.0" +dependencies = [ + "bincode", + "once_cell", + "sha2 0.10.8", + "sp1-helper", + "sp1-sdk", + "strata-sp1-adapter", +] + +[[package]] +name = "strata-state" +version = "0.1.0" +dependencies = [ + "arbitrary", + "bitcoin", + "borsh", + "digest 0.10.7", + "ethnum", + "hex", + "num_enum 0.7.3", + "rand", + "serde", + "sha2 0.10.8", + "strata-bridge-tx-builder", + "strata-crypto", + "strata-primitives", + "strata-test-utils", + "strata-zkvm", + "tracing", +] + +[[package]] +name = "strata-status" +version = "0.1.0" +dependencies = [ + "strata-primitives", + "strata-rpc-types", + "strata-state", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "strata-storage" +version = "0.1.0" +dependencies = [ + "anyhow", + "async-trait", + "bitcoin", + "lru", + "parking_lot 0.12.3", + "paste", + "strata-db", + "strata-primitives", + "strata-state", + "threadpool", + "tokio", + "tracing", +] + +[[package]] +name = "strata-sync" +version = "0.1.0" +dependencies = [ + "anyhow", + "arbitrary", + "async-trait", + "borsh", + "futures", + "futures-util", + "strata-consensus-logic", + "strata-db", + "strata-primitives", + "strata-rpc-api", + "strata-rpc-types", + "strata-state", + "strata-storage", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "strata-tasks" +version = "0.1.0" +dependencies = [ + "anyhow", + "arbitrary", + "futures-util", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "strata-test-utils" +version = "0.1.0" +dependencies = [ + "anyhow", + "arbitrary", + "bitcoin", + "hex", + "musig2", + "rand", + "rand_core", + "revm", + "rockbound", + "serde_json", + "strata-btcio", + "strata-chaintsn", + "strata-consensus-logic", + "strata-db", + "strata-primitives", + "strata-proofimpl-cl-stf", + "strata-proofimpl-evm-ee-stf", + "strata-state", + "strata-storage", + "strata-tx-parser", + "threadpool", +] + +[[package]] +name = "strata-tx-parser" +version = "0.1.0" +dependencies = [ + "anyhow", + "arbitrary", + "bitcoin", + "borsh", + "hex", + "musig2", + "rand", + "strata-bridge-tx-builder", + "strata-btcio", + "strata-primitives", + "strata-state", + "strata-test-utils", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "strata-zkvm" +version = "0.1.0" +dependencies = [ + "arbitrary", + "bincode", + "borsh", + "serde", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "strata-zkvm-hosts" +version = "0.1.0" +dependencies = [ + "bincode", + "borsh", + "cfg-if", + "serde", + "strata-native-zkvm-adapter", + "strata-primitives", + "strata-proofimpl-btc-blockspace", + "strata-proofimpl-checkpoint", + "strata-proofimpl-cl-agg", + "strata-proofimpl-cl-stf", + "strata-proofimpl-evm-ee-stf", + "strata-proofimpl-l1-batch", + "strata-risc0-adapter", + "strata-risc0-guest-builder", + "strata-sp1-adapter", + "strata-sp1-guest-builder", + "thiserror 1.0.69", +] + +[[package]] +name = "strata-zkvm-tests" +version = "0.1.0" +dependencies = [ + "anyhow", + "bincode", + "bitcoin", + "borsh", + "cfg-if", + "hex", + "serde_json", + "strata-native-zkvm-adapter", + "strata-primitives", + "strata-proofimpl-btc-blockspace", + "strata-proofimpl-checkpoint", + "strata-proofimpl-cl-agg", + "strata-proofimpl-cl-stf", + "strata-proofimpl-evm-ee-stf", + "strata-proofimpl-l1-batch", + "strata-risc0-adapter", + "strata-risc0-guest-builder", + "strata-sp1-adapter", + "strata-sp1-guest-builder", + "strata-state", + "strata-test-utils", + "strata-zkvm", + "strata-zkvm-hosts", +] + +[[package]] +name = "strsim" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + +[[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +dependencies = [ + "strum_macros", +] + +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.93", +] + +[[package]] +name = "substrate-bn" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b5bbfa79abbae15dd642ea8176a21a635ff3c00059961d1ea27ad04e5b441c" +dependencies = [ + "byteorder", + "crunchy", + "lazy_static", + "rand", + "rustc-hex", +] + +[[package]] +name = "substrate-bn" +version = "0.6.0" +source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +dependencies = [ + "bytemuck", + "byteorder", + "cfg-if", + "crunchy", + "lazy_static", + "num-bigint 0.4.6", + "rand", + "rustc-hex", + "sp1-lib", +] + +[[package]] +name = "subtle" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" + +[[package]] +name = "subtle-encoding" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945" +dependencies = [ + "zeroize", +] + +[[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.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "syn-solidity" +version = "0.7.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c837dc8852cb7074e46b444afb81783140dab12c58867b49fb3898fbafedf7ea" +dependencies = [ + "paste", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "syn-solidity" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "219389c1ebe89f8333df8bdfb871f6631c552ff399c23cac02480b6088aad8f0" +dependencies = [ + "paste", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "sync_wrapper" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" + +[[package]] +name = "sync_wrapper" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" +dependencies = [ + "futures-core", +] + +[[package]] +name = "synstructure" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "sysinfo" +version = "0.30.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3" +dependencies = [ + "cfg-if", + "core-foundation-sys", + "libc", + "ntapi", + "once_cell", + "rayon", + "windows 0.52.0", +] + +[[package]] +name = "sysinfo" +version = "0.31.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" +dependencies = [ + "core-foundation-sys", + "libc", + "memchr", + "ntapi", + "windows 0.57.0", +] + +[[package]] +name = "system-configuration" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +dependencies = [ + "bitflags 1.3.2", + "core-foundation 0.9.4", + "system-configuration-sys 0.5.0", +] + +[[package]] +name = "system-configuration" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" +dependencies = [ + "bitflags 2.6.0", + "core-foundation 0.9.4", + "system-configuration-sys 0.6.0", +] + +[[package]] +name = "system-configuration-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "system-configuration-sys" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "tap" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" + +[[package]] +name = "tar" +version = "0.4.43" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" +dependencies = [ + "filetime", + "libc", + "xattr", +] + +[[package]] +name = "target-lexicon" +version = "0.12.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" + +[[package]] +name = "tempfile" +version = "3.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +dependencies = [ + "cfg-if", + "fastrand", + "once_cell", + "rustix", + "windows-sys 0.59.0", +] + +[[package]] +name = "termtree" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" + +[[package]] +name = "terrors" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a09a4471bca83dc547eb7829f7fe0b96ad3d04d21ad155e1e14084e163fe0e07" + +[[package]] +name = "thin-vec" +version = "0.2.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" + +[[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.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", +] + +[[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.93", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "thiserror-impl-no-std" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58e6318948b519ba6dc2b442a6d0b904ebfb8d411a3ad3e07843615a72249758" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "thiserror-no-std" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3ad459d94dd517257cc96add8a43190ee620011bb6e6cdc82dafd97dfafafea" +dependencies = [ + "thiserror-impl-no-std", +] + +[[package]] +name = "thread_local" +version = "1.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" +dependencies = [ + "cfg-if", + "once_cell", +] + +[[package]] +name = "threadpool" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" +dependencies = [ + "num_cpus", +] + +[[package]] +name = "tikv-jemalloc-ctl" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f21f216790c8df74ce3ab25b534e0718da5a1916719771d3fec23315c99e468b" +dependencies = [ + "libc", + "paste", + "tikv-jemalloc-sys", +] + +[[package]] +name = "tikv-jemalloc-sys" +version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" +dependencies = [ + "cc", + "libc", +] + +[[package]] +name = "tikv-jemallocator" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865" +dependencies = [ + "libc", + "tikv-jemalloc-sys", +] + +[[package]] +name = "time" +version = "0.3.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" +dependencies = [ + "deranged", + "itoa", + "js-sys", + "libc", + "num-conv", + "num_threads", + "powerfmt", + "serde", + "time-core", + "time-macros", +] + +[[package]] +name = "time-core" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" + +[[package]] +name = "time-macros" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" +dependencies = [ + "num-conv", + "time-core", +] + +[[package]] +name = "tiny-keccak" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" +dependencies = [ + "crunchy", +] + +[[package]] +name = "tinystr" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +dependencies = [ + "displaydoc", + "zerovec", +] + +[[package]] +name = "tinyvec" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" +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 = "tokio" +version = "1.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +dependencies = [ + "backtrace", + "bytes", + "libc", + "mio 1.0.3", + "parking_lot 0.12.3", + "pin-project-lite", + "signal-hook-registry", + "socket2 0.5.8", + "tokio-macros", + "windows-sys 0.52.0", +] + +[[package]] +name = "tokio-macros" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "tokio-native-tls" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" +dependencies = [ + "native-tls", + "tokio", +] + +[[package]] +name = "tokio-rustls" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" +dependencies = [ + "rustls 0.21.12", + "tokio", +] + +[[package]] +name = "tokio-rustls" +version = "0.26.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" +dependencies = [ + "rustls 0.23.20", + "tokio", +] + +[[package]] +name = "tokio-socks" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" +dependencies = [ + "either", + "futures-util", + "thiserror 1.0.69", + "tokio", +] + +[[package]] +name = "tokio-stream" +version = "0.1.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" +dependencies = [ + "futures-core", + "pin-project-lite", + "tokio", + "tokio-util", +] + +[[package]] +name = "tokio-tungstenite" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd" +dependencies = [ + "futures-util", + "log", + "rustls 0.23.20", + "rustls-pki-types", + "tokio", + "tokio-rustls 0.26.1", + "tungstenite 0.23.0", + "webpki-roots 0.26.7", +] + +[[package]] +name = "tokio-tungstenite" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" +dependencies = [ + "futures-util", + "log", + "rustls 0.23.20", + "rustls-pki-types", + "tokio", + "tokio-rustls 0.26.1", + "tungstenite 0.24.0", + "webpki-roots 0.26.7", +] + +[[package]] +name = "tokio-util" +version = "0.7.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" +dependencies = [ + "bytes", + "futures-core", + "futures-io", + "futures-sink", + "pin-project-lite", + "slab", + "tokio", +] + +[[package]] +name = "toml" +version = "0.5.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" +dependencies = [ + "serde", +] + +[[package]] +name = "toml" +version = "0.8.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit 0.22.22", +] + +[[package]] +name = "toml_datetime" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" +dependencies = [ + "serde", +] + +[[package]] +name = "toml_edit" +version = "0.19.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +dependencies = [ + "indexmap 2.7.0", + "toml_datetime", + "winnow 0.5.40", +] + +[[package]] +name = "toml_edit" +version = "0.22.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" +dependencies = [ + "indexmap 2.7.0", + "serde", + "serde_spanned", + "toml_datetime", + "winnow 0.6.21", +] + +[[package]] +name = "tonic" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" +dependencies = [ + "async-stream", + "async-trait", + "axum", + "base64 0.22.1", + "bytes", + "h2 0.4.7", + "http 1.2.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.5.2", + "hyper-timeout", + "hyper-util", + "percent-encoding", + "pin-project", + "prost 0.13.4", + "socket2 0.5.8", + "tokio", + "tokio-stream", + "tower 0.4.13", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tower" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" +dependencies = [ + "futures-core", + "futures-util", + "hdrhistogram", + "indexmap 1.9.3", + "pin-project", + "pin-project-lite", + "rand", + "slab", + "tokio", + "tokio-util", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tower" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" +dependencies = [ + "futures-core", + "futures-util", + "pin-project-lite", + "sync_wrapper 1.0.2", + "tokio", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tower-http" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +dependencies = [ + "async-compression", + "base64 0.21.7", + "bitflags 2.6.0", + "bytes", + "futures-core", + "futures-util", + "http 1.2.0", + "http-body 1.0.1", + "http-body-util", + "http-range-header", + "httpdate", + "iri-string", + "mime", + "mime_guess", + "percent-encoding", + "pin-project-lite", + "tokio", + "tokio-util", + "tower 0.4.13", + "tower-layer", + "tower-service", + "tracing", + "uuid 1.11.0", +] + +[[package]] +name = "tower-layer" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" + +[[package]] +name = "tower-service" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" + +[[package]] +name = "tracing" +version = "0.1.41" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +dependencies = [ + "log", + "pin-project-lite", + "tracing-attributes", + "tracing-core", +] + +[[package]] +name = "tracing-appender" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" +dependencies = [ + "crossbeam-channel", + "thiserror 1.0.69", + "time", + "tracing-subscriber 0.3.19", +] + +[[package]] +name = "tracing-attributes" +version = "0.1.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "tracing-core" +version = "0.1.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" +dependencies = [ + "once_cell", + "valuable", +] + +[[package]] +name = "tracing-forest" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee40835db14ddd1e3ba414292272eddde9dad04d3d4b65509656414d1c42592f" +dependencies = [ + "ansi_term", + "smallvec", + "thiserror 1.0.69", + "tracing", + "tracing-subscriber 0.3.19", +] + +[[package]] +name = "tracing-futures" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" +dependencies = [ + "pin-project", + "tracing", +] + +[[package]] +name = "tracing-journald" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc0b4143302cf1022dac868d521e36e8b27691f72c84b3311750d5188ebba657" +dependencies = [ + "libc", + "tracing-core", + "tracing-subscriber 0.3.19", +] + +[[package]] +name = "tracing-log" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" +dependencies = [ + "log", + "once_cell", + "tracing-core", +] + +[[package]] +name = "tracing-logfmt" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b1f47d22deb79c3f59fcf2a1f00f60cbdc05462bf17d1cd356c1fefa3f444bd" +dependencies = [ + "time", + "tracing", + "tracing-core", + "tracing-subscriber 0.3.19", +] + +[[package]] +name = "tracing-opentelemetry" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc58af5d3f6c5811462cabb3289aec0093f7338e367e5a33d28c0433b3c7360b" +dependencies = [ + "js-sys", + "once_cell", + "opentelemetry", + "opentelemetry_sdk", + "smallvec", + "tracing", + "tracing-core", + "tracing-log", + "tracing-subscriber 0.3.19", + "web-time", +] + +[[package]] +name = "tracing-serde" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" +dependencies = [ + "serde", + "tracing-core", +] + +[[package]] +name = "tracing-subscriber" +version = "0.2.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" +dependencies = [ + "tracing-core", +] + +[[package]] +name = "tracing-subscriber" +version = "0.3.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" +dependencies = [ + "matchers", + "nu-ansi-term", + "once_cell", + "regex", + "serde", + "serde_json", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-core", + "tracing-log", + "tracing-serde", +] + +[[package]] +name = "trust-dns-proto" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand", + "smallvec", + "thiserror 1.0.69", + "tinyvec", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "trust-dns-resolver" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" +dependencies = [ + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.3", + "rand", + "resolv-conf", + "smallvec", + "thiserror 1.0.69", + "tokio", + "tracing", + "trust-dns-proto", +] + +[[package]] +name = "try-lock" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" + +[[package]] +name = "tungstenite" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http 1.2.0", + "httparse", + "log", + "rand", + "rustls 0.23.20", + "rustls-pki-types", + "sha1", + "thiserror 1.0.69", + "utf-8", +] + +[[package]] +name = "tungstenite" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http 1.2.0", + "httparse", + "log", + "rand", + "rustls 0.23.20", + "rustls-pki-types", + "sha1", + "thiserror 1.0.69", + "utf-8", +] + +[[package]] +name = "twirp-rs" +version = "0.13.0-succinct" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27dfcc06b8d9262bc2d4b8d1847c56af9971a52dd8a0076876de9db763227d0d" +dependencies = [ + "async-trait", + "axum", + "futures", + "http 1.2.0", + "http-body-util", + "hyper 1.5.2", + "prost 0.13.4", + "reqwest 0.12.12", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tower 0.5.2", + "url", +] + +[[package]] +name = "typenum" +version = "1.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" + +[[package]] +name = "ucd-trie" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" + +[[package]] +name = "uint" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" +dependencies = [ + "byteorder", + "crunchy", + "hex", + "static_assertions", +] + +[[package]] +name = "unarray" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" + +[[package]] +name = "unicase" +version = "2.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" + +[[package]] +name = "unicode-bidi" +version = "0.3.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" + +[[package]] +name = "unicode-ident" +version = "1.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" + +[[package]] +name = "unicode-normalization" +version = "0.1.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "unicode-segmentation" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" + +[[package]] +name = "unicode-truncate" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" +dependencies = [ + "itertools 0.13.0", + "unicode-segmentation", + "unicode-width 0.1.14", +] + +[[package]] +name = "unicode-width" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" + +[[package]] +name = "unicode-width" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" + +[[package]] +name = "unicode-xid" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" + +[[package]] +name = "unindent" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" + +[[package]] +name = "universal-hash" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" +dependencies = [ + "crypto-common", + "subtle", +] + +[[package]] +name = "unsigned-varint" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" + +[[package]] +name = "untrusted" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" + +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + +[[package]] +name = "url" +version = "2.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" +dependencies = [ + "form_urlencoded", + "idna 1.0.3", + "percent-encoding", +] + +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + +[[package]] +name = "utf16_iter" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + +[[package]] +name = "utf8parse" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" + +[[package]] +name = "uuid" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +dependencies = [ + "getrandom", + "serde", +] + +[[package]] +name = "uuid" +version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +dependencies = [ + "getrandom", + "serde", +] + +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + +[[package]] +name = "vcpkg" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + +[[package]] +name = "vec_map" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" +dependencies = [ + "serde", +] + +[[package]] +name = "vergen" +version = "8.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566" +dependencies = [ + "anyhow", + "cargo_metadata", + "cfg-if", + "git2", + "regex", + "rustversion", + "time", +] + +[[package]] +name = "version_check" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" + +[[package]] +name = "wait-timeout" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +dependencies = [ + "libc", +] + +[[package]] +name = "walkdir" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" +dependencies = [ + "same-file", + "winapi-util", +] + +[[package]] +name = "want" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" +dependencies = [ + "try-lock", +] + +[[package]] +name = "wasi" +version = "0.11.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" + +[[package]] +name = "wasm-bindgen" +version = "0.2.99" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" +dependencies = [ + "cfg-if", + "once_cell", + "wasm-bindgen-macro", +] + +[[package]] +name = "wasm-bindgen-backend" +version = "0.2.99" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" +dependencies = [ + "bumpalo", + "log", + "proc-macro2", + "quote", + "syn 2.0.93", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.49" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" +dependencies = [ + "cfg-if", + "js-sys", + "once_cell", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.99" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.99" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", + "wasm-bindgen-backend", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.99" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" + +[[package]] +name = "wasm-streams" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" +dependencies = [ + "futures-util", + "js-sys", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "web-sys" +version = "0.3.76" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "web-time" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "webpki-roots" +version = "0.25.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" + +[[package]] +name = "webpki-roots" +version = "0.26.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" +dependencies = [ + "rustls-pki-types", +] + +[[package]] +name = "which" +version = "4.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" +dependencies = [ + "either", + "home", + "once_cell", + "rustix", +] + +[[package]] +name = "widestring" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" + +[[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-util" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" +dependencies = [ + "windows-sys 0.59.0", +] + +[[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" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" +dependencies = [ + "windows-core 0.52.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" +dependencies = [ + "windows-core 0.57.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" +dependencies = [ + "windows-core 0.58.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-core" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" +dependencies = [ + "windows-implement 0.57.0", + "windows-interface 0.57.0", + "windows-result 0.1.2", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-core" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" +dependencies = [ + "windows-implement 0.58.0", + "windows-interface 0.58.0", + "windows-result 0.2.0", + "windows-strings", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-implement" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "windows-implement" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "windows-interface" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "windows-interface" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "windows-registry" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" +dependencies = [ + "windows-result 0.2.0", + "windows-strings", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-result" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-result" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-strings" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +dependencies = [ + "windows-result 0.2.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" +dependencies = [ + "windows-targets 0.48.5", +] + +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-targets" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" +dependencies = [ + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" + +[[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.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" + +[[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.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" + +[[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.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" + +[[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.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" + +[[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.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" + +[[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.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" + +[[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.5.40" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" +dependencies = [ + "memchr", +] + +[[package]] +name = "winnow" +version = "0.6.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6f5bb5257f2407a5425c6e749bfd9692192a73e70a6060516ac04f889087d68" +dependencies = [ + "memchr", +] + +[[package]] +name = "winreg" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" +dependencies = [ + "cfg-if", + "windows-sys 0.48.0", +] + +[[package]] +name = "write16" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" + +[[package]] +name = "writeable" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" + +[[package]] +name = "ws_stream_wasm" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5" +dependencies = [ + "async_io_stream", + "futures", + "js-sys", + "log", + "pharos", + "rustc_version 0.4.1", + "send_wrapper 0.6.0", + "thiserror 1.0.69", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "wyz" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" +dependencies = [ + "tap", +] + +[[package]] +name = "xattr" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" +dependencies = [ + "libc", + "linux-raw-sys", + "rustix", +] + +[[package]] +name = "yaml-rust" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" +dependencies = [ + "linked-hash-map", +] + +[[package]] +name = "yansi" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" + +[[package]] +name = "yoke" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" +dependencies = [ + "serde", + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", + "synstructure", +] + +[[package]] +name = "zerocopy" +version = "0.7.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" +dependencies = [ + "byteorder", + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.7.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "zerofrom" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", + "synstructure", +] + +[[package]] +name = "zeroize" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" +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.93", +] + +[[package]] +name = "zerovec" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "zip" +version = "0.6.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" +dependencies = [ + "aes", + "byteorder", + "bzip2", + "constant_time_eq 0.1.5", + "crc32fast", + "crossbeam-utils", + "flate2", + "hmac 0.12.1", + "pbkdf2 0.11.0", + "sha1", + "time", + "zstd 0.11.2+zstd.1.5.2", +] + +[[package]] +name = "zkhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4352d1081da6922701401cdd4cbf29a2723feb4cfabb5771f6fee8e9276da1c7" +dependencies = [ + "ark-ff 0.4.2", + "ark-std 0.4.0", + "bitvec", + "blake2", + "bls12_381", + "byteorder", + "cfg-if", + "group 0.12.1", + "group 0.13.0", + "halo2", + "hex", + "jubjub", + "lazy_static", + "pasta_curves 0.5.1", + "rand", + "serde", + "sha2 0.10.8", + "sha3", + "subtle", +] + +[[package]] +name = "zstd" +version = "0.11.2+zstd.1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" +dependencies = [ + "zstd-safe 5.0.2+zstd.1.5.2", +] + +[[package]] +name = "zstd" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" +dependencies = [ + "zstd-safe 7.2.1", +] + +[[package]] +name = "zstd-safe" +version = "5.0.2+zstd.1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" +dependencies = [ + "libc", + "zstd-sys", +] + +[[package]] +name = "zstd-safe" +version = "7.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" +dependencies = [ + "zstd-sys", +] + +[[package]] +name = "zstd-sys" +version = "2.0.13+zstd.1.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" +dependencies = [ + "cc", + "pkg-config", +] + +[[package]] +name = "zxcvbn" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad76e35b00ad53688d6b90c431cabe3cbf51f7a4a154739e04b63004ab1c736c" +dependencies = [ + "chrono", + "derive_builder", + "fancy-regex", + "itertools 0.13.0", + "lazy_static", + "regex", + "time", + "wasm-bindgen", + "web-sys", +] diff --git a/crates/zkvm/adapters/sp1/Cargo.toml b/crates/zkvm/adapters/sp1/Cargo.toml index bce361bac..e64479a88 100644 --- a/crates/zkvm/adapters/sp1/Cargo.toml +++ b/crates/zkvm/adapters/sp1/Cargo.toml @@ -12,10 +12,10 @@ borsh.workspace = true hex.workspace = true serde.workspace = true sha2 = { workspace = true } -sp1-primitives = "=4.0.0-rc.3" -sp1-sdk = { version = "=4.0.0-rc.3", optional = true } +sp1-primitives = "=4.0.0-rc.8" +sp1-sdk = { version = "=4.0.0-rc.8", optional = true } sp1-verifier = { git = "https://github.com/succinctlabs/sp1", rev = "2c7868364cb832531e8cafd258aa06fbab079459" } # Note: On new SP1 version, this will be available via SDK -sp1-zkvm = { version = "=4.0.0-rc.3", features = ["verify"], optional = true } +sp1-zkvm = { version = "=4.0.0-rc.8", features = ["verify"], optional = true } tracing.workspace = true [features] diff --git a/crates/zkvm/adapters/sp1/src/host.rs b/crates/zkvm/adapters/sp1/src/host.rs index 4bd69ca9c..42a581231 100644 --- a/crates/zkvm/adapters/sp1/src/host.rs +++ b/crates/zkvm/adapters/sp1/src/host.rs @@ -40,7 +40,7 @@ impl SP1Host { } pub fn init(guest_code: &[u8]) -> Self { - let client = ProverClient::new(); + let client = ProverClient::from_env(); let (proving_key, verifying_key) = client.setup(guest_code); Self { elf: guest_code.to_vec(), @@ -68,10 +68,10 @@ impl ZkVmHost for SP1Host { std::env::set_var("SP1_PROVER", "mock"); } - let client = ProverClient::new(); + let client = ProverClient::from_env(); // Start proving - let mut prover = client.prove(&self.proving_key, prover_input); + let mut prover = client.prove(&self.proving_key, &prover_input); prover = match proof_type { ProofType::Compressed => prover.compressed(), ProofType::Core => prover.core(), @@ -99,7 +99,7 @@ impl ZkVmHost for SP1Host { } fn verify_inner(&self, proof: &SP1ProofReceipt) -> ZkVmResult<()> { - let client = ProverClient::new(); + let client = ProverClient::from_env(); client .verify(proof.as_ref(), &self.verifying_key) .map_err(|e| ZkVmError::ProofVerificationError(e.to_string()))?; diff --git a/crates/zkvm/adapters/sp1/src/proof.rs b/crates/zkvm/adapters/sp1/src/proof.rs index 0894367da..2d19c00b2 100644 --- a/crates/zkvm/adapters/sp1/src/proof.rs +++ b/crates/zkvm/adapters/sp1/src/proof.rs @@ -1,4 +1,4 @@ -use sp1_sdk::{SP1Proof, SP1ProofWithPublicValues, SP1PublicValues, SP1Stdin}; +use sp1_sdk::{SP1Proof, SP1ProofWithPublicValues, SP1PublicValues }; use strata_zkvm::{Proof, ProofReceipt, PublicValues, ZkVmProofError}; #[derive(Debug, Clone)] @@ -39,7 +39,6 @@ impl TryFrom<&ProofReceipt> for SP1ProofReceipt { let proof_receipt = SP1ProofWithPublicValues { proof, public_values, - stdin: SP1Stdin::default(), sp1_version, }; Ok(SP1ProofReceipt(proof_receipt)) diff --git a/provers/perf/Cargo.toml b/provers/perf/Cargo.toml index 866b6efaa..7d8940bb7 100644 --- a/provers/perf/Cargo.toml +++ b/provers/perf/Cargo.toml @@ -9,8 +9,8 @@ strata-test-utils.workspace = true strata-zkvm.workspace = true strata-zkvm-tests = { path = "../tests/", features = ["mock", "sp1"] } -sp1-prover = "=4.0.0-rc.3" -sp1-sdk = "=4.0.0-rc.3" +sp1-prover = "=4.0.0-rc.8" +sp1-sdk = "=4.0.0-rc.8" anyhow = "1.0.83" bincode = "1.3.3" diff --git a/provers/sp1/Cargo.toml b/provers/sp1/Cargo.toml index c06e4508f..9a7c9339e 100644 --- a/provers/sp1/Cargo.toml +++ b/provers/sp1/Cargo.toml @@ -12,8 +12,8 @@ strata-sp1-adapter = { path = "../../crates/zkvm/adapters/sp1", features = [ [build-dependencies] bincode.workspace = true sha2.workspace = true -sp1-helper = "=4.0.0-rc.3" -sp1-sdk = "=4.0.0-rc.3" +sp1-helper = "=4.0.0-rc.8" +sp1-sdk = "=4.0.0-rc.8" [features] default = ["prover"] diff --git a/provers/sp1/build.rs b/provers/sp1/build.rs index 0b474d409..193ac71d4 100644 --- a/provers/sp1/build.rs +++ b/provers/sp1/build.rs @@ -12,7 +12,7 @@ use sha2::{Digest, Sha256}; #[cfg(not(debug_assertions))] use sp1_helper::{build_program_with_args, BuildArgs}; #[cfg(not(debug_assertions))] -use sp1_sdk::{HashableKey, MockProver, Prover, SP1VerifyingKey}; +use sp1_sdk::{HashableKey, Prover, ProverClient, SP1VerifyingKey}; // Guest program names const EVM_EE_STF: &str = "guest-evm-ee-stf"; @@ -35,11 +35,11 @@ fn main() { // List of guest programs to build let guest_programs = [ BTC_BLOCKSPACE, - L1_BATCH, - EVM_EE_STF, - CL_STF, - CL_AGG, - CHECKPOINT, + // L1_BATCH, + // EVM_EE_STF, + // CL_STF, + // CL_AGG, + // CHECKPOINT, ]; // HashSet to keep track of programs that have been built @@ -196,7 +196,7 @@ fn ensure_cache_validity(program: &str) -> Result { if !is_cache_valid(&elf_hash, &paths) { // Cache is invalid, need to generate vk and pk - let client = MockProver::new(); + let client = ProverClient::builder().mock().build(); let (pk, vk) = client.setup(&elf); fs::write(&paths[1], elf_hash) diff --git a/provers/sp1/guest-btc-blockspace/Cargo.lock b/provers/sp1/guest-btc-blockspace/Cargo.lock index 8a8b2c5c3..b921b8e95 100644 --- a/provers/sp1/guest-btc-blockspace/Cargo.lock +++ b/provers/sp1/guest-btc-blockspace/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -779,7 +779,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1261,9 +1261,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1276,9 +1276,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1289,9 +1289,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1303,9 +1303,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1318,15 +1318,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1339,9 +1339,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1353,9 +1353,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1364,9 +1364,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -2046,11 +2046,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2078,9 +2089,9 @@ dependencies = [ [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2090,7 +2101,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2275,7 +2286,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] diff --git a/provers/sp1/guest-checkpoint/Cargo.lock b/provers/sp1/guest-checkpoint/Cargo.lock index 5baf80f83..e89de609a 100644 --- a/provers/sp1/guest-checkpoint/Cargo.lock +++ b/provers/sp1/guest-checkpoint/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -1014,7 +1014,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1608,9 +1608,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1623,9 +1623,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1636,9 +1636,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1650,9 +1650,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1665,15 +1665,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1686,9 +1686,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1700,9 +1700,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1711,9 +1711,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -2504,11 +2504,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2536,9 +2547,9 @@ dependencies = [ [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2548,7 +2559,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2867,7 +2878,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] diff --git a/provers/sp1/guest-cl-agg/Cargo.lock b/provers/sp1/guest-cl-agg/Cargo.lock index 2c9bbcacb..19aaf098b 100644 --- a/provers/sp1/guest-cl-agg/Cargo.lock +++ b/provers/sp1/guest-cl-agg/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -1014,7 +1014,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1608,9 +1608,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1623,9 +1623,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1636,9 +1636,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1650,9 +1650,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1665,15 +1665,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1686,9 +1686,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1700,9 +1700,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1711,9 +1711,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -2504,11 +2504,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2536,9 +2547,9 @@ dependencies = [ [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2548,7 +2559,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2813,7 +2824,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] diff --git a/provers/sp1/guest-cl-stf/Cargo.lock b/provers/sp1/guest-cl-stf/Cargo.lock index 306592281..915f48bba 100644 --- a/provers/sp1/guest-cl-stf/Cargo.lock +++ b/provers/sp1/guest-cl-stf/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -1014,7 +1014,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1608,9 +1608,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1623,9 +1623,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1636,9 +1636,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1650,9 +1650,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1665,15 +1665,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1686,9 +1686,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1700,9 +1700,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1711,9 +1711,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -2504,11 +2504,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2536,9 +2547,9 @@ dependencies = [ [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2548,7 +2559,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2804,7 +2815,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] diff --git a/provers/sp1/guest-evm-ee-stf/Cargo.lock b/provers/sp1/guest-evm-ee-stf/Cargo.lock index 7a9ef923c..7badbda6c 100644 --- a/provers/sp1/guest-evm-ee-stf/Cargo.lock +++ b/provers/sp1/guest-evm-ee-stf/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -1014,7 +1014,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1608,9 +1608,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1623,9 +1623,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1636,9 +1636,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1650,9 +1650,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1665,15 +1665,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1686,9 +1686,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1700,9 +1700,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1711,9 +1711,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -2504,11 +2504,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2536,9 +2547,9 @@ dependencies = [ [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2548,7 +2559,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2767,7 +2778,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] @@ -3261,9 +3272,9 @@ dependencies = [ [[patch.unused]] name = "revm" version = "8.0.0" -source = "git+https://github.com/sp1-patches/revm-new?branch=john/update-for-v1#eb53e9f613f4c309851144260696791918b31383" +source = "git+https://github.com/sp1-patches/revm-new?branch=john%2Fupdate-for-v1#eb53e9f613f4c309851144260696791918b31383" [[patch.unused]] name = "revm-primitives" version = "3.1.1" -source = "git+https://github.com/sp1-patches/revm-new?branch=john/update-for-v1#eb53e9f613f4c309851144260696791918b31383" +source = "git+https://github.com/sp1-patches/revm-new?branch=john%2Fupdate-for-v1#eb53e9f613f4c309851144260696791918b31383" diff --git a/provers/sp1/guest-l1-batch/Cargo.lock b/provers/sp1/guest-l1-batch/Cargo.lock index 326aa9e03..f719cc99f 100644 --- a/provers/sp1/guest-l1-batch/Cargo.lock +++ b/provers/sp1/guest-l1-batch/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -779,7 +779,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1261,9 +1261,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1276,9 +1276,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1289,9 +1289,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1303,9 +1303,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1318,15 +1318,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1339,9 +1339,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1353,9 +1353,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1364,9 +1364,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -2046,11 +2046,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2078,9 +2089,9 @@ dependencies = [ [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2090,7 +2101,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2289,7 +2300,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] From 1373b977012bda9105dbc18adaa81801c286755b Mon Sep 17 00:00:00 2001 From: abishek Date: Tue, 7 Jan 2025 17:41:59 +0545 Subject: [PATCH 3/8] feat fix copy issue --- crates/zkvm/adapters/sp1/src/host.rs | 5 ++ functional-tests/run_test.sh | 3 +- provers/sp1/build.rs | 80 +++++++++++++++++++++------- 3 files changed, 68 insertions(+), 20 deletions(-) diff --git a/crates/zkvm/adapters/sp1/src/host.rs b/crates/zkvm/adapters/sp1/src/host.rs index 42a581231..36d73dcb4 100644 --- a/crates/zkvm/adapters/sp1/src/host.rs +++ b/crates/zkvm/adapters/sp1/src/host.rs @@ -82,6 +82,11 @@ impl ZkVmHost for SP1Host { .run() .map_err(|e| ZkVmError::ProofGenerationError(e.to_string()))?; + let mut network_prover = ProverClient::builder().network().build(); + network_prover.prove(&self.proving_key, &prover_input); + + let p2 = client.prove(&self.proving_key, &prover_input); + Ok(proof_info.into()) } diff --git a/functional-tests/run_test.sh b/functional-tests/run_test.sh index 6df22b713..a8411923a 100755 --- a/functional-tests/run_test.sh +++ b/functional-tests/run_test.sh @@ -12,7 +12,8 @@ fi # Conditionally run cargo build based on PROVER_TEST if [ ! -z $PROVER_TEST ]; then echo "Running on sp1-mock mode" - cargo build --release -F sp1-mock + # cargo build --release -F sp1-mock + cargo build --release -F sp1 export PATH=$(realpath ../target/release/):$PATH else echo "Running on seq mode" diff --git a/provers/sp1/build.rs b/provers/sp1/build.rs index 193ac71d4..64465c38e 100644 --- a/provers/sp1/build.rs +++ b/provers/sp1/build.rs @@ -5,13 +5,13 @@ use std::{ path::{Path, PathBuf}, }; -#[cfg(not(debug_assertions))] +// #[cfg(debug_assertions)] use bincode::{deserialize, serialize}; -#[cfg(not(debug_assertions))] +// #[cfg(debug_assertions)] use sha2::{Digest, Sha256}; -#[cfg(not(debug_assertions))] +// #[cfg(debug_assertions)] use sp1_helper::{build_program_with_args, BuildArgs}; -#[cfg(not(debug_assertions))] +// #[cfg(debug_assertions)] use sp1_sdk::{HashableKey, Prover, ProverClient, SP1VerifyingKey}; // Guest program names @@ -35,11 +35,11 @@ fn main() { // List of guest programs to build let guest_programs = [ BTC_BLOCKSPACE, - // L1_BATCH, - // EVM_EE_STF, - // CL_STF, - // CL_AGG, - // CHECKPOINT, + L1_BATCH, + EVM_EE_STF, + CL_STF, + CL_AGG, + CHECKPOINT, ]; // HashSet to keep track of programs that have been built @@ -166,7 +166,7 @@ fn get_output_dir() -> PathBuf { } /// Checks if the cache is valid by comparing the expected ID with the saved ID. -#[cfg(not(debug_assertions))] +// #[cfg(debug_assertions)] fn is_cache_valid(expected_id: &[u8; 32], paths: &[PathBuf; 4]) -> bool { // Check if any required files are missing if paths.iter().any(|path| !path.exists()) { @@ -182,8 +182,33 @@ fn is_cache_valid(expected_id: &[u8; 32], paths: &[PathBuf; 4]) -> bool { expected_id == saved_id.as_slice() } +/// Temp function to transform the filename. +fn transform_filename(input: &str) -> String { + // Trim whitespace and newline characters + let trimmed = input.trim(); + + // Remove the ".elf" suffix if present + let without_suffix = if trimmed.ends_with(".elf") { + &trimmed[..trimmed.len() - 4] // Remove last 4 characters + } else { + trimmed + }; + + // Define the prefix to look for + let prefix = "guest-"; + + // Check if the input starts with the expected prefix + if without_suffix.starts_with(prefix) { + // Insert "sp1-" after "guest-" + format!("{}sp1-{}", prefix, &without_suffix[prefix.len()..]) + } else { + // If the prefix is not found, return the string as is + without_suffix.to_string() + } +} + /// Ensures the cache is valid and returns the ELF contents and SP1 Verifying Key. -#[cfg(not(debug_assertions))] +// #[cfg(debug_assertions)] fn ensure_cache_validity(program: &str) -> Result { let cache_dir = format!("{}/cache", program); let paths = ["elf", "id", "vk", "pk"] @@ -220,7 +245,7 @@ fn ensure_cache_validity(program: &str) -> Result { } /// Generates the ELF contents and VK hash for a given program. -#[cfg(not(debug_assertions))] +// #[cfg(debug_assertions)] fn generate_elf_contents_and_vk_hash(program: &str) -> ([u32; 8], String) { let features = { #[cfg(feature = "mock")] @@ -243,16 +268,33 @@ fn generate_elf_contents_and_vk_hash(program: &str) -> ([u32; 8], String) { // Build the program build_program_with_args(program, build_args); + // Copy the elf file + let desination_elf_path = Path::new(program) + .join("cache") + .join(format!("{}.elf", program)); + + let end_elf_name = transform_filename(program); + let built_elf_path = format!( + "{}/target/elf-compilation/riscv32im-succinct-zkvm-elf/release/{}", + program, end_elf_name + ); + + eprintln!("source path = {:?}", built_elf_path); + eprint!("destination path = {:?}", desination_elf_path); + fs::copy(&built_elf_path, &desination_elf_path) + .expect("Failed to copy the built ELF file to the cache directory"); + // Now, ensure cache validity let vk = ensure_cache_validity(program) .expect("Failed to ensure cache validity after building program"); (vk.hash_u32(), vk.bytes32()) } -#[cfg(debug_assertions)] -fn generate_elf_contents_and_vk_hash(_program: &str) -> ([u32; 8], String) { - ( - [0u32; 8], - "0x0000000000000000000000000000000000000000000000000000000000000000".to_owned(), - ) -} +// #[cfg(debug_assertions)] +// fn generate_elf_contents_and_vk_hash(_program: &str) -> ([u32; 8], String) { +// ( +// [0u32; 8], +// "0x0000000000000000000000000000000000000000000000000000000000000000".to_owned(), +// ) +// } +// . From 6dfd2b15391c9aba6bfc47c381f4931e0bc73451 Mon Sep 17 00:00:00 2001 From: abishek Date: Wed, 8 Jan 2025 00:45:10 +0545 Subject: [PATCH 4/8] working v4 update --- crates/zkvm/adapters/sp1/src/host.rs | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/crates/zkvm/adapters/sp1/src/host.rs b/crates/zkvm/adapters/sp1/src/host.rs index 36d73dcb4..a49c7ce71 100644 --- a/crates/zkvm/adapters/sp1/src/host.rs +++ b/crates/zkvm/adapters/sp1/src/host.rs @@ -1,7 +1,9 @@ use std::fmt; use serde::{de::DeserializeOwned, Serialize}; -use sp1_sdk::{HashableKey, ProverClient, SP1ProvingKey, SP1VerifyingKey}; +use sp1_sdk::{ + network::FulfillmentStrategy, HashableKey, ProverClient, SP1ProvingKey, SP1VerifyingKey, +}; use strata_zkvm::{ ProofType, PublicValues, VerificationKey, ZkVmError, ZkVmHost, ZkVmInputBuilder, ZkVmResult, }; @@ -68,6 +70,19 @@ impl ZkVmHost for SP1Host { std::env::set_var("SP1_PROVER", "mock"); } + if std::env::var("SP1_PROVER").unwrap() == "network" { + let proof_info = ProverClient::builder() + .network() + .build() + .prove(&self.proving_key, &prover_input) + .strategy(FulfillmentStrategy::Reserved) + .compressed() + .run() + .unwrap(); + + return Ok(proof_info.into()); + } + let client = ProverClient::from_env(); // Start proving @@ -82,11 +97,6 @@ impl ZkVmHost for SP1Host { .run() .map_err(|e| ZkVmError::ProofGenerationError(e.to_string()))?; - let mut network_prover = ProverClient::builder().network().build(); - network_prover.prove(&self.proving_key, &prover_input); - - let p2 = client.prove(&self.proving_key, &prover_input); - Ok(proof_info.into()) } From 652e1b156ec5642bdf7170690cfdceaba96b8904 Mon Sep 17 00:00:00 2001 From: abishek Date: Wed, 8 Jan 2025 02:12:32 +0545 Subject: [PATCH 5/8] elf migration using cargometadata --- Cargo.lock | 21 +++++- crates/zkvm/adapters/sp1/src/host.rs | 25 ++++--- crates/zkvm/adapters/sp1/src/proof.rs | 2 +- functional-tests/run_test.sh | 3 +- provers/sp1/Cargo.toml | 1 + provers/sp1/build.rs | 98 ++++++++++++--------------- 6 files changed, 82 insertions(+), 68 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d284938e..7e9769d87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2510,6 +2510,20 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "cargo_metadata" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924" +dependencies = [ + "camino", + "cargo-platform", + "semver 1.0.24", + "serde", + "serde_json", + "thiserror 2.0.9", +] + [[package]] name = "cassowary" version = "0.3.0" @@ -10932,7 +10946,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f99fb40aeeaf59dddd6b6c3a177c95e8b3c7f0fb6de7d25a0687d12398323292" dependencies = [ "anyhow", - "cargo_metadata", + "cargo_metadata 0.18.1", "dirs", "docker-generate", "hex", @@ -12117,7 +12131,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e58e5f49cf1481363abb74b55104e215f3b6e58dc2adb748bde7a6e4ea61b51d" dependencies = [ "anyhow", - "cargo_metadata", + "cargo_metadata 0.18.1", "chrono", "clap", "dirs", @@ -13585,6 +13599,7 @@ name = "strata-sp1-guest-builder" version = "0.1.0" dependencies = [ "bincode", + "cargo_metadata 0.19.1", "once_cell", "sha2 0.10.8", "sp1-helper", @@ -15012,7 +15027,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566" dependencies = [ "anyhow", - "cargo_metadata", + "cargo_metadata 0.18.1", "cfg-if", "git2", "regex", diff --git a/crates/zkvm/adapters/sp1/src/host.rs b/crates/zkvm/adapters/sp1/src/host.rs index a49c7ce71..84e2f855a 100644 --- a/crates/zkvm/adapters/sp1/src/host.rs +++ b/crates/zkvm/adapters/sp1/src/host.rs @@ -70,22 +70,29 @@ impl ZkVmHost for SP1Host { std::env::set_var("SP1_PROVER", "mock"); } - if std::env::var("SP1_PROVER").unwrap() == "network" { - let proof_info = ProverClient::builder() - .network() - .build() + // Prover network + if std::env::var("SP1_PROVER").unwrap_or_default() == "network" { + let prover_client = ProverClient::builder().network().build(); + + let network_prover_builder = prover_client .prove(&self.proving_key, &prover_input) - .strategy(FulfillmentStrategy::Reserved) - .compressed() + .strategy(FulfillmentStrategy::Reserved); + + let network_prover = match proof_type { + ProofType::Compressed => network_prover_builder.compressed(), + ProofType::Core => network_prover_builder.core(), + ProofType::Groth16 => network_prover_builder.groth16(), + }; + + let proof_info = network_prover .run() - .unwrap(); + .map_err(|e| ZkVmError::ProofGenerationError(e.to_string()))?; return Ok(proof_info.into()); } + // Local proving let client = ProverClient::from_env(); - - // Start proving let mut prover = client.prove(&self.proving_key, &prover_input); prover = match proof_type { ProofType::Compressed => prover.compressed(), diff --git a/crates/zkvm/adapters/sp1/src/proof.rs b/crates/zkvm/adapters/sp1/src/proof.rs index 2d19c00b2..106129e21 100644 --- a/crates/zkvm/adapters/sp1/src/proof.rs +++ b/crates/zkvm/adapters/sp1/src/proof.rs @@ -1,4 +1,4 @@ -use sp1_sdk::{SP1Proof, SP1ProofWithPublicValues, SP1PublicValues }; +use sp1_sdk::{SP1Proof, SP1ProofWithPublicValues, SP1PublicValues}; use strata_zkvm::{Proof, ProofReceipt, PublicValues, ZkVmProofError}; #[derive(Debug, Clone)] diff --git a/functional-tests/run_test.sh b/functional-tests/run_test.sh index a8411923a..6df22b713 100755 --- a/functional-tests/run_test.sh +++ b/functional-tests/run_test.sh @@ -12,8 +12,7 @@ fi # Conditionally run cargo build based on PROVER_TEST if [ ! -z $PROVER_TEST ]; then echo "Running on sp1-mock mode" - # cargo build --release -F sp1-mock - cargo build --release -F sp1 + cargo build --release -F sp1-mock export PATH=$(realpath ../target/release/):$PATH else echo "Running on seq mode" diff --git a/provers/sp1/Cargo.toml b/provers/sp1/Cargo.toml index 9a7c9339e..1aa3006af 100644 --- a/provers/sp1/Cargo.toml +++ b/provers/sp1/Cargo.toml @@ -11,6 +11,7 @@ strata-sp1-adapter = { path = "../../crates/zkvm/adapters/sp1", features = [ [build-dependencies] bincode.workspace = true +cargo_metadata = "0.19.1" sha2.workspace = true sp1-helper = "=4.0.0-rc.8" sp1-sdk = "=4.0.0-rc.8" diff --git a/provers/sp1/build.rs b/provers/sp1/build.rs index 64465c38e..778d51c26 100644 --- a/provers/sp1/build.rs +++ b/provers/sp1/build.rs @@ -5,14 +5,16 @@ use std::{ path::{Path, PathBuf}, }; -// #[cfg(debug_assertions)] +#[cfg(not(debug_assertions))] use bincode::{deserialize, serialize}; -// #[cfg(debug_assertions)] +#[cfg(not(debug_assertions))] +use cargo_metadata::MetadataCommand; +#[cfg(not(debug_assertions))] use sha2::{Digest, Sha256}; -// #[cfg(debug_assertions)] +#[cfg(not(debug_assertions))] use sp1_helper::{build_program_with_args, BuildArgs}; -// #[cfg(debug_assertions)] -use sp1_sdk::{HashableKey, Prover, ProverClient, SP1VerifyingKey}; +#[cfg(not(debug_assertions))] +use sp1_sdk::{HashableKey, ProverClient, SP1VerifyingKey}; // Guest program names const EVM_EE_STF: &str = "guest-evm-ee-stf"; @@ -166,7 +168,7 @@ fn get_output_dir() -> PathBuf { } /// Checks if the cache is valid by comparing the expected ID with the saved ID. -// #[cfg(debug_assertions)] +#[cfg(not(debug_assertions))] fn is_cache_valid(expected_id: &[u8; 32], paths: &[PathBuf; 4]) -> bool { // Check if any required files are missing if paths.iter().any(|path| !path.exists()) { @@ -182,33 +184,8 @@ fn is_cache_valid(expected_id: &[u8; 32], paths: &[PathBuf; 4]) -> bool { expected_id == saved_id.as_slice() } -/// Temp function to transform the filename. -fn transform_filename(input: &str) -> String { - // Trim whitespace and newline characters - let trimmed = input.trim(); - - // Remove the ".elf" suffix if present - let without_suffix = if trimmed.ends_with(".elf") { - &trimmed[..trimmed.len() - 4] // Remove last 4 characters - } else { - trimmed - }; - - // Define the prefix to look for - let prefix = "guest-"; - - // Check if the input starts with the expected prefix - if without_suffix.starts_with(prefix) { - // Insert "sp1-" after "guest-" - format!("{}sp1-{}", prefix, &without_suffix[prefix.len()..]) - } else { - // If the prefix is not found, return the string as is - without_suffix.to_string() - } -} - /// Ensures the cache is valid and returns the ELF contents and SP1 Verifying Key. -// #[cfg(debug_assertions)] +#[cfg(not(debug_assertions))] fn ensure_cache_validity(program: &str) -> Result { let cache_dir = format!("{}/cache", program); let paths = ["elf", "id", "vk", "pk"] @@ -221,7 +198,7 @@ fn ensure_cache_validity(program: &str) -> Result { if !is_cache_valid(&elf_hash, &paths) { // Cache is invalid, need to generate vk and pk - let client = ProverClient::builder().mock().build(); + let client = ProverClient::from_env(); let (pk, vk) = client.setup(&elf); fs::write(&paths[1], elf_hash) @@ -245,7 +222,7 @@ fn ensure_cache_validity(program: &str) -> Result { } /// Generates the ELF contents and VK hash for a given program. -// #[cfg(debug_assertions)] +#[cfg(not(debug_assertions))] fn generate_elf_contents_and_vk_hash(program: &str) -> ([u32; 8], String) { let features = { #[cfg(feature = "mock")] @@ -265,36 +242,51 @@ fn generate_elf_contents_and_vk_hash(program: &str) -> ([u32; 8], String) { ..Default::default() }; - // Build the program + // Build the program with the specified arguments + // Note: SP1_v4's build_programs_with_args does not handle ELF migration + // Applying a temporary workaround; remove once SP1 supports ELF migration internally build_program_with_args(program, build_args); + migrate_elf(program); + + // Now, ensure cache validity + let vk = ensure_cache_validity(program) + .expect("Failed to ensure cache validity after building program"); + (vk.hash_u32(), vk.bytes32()) +} + +#[cfg(debug_assertions)] +fn generate_elf_contents_and_vk_hash(_program: &str) -> ([u32; 8], String) { + ( + [0u32; 8], + "0x0000000000000000000000000000000000000000000000000000000000000000".to_owned(), + ) +} + +/// Copies the compiled ELF file of the specified program to its cache directory. +#[cfg(not(debug_assertions))] +fn migrate_elf(program: &str) { + let metadata = MetadataCommand::new() + .manifest_path(format!("{}/Cargo.toml", program)) + .exec() + .expect("Failed to get metadata"); + + // Build the elf name same as the program name + let built_elf_name = metadata + .root_package() + .expect("Failed to get root package") + .name + .clone(); // Copy the elf file let desination_elf_path = Path::new(program) .join("cache") .join(format!("{}.elf", program)); - let end_elf_name = transform_filename(program); let built_elf_path = format!( "{}/target/elf-compilation/riscv32im-succinct-zkvm-elf/release/{}", - program, end_elf_name + program, built_elf_name ); - eprintln!("source path = {:?}", built_elf_path); - eprint!("destination path = {:?}", desination_elf_path); fs::copy(&built_elf_path, &desination_elf_path) .expect("Failed to copy the built ELF file to the cache directory"); - - // Now, ensure cache validity - let vk = ensure_cache_validity(program) - .expect("Failed to ensure cache validity after building program"); - (vk.hash_u32(), vk.bytes32()) } - -// #[cfg(debug_assertions)] -// fn generate_elf_contents_and_vk_hash(_program: &str) -> ([u32; 8], String) { -// ( -// [0u32; 8], -// "0x0000000000000000000000000000000000000000000000000000000000000000".to_owned(), -// ) -// } -// . From 6a8cde60ad7f0ce3de845fe148cf65b005423fd8 Mon Sep 17 00:00:00 2001 From: abishek Date: Wed, 8 Jan 2025 09:35:03 +0545 Subject: [PATCH 6/8] sync with main --- Cargo.lock | 1665 ++++++++++++--------------- crates/zkvm/adapters/sp1/Cargo.toml | 2 +- 2 files changed, 709 insertions(+), 958 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e9769d87..ac11edcae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,16 +2,6 @@ # It is not intended for manual editing. version = 4 -[[package]] -name = "Inflector" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" -dependencies = [ - "lazy_static", - "regex", -] - [[package]] name = "addchain" version = "0.2.0" @@ -161,7 +151,7 @@ version = "0.1.51" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4e0f0136c085132939da6b753452ebed4efaa73fe523bb855b10c199c2ebfaf" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "num_enum 0.7.3", "serde", @@ -175,7 +165,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "629b62e38d471cc15fea534eb7283d2f8a4e8bdb1811bcc5d66dda6cfce6fae1" dependencies = [ "alloy-eips 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.3.6", "c-kzg", @@ -189,17 +179,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "705687d5bfd019fee57cf9e206b27b30a9a9617535d5590a02b171e813208f8e" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", "arbitrary", "auto_impl", "c-kzg", - "derive_more 1.0.0", + "derive_more", "serde", "serde_with", ] +[[package]] +name = "alloy-consensus" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e88e1edea70787c33e11197d3f32ae380f3db19e6e061e539a5bcf8184a6b326" +dependencies = [ + "alloy-eips 0.8.3", + "alloy-primitives", + "alloy-rlp", + "alloy-serde 0.8.3", + "alloy-trie 0.7.8", + "auto_impl", + "c-kzg", + "derive_more", + "serde", +] + +[[package]] +name = "alloy-consensus-any" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57b1bb53f40c0273cd1975573cd457b39213e68584e36d1401d25fd0398a1d65" +dependencies = [ + "alloy-consensus 0.8.3", + "alloy-eips 0.8.3", + "alloy-primitives", + "alloy-rlp", + "alloy-serde 0.8.3", + "serde", +] + [[package]] name = "alloy-contract" version = "0.3.6" @@ -210,11 +231,11 @@ dependencies = [ "alloy-json-abi", "alloy-network 0.3.6", "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-provider 0.3.6", "alloy-pubsub 0.3.6", "alloy-rpc-types-eth 0.3.6", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "alloy-transport 0.3.6", "futures", "futures-util", @@ -229,9 +250,9 @@ checksum = "c618bd382f0bc2ac26a7e4bfae01c9b015ca8f21b37ca40059ae35a7e62b3dc6" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "alloy-sol-types 0.8.15", + "alloy-sol-types", ] [[package]] @@ -241,11 +262,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41056bde53ae10ffbbf11618efbe1e0290859e5eab0fe9ef82ebdb62f12a866f" dependencies = [ "alloy-json-abi", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-sol-type-parser", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "const-hex", - "derive_more 1.0.0", + "derive_more", "itoa", "serde", "serde_json", @@ -258,7 +279,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "arbitrary", "rand", @@ -271,7 +292,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea59dc42102bc9a1905dc57901edc6dd48b9f38115df86c7d252acba70d71d04" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "arbitrary", "k256", @@ -280,6 +301,18 @@ dependencies = [ "serde_with", ] +[[package]] +name = "alloy-eip7702" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c986539255fb839d1533c128e190e557e52ff652c9ef62939e233a81dd93f7e" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more", + "serde", +] + [[package]] name = "alloy-eips" version = "0.3.6" @@ -287,12 +320,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f923dd5fca5f67a43d81ed3ebad0880bd41f6dd0ada930030353ac356c54cd0f" dependencies = [ "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives 0.8.15", + "alloy-eip7702 0.1.1", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.3.6", "c-kzg", - "derive_more 1.0.0", + "derive_more", "once_cell", "serde", "sha2 0.10.8", @@ -305,13 +338,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ffb906284a1e1f63c4607da2068c8197458a352d0b3e9796e67353d72a9be85" dependencies = [ "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives 0.8.15", + "alloy-eip7702 0.1.1", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", "arbitrary", "c-kzg", - "derive_more 1.0.0", + "derive_more", + "once_cell", + "serde", + "sha2 0.10.8", +] + +[[package]] +name = "alloy-eips" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f9fadfe089e9ccc0650473f2d4ef0a28bc015bbca5631d9f0f09e49b557fdb3" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702 0.4.2", + "alloy-primitives", + "alloy-rlp", + "alloy-serde 0.8.3", + "c-kzg", + "derive_more", "once_cell", "serde", "sha2 0.10.8", @@ -323,7 +374,7 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a7a18afb0b318616b6b2b0e2e7ac5529d32a966c673b48091c9919e284e6aca" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.3.6", "serde", ] @@ -334,7 +385,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8429cf4554eed9b40feec7f4451113e76596086447550275e3def933faf47ce3" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.4.2", "serde", ] @@ -345,7 +396,7 @@ version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c357da577dfb56998d01f574d81ad7a1958d248740a7981b205d69d65a7da404" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-sol-type-parser", "serde", "serde_json", @@ -357,8 +408,8 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3c717b5298fad078cd3a418335b266eba91b511383ca9bd497f742d5975d5ab" dependencies = [ - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", + "alloy-primitives", + "alloy-sol-types", "serde", "serde_json", "thiserror 1.0.69", @@ -371,14 +422,28 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8fa8a1a3c4cbd221f2b8e3693aeb328fca79a757fe556ed08e47bbbc2a70db7" dependencies = [ - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", + "alloy-primitives", + "alloy-sol-types", "serde", "serde_json", "thiserror 1.0.69", "tracing", ] +[[package]] +name = "alloy-json-rpc" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e29040b9d5fe2fb70415531882685b64f8efd08dfbd6cc907120650504821105" +dependencies = [ + "alloy-primitives", + "alloy-sol-types", + "serde", + "serde_json", + "thiserror 2.0.9", + "tracing", +] + [[package]] name = "alloy-network" version = "0.3.6" @@ -389,11 +454,11 @@ dependencies = [ "alloy-eips 0.3.6", "alloy-json-rpc 0.3.6", "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.3.6", "alloy-serde 0.3.6", "alloy-signer 0.3.6", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "async-trait", "auto_impl", "futures-utils-wasm", @@ -410,17 +475,42 @@ dependencies = [ "alloy-eips 0.4.2", "alloy-json-rpc 0.4.2", "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", "alloy-signer 0.4.2", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "async-trait", "auto_impl", "futures-utils-wasm", "thiserror 1.0.69", ] +[[package]] +name = "alloy-network" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "510cc00b318db0dfccfdd2d032411cfae64fc144aef9679409e014145d3dacc4" +dependencies = [ + "alloy-consensus 0.8.3", + "alloy-consensus-any", + "alloy-eips 0.8.3", + "alloy-json-rpc 0.8.3", + "alloy-network-primitives 0.8.3", + "alloy-primitives", + "alloy-rpc-types-any", + "alloy-rpc-types-eth 0.8.3", + "alloy-serde 0.8.3", + "alloy-signer 0.8.3", + "alloy-sol-types", + "async-trait", + "auto_impl", + "futures-utils-wasm", + "serde", + "serde_json", + "thiserror 2.0.9", +] + [[package]] name = "alloy-network-primitives" version = "0.3.6" @@ -428,7 +518,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94ad40869867ed2d9cd3842b1e800889e5b49e6b92da346e93862b4a741bedf3" dependencies = [ "alloy-eips 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.3.6", "serde", ] @@ -441,31 +531,22 @@ checksum = "801492711d4392b2ccf5fc0bc69e299fa1aab15167d74dcaa9aab96a54f684bd" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.4.2", "serde", ] [[package]] -name = "alloy-primitives" -version = "0.7.7" +name = "alloy-network-primitives" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccb3ead547f4532bc8af961649942f0b9c16ee9226e26caa3f38420651cc0bf4" +checksum = "9081c099e798b8a2bba2145eb82a9a146f01fc7a35e9ab6e7b43305051f97550" dependencies = [ - "alloy-rlp", - "bytes", - "cfg-if", - "const-hex", - "derive_more 0.99.18", - "hex-literal", - "itoa", - "k256", - "keccak-asm", - "proptest", - "rand", - "ruint", + "alloy-consensus 0.8.3", + "alloy-eips 0.8.3", + "alloy-primitives", + "alloy-serde 0.8.3", "serde", - "tiny-keccak", ] [[package]] @@ -480,7 +561,7 @@ dependencies = [ "cfg-if", "const-hex", "derive_arbitrary", - "derive_more 1.0.0", + "derive_more", "foldhash", "getrandom", "hashbrown 0.15.2", @@ -512,7 +593,7 @@ dependencies = [ "alloy-json-rpc 0.3.6", "alloy-network 0.3.6", "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-pubsub 0.3.6", "alloy-rpc-client 0.3.6", "alloy-rpc-types-eth 0.3.6", @@ -547,7 +628,7 @@ dependencies = [ "alloy-json-rpc 0.4.2", "alloy-network 0.4.2", "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-pubsub 0.4.2", "alloy-rpc-client 0.4.2", "alloy-rpc-types-eth 0.4.2", @@ -578,7 +659,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d05f63677e210d758cd5d6d1ce10f20c980c3560ccfbe79ba1997791862a04f" dependencies = [ "alloy-json-rpc 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-transport 0.3.6", "bimap", "futures", @@ -597,7 +678,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f32cef487122ae75c91eb50154c70801d71fabdb976fec6c49e0af5e6486ab15" dependencies = [ "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-transport 0.4.2", "bimap", "futures", @@ -638,7 +719,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d82952dca71173813d4e5733e2c986d8b04aea9e0f3b0a576664c232ad050a5" dependencies = [ "alloy-json-rpc 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-pubsub 0.3.6", "alloy-transport 0.3.6", "alloy-transport-http 0.3.6", @@ -662,7 +743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "370143ed581aace6e663342d21d209c6b2e34ee6142f7d6675adb518deeaf0dc" dependencies = [ "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-pubsub 0.4.2", "alloy-transport 0.4.2", "alloy-transport-http 0.4.2", @@ -696,7 +777,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ffc534b7919e18f35e3aa1f507b6f3d9d92ec298463a9f6beaac112809d8d06" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", @@ -710,7 +791,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb520ed46cc5b7d8c014a73fdd77b6a310383a2a5c0a5ae3c9b8055881f062b7" dependencies = [ "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "serde", "serde_json", ] @@ -721,11 +802,22 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d780adaa5d95b07ad92006b2feb68ecfa7e2015f7d5976ceaac4c906c73ebd07" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.4.2", "serde", ] +[[package]] +name = "alloy-rpc-types-any" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed98e1af55a7d856bfa385f30f63d8d56be2513593655c904a8f4a7ec963aa3e" +dependencies = [ + "alloy-consensus-any", + "alloy-rpc-types-eth 0.8.3", + "alloy-serde 0.8.3", +] + [[package]] name = "alloy-rpc-types-beacon" version = "0.4.2" @@ -733,7 +825,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a8dc5980fe30203d698627cddb5f0cedc57f900c8b5e1229c8b9448e37acb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "serde", "serde_with", @@ -746,7 +838,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59d8f8c5bfb160081a772f1f68eb9a37e8929c4ef74e5d01f5b78c2b645a5c5e" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "serde", ] @@ -758,12 +850,12 @@ checksum = "e0285c4c09f838ab830048b780d7f4a4f460f309aa1194bb049843309524c64c" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", - "derive_more 1.0.0", + "derive_more", "jsonrpsee-types", - "jsonwebtoken 9.3.0", + "jsonwebtoken", "rand", "serde", "strum", @@ -778,12 +870,12 @@ dependencies = [ "alloy-consensus 0.3.6", "alloy-eips 0.3.6", "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.3.6", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "cfg-if", - "derive_more 1.0.0", + "derive_more", "hashbrown 0.14.5", "itertools 0.13.0", "serde", @@ -799,17 +891,37 @@ dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", - "alloy-sol-types 0.8.15", - "derive_more 1.0.0", + "alloy-sol-types", + "derive_more", "itertools 0.13.0", "jsonrpsee-types", "serde", "serde_json", ] +[[package]] +name = "alloy-rpc-types-eth" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8737d7a6e37ca7bba9c23e9495c6534caec6760eb24abc9d5ffbaaba147818e1" +dependencies = [ + "alloy-consensus 0.8.3", + "alloy-consensus-any", + "alloy-eips 0.8.3", + "alloy-network-primitives 0.8.3", + "alloy-primitives", + "alloy-rlp", + "alloy-serde 0.8.3", + "alloy-sol-types", + "derive_more", + "itertools 0.13.0", + "serde", + "serde_json", +] + [[package]] name = "alloy-rpc-types-mev" version = "0.4.2" @@ -817,7 +929,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cec23ce56c869eec5f6b6fd6a8a92b5aa0cfaf8d7be3a96502e537554dc7430" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.4.2", "serde", "serde_json", @@ -829,7 +941,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "017cad3e5793c5613588c1f9732bcbad77e820ba7d0feaba3527749f856fdbc5" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", "serde", @@ -843,7 +955,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b230e321c416be7f50530159392b4c41a45596d40d97e185575bcd0b545e521" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", "serde", @@ -855,7 +967,7 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "731f75ec5d383107fd745d781619bd9cedf145836c51ecb991623d41278e71fa" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "serde", "serde_json", ] @@ -866,19 +978,30 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9dff0ab1cdd43ca001e324dc27ee0e8606bd2161d6623c63e0e0b8c4dfc13600" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "arbitrary", "serde", "serde_json", ] +[[package]] +name = "alloy-serde" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5851bf8d5ad33014bd0c45153c603303e730acc8a209450a7ae6b4a12c2789e2" +dependencies = [ + "alloy-primitives", + "serde", + "serde_json", +] + [[package]] name = "alloy-signer" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "307324cca94354cd654d6713629f0383ec037e1ff9e3e3d547212471209860c0" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "async-trait", "auto_impl", "elliptic-curve", @@ -892,7 +1015,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fd4e0ad79c81a27ca659be5d176ca12399141659fef2bcbfdc848da478f4504" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "async-trait", "auto_impl", "elliptic-curve", @@ -900,6 +1023,20 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "alloy-signer" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e10ca565da6500cca015ba35ee424d59798f2e1b85bc0dd8f81dafd401f029a" +dependencies = [ + "alloy-primitives", + "async-trait", + "auto_impl", + "elliptic-curve", + "k256", + "thiserror 2.0.9", +] + [[package]] name = "alloy-signer-local" version = "0.3.6" @@ -908,7 +1045,7 @@ checksum = "9fabe917ab1778e760b4701628d1cae8e028ee9d52ac6307de4e1e9286ab6b5f" dependencies = [ "alloy-consensus 0.3.6", "alloy-network 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-signer 0.3.6", "async-trait", "k256", @@ -924,7 +1061,7 @@ checksum = "494e0a256f3e99f2426f994bcd1be312c02cb8f88260088dacb33a8b8936475f" dependencies = [ "alloy-consensus 0.4.2", "alloy-network 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-signer 0.4.2", "async-trait", "k256", @@ -933,17 +1070,19 @@ dependencies = [ ] [[package]] -name = "alloy-sol-macro" -version = "0.7.7" +name = "alloy-signer-local" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b40397ddcdcc266f59f959770f601ce1280e699a91fc1862f29cef91707cd09" +checksum = "47fababf5a745133490cde927d48e50267f97d3d1209b9fc9f1d1d666964d172" dependencies = [ - "alloy-sol-macro-expander 0.7.7", - "alloy-sol-macro-input 0.7.7", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.93", + "alloy-consensus 0.8.3", + "alloy-network 0.8.3", + "alloy-primitives", + "alloy-signer 0.8.3", + "async-trait", + "k256", + "rand", + "thiserror 2.0.9", ] [[package]] @@ -952,39 +1091,21 @@ version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9d64f851d95619233f74b310f12bcf16e0cbc27ee3762b6115c14a84809280a" dependencies = [ - "alloy-sol-macro-expander 0.8.15", - "alloy-sol-macro-input 0.8.15", + "alloy-sol-macro-expander", + "alloy-sol-macro-input", "proc-macro-error2", "proc-macro2", "quote", "syn 2.0.93", ] -[[package]] -name = "alloy-sol-macro-expander" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "867a5469d61480fea08c7333ffeca52d5b621f5ca2e44f271b117ec1fc9a0525" -dependencies = [ - "alloy-sol-macro-input 0.7.7", - "const-hex", - "heck 0.5.0", - "indexmap 2.7.0", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.93", - "syn-solidity 0.7.7", - "tiny-keccak", -] - [[package]] name = "alloy-sol-macro-expander" version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6bf7ed1574b699f48bf17caab4e6e54c6d12bc3c006ab33d58b1e227c1c3559f" dependencies = [ - "alloy-sol-macro-input 0.8.15", + "alloy-sol-macro-input", "const-hex", "heck 0.5.0", "indexmap 2.7.0", @@ -992,25 +1113,10 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.93", - "syn-solidity 0.8.15", + "syn-solidity", "tiny-keccak", ] -[[package]] -name = "alloy-sol-macro-input" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e482dc33a32b6fadbc0f599adea520bd3aaa585c141a80b404d0a3e3fa72528" -dependencies = [ - "const-hex", - "dunce", - "heck 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.93", - "syn-solidity 0.7.7", -] - [[package]] name = "alloy-sol-macro-input" version = "0.8.15" @@ -1023,7 +1129,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.93", - "syn-solidity 0.8.15", + "syn-solidity", ] [[package]] @@ -1036,18 +1142,6 @@ dependencies = [ "winnow 0.6.21", ] -[[package]] -name = "alloy-sol-types" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a91ca40fa20793ae9c3841b83e74569d1cc9af29a2f5237314fd3452d51e38c7" -dependencies = [ - "alloy-primitives 0.7.7", - "alloy-sol-macro 0.7.7", - "const-hex", - "serde", -] - [[package]] name = "alloy-sol-types" version = "0.8.15" @@ -1055,8 +1149,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1174cafd6c6d810711b4e00383037bdb458efc4fe3dbafafa16567e0320c54d8" dependencies = [ "alloy-json-abi", - "alloy-primitives 0.8.15", - "alloy-sol-macro 0.8.15", + "alloy-primitives", + "alloy-sol-macro", "const-hex", "serde", ] @@ -1171,10 +1265,26 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9703ce68b97f8faae6f7739d1e003fc97621b856953cbcdbb2b515743f23288" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "nybbles 0.2.1", + "serde", + "smallvec", + "tracing", +] + +[[package]] +name = "alloy-trie" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6917c79e837aa7b77b7a6dae9f89cbe15313ac161c4d3cfaf8909ef21f3d22d8" +dependencies = [ + "alloy-primitives", "alloy-rlp", - "derive_more 1.0.0", - "nybbles", + "arrayvec", + "derive_more", + "nybbles 0.3.4", "serde", "smallvec", "tracing", @@ -1571,6 +1681,9 @@ name = "arrayvec" version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" +dependencies = [ + "serde", +] [[package]] name = "asn1_der" @@ -1726,6 +1839,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "backoff" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" +dependencies = [ + "futures-core", + "getrandom", + "instant", + "pin-project-lite", + "rand", + "tokio", +] + [[package]] name = "backon" version = "1.3.0" @@ -1859,12 +1986,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "bech32" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" - [[package]] name = "bech32" version = "0.11.0" @@ -1975,7 +2096,7 @@ checksum = "ce6bc65742dea50536e35ad42492b234c27904a27f0abdcbce605015cb4ea026" dependencies = [ "base58ck", "base64 0.21.7", - "bech32 0.11.0", + "bech32", "bitcoin-internals 0.3.0", "bitcoin-io", "bitcoin-units", @@ -2391,7 +2512,6 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ - "sha2 0.10.8", "tinyvec", ] @@ -2539,6 +2659,25 @@ dependencies = [ "rustversion", ] +[[package]] +name = "cbindgen" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb" +dependencies = [ + "clap", + "heck 0.4.1", + "indexmap 2.7.0", + "log", + "proc-macro2", + "quote", + "serde", + "serde_json", + "syn 2.0.93", + "tempfile", + "toml 0.8.19", +] + [[package]] name = "cc" version = "1.2.6" @@ -2653,58 +2792,6 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" -[[package]] -name = "coins-bip32" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b6be4a5df2098cd811f3194f64ddb96c267606bffd9689ac7b0160097b01ad3" -dependencies = [ - "bs58", - "coins-core", - "digest 0.10.7", - "hmac 0.12.1", - "k256", - "serde", - "sha2 0.10.8", - "thiserror 1.0.69", -] - -[[package]] -name = "coins-bip39" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3db8fba409ce3dc04f7d804074039eb68b960b0829161f8e06c95fea3f122528" -dependencies = [ - "bitvec", - "coins-bip32", - "hmac 0.12.1", - "once_cell", - "pbkdf2 0.12.2", - "rand", - "sha2 0.10.8", - "thiserror 1.0.69", -] - -[[package]] -name = "coins-core" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5286a0843c21f8367f7be734f89df9b822e0321d8bcce8d6e735aadff7d74979" -dependencies = [ - "base64 0.21.7", - "bech32 0.9.1", - "bs58", - "digest 0.10.7", - "generic-array 0.14.7", - "hex", - "ripemd", - "serde", - "serde_derive", - "sha2 0.10.8", - "sha3", - "thiserror 1.0.69", -] - [[package]] name = "colorchoice" version = "1.0.3" @@ -2845,13 +2932,7 @@ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] name = "convert_case" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" - -[[package]] -name = "convert_case" -version = "0.6.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" dependencies = [ @@ -3089,6 +3170,16 @@ dependencies = [ "cipher", ] +[[package]] +name = "ctrlc" +version = "3.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" +dependencies = [ + "nix", + "windows-sys 0.59.0", +] + [[package]] name = "curve25519-dalek" version = "4.1.3" @@ -3305,6 +3396,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ "const-oid", + "pem-rfc7468", "zeroize", ] @@ -3371,19 +3463,6 @@ dependencies = [ "syn 2.0.93", ] -[[package]] -name = "derive_more" -version = "0.99.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" -dependencies = [ - "convert_case 0.4.0", - "proc-macro2", - "quote", - "rustc_version 0.4.1", - "syn 2.0.93", -] - [[package]] name = "derive_more" version = "1.0.0" @@ -3399,7 +3478,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ - "convert_case 0.6.0", + "convert_case", "proc-macro2", "quote", "syn 2.0.93", @@ -3515,7 +3594,7 @@ dependencies = [ "arrayvec", "ctr", "delay_map", - "enr 0.12.1", + "enr", "fnv", "futures", "hashlink 0.8.4", @@ -3571,6 +3650,20 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" +[[package]] +name = "downloader" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ac1e888d6830712d565b2f3a974be3200be9296bc1b03db8251a4cbf18a4a34" +dependencies = [ + "digest 0.10.7", + "futures", + "rand", + "reqwest 0.12.12", + "thiserror 1.0.69", + "tokio", +] + [[package]] name = "dunce" version = "1.0.5" @@ -3656,6 +3749,7 @@ dependencies = [ "ff 0.13.0", "generic-array 0.14.7", "group 0.13.0", + "pem-rfc7468", "pkcs8", "rand_core", "sec1", @@ -3678,24 +3772,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "enr" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a3d8dc56e02f954cac8eb489772c552c473346fc34f67412bb6244fd647f7e4" -dependencies = [ - "base64 0.21.7", - "bytes", - "hex", - "k256", - "log", - "rand", - "rlp", - "serde", - "sha3", - "zeroize", -] - [[package]] name = "enr" version = "0.12.1" @@ -3790,270 +3866,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "eth-keystore" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fda3bf123be441da5260717e0661c25a2fd9cb2b2c1d20bf2e05580047158ab" -dependencies = [ - "aes", - "ctr", - "digest 0.10.7", - "hex", - "hmac 0.12.1", - "pbkdf2 0.11.0", - "rand", - "scrypt", - "serde", - "serde_json", - "sha2 0.10.8", - "sha3", - "thiserror 1.0.69", - "uuid 0.8.2", -] - -[[package]] -name = "ethabi" -version = "18.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7413c5f74cc903ea37386a8965a936cbeb334bd270862fdece542c1b2dcbc898" -dependencies = [ - "ethereum-types", - "hex", - "once_cell", - "regex", - "serde", - "serde_json", - "sha3", - "thiserror 1.0.69", - "uint", -] - -[[package]] -name = "ethbloom" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" -dependencies = [ - "crunchy", - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "scale-info", - "tiny-keccak", -] - -[[package]] -name = "ethereum-types" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" -dependencies = [ - "ethbloom", - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "primitive-types", - "scale-info", - "uint", -] - -[[package]] -name = "ethers" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "816841ea989f0c69e459af1cf23a6b0033b19a55424a1ea3a30099becdb8dec0" -dependencies = [ - "ethers-addressbook", - "ethers-contract", - "ethers-core", - "ethers-middleware", - "ethers-providers", - "ethers-signers", -] - -[[package]] -name = "ethers-addressbook" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5495afd16b4faa556c3bba1f21b98b4983e53c1755022377051a975c3b021759" -dependencies = [ - "ethers-core", - "once_cell", - "serde", - "serde_json", -] - -[[package]] -name = "ethers-contract" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fceafa3578c836eeb874af87abacfb041f92b4da0a78a5edd042564b8ecdaaa" -dependencies = [ - "const-hex", - "ethers-contract-abigen", - "ethers-contract-derive", - "ethers-core", - "ethers-providers", - "futures-util", - "once_cell", - "pin-project", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "ethers-contract-abigen" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04ba01fbc2331a38c429eb95d4a570166781f14290ef9fdb144278a90b5a739b" -dependencies = [ - "Inflector", - "const-hex", - "dunce", - "ethers-core", - "eyre", - "prettyplease", - "proc-macro2", - "quote", - "regex", - "serde", - "serde_json", - "syn 2.0.93", - "toml 0.8.19", - "walkdir", -] - -[[package]] -name = "ethers-contract-derive" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87689dcabc0051cde10caaade298f9e9093d65f6125c14575db3fd8c669a168f" -dependencies = [ - "Inflector", - "const-hex", - "ethers-contract-abigen", - "ethers-core", - "proc-macro2", - "quote", - "serde_json", - "syn 2.0.93", -] - -[[package]] -name = "ethers-core" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82d80cc6ad30b14a48ab786523af33b37f28a8623fc06afd55324816ef18fb1f" -dependencies = [ - "arrayvec", - "bytes", - "cargo_metadata", - "chrono", - "const-hex", - "elliptic-curve", - "ethabi", - "generic-array 0.14.7", - "k256", - "num_enum 0.7.3", - "once_cell", - "open-fastrlp", - "rand", - "rlp", - "serde", - "serde_json", - "strum", - "syn 2.0.93", - "tempfile", - "thiserror 1.0.69", - "tiny-keccak", - "unicode-xid", -] - -[[package]] -name = "ethers-middleware" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f9fdf09aec667c099909d91908d5eaf9be1bd0e2500ba4172c1d28bfaa43de" -dependencies = [ - "async-trait", - "auto_impl", - "ethers-contract", - "ethers-core", - "ethers-providers", - "ethers-signers", - "futures-channel", - "futures-locks", - "futures-util", - "instant", - "reqwest 0.11.27", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", - "tracing-futures", - "url", -] - -[[package]] -name = "ethers-providers" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6434c9a33891f1effc9c75472e12666db2fa5a0fec4b29af6221680a6fe83ab2" -dependencies = [ - "async-trait", - "auto_impl", - "base64 0.21.7", - "bytes", - "const-hex", - "enr 0.10.0", - "ethers-core", - "futures-core", - "futures-timer", - "futures-util", - "hashers", - "http 0.2.12", - "instant", - "jsonwebtoken 8.3.0", - "once_cell", - "pin-project", - "reqwest 0.11.27", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", - "tracing-futures", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "ws_stream_wasm", -] - -[[package]] -name = "ethers-signers" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "228875491c782ad851773b652dd8ecac62cda8571d3bc32a5853644dd26766c2" -dependencies = [ - "async-trait", - "coins-bip32", - "coins-bip39", - "const-hex", - "elliptic-curve", - "eth-keystore", - "ethers-core", - "rand", - "sha2 0.10.8", - "thiserror 1.0.69", - "tracing", -] - [[package]] name = "ethnum" version = "1.5.0" @@ -4370,16 +4182,6 @@ version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" -[[package]] -name = "futures-locks" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45ec6fe3675af967e67c5536c0b9d44e34e6c52f86bedc4ea49c5317b8e94d06" -dependencies = [ - "futures-channel", - "futures-task", -] - [[package]] name = "futures-macro" version = "0.3.31" @@ -4689,15 +4491,6 @@ dependencies = [ "serde", ] -[[package]] -name = "hashers" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2bca93b15ea5a746f220e56587f71e73c6165eab783df9e26590069953e3c30" -dependencies = [ - "fxhash", -] - [[package]] name = "hashlink" version = "0.8.4" @@ -5290,24 +5083,6 @@ dependencies = [ "parity-scale-codec", ] -[[package]] -name = "impl-rlp" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" -dependencies = [ - "rlp", -] - -[[package]] -name = "impl-serde" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" -dependencies = [ - "serde", -] - [[package]] name = "impl-trait-for-tuples" version = "0.2.3" @@ -5801,22 +5576,8 @@ dependencies = [ "http 1.2.0", "jsonrpsee-client-transport", "jsonrpsee-core", - "jsonrpsee-types", - "url", -] - -[[package]] -name = "jsonwebtoken" -version = "8.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" -dependencies = [ - "base64 0.21.7", - "pem 1.1.1", - "ring 0.16.20", - "serde", - "serde_json", - "simple_asn1", + "jsonrpsee-types", + "url", ] [[package]] @@ -5827,8 +5588,8 @@ checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" dependencies = [ "base64 0.21.7", "js-sys", - "pem 3.0.4", - "ring 0.17.8", + "pem", + "ring", "serde", "serde_json", "simple_asn1", @@ -5958,7 +5719,7 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" dependencies = [ - "spin 0.9.8", + "spin", ] [[package]] @@ -6405,7 +6166,7 @@ version = "12.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5bd3c9608217b0d6fa9c9c8ddd875b85ab72bd4311cfc8db35e1b5a08fc11f4d" dependencies = [ - "bech32 0.11.0", + "bech32", "bitcoin", "serde", ] @@ -6592,6 +6353,18 @@ dependencies = [ "tempfile", ] +[[package]] +name = "nix" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" +dependencies = [ + "bitflags 2.6.0", + "cfg-if", + "cfg_aliases", + "libc", +] + [[package]] name = "nohash-hasher" version = "0.2.0" @@ -6858,6 +6631,17 @@ dependencies = [ "smallvec", ] +[[package]] +name = "nybbles" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8983bb634df7248924ee0c4c3a749609b5abcb082c28fffe3254b3eb3602b307" +dependencies = [ + "const-hex", + "serde", + "smallvec", +] + [[package]] name = "objc" version = "0.2.7" @@ -6890,14 +6674,14 @@ checksum = "7ea7162170c6f3cad8f67f4dd7108e3f78349fd553da5b8bebff1e7ef8f38896" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", "arbitrary", - "derive_more 1.0.0", + "derive_more", "serde", "serde_with", - "spin 0.9.8", + "spin", ] [[package]] @@ -6908,8 +6692,8 @@ checksum = "9f3d31dfbbd8dd898c7512f8ce7d30103980485416f668566100b0ed0994b958" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", + "alloy-primitives", + "alloy-sol-types", "serde", "serde_repr", ] @@ -6922,10 +6706,10 @@ checksum = "310873e4fbfc41986716c4fb6000a8b49d025d932d2c261af58271c434b05288" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", - "derive_more 1.0.0", + "derive_more", "op-alloy-consensus", "op-alloy-genesis", "serde", @@ -6940,7 +6724,7 @@ dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", "op-alloy-consensus", @@ -6954,10 +6738,10 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349e7b420f45d1a00216ec4c65fcf3f0057a841bc39732c405c85ae782b94121" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "alloy-serde 0.4.2", - "derive_more 1.0.0", + "derive_more", "op-alloy-protocol", "serde", ] @@ -6968,31 +6752,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" -[[package]] -name = "open-fastrlp" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786393f80485445794f6043fd3138854dd109cc6c4bd1a6383db304c9ce9b9ce" -dependencies = [ - "arrayvec", - "auto_impl", - "bytes", - "ethereum-types", - "open-fastrlp-derive", -] - -[[package]] -name = "open-fastrlp-derive" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "003b2be5c6c53c1cfeb0a238b8a1c3915cd410feb684457a36c10038f764bb1c" -dependencies = [ - "bytes", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "openssl" version = "0.10.68" @@ -7114,11 +6873,23 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" +[[package]] +name = "p256" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" +dependencies = [ + "ecdsa", + "elliptic-curve", + "primeorder", + "sha2 0.10.8", +] + [[package]] name = "p3-air" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "066f571b2e645505ed5972dd0e1e252ba03352150830c9566769ca711c0f1e9b" +checksum = "02634a874a2286b73f3e0a121e79d6774e92ccbec648c5568f4a7479a4830858" dependencies = [ "p3-field", "p3-matrix", @@ -7126,9 +6897,9 @@ dependencies = [ [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint 0.4.6", "p3-field", @@ -7139,21 +6910,11 @@ dependencies = [ "serde", ] -[[package]] -name = "p3-blake3" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc4cb69ae54a279bbbd477566d1bdb71aa879b528fd658d0fcfc36f54b00217c" -dependencies = [ - "blake3", - "p3-symmetric", -] - [[package]] name = "p3-bn254-fr" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf19917f986d45e9abb6d177e875824ced6eed096480d574fce16f2c45c721ea" +checksum = "f8c53da73873e24d751ec3bd9d8da034bb5f99c71f24f4903ff37190182bff10" dependencies = [ "ff 0.13.0", "num-bigint 0.4.6", @@ -7166,9 +6927,9 @@ dependencies = [ [[package]] name = "p3-challenger" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be7e4fbce4566a93091107eadfafa0b5374bd1ffd3e0f6b850da3ff72eb183f" +checksum = "0f5c497659a7d9a87882e30ee9a8d0e20c8dcd32cd10d432410e7d6f146ef103" dependencies = [ "p3-field", "p3-maybe-rayon", @@ -7180,13 +6941,12 @@ dependencies = [ [[package]] name = "p3-commit" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a03eb0f99d68a712c41e658e9a7782a0705d4ffcfb6232a43bd3f1ef9591002" +checksum = "54ec340c5cb17739a7b9ee189378bdac8f0e684b9b5ce539476c26e77cd6a27d" dependencies = [ "itertools 0.12.1", "p3-challenger", - "p3-dft", "p3-field", "p3-matrix", "p3-util", @@ -7195,9 +6955,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -7208,9 +6968,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint 0.4.6", @@ -7222,9 +6982,9 @@ dependencies = [ [[package]] name = "p3-fri" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f351ee9f9d4256455164565cd91e3e6d2487cc2a5355515fa2b6d479269188dd" +checksum = "4ef838ff24d9b3de3d88d0ac984937d2aa2923bf25cb108ba9b2dc357e472197" dependencies = [ "itertools 0.12.1", "p3-challenger", @@ -7241,9 +7001,9 @@ dependencies = [ [[package]] name = "p3-interpolation" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24d0f2907a374ebe4545fcff3120d6376d9630cf0bef30feedcfc5908ea2c37" +checksum = "c806c3afb8d6acf1d3a78f4be1e9e8b026f13c01b0cdd5ae2e068b70a3ba6d80" dependencies = [ "p3-field", "p3-matrix", @@ -7252,9 +7012,9 @@ dependencies = [ [[package]] name = "p3-keccak-air" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e66badd47cedf6570e91a0cabc389b80dfd53ba1a6e9a45a3923fd54b86122ff" +checksum = "b46cef7ee8ae1f7cb560e7b7c137e272f6ba75be98179b3aa18695705231e0fb" dependencies = [ "p3-air", "p3-field", @@ -7266,9 +7026,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -7281,18 +7041,18 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "fd9ac6f1d11ad4d3c13cc496911109d6282315e64f851a666ed80ad4d77c0983" dependencies = [ "rayon", ] [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -7305,9 +7065,9 @@ dependencies = [ [[package]] name = "p3-merkle-tree" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad7ebab52a03c26025988663a135aed62f5084a2e2ea262176dc8748efb593e5" +checksum = "1f4ced385da80dd6b3fd830eaa452c9fa899f2dc3f6463aceba00620d5f071ec" dependencies = [ "itertools 0.12.1", "p3-commit", @@ -7322,9 +7082,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -7336,9 +7096,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -7347,9 +7107,9 @@ dependencies = [ [[package]] name = "p3-uni-stark" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8437ebcd060c8a5479898030b114a93da8a86eb4c2e5f313d9eeaaf40c6e6f61" +checksum = "83ceaeef06b0bc97e5af2d220cd340b0b3a72bdf37e4584b73b3bc357cfc9ed3" dependencies = [ "itertools 0.12.1", "p3-air", @@ -7366,9 +7126,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "e1b84d324cd4ac09194a9d0e8ab1834e67a0e47dec477c28fcf9d68b2824c1fe" dependencies = [ "serde", ] @@ -7543,33 +7303,23 @@ dependencies = [ "sha2 0.10.8", ] -[[package]] -name = "pbkdf2" -version = "0.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" -dependencies = [ - "digest 0.10.7", - "hmac 0.12.1", -] - [[package]] name = "pem" -version = "1.1.1" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" +checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" dependencies = [ - "base64 0.13.1", + "base64 0.22.1", + "serde", ] [[package]] -name = "pem" -version = "3.0.4" +name = "pem-rfc7468" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" +checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" dependencies = [ - "base64 0.22.1", - "serde", + "base64ct", ] [[package]] @@ -7778,6 +7528,15 @@ dependencies = [ "syn 2.0.93", ] +[[package]] +name = "primeorder" +version = "0.13.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" +dependencies = [ + "elliptic-curve", +] + [[package]] name = "primitive-types" version = "0.12.2" @@ -7786,9 +7545,6 @@ checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", "impl-codec", - "impl-rlp", - "impl-serde", - "scale-info", "uint", ] @@ -8132,7 +7888,7 @@ dependencies = [ "bytes", "getrandom", "rand", - "ring 0.17.8", + "ring", "rustc-hash 2.1.0", "rustls 0.23.20", "rustls-pki-types", @@ -8490,7 +8246,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types 0.4.2", "aquamarine", @@ -8560,7 +8316,7 @@ name = "reth-auto-seal-consensus" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "futures-util", "reth-beacon-consensus", @@ -8590,7 +8346,7 @@ name = "reth-basic-payload-builder" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "futures-core", "futures-util", @@ -8614,7 +8370,7 @@ name = "reth-beacon-consensus" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "futures", "itertools 0.13.0", @@ -8649,7 +8405,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "aquamarine", "linked_hash_set", "metrics 0.23.0", @@ -8681,7 +8437,7 @@ name = "reth-blockchain-tree-api" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-consensus", "reth-execution-errors", "reth-primitives", @@ -8695,9 +8451,9 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "auto_impl", - "derive_more 1.0.0", + "derive_more", "metrics 0.23.0", "parking_lot 0.12.3", "pin-project", @@ -8721,10 +8477,10 @@ dependencies = [ "alloy-chains", "alloy-eips 0.4.2", "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", - "alloy-trie", + "alloy-primitives", + "alloy-trie 0.6.0", "auto_impl", - "derive_more 1.0.0", + "derive_more", "once_cell", "reth-ethereum-forks", "reth-network-peers", @@ -8753,7 +8509,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "ahash", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "backon", "clap", "comfy-table", @@ -8820,7 +8576,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "cfg-if", "eyre", "libc", @@ -8839,8 +8595,8 @@ dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", - "alloy-trie", + "alloy-primitives", + "alloy-trie 0.6.0", "bytes", "modular-bitfield", "reth-codecs-derive", @@ -8851,7 +8607,7 @@ name = "reth-codecs-derive" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "convert_case 0.6.0", + "convert_case", "proc-macro2", "quote", "syn 2.0.93", @@ -8876,9 +8632,9 @@ name = "reth-consensus" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "auto_impl", - "derive_more 1.0.0", + "derive_more", "reth-primitives", ] @@ -8887,7 +8643,7 @@ name = "reth-consensus-common" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-chainspec", "reth-consensus", "reth-primitives", @@ -8901,7 +8657,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-provider 0.4.2", "alloy-rpc-types 0.4.2", "alloy-rpc-types-engine", @@ -8923,9 +8679,9 @@ name = "reth-db" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "bytes", - "derive_more 1.0.0", + "derive_more", "eyre", "metrics 0.23.0", "page_size", @@ -8955,9 +8711,9 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "bytes", - "derive_more 1.0.0", + "derive_more", "metrics 0.23.0", "modular-bitfield", "parity-scale-codec", @@ -8978,7 +8734,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "boyer-moore-magiclen", "eyre", "reth-chainspec", @@ -9005,7 +8761,7 @@ name = "reth-db-models" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "bytes", "modular-bitfield", "reth-codecs", @@ -9018,10 +8774,10 @@ name = "reth-discv4" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "discv5", - "enr 0.12.1", + "enr", "generic-array 0.14.7", "parking_lot 0.12.3", "reth-ethereum-forks", @@ -9042,11 +8798,11 @@ name = "reth-discv5" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "derive_more 1.0.0", + "derive_more", "discv5", - "enr 0.12.1", + "enr", "futures", "itertools 0.13.0", "metrics 0.23.0", @@ -9066,9 +8822,9 @@ name = "reth-dns-discovery" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "data-encoding", - "enr 0.12.1", + "enr", "linked_hash_set", "parking_lot 0.12.3", "reth-ethereum-forks", @@ -9089,7 +8845,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "futures", "futures-util", @@ -9118,7 +8874,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "aes", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "block-padding", "byteorder", @@ -9148,7 +8904,7 @@ name = "reth-engine-primitives" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-execution-types", "reth-payload-primitives", "reth-primitives", @@ -9185,7 +8941,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "futures", "metrics 0.23.0", @@ -9221,7 +8977,7 @@ name = "reth-engine-util" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "eyre", "futures", @@ -9265,10 +9021,10 @@ name = "reth-eth-wire" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "bytes", - "derive_more 1.0.0", + "derive_more", "futures", "pin-project", "reth-chainspec", @@ -9293,10 +9049,10 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-chains", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "bytes", - "derive_more 1.0.0", + "derive_more", "reth-chainspec", "reth-codecs-derive", "reth-primitives", @@ -9318,7 +9074,7 @@ name = "reth-ethereum-consensus" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-chainspec", "reth-consensus", "reth-consensus-common", @@ -9332,7 +9088,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", "reth-chain-state", @@ -9351,7 +9107,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-chains", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "auto_impl", "crc", @@ -9367,7 +9123,7 @@ name = "reth-ethereum-payload-builder" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-basic-payload-builder", "reth-chain-state", "reth-chainspec", @@ -9403,7 +9159,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "auto_impl", "futures-util", "metrics 0.23.0", @@ -9425,8 +9181,8 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", + "alloy-primitives", + "alloy-sol-types", "reth-chainspec", "reth-ethereum-consensus", "reth-ethereum-forks", @@ -9444,10 +9200,10 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "derive_more 1.0.0", - "nybbles", + "derive_more", + "nybbles 0.2.1", "reth-consensus", "reth-prune-types", "reth-storage-errors", @@ -9460,7 +9216,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-execution-errors", "reth-primitives", "reth-trie", @@ -9475,7 +9231,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "eyre", "futures", "itertools 0.13.0", @@ -9511,7 +9267,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-chain-state", "reth-execution-types", "serde", @@ -9533,7 +9289,7 @@ name = "reth-invalid-block-hooks" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types-debug", "eyre", @@ -9582,7 +9338,7 @@ dependencies = [ "bitflags 2.6.0", "byteorder", "dashmap 6.1.0", - "derive_more 1.0.0", + "derive_more", "indexmap 2.7.0", "parking_lot 0.12.3", "reth-mdbx-sys", @@ -9617,7 +9373,7 @@ name = "reth-net-banlist" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", ] [[package]] @@ -9640,13 +9396,13 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "aquamarine", "auto_impl", - "derive_more 1.0.0", + "derive_more", "discv5", - "enr 0.12.1", + "enr", "futures", "itertools 0.13.0", "metrics 0.23.0", @@ -9689,11 +9445,11 @@ name = "reth-network-api" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-admin", "auto_impl", - "derive_more 1.0.0", - "enr 0.12.1", + "derive_more", + "enr", "futures", "reth-eth-wire-types", "reth-ethereum-forks", @@ -9713,9 +9469,9 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "auto_impl", - "derive_more 1.0.0", + "derive_more", "futures", "reth-consensus", "reth-eth-wire-types", @@ -9732,9 +9488,9 @@ name = "reth-network-peers" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "enr 0.12.1", + "enr", "secp256k1", "serde_with", "thiserror 1.0.69", @@ -9763,7 +9519,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "anyhow", "bincode", - "derive_more 1.0.0", + "derive_more", "lz4_flex", "memmap2", "reth-fs-util", @@ -9796,7 +9552,7 @@ name = "reth-node-builder" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "aquamarine", "eyre", @@ -9859,11 +9615,11 @@ name = "reth-node-core" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "clap", "const_format", - "derive_more 1.0.0", + "derive_more", "dirs-next", "eyre", "futures", @@ -9932,7 +9688,7 @@ name = "reth-node-events" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "futures", "humantime", @@ -9989,7 +9745,7 @@ name = "reth-payload-builder" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "async-trait", "futures-util", @@ -10009,7 +9765,7 @@ name = "reth-payload-primitives" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "async-trait", "op-alloy-rpc-types-engine", @@ -10044,13 +9800,13 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types 0.4.2", "alloy-serde 0.4.2", "bytes", "c-kzg", - "derive_more 1.0.0", + "derive_more", "k256", "modular-bitfield", "once_cell", @@ -10077,11 +9833,11 @@ dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "byteorder", "bytes", - "derive_more 1.0.0", + "derive_more", "modular-bitfield", "reth-codecs", "revm-primitives", @@ -10096,7 +9852,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", "dashmap 6.1.0", @@ -10137,7 +9893,7 @@ name = "reth-prune" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "itertools 0.13.0", "metrics 0.23.0", "rayon", @@ -10163,9 +9919,9 @@ name = "reth-prune-types" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "bytes", - "derive_more 1.0.0", + "derive_more", "modular-bitfield", "reth-codecs", "serde", @@ -10177,7 +9933,7 @@ name = "reth-revm" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-chainspec", "reth-consensus-common", "reth-execution-errors", @@ -10198,7 +9954,7 @@ dependencies = [ "alloy-eips 0.4.2", "alloy-genesis 0.4.2", "alloy-network 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types 0.4.2", "alloy-rpc-types-admin", @@ -10211,13 +9967,13 @@ dependencies = [ "alloy-signer 0.4.2", "alloy-signer-local 0.4.2", "async-trait", - "derive_more 1.0.0", + "derive_more", "futures", "http 1.2.0", "http-body 1.0.1", "hyper 1.5.2", "jsonrpsee", - "jsonwebtoken 9.3.0", + "jsonwebtoken", "parking_lot 0.12.3", "pin-project", "rand", @@ -10261,7 +10017,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-eips 0.4.2", "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "alloy-rpc-types-admin", "alloy-rpc-types-anvil", @@ -10322,7 +10078,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "async-trait", "jsonrpsee-core", @@ -10356,7 +10112,7 @@ dependencies = [ "alloy-eips 0.4.2", "alloy-json-rpc 0.4.2", "alloy-network 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "alloy-rpc-types-eth 0.4.2", "alloy-rpc-types-mev", @@ -10395,12 +10151,12 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", - "alloy-sol-types 0.8.15", - "derive_more 1.0.0", + "alloy-sol-types", + "derive_more", "futures", "jsonrpsee-core", "jsonrpsee-types", @@ -10449,7 +10205,7 @@ name = "reth-rpc-server-types" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", @@ -10466,7 +10222,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types 0.4.2", "alloy-rpc-types-engine", @@ -10481,7 +10237,7 @@ name = "reth-stages" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "bincode", "futures-util", "itertools 0.13.0", @@ -10517,7 +10273,7 @@ name = "reth-stages-api" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "aquamarine", "auto_impl", "futures-util", @@ -10543,7 +10299,7 @@ name = "reth-stages-types" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "bytes", "modular-bitfield", "reth-codecs", @@ -10556,7 +10312,7 @@ name = "reth-static-file" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "parking_lot 0.12.3", "rayon", "reth-chainspec", @@ -10578,9 +10334,9 @@ name = "reth-static-file-types" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "clap", - "derive_more 1.0.0", + "derive_more", "serde", "strum", ] @@ -10591,7 +10347,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "auto_impl", "reth-chainspec", "reth-db-api", @@ -10610,9 +10366,9 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "derive_more 1.0.0", + "derive_more", "reth-fs-util", "reth-primitives", ] @@ -10666,7 +10422,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "aquamarine", "auto_impl", @@ -10699,10 +10455,10 @@ name = "reth-trie" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "auto_impl", - "derive_more 1.0.0", + "derive_more", "itertools 0.13.0", "metrics 0.23.0", "rayon", @@ -10725,13 +10481,13 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-consensus 0.4.2", "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "alloy-trie", + "alloy-trie 0.6.0", "bytes", - "derive_more 1.0.0", + "derive_more", "itertools 0.13.0", - "nybbles", + "nybbles 0.2.1", "reth-codecs", "reth-primitives-traits", "revm-primitives", @@ -10743,10 +10499,10 @@ name = "reth-trie-db" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "auto_impl", - "derive_more 1.0.0", + "derive_more", "itertools 0.13.0", "metrics 0.23.0", "rayon", @@ -10768,9 +10524,9 @@ name = "reth-trie-parallel" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "derive_more 1.0.0", + "derive_more", "itertools 0.13.0", "metrics 0.23.0", "rayon", @@ -10807,10 +10563,10 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43c44af0bf801f48d25f7baf25cf72aff4c02d610f83b428175228162fef0246" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.4.2", "alloy-rpc-types-trace", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "anstyle", "boa_engine", "boa_gc", @@ -10846,7 +10602,7 @@ dependencies = [ "ripemd", "secp256k1", "sha2 0.10.8", - "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bn", ] [[package]] @@ -10856,8 +10612,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f1525851a03aff9a9d6a1d018b414d76252d6802ab54695b27093ecd7e7a101" dependencies = [ "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives 0.8.15", + "alloy-eip7702 0.1.1", + "alloy-primitives", "auto_impl", "bitflags 2.6.0", "bitvec", @@ -10879,21 +10635,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "ring" -version = "0.16.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" -dependencies = [ - "cc", - "libc", - "once_cell", - "spin 0.5.2", - "untrusted 0.7.1", - "web-sys", - "winapi", -] - [[package]] name = "ring" version = "0.17.8" @@ -10904,8 +10645,8 @@ dependencies = [ "cfg-if", "getrandom", "libc", - "spin 0.9.8", - "untrusted 0.9.0", + "spin", + "untrusted", "windows-sys 0.52.0", ] @@ -11106,21 +10847,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" dependencies = [ "bytes", - "rlp-derive", "rustc-hex", ] -[[package]] -name = "rlp-derive" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "rmp" version = "0.8.14" @@ -11327,7 +11056,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", - "ring 0.17.8", + "ring", "rustls-webpki 0.101.7", "sct", ] @@ -11340,7 +11069,7 @@ checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" dependencies = [ "log", "once_cell", - "ring 0.17.8", + "ring", "rustls-pki-types", "rustls-webpki 0.102.8", "subtle", @@ -11360,6 +11089,18 @@ dependencies = [ "security-framework 2.11.1", ] +[[package]] +name = "rustls-native-certs" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" +dependencies = [ + "openssl-probe", + "rustls-pki-types", + "schannel", + "security-framework 3.1.0", +] + [[package]] name = "rustls-pemfile" version = "1.0.4" @@ -11399,7 +11140,7 @@ dependencies = [ "log", "once_cell", "rustls 0.23.20", - "rustls-native-certs", + "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", "security-framework 2.11.1", @@ -11420,8 +11161,8 @@ version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "ring", + "untrusted", ] [[package]] @@ -11430,9 +11171,9 @@ version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ - "ring 0.17.8", + "ring", "rustls-pki-types", - "untrusted 0.9.0", + "untrusted", ] [[package]] @@ -11465,15 +11206,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" -[[package]] -name = "salsa20" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" -dependencies = [ - "cipher", -] - [[package]] name = "same-file" version = "1.0.6" @@ -11490,7 +11222,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346a3b32eba2640d17a9cb5927056b08f3de90f65b72fe09402c2ad07d684d0b" dependencies = [ "cfg-if", - "derive_more 1.0.0", + "derive_more", "parity-scale-codec", "scale-info-derive", ] @@ -11542,26 +11274,14 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" -[[package]] -name = "scrypt" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d" -dependencies = [ - "hmac 0.12.1", - "pbkdf2 0.11.0", - "salsa20", - "sha2 0.10.8", -] - [[package]] name = "sct" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "ring", + "untrusted", ] [[package]] @@ -12126,9 +11846,9 @@ dependencies = [ [[package]] name = "sp1-build" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e58e5f49cf1481363abb74b55104e215f3b6e58dc2adb748bde7a6e4ea61b51d" +checksum = "02eb66f62fad6f77d117ab98cc598779bc1b2317f7e9f87ded613dbbadad3672" dependencies = [ "anyhow", "cargo_metadata 0.18.1", @@ -12139,12 +11859,13 @@ dependencies = [ [[package]] name = "sp1-core-executor" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8324d09601526d2ddfb796efb24996d3cc33ea8802bbd085bdefe93a4989b4dd" +checksum = "b1dfa47135712338e72c79485e4074279a5ac2d8784feb026e726121403a3f6e" dependencies = [ "bincode", "bytemuck", + "clap", "elf", "enum-map", "eyre", @@ -12154,16 +11875,20 @@ dependencies = [ "log", "nohash-hasher", "num", + "p3-baby-bear", "p3-field", "p3-maybe-rayon", + "p3-util", "rand", "rrs-succinct", "serde", + "serde_json", "sp1-curves", "sp1-primitives", "sp1-stark", "strum", "strum_macros", + "subenum", "thiserror 1.0.69", "tiny-keccak", "tracing", @@ -12173,14 +11898,17 @@ dependencies = [ [[package]] name = "sp1-core-machine" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357af5138c7a591d1a612d105d75c1c01cad0ed6cc383d1ae38b7254e85ea227" +checksum = "58d30a44739a1488d0747963dceaf80edda3ea0c5a64566ec1ed5a9c7474906b" dependencies = [ "bincode", + "cbindgen", + "cc", "cfg-if", "elliptic-curve", "generic-array 1.1.1", + "glob", "hashbrown 0.14.5", "hex", "itertools 0.13.0", @@ -12188,18 +11916,24 @@ dependencies = [ "log", "num", "num_cpus", + "p256", "p3-air", "p3-baby-bear", - "p3-blake3", "p3-challenger", "p3-field", "p3-keccak-air", "p3-matrix", "p3-maybe-rayon", + "p3-poseidon2", + "p3-symmetric", "p3-uni-stark", "p3-util", + "pathdiff", "rand", + "rayon", + "rayon-scan", "serde", + "serde_json", "size", "snowbridge-amcl", "sp1-core-executor", @@ -12219,11 +11953,28 @@ dependencies = [ "web-time", ] +[[package]] +name = "sp1-cuda" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60c88410077030eaefa95eb89b29ab7291d933c36b8ed22b6f762930e40892c8" +dependencies = [ + "bincode", + "ctrlc", + "prost 0.13.4", + "serde", + "sp1-core-machine", + "sp1-prover", + "tokio", + "tracing", + "twirp-rs", +] + [[package]] name = "sp1-curves" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8dd206bc1fc44b7a215be0ae17c9b79e25ecfc2774dcd4e3753c0a03dee784e" +checksum = "867fc2549585d2c2d9cd405147feee0abd972e94f73f8c051d772b663ae2a656" dependencies = [ "cfg-if", "dashu", @@ -12232,6 +11983,7 @@ dependencies = [ "itertools 0.13.0", "k256", "num", + "p256", "p3-field", "serde", "snowbridge-amcl", @@ -12242,9 +11994,9 @@ dependencies = [ [[package]] name = "sp1-derive" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf59bbd55ee20f0decb602809aadc73f09defb6f6d27067acf16029e84191b4a" +checksum = "1447e99b10de5b7907b310594fd290e68aa7016c39251cc3aede71c04987fd70" dependencies = [ "quote", "syn 1.0.109", @@ -12252,9 +12004,9 @@ dependencies = [ [[package]] name = "sp1-helper" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "158708d1ac1a62e96e5c4f69df5267a6241573a01dd896530d1f435365ffc275" +checksum = "f8a50114c2beea516fdcda1fb452f98e13ac811206e8218d2036444c761fd2ae" dependencies = [ "sp1-build", ] @@ -12269,11 +12021,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d10c2078a5dfc5c3a632da1bc59b57a19dadc9c03968047d8ffb06c0f83b476" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -12289,17 +12052,18 @@ dependencies = [ [[package]] name = "sp1-prover" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc363eda811717369513ca72abafbb5cdec0ed16cda12458ca5321e4167e97ff" +checksum = "9550b9ddd73eee793a8f3d4f41d0cf17f8a42b2ec6f84282b63851c679027b1a" dependencies = [ "anyhow", "bincode", "clap", "dirs", + "downloader", "eyre", + "hex", "itertools 0.13.0", - "lazy_static", "lru", "num-bigint 0.4.6", "p3-baby-bear", @@ -12309,11 +12073,12 @@ dependencies = [ "p3-field", "p3-matrix", "p3-symmetric", + "p3-util", "rayon", - "reqwest 0.11.27", "serde", "serde_json", "serial_test", + "sha2 0.10.8", "sp1-core-executor", "sp1-core-machine", "sp1-primitives", @@ -12322,18 +12087,17 @@ dependencies = [ "sp1-recursion-core", "sp1-recursion-gnark-ffi", "sp1-stark", - "subtle-encoding", - "tempfile", "thiserror 1.0.69", "tracing", + "tracing-appender", "tracing-subscriber 0.3.19", ] [[package]] name = "sp1-recursion-circuit" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "108607ce729ab2fedb25f039284baaad022c5df242e0530c5b453e89cc8306a3" +checksum = "1a2e8c7b12d0742cefebe7a072bb4d0af37a6547bbeb0c65bc06412e671de78b" dependencies = [ "hashbrown 0.14.5", "itertools 0.13.0", @@ -12365,9 +12129,9 @@ dependencies = [ [[package]] name = "sp1-recursion-compiler" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "673d2c66a48e6d17e1165b5ea38b59de5e80bf64fd45f17ebc9d75e67c4ff414" +checksum = "32c61b89fda18ceb9e665dc650213333db4bafb81a7d17f01ca16174c2d695da" dependencies = [ "backtrace", "itertools 0.13.0", @@ -12387,14 +12151,19 @@ dependencies = [ [[package]] name = "sp1-recursion-core" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2fb84b20d8ffb922d4c05843406c458a6abef296bc31e68cf5eb64fa739c921" +checksum = "41e13b2832da86fc06719153698a8ed9eb372625062aa9e0c4457f01a74c174d" dependencies = [ "backtrace", + "cbindgen", + "cc", + "cfg-if", "ff 0.13.0", + "glob", "hashbrown 0.14.5", "itertools 0.13.0", + "num_cpus", "p3-air", "p3-baby-bear", "p3-bn254-fr", @@ -12409,6 +12178,8 @@ dependencies = [ "p3-poseidon2", "p3-symmetric", "p3-util", + "pathdiff", + "rand", "serde", "sp1-core-machine", "sp1-derive", @@ -12423,9 +12194,9 @@ dependencies = [ [[package]] name = "sp1-recursion-derive" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3125726165ff77fb2650ae031075ba747099a6e218e5c10f84ac2715545a2332" +checksum = "6f5755f140fee3eec82c82cd433c0900db244edb0d303db67e3b28fb92463cac" dependencies = [ "quote", "syn 1.0.109", @@ -12433,9 +12204,9 @@ dependencies = [ [[package]] name = "sp1-recursion-gnark-ffi" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a049cdff6b64bc1cd2bebdf494fd314bc4b45eff9058ea69dace55a0fa77e483" +checksum = "005c5b981febb6a0d1b12c9ecee5fae9e10296376168a0753236079148b5fdd1" dependencies = [ "anyhow", "bincode", @@ -12459,17 +12230,20 @@ dependencies = [ [[package]] name = "sp1-sdk" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8dfb448a10491096db03187af55b8334ac52303c280956d0782a9fe78dd814" +checksum = "806fa98a7d364c3778439d6546d4ca26abc9d790d0ee18689f2e1308d08707ad" dependencies = [ - "alloy-sol-types 0.7.7", + "alloy-primitives", + "alloy-signer 0.8.3", + "alloy-signer-local 0.8.3", + "alloy-sol-types", "anyhow", "async-trait", + "backoff", "bincode", "cfg-if", "dirs", - "ethers", "futures", "hashbrown 0.14.5", "hex", @@ -12483,8 +12257,11 @@ dependencies = [ "reqwest 0.12.12", "reqwest-middleware", "serde", + "serde_json", + "sp1-build", "sp1-core-executor", "sp1-core-machine", + "sp1-cuda", "sp1-primitives", "sp1-prover", "sp1-stark", @@ -12493,6 +12270,7 @@ dependencies = [ "tempfile", "thiserror 1.0.69", "tokio", + "tonic", "tracing", "twirp-rs", "vergen", @@ -12500,14 +12278,14 @@ dependencies = [ [[package]] name = "sp1-stark" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a597ed68cd03f80d9cdb9f4b50924e3c890c35c39956f7e87dd2262b72b2d12b" +checksum = "ab2c21b89ea4e45c57a20102754024c7b628957394e62e5bcb263e05b8e01b5b" dependencies = [ "arrayref", - "getrandom", "hashbrown 0.14.5", "itertools 0.13.0", + "num-bigint 0.4.6", "num-traits", "p3-air", "p3-baby-bear", @@ -12530,27 +12308,27 @@ dependencies = [ "strum", "strum_macros", "sysinfo 0.30.13", - "thiserror 1.0.69", "tracing", ] [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2 0.10.8", - "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] name = "sp1-zkvm" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ea02449a9dcaab67219f7b3442ab51b45ae40e7b04f205382295936087fe1d5" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -12560,16 +12338,10 @@ dependencies = [ "p3-field", "rand", "sha2 0.10.8", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] -[[package]] -name = "spin" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" - [[package]] name = "spin" version = "0.9.8" @@ -12942,7 +12714,7 @@ version = "0.1.0" dependencies = [ "anyhow", "argh", - "bech32 0.11.0", + "bech32", "bitcoin", "bytemuck", "hex", @@ -13158,7 +12930,7 @@ version = "0.1.0" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rlp-derive", "alloy-rpc-types 0.4.2", @@ -13245,7 +13017,7 @@ dependencies = [ "tokio", "tracing", "tracing-subscriber 0.3.19", - "uuid 1.11.0", + "uuid", ] [[package]] @@ -13357,7 +13129,7 @@ dependencies = [ name = "strata-reth-evm" version = "0.1.0" dependencies = [ - "alloy-sol-types 0.8.15", + "alloy-sol-types", "reth-primitives", "revm", "revm-primitives", @@ -13428,7 +13200,7 @@ dependencies = [ name = "strata-reth-primitives" version = "0.1.0" dependencies = [ - "alloy-sol-types 0.8.15", + "alloy-sol-types", "reth-primitives", "serde", ] @@ -13439,7 +13211,7 @@ version = "0.1.0" dependencies = [ "alloy-eips 0.4.2", "alloy-network 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "alloy-rpc-types-eth 0.4.2", "bincode", @@ -13832,6 +13604,18 @@ dependencies = [ "syn 2.0.93", ] +[[package]] +name = "subenum" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f5d5dfb8556dd04017db5e318bbeac8ab2b0c67b76bf197bfb79e9b29f18ecf" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "substrate-bn" version = "0.6.0" @@ -13846,9 +13630,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -13858,7 +13643,7 @@ dependencies = [ "num-bigint 0.4.6", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.4.0", ] [[package]] @@ -13867,15 +13652,6 @@ version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" -[[package]] -name = "subtle-encoding" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945" -dependencies = [ - "zeroize", -] - [[package]] name = "syn" version = "1.0.109" @@ -13898,18 +13674,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "syn-solidity" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c837dc8852cb7074e46b444afb81783140dab12c58867b49fb3898fbafedf7ea" -dependencies = [ - "paste", - "proc-macro2", - "quote", - "syn 2.0.93", -] - [[package]] name = "syn-solidity" version = "0.8.15" @@ -14455,8 +14219,11 @@ dependencies = [ "percent-encoding", "pin-project", "prost 0.13.4", + "rustls-native-certs 0.8.1", + "rustls-pemfile 2.2.0", "socket2 0.5.8", "tokio", + "tokio-rustls 0.26.1", "tokio-stream", "tower 0.4.13", "tower-layer", @@ -14529,7 +14296,7 @@ dependencies = [ "tower-layer", "tower-service", "tracing", - "uuid 1.11.0", + "uuid", ] [[package]] @@ -14932,12 +14699,6 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" -[[package]] -name = "untrusted" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" - [[package]] name = "untrusted" version = "0.9.0" @@ -14979,16 +14740,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" -[[package]] -name = "uuid" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" -dependencies = [ - "getrandom", - "serde", -] - [[package]] name = "uuid" version = "1.11.0" @@ -15750,7 +15501,7 @@ dependencies = [ "crossbeam-utils", "flate2", "hmac 0.12.1", - "pbkdf2 0.11.0", + "pbkdf2", "sha1", "time", "zstd 0.11.2+zstd.1.5.2", diff --git a/crates/zkvm/adapters/sp1/Cargo.toml b/crates/zkvm/adapters/sp1/Cargo.toml index e64479a88..3fd53a651 100644 --- a/crates/zkvm/adapters/sp1/Cargo.toml +++ b/crates/zkvm/adapters/sp1/Cargo.toml @@ -14,7 +14,7 @@ serde.workspace = true sha2 = { workspace = true } sp1-primitives = "=4.0.0-rc.8" sp1-sdk = { version = "=4.0.0-rc.8", optional = true } -sp1-verifier = { git = "https://github.com/succinctlabs/sp1", rev = "2c7868364cb832531e8cafd258aa06fbab079459" } # Note: On new SP1 version, this will be available via SDK +sp1-verifier = { version = "=4.0.0-rc.8" } sp1-zkvm = { version = "=4.0.0-rc.8", features = ["verify"], optional = true } tracing.workspace = true From 295dfd0465f157933c41e82eb64cd6a9512bdfcd Mon Sep 17 00:00:00 2001 From: abishek Date: Wed, 8 Jan 2025 12:15:01 +0545 Subject: [PATCH 7/8] fix groth16 prover/verifier --- crates/zkvm/adapters/sp1/src/host.rs | 13 +++++++++---- crates/zkvm/adapters/sp1/src/verifier.rs | 2 +- .../sp1/tests/elf/riscv32im-succinct-zkvm-elf | Bin 131292 -> 120876 bytes .../sp1/tests/proofs/proof-groth16.bin | Bin 1441 -> 1410 bytes 4 files changed, 10 insertions(+), 5 deletions(-) mode change 100644 => 100755 crates/zkvm/adapters/sp1/tests/elf/riscv32im-succinct-zkvm-elf diff --git a/crates/zkvm/adapters/sp1/src/host.rs b/crates/zkvm/adapters/sp1/src/host.rs index 84e2f855a..4dfc1a693 100644 --- a/crates/zkvm/adapters/sp1/src/host.rs +++ b/crates/zkvm/adapters/sp1/src/host.rs @@ -138,7 +138,7 @@ impl fmt::Display for SP1Host { // NOTE: SP1 prover runs in release mode only; therefore run the tests on release mode only #[cfg(test)] -#[cfg(not(debug_assertions))] +// #[cfg(not(debug_assertions))] mod tests { use std::{fs::File, io::Write}; @@ -175,7 +175,7 @@ mod tests { zkvm.verify(&proof).expect("Proof verification failed"); // assert public outputs extraction from proof works - let out: u32 = SP1Host::extract_serde_public_output(&proof.public_values).expect( + let out: u32 = SP1Host::extract_serde_public_output(proof.public_values()).expect( "Failed to extract public outputs", ); @@ -204,12 +204,17 @@ mod tests { // Note: For the fixed ELF and fixed SP1 version, the vk is fixed assert_eq!( zkvm.verifying_key.bytes32(), - "0x00efb1120491119751e75bc55bc95b64d33f973ecf68fcf5cbff08506c5788f9" + "0x00bb534e86ded20a0b5608bae1879132a0e1c1ea324eabae095f336899a93e32" ); + // Convert the proof to SP1ProofReceipt and extract inner proof data + let sp1_proof = + SP1ProofReceipt::try_from(proof).expect("Failed to convert to SP1ProofReceipt"); + let proof_data = sp1_proof.inner(); + let filename = "proof-groth16.bin"; let mut file = File::create(filename).unwrap(); - file.write_all(&bincode::serialize(&proof).expect("bincode serialization failed")) + file.write_all(&bincode::serialize(&proof_data).expect("bincode serialization failed")) .unwrap(); } } diff --git a/crates/zkvm/adapters/sp1/src/verifier.rs b/crates/zkvm/adapters/sp1/src/verifier.rs index bbd66ec7a..f3b59167a 100644 --- a/crates/zkvm/adapters/sp1/src/verifier.rs +++ b/crates/zkvm/adapters/sp1/src/verifier.rs @@ -33,7 +33,7 @@ mod tests { #[test] fn test_groth16_verification() { - let sp1_vkey_hash = "0x00efb1120491119751e75bc55bc95b64d33f973ecf68fcf5cbff08506c5788f9"; + let sp1_vkey_hash = "0x00bb534e86ded20a0b5608bae1879132a0e1c1ea324eabae095f336899a93e32"; let vk_buf32: Buf32 = sp1_vkey_hash.parse().unwrap(); let vk_hash_str = hex::encode(vk_buf32.as_bytes()); let vk_hash_str = format!("0x{}", vk_hash_str); diff --git a/crates/zkvm/adapters/sp1/tests/elf/riscv32im-succinct-zkvm-elf b/crates/zkvm/adapters/sp1/tests/elf/riscv32im-succinct-zkvm-elf old mode 100644 new mode 100755 index d7154f574c225614f9ce6dd4eaded9b2ca0eeb64..768f8aaee7c837a383d07e8f6d6bee43d649da87 GIT binary patch literal 120876 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 SxnF+w*~!=cvU#w7?tcLoc4+GW literal 131292 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%0Df(gCm;0JD3~VTYjC6_?Q)Xd3uF9 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 diff --git a/crates/zkvm/adapters/sp1/tests/proofs/proof-groth16.bin b/crates/zkvm/adapters/sp1/tests/proofs/proof-groth16.bin index 841654f09ae5b934def323d6d4432f07169c6427..c4034f9c13f2d19a0220a3b817dccbd89ea7dd90 100644 GIT binary patch literal 1410 zcmeHHEsh>G5dE5z1%)>tC@8D>|3R%v6O}DmX(fAX(@Fusfw@Gau%NK2th5Kn6^eR+ z;>>FI5CuDu$0LnAe((9oPcN6tn_hRp4C%_o$Z3hj;7pncf{@}Uph8HQ$%>$1U3AYq zJDH}CI+8MFyuF`zVX+KJlq5DMvJmWvE|H#*+Gk1JRfQ!i*pwmyl8l|$#f1qPmKxLL z$^B4>iHND{$+1SmTZIe2-hI+TO9iL&iz6Pn#Zp;fzC zgdTuh6X%kerv`ds+%&yR8R(29fsLj67PYalEw8bHTRq`zML2NpX6!~NBZf}E*&?(I zx}oZr#YylLxa&?m%F|khY9x*WTwH~ND_WM_Tu_gcih>cJ1p(GvW3r!}=2Lw&#<6nP z5+__Tw##-yDl1IDBrWs8?$Ve6ok0i{6hjI7OP&W?lkcV9(%k%cOK`$OQtqLvn;1Aa}6V zyMY|Rh3ChQVMfwd;v+FHE|<%@{vVbQONI)wC!cDEY)TOUNybj>;=%+Bsm649 z{wPXRnGk8pVsxq9Benfn;eZFT%E*xg}Z!s4L=m0FMu$ zk%W8l=$gIru7iP?{tr8(Rj1~t@8F%BhFm`$=0PW6|t_6a1IHqZlZIOWi*b#}msrpmsyzDIE zx{ViD`?-5#T}eFywRBZL9HYjv2kvdEd!!%?%92LU3d_kFNUPgCDBXl+rNf3bo?Qc5 z&YJi!uGv{n%ZvfKvJ~hchNHIl$M19SeGYmK;2T-5ukP<}uK)h)$5)?zfBX6F&wtw_QCM?)VmN;R`Z6VlV&z From f38e960f5ecd379fc197183b6ebc882eb2d0a9c0 Mon Sep 17 00:00:00 2001 From: abishek Date: Wed, 8 Jan 2025 12:58:29 +0545 Subject: [PATCH 8/8] build eval fix --- provers/sp1/build.rs | 39 ++++++++++---- provers/sp1/guest-btc-blockspace/Cargo.lock | 46 ++++++++++++----- provers/sp1/guest-checkpoint/Cargo.lock | 56 +++++++++++++++------ provers/sp1/guest-cl-agg/Cargo.lock | 54 ++++++++++++++------ provers/sp1/guest-cl-stf/Cargo.lock | 54 ++++++++++++++------ provers/sp1/guest-evm-ee-stf/Cargo.lock | 50 +++++++++++++----- provers/sp1/guest-l1-batch/Cargo.lock | 46 ++++++++++++----- 7 files changed, 251 insertions(+), 94 deletions(-) diff --git a/provers/sp1/build.rs b/provers/sp1/build.rs index 778d51c26..3b6e503cc 100644 --- a/provers/sp1/build.rs +++ b/provers/sp1/build.rs @@ -265,28 +265,45 @@ fn generate_elf_contents_and_vk_hash(_program: &str) -> ([u32; 8], String) { /// Copies the compiled ELF file of the specified program to its cache directory. #[cfg(not(debug_assertions))] fn migrate_elf(program: &str) { + // Get the build directory from the environment + let sp1_build_dir = + PathBuf::from(env::var("CARGO_MANIFEST_DIR").expect("CARGO_MANIFEST_DIR is not set")); + + // Form the path to the program directory + let program_path = sp1_build_dir.join(program); + + // Fetch metadata for this program let metadata = MetadataCommand::new() - .manifest_path(format!("{}/Cargo.toml", program)) + .manifest_path(program_path.join("Cargo.toml")) .exec() .expect("Failed to get metadata"); - // Build the elf name same as the program name + // Use the root package name as the built ELF name let built_elf_name = metadata .root_package() .expect("Failed to get root package") .name .clone(); - // Copy the elf file - let desination_elf_path = Path::new(program) - .join("cache") - .join(format!("{}.elf", program)); + // Create the cache directory + let cache_dir = program_path.join("cache"); + fs::create_dir_all(&cache_dir).expect("failed to create cache dir"); - let built_elf_path = format!( - "{}/target/elf-compilation/riscv32im-succinct-zkvm-elf/release/{}", - program, built_elf_name - ); + // Destination path: cache/program.elf + let destination_elf_path = cache_dir.join(format!("{}.elf", program)); + + // Source path: program/target/elf-compilation/.../release/{built_elf_name} + let built_elf_path = program_path + .join("target") + .join("elf-compilation") + .join("riscv32im-succinct-zkvm-elf") + .join("release") + .join(&built_elf_name); + + eprintln!("Got the source: {:?}", built_elf_path); + eprintln!("Got the destination: {:?}", destination_elf_path); - fs::copy(&built_elf_path, &desination_elf_path) + // Copy the file + fs::copy(&built_elf_path, &destination_elf_path) .expect("Failed to copy the built ELF file to the cache directory"); } diff --git a/provers/sp1/guest-btc-blockspace/Cargo.lock b/provers/sp1/guest-btc-blockspace/Cargo.lock index b921b8e95..a12c2283b 100644 --- a/provers/sp1/guest-btc-blockspace/Cargo.lock +++ b/provers/sp1/guest-btc-blockspace/Cargo.lock @@ -1410,7 +1410,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2077,14 +2077,15 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] @@ -2135,7 +2136,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2165,7 +2166,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2235,7 +2236,7 @@ dependencies = [ "strata-bridge-tx-builder", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2247,7 +2248,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2274,9 +2275,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2354,7 +2356,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2368,6 +2379,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2" diff --git a/provers/sp1/guest-checkpoint/Cargo.lock b/provers/sp1/guest-checkpoint/Cargo.lock index e89de609a..dac7eee2c 100644 --- a/provers/sp1/guest-checkpoint/Cargo.lock +++ b/provers/sp1/guest-checkpoint/Cargo.lock @@ -1757,7 +1757,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2129,7 +2129,7 @@ dependencies = [ "ripemd", "secp256k1", "sha2", - "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bn", ] [[package]] @@ -2535,14 +2535,15 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] @@ -2593,7 +2594,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2607,7 +2608,7 @@ dependencies = [ "strata-eectl", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2626,7 +2627,7 @@ version = "0.1.0" dependencies = [ "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2647,7 +2648,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2721,7 +2722,7 @@ dependencies = [ "strata-reth-primitives", "strata-state", "strata-zkvm", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2746,6 +2747,8 @@ dependencies = [ "reth-primitives", "revm", "revm-primitives", + "strata-crypto", + "strata-primitives", "strata-reth-primitives", ] @@ -2808,7 +2811,7 @@ dependencies = [ "strata-bridge-tx-builder", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2820,7 +2823,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2866,9 +2869,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2958,7 +2962,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2972,6 +2985,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2" diff --git a/provers/sp1/guest-cl-agg/Cargo.lock b/provers/sp1/guest-cl-agg/Cargo.lock index 19aaf098b..b6a9e5137 100644 --- a/provers/sp1/guest-cl-agg/Cargo.lock +++ b/provers/sp1/guest-cl-agg/Cargo.lock @@ -1757,7 +1757,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2129,7 +2129,7 @@ dependencies = [ "ripemd", "secp256k1", "sha2", - "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bn", ] [[package]] @@ -2535,14 +2535,15 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] @@ -2593,7 +2594,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2607,7 +2608,7 @@ dependencies = [ "strata-eectl", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2626,7 +2627,7 @@ version = "0.1.0" dependencies = [ "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2647,7 +2648,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2698,7 +2699,7 @@ dependencies = [ "strata-reth-primitives", "strata-state", "strata-zkvm", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2709,6 +2710,8 @@ dependencies = [ "reth-primitives", "revm", "revm-primitives", + "strata-crypto", + "strata-primitives", "strata-reth-primitives", ] @@ -2766,7 +2769,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2812,9 +2815,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2904,7 +2908,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2918,6 +2931,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2" diff --git a/provers/sp1/guest-cl-stf/Cargo.lock b/provers/sp1/guest-cl-stf/Cargo.lock index 915f48bba..acd8dacc8 100644 --- a/provers/sp1/guest-cl-stf/Cargo.lock +++ b/provers/sp1/guest-cl-stf/Cargo.lock @@ -1757,7 +1757,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2129,7 +2129,7 @@ dependencies = [ "ripemd", "secp256k1", "sha2", - "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bn", ] [[package]] @@ -2535,14 +2535,15 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] @@ -2593,7 +2594,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2607,7 +2608,7 @@ dependencies = [ "strata-eectl", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2626,7 +2627,7 @@ version = "0.1.0" dependencies = [ "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2647,7 +2648,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2689,7 +2690,7 @@ dependencies = [ "strata-reth-primitives", "strata-state", "strata-zkvm", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2700,6 +2701,8 @@ dependencies = [ "reth-primitives", "revm", "revm-primitives", + "strata-crypto", + "strata-primitives", "strata-reth-primitives", ] @@ -2757,7 +2760,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2803,9 +2806,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2895,7 +2899,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2909,6 +2922,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2" diff --git a/provers/sp1/guest-evm-ee-stf/Cargo.lock b/provers/sp1/guest-evm-ee-stf/Cargo.lock index 7badbda6c..121221568 100644 --- a/provers/sp1/guest-evm-ee-stf/Cargo.lock +++ b/provers/sp1/guest-evm-ee-stf/Cargo.lock @@ -1757,7 +1757,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2129,7 +2129,7 @@ dependencies = [ "ripemd", "secp256k1", "sha2", - "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bn", ] [[package]] @@ -2535,14 +2535,15 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] @@ -2593,7 +2594,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2623,7 +2624,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2652,7 +2653,7 @@ dependencies = [ "strata-reth-primitives", "strata-state", "strata-zkvm", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2663,6 +2664,8 @@ dependencies = [ "reth-primitives", "revm", "revm-primitives", + "strata-crypto", + "strata-primitives", "strata-reth-primitives", ] @@ -2720,7 +2723,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2766,9 +2769,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2858,7 +2862,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2872,6 +2885,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2" diff --git a/provers/sp1/guest-l1-batch/Cargo.lock b/provers/sp1/guest-l1-batch/Cargo.lock index f719cc99f..a5c4752cd 100644 --- a/provers/sp1/guest-l1-batch/Cargo.lock +++ b/provers/sp1/guest-l1-batch/Cargo.lock @@ -1410,7 +1410,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2077,14 +2077,15 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] @@ -2135,7 +2136,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2165,7 +2166,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2249,7 +2250,7 @@ dependencies = [ "strata-bridge-tx-builder", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2261,7 +2262,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2288,9 +2289,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2368,7 +2370,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2382,6 +2393,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2"