mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
19862 lines
478 KiB
TOML
19862 lines
478 KiB
TOML
# 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 = "abi_stable"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69d6512d3eb05ffe5004c59c206de7f99c34951504056ce23fc953842f12c445"
|
|
dependencies = [
|
|
"abi_stable_derive",
|
|
"abi_stable_shared",
|
|
"const_panic",
|
|
"core_extensions",
|
|
"crossbeam-channel",
|
|
"generational-arena",
|
|
"libloading 0.7.4",
|
|
"lock_api",
|
|
"parking_lot",
|
|
"paste",
|
|
"repr_offset",
|
|
"rustc_version 0.4.1",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "abi_stable_derive"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7178468b407a4ee10e881bc7a328a65e739f0863615cca4429d43916b05e898"
|
|
dependencies = [
|
|
"abi_stable_shared",
|
|
"as_derive_utils",
|
|
"core_extensions",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rustc_version 0.4.1",
|
|
"syn 1.0.109",
|
|
"typed-arena",
|
|
]
|
|
|
|
[[package]]
|
|
name = "abi_stable_shared"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2b5df7688c123e63f4d4d649cba63f2967ba7f7861b1664fca3f77d3dad2b63"
|
|
dependencies = [
|
|
"core_extensions",
|
|
]
|
|
|
|
[[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.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
|
dependencies = [
|
|
"cpp_demangle 0.4.5",
|
|
"fallible-iterator",
|
|
"gimli 0.29.0",
|
|
"memmap2",
|
|
"object 0.35.0",
|
|
"rustc-demangle",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "addr2line"
|
|
version = "0.24.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
dependencies = [
|
|
"cpp_demangle 0.4.5",
|
|
"fallible-iterator",
|
|
"gimli 0.31.1",
|
|
"memmap2",
|
|
"object 0.36.7",
|
|
"rustc-demangle",
|
|
"smallvec",
|
|
"typed-arena",
|
|
]
|
|
|
|
[[package]]
|
|
name = "addr2line"
|
|
version = "0.25.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
|
|
dependencies = [
|
|
"cpp_demangle 0.4.5",
|
|
"fallible-iterator",
|
|
"gimli 0.32.3",
|
|
"memmap2",
|
|
"object 0.37.3",
|
|
"rustc-demangle",
|
|
"smallvec",
|
|
"typed-arena",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler2"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
|
|
[[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 = "ahash"
|
|
version = "0.8.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"const-random",
|
|
"getrandom 0.3.4",
|
|
"once_cell",
|
|
"version_check",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "1.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "allocative"
|
|
version = "0.3.4"
|
|
source = "git+https://github.com/facebookexperimental/allocative?rev=85b773d85d526d068ce94724ff7a7b81203fc95e#85b773d85d526d068ce94724ff7a7b81203fc95e"
|
|
dependencies = [
|
|
"allocative_derive",
|
|
"ctor 0.1.26",
|
|
]
|
|
|
|
[[package]]
|
|
name = "allocative_derive"
|
|
version = "0.3.3"
|
|
source = "git+https://github.com/facebookexperimental/allocative?rev=85b773d85d526d068ce94724ff7a7b81203fc95e#85b773d85d526d068ce94724ff7a7b81203fc95e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "allocator-api2"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
|
[[package]]
|
|
name = "alloy-consensus"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0c0dc44157867da82c469c13186015b86abef209bf0e41625e4b68bac61d728"
|
|
dependencies = [
|
|
"alloy-eips",
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"alloy-serde",
|
|
"alloy-trie",
|
|
"alloy-tx-macros",
|
|
"auto_impl",
|
|
"borsh",
|
|
"c-kzg",
|
|
"derive_more 2.1.1",
|
|
"either",
|
|
"k256",
|
|
"once_cell",
|
|
"rand 0.8.5",
|
|
"secp256k1",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_with",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-consensus-any"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba4cdb42df3871cd6b346d6a938ec2ba69a9a0f49d1f82714bc5c48349268434"
|
|
dependencies = [
|
|
"alloy-consensus",
|
|
"alloy-eips",
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"alloy-serde",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-eip2124"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "741bdd7499908b3aa0b159bba11e71c8cddd009a2c2eb7a06e825f1ec87900a5"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"crc",
|
|
"serde",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-eip2930"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9441120fa82df73e8959ae0e4ab8ade03de2aaae61be313fbf5746277847ce25"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"borsh",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-eip7702"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2919c5a56a1007492da313e7a3b6d45ef5edc5d33416fdec63c0d7a2702a0d20"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"borsh",
|
|
"serde",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-eip7928"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3231de68d5d6e75332b7489cfcc7f4dfabeba94d990a10e4b923af0e6623540"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"borsh",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-eips"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9f7ef09f21bd1e9cb8a686f168cb4a206646804567f0889eadb8dcc4c9288c8"
|
|
dependencies = [
|
|
"alloy-eip2124",
|
|
"alloy-eip2930",
|
|
"alloy-eip7702",
|
|
"alloy-eip7928",
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"alloy-serde",
|
|
"auto_impl",
|
|
"borsh",
|
|
"c-kzg",
|
|
"derive_more 2.1.1",
|
|
"either",
|
|
"serde",
|
|
"serde_with",
|
|
"sha2",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-json-abi"
|
|
version = "1.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e414aa37b335ad2acb78a95814c59d137d53139b412f87aed1e10e2d862cd49"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-sol-type-parser",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-json-rpc"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff42cd777eea61f370c0b10f2648a1c81e0b783066cd7269228aa993afd487f7"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-sol-types",
|
|
"http 1.4.0",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-network"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8cbca04f9b410fdc51aaaf88433cbac761213905a65fe832058bcf6690585762"
|
|
dependencies = [
|
|
"alloy-consensus",
|
|
"alloy-consensus-any",
|
|
"alloy-eips",
|
|
"alloy-json-rpc",
|
|
"alloy-network-primitives",
|
|
"alloy-primitives",
|
|
"alloy-rpc-types-any",
|
|
"alloy-rpc-types-eth",
|
|
"alloy-serde",
|
|
"alloy-signer",
|
|
"alloy-sol-types",
|
|
"async-trait",
|
|
"auto_impl",
|
|
"derive_more 2.1.1",
|
|
"futures-utils-wasm",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-network-primitives"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42d6d15e069a8b11f56bef2eccbad2a873c6dd4d4c81d04dda29710f5ea52f04"
|
|
dependencies = [
|
|
"alloy-consensus",
|
|
"alloy-eips",
|
|
"alloy-primitives",
|
|
"alloy-serde",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-primitives"
|
|
version = "1.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "66b1483f8c2562bf35f0270b697d5b5fe8170464e935bd855a4c5eaf6f89b354"
|
|
dependencies = [
|
|
"alloy-rlp",
|
|
"bytes",
|
|
"cfg-if",
|
|
"const-hex",
|
|
"derive_more 2.1.1",
|
|
"foldhash 0.2.0",
|
|
"hashbrown 0.16.1",
|
|
"indexmap 2.13.0",
|
|
"itoa",
|
|
"k256",
|
|
"keccak-asm",
|
|
"paste",
|
|
"proptest",
|
|
"rand 0.9.2",
|
|
"rapidhash",
|
|
"ruint",
|
|
"rustc-hash 2.1.1",
|
|
"serde",
|
|
"sha3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-rlp"
|
|
version = "0.3.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e93e50f64a77ad9c5470bf2ad0ca02f228da70c792a8f06634801e202579f35e"
|
|
dependencies = [
|
|
"alloy-rlp-derive",
|
|
"arrayvec",
|
|
"bytes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-rlp-derive"
|
|
version = "0.3.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce8849c74c9ca0f5a03da1c865e3eb6f768df816e67dd3721a398a8a7e398011"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-rpc-types-any"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd720b63f82b457610f2eaaf1f32edf44efffe03ae25d537632e7d23e7929e1a"
|
|
dependencies = [
|
|
"alloy-consensus-any",
|
|
"alloy-rpc-types-eth",
|
|
"alloy-serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-rpc-types-eth"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b2dc411f13092f237d2bf6918caf80977fc2f51485f9b90cb2a2f956912c8c9"
|
|
dependencies = [
|
|
"alloy-consensus",
|
|
"alloy-consensus-any",
|
|
"alloy-eips",
|
|
"alloy-network-primitives",
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"alloy-serde",
|
|
"alloy-sol-types",
|
|
"itertools 0.14.0",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_with",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-serde"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2ce1e0dbf7720eee747700e300c99aac01b1a95bb93f493a01e78ee28bb1a37"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-signer"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2425c6f314522c78e8198979c8cbf6769362be4da381d4152ea8eefce383535d"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"async-trait",
|
|
"auto_impl",
|
|
"either",
|
|
"elliptic-curve",
|
|
"k256",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-signer-aws"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e38b411077d7b17e464de7dfa599f5b94161cdffc25c2f28a90a3a345b6d6490"
|
|
dependencies = [
|
|
"alloy-consensus",
|
|
"alloy-network",
|
|
"alloy-primitives",
|
|
"alloy-signer",
|
|
"async-trait",
|
|
"aws-config",
|
|
"aws-sdk-kms",
|
|
"k256",
|
|
"spki",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-signer-local"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3ecb71ee53d8d9c3fa7bac17542c8116ebc7a9726c91b1bf333ec3d04f5a789"
|
|
dependencies = [
|
|
"alloy-consensus",
|
|
"alloy-network",
|
|
"alloy-primitives",
|
|
"alloy-signer",
|
|
"async-trait",
|
|
"k256",
|
|
"rand 0.8.5",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-macro"
|
|
version = "1.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c4b64c8146291f750c3f391dff2dd40cf896f7e2b253417a31e342aa7265baa"
|
|
dependencies = [
|
|
"alloy-sol-macro-expander",
|
|
"alloy-sol-macro-input",
|
|
"proc-macro-error2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-macro-expander"
|
|
version = "1.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9df903674682f9bae8d43fdea535ab48df2d6a8cb5104ca29c58ada22ef67b3"
|
|
dependencies = [
|
|
"alloy-sol-macro-input",
|
|
"const-hex",
|
|
"heck 0.5.0",
|
|
"indexmap 2.13.0",
|
|
"proc-macro-error2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"sha3",
|
|
"syn 2.0.116",
|
|
"syn-solidity",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-macro-input"
|
|
version = "1.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "737b8a959f527a86e07c44656db237024a32ae9b97d449f788262a547e8aa136"
|
|
dependencies = [
|
|
"const-hex",
|
|
"dunce",
|
|
"heck 0.5.0",
|
|
"macro-string",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
"syn-solidity",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-type-parser"
|
|
version = "1.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b28e6e86c6d2db52654b65a5a76b4f57eae5a32a7f0aa2222d1dbdb74e2cb8e0"
|
|
dependencies = [
|
|
"serde",
|
|
"winnow 0.7.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-types"
|
|
version = "1.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fdf7effe4ab0a4f52c865959f790036e61a7983f68b13b75d7fbcedf20b753ce"
|
|
dependencies = [
|
|
"alloy-json-abi",
|
|
"alloy-primitives",
|
|
"alloy-sol-macro",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-trie"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4d7fd448ab0a017de542de1dcca7a58e7019fe0e7a34ed3f9543ebddf6aceffa"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"arrayvec",
|
|
"derive_more 2.1.1",
|
|
"nybbles",
|
|
"serde",
|
|
"smallvec",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-tx-macros"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fa0c53e8c1e1ef4d01066b01c737fb62fc9397ab52c6e7bb5669f97d281b9bc"
|
|
dependencies = [
|
|
"darling 0.21.3",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
dependencies = [
|
|
"anstyle",
|
|
"anstyle-parse",
|
|
"anstyle-query",
|
|
"anstyle-wincon",
|
|
"colorchoice",
|
|
"is_terminal_polyfill",
|
|
"utf8parse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle"
|
|
version = "1.0.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
|
|
[[package]]
|
|
name = "anstyle-parse"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
dependencies = [
|
|
"utf8parse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle-query"
|
|
version = "1.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle-wincon"
|
|
version = "3.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
dependencies = [
|
|
"anstyle",
|
|
"once_cell_polyfill",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.101"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
|
|
dependencies = [
|
|
"backtrace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arbitrary"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
|
|
dependencies = [
|
|
"derive_arbitrary",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bls12-381"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3df4dcc01ff89867cd86b0da835f23c3f02738353aaee7dde7495af71363b8d5"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bn254"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout#76bb3a4518928f1ff7f15875f940d614bb9845e6"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-r1cs-std",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-crypto-primitives"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e0c292754729c8a190e50414fd1a37093c786c709899f29c9f7daccecfa855e"
|
|
dependencies = [
|
|
"ahash",
|
|
"ark-crypto-primitives-macros",
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-relations",
|
|
"ark-serialize 0.5.0",
|
|
"ark-snark",
|
|
"ark-std 0.5.0",
|
|
"blake2",
|
|
"derivative",
|
|
"digest 0.10.7",
|
|
"fnv",
|
|
"merlin",
|
|
"sha2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-crypto-primitives-macros"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7e89fe77d1f0f4fe5b96dfc940923d88d17b6a773808124f21e764dfb063c6a"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ec"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout#76bb3a4518928f1ff7f15875f940d614bb9845e6"
|
|
dependencies = [
|
|
"ahash",
|
|
"ark-ff 0.5.0",
|
|
"ark-poly 0.5.0 (git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout)",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"educe 0.6.0",
|
|
"fnv",
|
|
"hashbrown 0.15.5",
|
|
"itertools 0.13.0",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"rayon",
|
|
"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"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout#76bb3a4518928f1ff7f15875f940d614bb9845e6"
|
|
dependencies = [
|
|
"allocative",
|
|
"ark-ff-asm 0.5.0",
|
|
"ark-ff-macros 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"arrayvec",
|
|
"digest 0.10.7",
|
|
"educe 0.6.0",
|
|
"itertools 0.13.0",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"paste",
|
|
"rayon",
|
|
"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-asm"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout#76bb3a4518928f1ff7f15875f940d614bb9845e6"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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-ff-macros"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout#76bb3a4518928f1ff7f15875f940d614bb9845e6"
|
|
dependencies = [
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-groth16"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88f1d0f3a534bb54188b8dcc104307db6c56cdae574ddc3212aec0625740fc7e"
|
|
dependencies = [
|
|
"ark-crypto-primitives",
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-poly 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ark-relations",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-grumpkin"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout#76bb3a4518928f1ff7f15875f940d614bb9845e6"
|
|
dependencies = [
|
|
"ark-bn254",
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-poly"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27"
|
|
dependencies = [
|
|
"ahash",
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"educe 0.6.0",
|
|
"fnv",
|
|
"hashbrown 0.15.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-poly"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout#76bb3a4518928f1ff7f15875f940d614bb9845e6"
|
|
dependencies = [
|
|
"ahash",
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"educe 0.6.0",
|
|
"fnv",
|
|
"hashbrown 0.15.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-r1cs-std"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "941551ef1df4c7a401de7068758db6503598e6f01850bdb2cfdb614a1f9dbea1"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-relations",
|
|
"ark-std 0.5.0",
|
|
"educe 0.6.0",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-relations"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec46ddc93e7af44bcab5230937635b06fb5744464dd6a7e7b083e80ebd274384"
|
|
dependencies = [
|
|
"ark-ff 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"tracing",
|
|
"tracing-subscriber 0.2.25",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-secp256k1"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8bd211c48debd3037b48873a7aa22c3aba034e83388aa4124795c9f220b88c7"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-secp256k1"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout#76bb3a4518928f1ff7f15875f940d614bb9845e6"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-secp256r1"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5cf8be5820de567729bfa73a410ddd07cec8ad102d9a4bf61fd6b2e60db264e8"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[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-std 0.4.0",
|
|
"digest 0.10.7",
|
|
"num-bigint 0.4.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout#76bb3a4518928f1ff7f15875f940d614bb9845e6"
|
|
dependencies = [
|
|
"ark-serialize-derive 0.5.0 (git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout)",
|
|
"ark-std 0.5.0",
|
|
"arrayvec",
|
|
"digest 0.10.7",
|
|
"num-bigint 0.4.6",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize-derive"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize-derive"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout#76bb3a4518928f1ff7f15875f940d614bb9845e6"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-snark"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d368e2848c2d4c129ce7679a7d0d2d612b6a274d3ea6a13bad4445d61b381b88"
|
|
dependencies = [
|
|
"ark-ff 0.5.0",
|
|
"ark-relations",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.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 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-std"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
|
|
dependencies = [
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-std"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a"
|
|
dependencies = [
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arraydeque"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
|
|
|
|
[[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"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "as_derive_utils"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff3c96645900a44cf11941c111bd08a6573b0e2f9f69bc9264b179d8fae753c4"
|
|
dependencies = [
|
|
"core_extensions",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ascii-canvas"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
|
dependencies = [
|
|
"term 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ascii-canvas"
|
|
version = "4.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891"
|
|
dependencies = [
|
|
"term 1.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asm-runner"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"libc",
|
|
"mem-common",
|
|
"mem-planner-cpp",
|
|
"named-sem",
|
|
"rayon",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asn1-rs"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60"
|
|
dependencies = [
|
|
"asn1-rs-derive",
|
|
"asn1-rs-impl",
|
|
"displaydoc",
|
|
"nom",
|
|
"num-traits",
|
|
"rusticata-macros",
|
|
"thiserror 2.0.18",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asn1-rs-derive"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asn1-rs-impl"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-scoped"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4042078ea593edffc452eef14e99fdb2b120caa4ad9618bcdeabc4a023b98740"
|
|
dependencies = [
|
|
"futures",
|
|
"pin-project",
|
|
"tokio",
|
|
]
|
|
|
|
[[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.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
version = "0.1.89"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
|
|
dependencies = [
|
|
"bytemuck",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atomic-polyfill"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
|
|
dependencies = [
|
|
"critical-section",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atomic-waker"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
[[package]]
|
|
name = "auto_impl"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
|
|
[[package]]
|
|
name = "aws-config"
|
|
version = "1.8.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a8fc176d53d6fe85017f230405e3255cedb4a02221cb55ed6d76dccbbb099b2"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-runtime",
|
|
"aws-sdk-sso",
|
|
"aws-sdk-ssooidc",
|
|
"aws-sdk-sts",
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-json",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-types",
|
|
"bytes",
|
|
"fastrand",
|
|
"hex",
|
|
"http 1.4.0",
|
|
"ring 0.17.14",
|
|
"time",
|
|
"tokio",
|
|
"tracing",
|
|
"url",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-credential-types"
|
|
version = "1.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d203b0bf2626dcba8665f5cd0871d7c2c0930223d6b6be9097592fea21242d0"
|
|
dependencies = [
|
|
"aws-smithy-async",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-lc-rs"
|
|
version = "1.15.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
|
|
dependencies = [
|
|
"aws-lc-sys",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-lc-sys"
|
|
version = "0.37.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b092fe214090261288111db7a2b2c2118e5a7f30dc2569f1732c4069a6840549"
|
|
dependencies = [
|
|
"cc",
|
|
"cmake",
|
|
"dunce",
|
|
"fs_extra",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-runtime"
|
|
version = "1.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ede2ddc593e6c8acc6ce3358c28d6677a6dc49b65ba4b37a2befe14a11297e75"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-sigv4",
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-types",
|
|
"bytes",
|
|
"bytes-utils",
|
|
"fastrand",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"tracing",
|
|
"uuid 1.21.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-sdk-kms"
|
|
version = "1.102.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22b682ef733ec24c300b11cec2df9bfea7ee4bf48ab2030c832e27db92b69c68"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-runtime",
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-json",
|
|
"aws-smithy-observability",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-types",
|
|
"bytes",
|
|
"fastrand",
|
|
"http 0.2.12",
|
|
"http 1.4.0",
|
|
"regex-lite",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-sdk-sso"
|
|
version = "1.95.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00c5ff27c6ba2cbd95e6e26e2e736676fdf6bcf96495b187733f521cfe4ce448"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-runtime",
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-json",
|
|
"aws-smithy-observability",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-types",
|
|
"bytes",
|
|
"fastrand",
|
|
"http 0.2.12",
|
|
"http 1.4.0",
|
|
"regex-lite",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-sdk-ssooidc"
|
|
version = "1.97.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4d186f1e5a3694a188e5a0640b3115ccc6e084d104e16fd6ba968dca072ffef8"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-runtime",
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-json",
|
|
"aws-smithy-observability",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-types",
|
|
"bytes",
|
|
"fastrand",
|
|
"http 0.2.12",
|
|
"http 1.4.0",
|
|
"regex-lite",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-sdk-sts"
|
|
version = "1.99.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9acba7c62f3d4e2408fa998a3a8caacd8b9a5b5549cf36e2372fbdae329d5449"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-runtime",
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-json",
|
|
"aws-smithy-observability",
|
|
"aws-smithy-query",
|
|
"aws-smithy-runtime",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"aws-smithy-xml",
|
|
"aws-types",
|
|
"fastrand",
|
|
"http 0.2.12",
|
|
"http 1.4.0",
|
|
"regex-lite",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-sigv4"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37411f8e0f4bea0c3ca0958ce7f18f6439db24d555dbd809787262cd00926aa9"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-smithy-http",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"bytes",
|
|
"form_urlencoded",
|
|
"hex",
|
|
"hmac",
|
|
"http 0.2.12",
|
|
"http 1.4.0",
|
|
"percent-encoding",
|
|
"sha2",
|
|
"time",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-async"
|
|
version = "1.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5cc50d0f63e714784b84223abd7abbc8577de8c35d699e0edd19f0a88a08ae13"
|
|
dependencies = [
|
|
"futures-util",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-http"
|
|
version = "0.63.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d619373d490ad70966994801bc126846afaa0d1ee920697a031f0cf63f2568e7"
|
|
dependencies = [
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"bytes",
|
|
"bytes-utils",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-http-client"
|
|
version = "1.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00ccbb08c10f6bcf912f398188e42ee2eab5f1767ce215a02a73bc5df1bbdd95"
|
|
dependencies = [
|
|
"aws-smithy-async",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"h2 0.3.27",
|
|
"h2 0.4.13",
|
|
"http 0.2.12",
|
|
"http 1.4.0",
|
|
"http-body 0.4.6",
|
|
"hyper 0.14.32",
|
|
"hyper 1.8.1",
|
|
"hyper-rustls 0.24.2",
|
|
"hyper-rustls 0.27.7",
|
|
"hyper-util",
|
|
"pin-project-lite",
|
|
"rustls 0.21.12",
|
|
"rustls 0.23.36",
|
|
"rustls-native-certs 0.8.3",
|
|
"rustls-pki-types",
|
|
"tokio",
|
|
"tokio-rustls 0.26.4",
|
|
"tower 0.5.3",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-json"
|
|
version = "0.62.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "27b3a779093e18cad88bbae08dc4261e1d95018c4c5b9356a52bcae7c0b6e9bb"
|
|
dependencies = [
|
|
"aws-smithy-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-observability"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4d3f39d5bb871aaf461d59144557f16d5927a5248a983a40654d9cf3b9ba183b"
|
|
dependencies = [
|
|
"aws-smithy-runtime-api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-query"
|
|
version = "0.60.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05f76a580e3d8f8961e5d48763214025a2af65c2fa4cd1fb7f270a0e107a71b0"
|
|
dependencies = [
|
|
"aws-smithy-types",
|
|
"urlencoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-runtime"
|
|
version = "1.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22ccf7f6eba8b2dcf8ce9b74806c6c185659c311665c4bf8d6e71ebd454db6bf"
|
|
dependencies = [
|
|
"aws-smithy-async",
|
|
"aws-smithy-http",
|
|
"aws-smithy-http-client",
|
|
"aws-smithy-observability",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"bytes",
|
|
"fastrand",
|
|
"http 0.2.12",
|
|
"http 1.4.0",
|
|
"http-body 0.4.6",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-runtime-api"
|
|
version = "1.11.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4af6e5def28be846479bbeac55aa4603d6f7986fc5da4601ba324dd5d377516"
|
|
dependencies = [
|
|
"aws-smithy-async",
|
|
"aws-smithy-types",
|
|
"bytes",
|
|
"http 0.2.12",
|
|
"http 1.4.0",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tracing",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-types"
|
|
version = "1.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ca2734c16913a45343b37313605d84e7d8b34a4611598ce1d25b35860a2bed3"
|
|
dependencies = [
|
|
"base64-simd",
|
|
"bytes",
|
|
"bytes-utils",
|
|
"futures-core",
|
|
"http 0.2.12",
|
|
"http 1.4.0",
|
|
"http-body 0.4.6",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"itoa",
|
|
"num-integer",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"ryu",
|
|
"serde",
|
|
"time",
|
|
"tokio",
|
|
"tokio-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-smithy-xml"
|
|
version = "0.60.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b53543b4b86ed43f051644f704a98c7291b3618b67adf057ee77a366fa52fcaa"
|
|
dependencies = [
|
|
"xmlparser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aws-types"
|
|
version = "1.3.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0470cc047657c6e286346bdf10a8719d26efd6a91626992e0e64481e44323e96"
|
|
dependencies = [
|
|
"aws-credential-types",
|
|
"aws-smithy-async",
|
|
"aws-smithy-runtime-api",
|
|
"aws-smithy-types",
|
|
"rustc_version 0.4.1",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "axum"
|
|
version = "0.6.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
|
dependencies = [
|
|
"async-trait",
|
|
"axum-core 0.3.4",
|
|
"bitflags 1.3.2",
|
|
"bytes",
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"hyper 0.14.32",
|
|
"itoa",
|
|
"matchit 0.7.3",
|
|
"memchr",
|
|
"mime",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"rustversion",
|
|
"serde",
|
|
"sync_wrapper 0.1.2",
|
|
"tower 0.4.13",
|
|
"tower-layer",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "axum"
|
|
version = "0.7.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
|
|
dependencies = [
|
|
"async-trait",
|
|
"axum-core 0.4.5",
|
|
"bytes",
|
|
"futures-util",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"hyper-util",
|
|
"itoa",
|
|
"matchit 0.7.3",
|
|
"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.3",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "axum"
|
|
version = "0.8.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
|
|
dependencies = [
|
|
"axum-core 0.5.6",
|
|
"bytes",
|
|
"form_urlencoded",
|
|
"futures-util",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"hyper-util",
|
|
"itoa",
|
|
"matchit 0.8.4",
|
|
"memchr",
|
|
"mime",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"serde_core",
|
|
"serde_json",
|
|
"serde_path_to_error",
|
|
"serde_urlencoded",
|
|
"sync_wrapper 1.0.2",
|
|
"tokio",
|
|
"tower 0.5.3",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "axum-core"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bytes",
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"mime",
|
|
"rustversion",
|
|
"tower-layer",
|
|
"tower-service",
|
|
]
|
|
|
|
[[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.4.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 = "axum-core"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-core",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"mime",
|
|
"pin-project-lite",
|
|
"sync_wrapper 1.0.2",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backoff"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
|
dependencies = [
|
|
"futures-core",
|
|
"getrandom 0.2.17",
|
|
"instant",
|
|
"pin-project-lite",
|
|
"rand 0.8.5",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backtrace"
|
|
version = "0.3.76"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
|
|
dependencies = [
|
|
"addr2line 0.25.1",
|
|
"cfg-if",
|
|
"libc",
|
|
"miniz_oxide",
|
|
"object 0.37.3",
|
|
"rustc-demangle",
|
|
"serde",
|
|
"windows-link 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backtrace-ext"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
|
|
dependencies = [
|
|
"backtrace",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base16ct"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
|
|
[[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 = "base64-simd"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
|
dependencies = [
|
|
"outref",
|
|
"vsimd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base64ct"
|
|
version = "1.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
|
|
[[package]]
|
|
name = "bech32"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
|
|
|
|
[[package]]
|
|
name = "bigdecimal"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
|
|
dependencies = [
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bigint_with_control"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"prover",
|
|
"serde",
|
|
"serde_json",
|
|
"verifier_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "1.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
|
|
dependencies = [
|
|
"bincode_derive",
|
|
"serde",
|
|
"unty",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bincode_derive"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
|
|
dependencies = [
|
|
"virtue",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bindgen"
|
|
version = "0.69.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"cexpr",
|
|
"clang-sys",
|
|
"itertools 0.12.1",
|
|
"lazy_static",
|
|
"lazycell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"rustc-hash 1.1.0",
|
|
"shlex",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bindgen"
|
|
version = "0.70.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"cexpr",
|
|
"clang-sys",
|
|
"itertools 0.13.0",
|
|
"log",
|
|
"prettyplease 0.2.37",
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"rustc-hash 1.1.0",
|
|
"shlex",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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 = "bitcode"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0a6ed1b54d8dc333e7be604d00fa9262f4635485ffea923647b6521a5fff045d"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bitcode_derive",
|
|
"bytemuck",
|
|
"glam",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitcode_derive"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "238b90427dfad9da4a9abd60f3ec1cdee6b80454bde49ed37f1781dd8e9dc7f9"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitcoin-io"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dee39a0ee5b4095224a0cfc6bf4cc1baf0f9624b96b367e53b66d974e51d953"
|
|
|
|
[[package]]
|
|
name = "bitcoin_hashes"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26ec84b80c482df901772e931a9a681e26a1b9ee2302edeff23cb30328745c8b"
|
|
dependencies = [
|
|
"bitcoin-io",
|
|
"hex-conservative",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "2.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
|
|
|
[[package]]
|
|
name = "bitvec"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
dependencies = [
|
|
"funty",
|
|
"radium",
|
|
"tap",
|
|
"wyz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2"
|
|
version = "0.10.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2_with_compression"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"prover",
|
|
"serde",
|
|
"serde_json",
|
|
"verifier_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2b_simd"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b79834656f71332577234b50bfc009996f7449e0c056884e6a02492ded0ca2f3"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec",
|
|
"constant_time_eq 0.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2s_u32"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"unroll",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake3"
|
|
version = "1.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec",
|
|
"cc",
|
|
"cfg-if",
|
|
"constant_time_eq 0.4.2",
|
|
"cpufeatures",
|
|
]
|
|
|
|
[[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.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
dependencies = [
|
|
"generic-array 0.14.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block2"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
|
|
dependencies = [
|
|
"objc2",
|
|
]
|
|
|
|
[[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 0.22.0",
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blst"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcdb4c7013139a150f9fc55d123186dbfaba0d912817466282c73ac49e71fb45"
|
|
dependencies = [
|
|
"cc",
|
|
"glob",
|
|
"threadpool",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blstrs"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a8a8ed6fefbeef4a8c7b460e4110e12c5e22a5b7cf32621aae6ad650c4dcf29"
|
|
dependencies = [
|
|
"blst",
|
|
"byte-slice-cast",
|
|
"ff 0.13.1",
|
|
"group 0.13.0",
|
|
"pairing 0.23.0",
|
|
"rand_core 0.6.4",
|
|
"serde",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bon"
|
|
version = "3.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d13a61f2963b88eef9c1be03df65d42f6996dfeac1054870d950fcf66686f83"
|
|
dependencies = [
|
|
"bon-macros",
|
|
"rustversion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bon-macros"
|
|
version = "3.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d314cc62af2b6b0c65780555abb4d02a03dd3b799cd42419044f0c38d99738c0"
|
|
dependencies = [
|
|
"darling 0.23.0",
|
|
"ident_case",
|
|
"prettyplease 0.2.37",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rustversion",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f"
|
|
dependencies = [
|
|
"borsh-derive",
|
|
"cfg_aliases",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh-derive"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c"
|
|
dependencies = [
|
|
"once_cell",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bs58"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
|
dependencies = [
|
|
"sha2",
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "build-probe-mpi"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d78ace2bb02fc18ad937f1599a853fcf3da2327bc1eb3c8e62b1f2fe4573bfd6"
|
|
dependencies = [
|
|
"pkg-config",
|
|
"shell-words",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.19.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
|
|
|
[[package]]
|
|
name = "byte-slice-cast"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d"
|
|
|
|
[[package]]
|
|
name = "bytecheck"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0caa33a2c0edca0419d15ac723dff03f1956f7978329b1e3b5fdaaaed9d3ca8b"
|
|
dependencies = [
|
|
"bytecheck_derive",
|
|
"ptr_meta",
|
|
"rancor",
|
|
"simdutf8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytecheck_derive"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89385e82b5d1821d2219e0b095efa2cc1f246cbf99080f3be46a1a85c0d392d9"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.25.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
|
|
dependencies = [
|
|
"bytemuck_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytemuck_derive"
|
|
version = "1.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytes-utils"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
|
|
dependencies = [
|
|
"bytes",
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytesize"
|
|
version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3"
|
|
|
|
[[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.13+1.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "c-kzg"
|
|
version = "2.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e00bf4b112b07b505472dbefd19e37e53307e2bfed5a79e0cc161d58ccd0e687"
|
|
dependencies = [
|
|
"blst",
|
|
"cc",
|
|
"glob",
|
|
"hex",
|
|
"libc",
|
|
"once_cell",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "camino"
|
|
version = "1.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[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-platform"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo_metadata"
|
|
version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
|
|
dependencies = [
|
|
"camino",
|
|
"cargo-platform 0.1.9",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo_metadata"
|
|
version = "0.19.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
|
|
dependencies = [
|
|
"camino",
|
|
"cargo-platform 0.1.9",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo_metadata"
|
|
version = "0.23.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
|
|
dependencies = [
|
|
"camino",
|
|
"cargo-platform 0.3.2",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[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.13.0",
|
|
"log",
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde",
|
|
"serde_json",
|
|
"syn 2.0.116",
|
|
"tempfile",
|
|
"toml 0.8.23",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.2.56"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
|
|
dependencies = [
|
|
"find-msvc-tools",
|
|
"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.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
|
[[package]]
|
|
name = "cfg_aliases"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
[[package]]
|
|
name = "chacha20"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cipher",
|
|
"cpufeatures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chacha20poly1305"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
|
|
dependencies = [
|
|
"aead",
|
|
"chacha20",
|
|
"cipher",
|
|
"poly1305",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
|
|
dependencies = [
|
|
"iana-time-zone",
|
|
"js-sys",
|
|
"num-traits",
|
|
"serde",
|
|
"wasm-bindgen",
|
|
"windows-link 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ciborium"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
dependencies = [
|
|
"ciborium-io",
|
|
"ciborium-ll",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ciborium-io"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
|
|
[[package]]
|
|
name = "ciborium-ll"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
dependencies = [
|
|
"ciborium-io",
|
|
"half",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cipher"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
dependencies = [
|
|
"crypto-common",
|
|
"inout",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "circuit"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
|
|
[[package]]
|
|
name = "circuit_common"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"fft",
|
|
"field",
|
|
"worker",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clang-sys"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
dependencies = [
|
|
"glob",
|
|
"libc",
|
|
"libloading 0.8.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "4.5.59"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499"
|
|
dependencies = [
|
|
"clap_builder",
|
|
"clap_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_builder"
|
|
version = "4.5.59"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24"
|
|
dependencies = [
|
|
"anstream",
|
|
"anstyle",
|
|
"clap_lex",
|
|
"strsim",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_derive"
|
|
version = "4.5.55"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_lex"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
|
|
|
|
[[package]]
|
|
name = "cmake"
|
|
version = "0.1.57"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cobs"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
|
|
dependencies = [
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[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",
|
|
"k256",
|
|
"serde",
|
|
"sha2",
|
|
"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",
|
|
"once_cell",
|
|
"pbkdf2 0.12.2",
|
|
"rand 0.8.5",
|
|
"sha2",
|
|
"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",
|
|
"bs58",
|
|
"digest 0.10.7",
|
|
"generic-array 0.14.7",
|
|
"hex",
|
|
"ripemd",
|
|
"serde",
|
|
"serde_derive",
|
|
"sha2",
|
|
"sha3",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "colorchoice"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
|
|
[[package]]
|
|
name = "colored"
|
|
version = "3.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "combine"
|
|
version = "4.6.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
dependencies = [
|
|
"bytes",
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "common"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/a16z/jolt.git?rev=6dcd401#6dcd401375efbf1a0e70079088745bacd55d4e88"
|
|
dependencies = [
|
|
"allocative",
|
|
"ark-serialize 0.5.0",
|
|
"derive_more 2.1.1",
|
|
"serde",
|
|
"serde_json",
|
|
"strum 0.26.3",
|
|
"strum_macros 0.26.4",
|
|
"syn 1.0.109",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "console"
|
|
version = "0.15.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
|
|
dependencies = [
|
|
"encode_unicode",
|
|
"libc",
|
|
"once_cell",
|
|
"unicode-width 0.2.2",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-default"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b396d1f76d455557e1218ec8066ae14bba60b4b36ecd55577ba979f5db7ecaa"
|
|
|
|
[[package]]
|
|
name = "const-hex"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3bb320cac8a0750d7f25280aa97b09c26edfe161164238ecbbb31092b079e735"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"proptest",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-oid"
|
|
version = "0.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
[[package]]
|
|
name = "const-random"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
|
|
dependencies = [
|
|
"const-random-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-random-macro"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
|
dependencies = [
|
|
"getrandom 0.2.17",
|
|
"once_cell",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const_format"
|
|
version = "0.2.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
|
|
dependencies = [
|
|
"const_format_proc_macros",
|
|
]
|
|
|
|
[[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 = "const_panic"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e262cdaac42494e3ae34c43969f9cdeb7da178bdb4b66fa6a1ea2edb4c8ae652"
|
|
dependencies = [
|
|
"typewit",
|
|
]
|
|
|
|
[[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.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
|
|
|
|
[[package]]
|
|
name = "conv"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
|
|
dependencies = [
|
|
"custom_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
|
|
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.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
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 = "core_affinity"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a034b3a7b624016c6e13f5df875747cc25f884156aad2abd12b6c46797971342"
|
|
dependencies = [
|
|
"libc",
|
|
"num_cpus",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core_extensions"
|
|
version = "1.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42bb5e5d0269fd4f739ea6cedaf29c16d81c27a7ce7582008e90eb50dcd57003"
|
|
dependencies = [
|
|
"core_extensions_proc_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core_extensions_proc_macros"
|
|
version = "1.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "533d38ecd2709b7608fb8e18e4504deb99e9a72879e6aa66373a76d8dc4259ea"
|
|
|
|
[[package]]
|
|
name = "cpp_demangle"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpp_demangle"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0667304c32ea56cb4cd6d2d7c0cfe9a2f8041229db8c033af7f8d69492429def"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpu-time"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpufeatures"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc"
|
|
version = "3.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
|
|
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.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "critical-section"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
|
|
|
|
[[package]]
|
|
name = "crossbeam"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"crossbeam-deque",
|
|
"crossbeam-epoch",
|
|
"crossbeam-queue",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
|
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-queue"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
|
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 = "crunchy"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
|
|
[[package]]
|
|
name = "crypto"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf1e6e5492f8f0830c37f301f6349e0dac8b2466e4fe89eef90e9eef906cd046"
|
|
dependencies = [
|
|
"crypto-common",
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[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 0.6.4",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-common"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
dependencies = [
|
|
"generic-array 0.14.7",
|
|
"rand_core 0.6.4",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cs"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bincode 1.3.3",
|
|
"blake2s_u32",
|
|
"derivative",
|
|
"divrem",
|
|
"field",
|
|
"itertools 0.14.0",
|
|
"poseidon2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rayon",
|
|
"seq-macro",
|
|
"serde",
|
|
"serde_json",
|
|
"smallvec",
|
|
"super-seq-macro",
|
|
"syn 2.0.116",
|
|
"type-map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "csv"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
|
|
dependencies = [
|
|
"csv-core",
|
|
"itoa",
|
|
"ryu",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "csv-core"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctor"
|
|
version = "0.1.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctor"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctor"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67773048316103656a637612c4a62477603b777d91d9c62ff2290f9cde178fdb"
|
|
dependencies = [
|
|
"ctor-proc-macro",
|
|
"dtor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctor-proc-macro"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
|
|
|
|
[[package]]
|
|
name = "ctr"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
dependencies = [
|
|
"cipher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctrlc"
|
|
version = "3.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790"
|
|
dependencies = [
|
|
"dispatch2",
|
|
"nix 0.30.1",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cuda-config"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ee74643f7430213a1a78320f88649de309b20b80818325575e393f848f79f5d"
|
|
dependencies = [
|
|
"glob",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cuda-runtime-sys"
|
|
version = "0.3.0-alpha.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d070b301187fee3c611e75a425cf12247b7c75c09729dbdef95cb9cb64e8c39"
|
|
dependencies = [
|
|
"cuda-config",
|
|
]
|
|
|
|
[[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.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curves"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/pil2-proofman.git?branch=pre-develop-0.16.0#312a7cd2b7e5d2a60231db4a6e3fda20b2d92721"
|
|
dependencies = [
|
|
"fields",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "custom_derive"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.20.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
|
dependencies = [
|
|
"darling_core 0.20.11",
|
|
"darling_macro 0.20.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.21.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
|
|
dependencies = [
|
|
"darling_core 0.21.3",
|
|
"darling_macro 0.21.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
|
|
dependencies = [
|
|
"darling_core 0.23.0",
|
|
"darling_macro 0.23.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.20.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"strsim",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.21.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde",
|
|
"strsim",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
|
|
dependencies = [
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"strsim",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.20.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
dependencies = [
|
|
"darling_core 0.20.11",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.21.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
|
|
dependencies = [
|
|
"darling_core 0.21.3",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
|
|
dependencies = [
|
|
"darling_core 0.23.0",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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",
|
|
"rayon",
|
|
]
|
|
|
|
[[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 0.6.1",
|
|
"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 0.6.1",
|
|
"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 0.6.1",
|
|
"num-order",
|
|
"rustversion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "data-bus"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"zisk-common",
|
|
"zisk-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "data-encoding"
|
|
version = "2.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
|
|
|
|
[[package]]
|
|
name = "debugid"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
|
|
dependencies = [
|
|
"uuid 1.21.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deepsize2"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86b5184084af9beed35eecbf4c36baf6e26b9dc47b61b74e02f930c72a58e71b"
|
|
dependencies = [
|
|
"deepsize_derive2",
|
|
"hashbrown 0.14.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deepsize_derive2"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0f8817865cacf3b93b943ca06b0fc5fd8e99eabfdb7ea5d296efcbc4afc4f69"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "der"
|
|
version = "0.7.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
|
dependencies = [
|
|
"const-oid",
|
|
"pem-rfc7468",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "der-parser"
|
|
version = "10.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
|
|
dependencies = [
|
|
"asn1-rs",
|
|
"displaydoc",
|
|
"nom",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"rusticata-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deranged"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4"
|
|
dependencies = [
|
|
"powerfmt",
|
|
"serde_core",
|
|
]
|
|
|
|
[[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-new"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d150dea618e920167e5973d70ae6ece4385b7164e0d799fe7c122dd0a5d912ad"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive-new"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2cdc8d50f426189eef89dac62fabfa0abb27d5cc008f25bf4156a0203325becc"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive-where"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_arbitrary"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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 0.20.11",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more"
|
|
version = "0.99.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
|
|
dependencies = [
|
|
"derive_more-impl 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
|
|
dependencies = [
|
|
"derive_more-impl 2.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more-impl"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more-impl"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
|
|
dependencies = [
|
|
"convert_case 0.10.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rustc_version 0.4.1",
|
|
"syn 2.0.116",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[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",
|
|
"const-oid",
|
|
"crypto-common",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "directories"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d"
|
|
dependencies = [
|
|
"dirs-sys 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs"
|
|
version = "5.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
dependencies = [
|
|
"dirs-sys 0.4.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
|
dependencies = [
|
|
"dirs-sys 0.5.0",
|
|
]
|
|
|
|
[[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 0.4.6",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-sys"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
|
dependencies = [
|
|
"libc",
|
|
"option-ext",
|
|
"redox_users 0.5.2",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[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 0.4.6",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dispatch2"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"block2",
|
|
"libc",
|
|
"objc2",
|
|
]
|
|
|
|
[[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.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dissimilar"
|
|
version = "1.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8975ffdaa0ef3661bfe02dbdcc06c9f829dfafe6a3c474de366a8d5e44276921"
|
|
|
|
[[package]]
|
|
name = "divrem"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69dde51e8fef5e12c1d65e0929b03d66e4c0c18282bc30ed2ca050ad6f44dd82"
|
|
|
|
[[package]]
|
|
name = "docker-generate"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccf673e0848ef09fa4aeeba78e681cf651c0c7d35f76ee38cec8e55bc32fa111"
|
|
|
|
[[package]]
|
|
name = "dory-derive"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c16f2dd35390487818e07efb4459ee0a5c2c65761081ee632d531442a980c97b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dory-pcs"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccf838baede4d71cdbfeb618e36b98ead4c37b1e4b29fa266abd854f0a496732"
|
|
dependencies = [
|
|
"ark-bn254",
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"bincode 1.3.3",
|
|
"blake2",
|
|
"digest 0.10.7",
|
|
"dory-derive",
|
|
"rand_core 0.6.4",
|
|
"rayon",
|
|
"serde",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "downcast-rs"
|
|
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 0.8.5",
|
|
"reqwest 0.12.28",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dtor"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "404d02eeb088a82cfd873006cb713fe411306c7d182c344905e101fb1167d301"
|
|
dependencies = [
|
|
"dtor-proc-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dtor-proc-macro"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
|
|
|
|
[[package]]
|
|
name = "dunce"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
|
|
[[package]]
|
|
name = "dyn-clone"
|
|
version = "1.0.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
|
|
[[package]]
|
|
name = "dynasm"
|
|
version = "3.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f7d4c414c94bc830797115b8e5f434d58e7e80cb42ba88508c14bc6ea270625"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"byteorder",
|
|
"lazy_static",
|
|
"proc-macro-error2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dynasmrt"
|
|
version = "3.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "602f7458a3859195fb840e6e0cce5f4330dd9dfbfece0edaf31fe427af346f55"
|
|
dependencies = [
|
|
"byteorder",
|
|
"dynasm",
|
|
"fnv",
|
|
"memmap2",
|
|
]
|
|
|
|
[[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",
|
|
"serdect",
|
|
"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.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
|
|
dependencies = [
|
|
"curve25519-dalek",
|
|
"ed25519",
|
|
"serde",
|
|
"sha2",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "educe"
|
|
version = "0.5.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
|
|
dependencies = [
|
|
"enum-ordinalize",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "educe"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417"
|
|
dependencies = [
|
|
"enum-ordinalize",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[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.1",
|
|
"generic-array 0.14.7",
|
|
"group 0.13.0",
|
|
"hkdf",
|
|
"pem-rfc7468",
|
|
"pkcs8",
|
|
"rand_core 0.6.4",
|
|
"sec1",
|
|
"serdect",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "embedded-alloc"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f2de9133f68db0d4627ad69db767726c99ff8585272716708227008d3f1bddd"
|
|
dependencies = [
|
|
"const-default",
|
|
"critical-section",
|
|
"linked_list_allocator",
|
|
"rlsf",
|
|
]
|
|
|
|
[[package]]
|
|
name = "embedded-io"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
|
|
|
|
[[package]]
|
|
name = "embedded-io"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
|
|
|
|
[[package]]
|
|
name = "ena"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eabffdaee24bd1bf95c5ef7cec31260444317e72ea56c4c91750e8b7ee58d5f1"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[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 = "endian-type"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
[[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 0.8.5",
|
|
"rlp",
|
|
"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.116",
|
|
]
|
|
|
|
[[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.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-ordinalize"
|
|
version = "4.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a1091a7bb1f8f2c4b28f1fe2cef4980ca2d410a3d727d67ecc3178c9b0800f0"
|
|
dependencies = [
|
|
"enum-ordinalize-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-ordinalize-derive"
|
|
version = "4.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum_dispatch"
|
|
version = "0.3.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
|
|
dependencies = [
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc95de49ad098572c02d3fbf368c9a020bfff5ae78483685b77f51d8a7e9486d"
|
|
dependencies = [
|
|
"num_threads",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_filter"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f"
|
|
dependencies = [
|
|
"log",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d"
|
|
dependencies = [
|
|
"anstream",
|
|
"anstyle",
|
|
"env_filter",
|
|
"jiff",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "equivalent"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
|
[[package]]
|
|
name = "erased-serde"
|
|
version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_core",
|
|
"typeid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-airbender"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 2.0.1",
|
|
"ere-build-utils",
|
|
"ere-compile-utils",
|
|
"ere-test-utils",
|
|
"ere-zkvm-interface",
|
|
"execution_utils",
|
|
"serde",
|
|
"serde_json",
|
|
"tempfile",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-build-utils"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"cargo_metadata 0.19.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-common"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"ere-build-utils",
|
|
"serde",
|
|
"strum 0.27.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-compile-utils"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cargo_metadata 0.19.2",
|
|
"tempfile",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-compiler"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 2.0.1",
|
|
"clap",
|
|
"ere-airbender",
|
|
"ere-common",
|
|
"ere-jolt",
|
|
"ere-miden",
|
|
"ere-nexus",
|
|
"ere-openvm",
|
|
"ere-pico",
|
|
"ere-risc0",
|
|
"ere-sp1",
|
|
"ere-ziren",
|
|
"ere-zisk",
|
|
"ere-zkvm-interface",
|
|
"serde",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-dockerized"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"ere-common",
|
|
"ere-server",
|
|
"ere-test-utils",
|
|
"ere-zkvm-interface",
|
|
"paste",
|
|
"serde",
|
|
"tempfile",
|
|
"thiserror 2.0.18",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-io"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"bincode 2.0.1",
|
|
"ciborium",
|
|
"ciborium-io",
|
|
"rkyv",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-jolt"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"ark-serialize 0.5.0",
|
|
"common",
|
|
"ere-build-utils",
|
|
"ere-compile-utils",
|
|
"ere-test-utils",
|
|
"ere-zkvm-interface",
|
|
"jolt-core",
|
|
"jolt-inlines-keccak256",
|
|
"jolt-inlines-secp256k1",
|
|
"jolt-inlines-sha2",
|
|
"jolt-sdk",
|
|
"serde",
|
|
"tempfile",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-miden"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"ere-build-utils",
|
|
"ere-test-utils",
|
|
"ere-zkvm-interface",
|
|
"miden-assembly",
|
|
"miden-core",
|
|
"miden-core-lib",
|
|
"miden-processor",
|
|
"miden-prover",
|
|
"miden-verifier",
|
|
"serde",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-nexus"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 2.0.1",
|
|
"ere-build-utils",
|
|
"ere-compile-utils",
|
|
"ere-test-utils",
|
|
"ere-zkvm-interface",
|
|
"nexus-core",
|
|
"nexus-sdk",
|
|
"nexus-vm",
|
|
"nexus-vm-prover",
|
|
"postcard",
|
|
"serde",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-openvm"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"ere-build-utils",
|
|
"ere-compile-utils",
|
|
"ere-test-utils",
|
|
"ere-zkvm-interface",
|
|
"eyre",
|
|
"openvm-build",
|
|
"openvm-circuit",
|
|
"openvm-continuations",
|
|
"openvm-sdk",
|
|
"openvm-stark-sdk",
|
|
"openvm-transpiler",
|
|
"serde",
|
|
"thiserror 2.0.18",
|
|
"toml 0.8.23",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-pico"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 2.0.1",
|
|
"ere-build-utils",
|
|
"ere-compile-utils",
|
|
"ere-test-utils",
|
|
"ere-zkvm-interface",
|
|
"indexmap 2.13.0",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"pico-vm",
|
|
"serde",
|
|
"sha2",
|
|
"tempfile",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-platform-airbender"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"ere-platform-trait",
|
|
"riscv_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-platform-jolt"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"common",
|
|
"ere-platform-trait",
|
|
"jolt-sdk",
|
|
"postcard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-platform-nexus"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"ere-platform-trait",
|
|
"nexus-rt",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-platform-openvm"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"ere-platform-trait",
|
|
"openvm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-platform-pico"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"ere-platform-trait",
|
|
"pico-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-platform-risc0"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"ere-platform-trait",
|
|
"risc0-zkvm",
|
|
"risc0-zkvm-platform",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-platform-sp1"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"ere-platform-trait",
|
|
"sp1-zkvm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-platform-trait"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-platform-ziren"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"ere-platform-trait",
|
|
"zkm-zkvm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-platform-zisk"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"ere-platform-trait",
|
|
"fnv",
|
|
"ziskos",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-risc0"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 2.0.1",
|
|
"ere-build-utils",
|
|
"ere-compile-utils",
|
|
"ere-io",
|
|
"ere-test-utils",
|
|
"ere-zkvm-interface",
|
|
"risc0-binfmt",
|
|
"risc0-build",
|
|
"risc0-zkp",
|
|
"risc0-zkvm",
|
|
"serde",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-server"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 2.0.1",
|
|
"clap",
|
|
"ere-airbender",
|
|
"ere-jolt",
|
|
"ere-miden",
|
|
"ere-nexus",
|
|
"ere-openvm",
|
|
"ere-pico",
|
|
"ere-risc0",
|
|
"ere-sp1",
|
|
"ere-ziren",
|
|
"ere-zisk",
|
|
"ere-zkvm-interface",
|
|
"prost 0.14.3",
|
|
"prost-build 0.14.3",
|
|
"serde",
|
|
"tempfile",
|
|
"thiserror 2.0.18",
|
|
"tokio",
|
|
"tower-http",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
"twirp",
|
|
"twirp-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-sp1"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 2.0.1",
|
|
"ere-build-utils",
|
|
"ere-compile-utils",
|
|
"ere-test-utils",
|
|
"ere-zkvm-interface",
|
|
"p3-field 0.3.1-succinct",
|
|
"serde",
|
|
"sp1-cuda",
|
|
"sp1-hypercube",
|
|
"sp1-recursion-executor",
|
|
"sp1-sdk",
|
|
"tempfile",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-test-utils"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"ere-io",
|
|
"ere-platform-trait",
|
|
"ere-zkvm-interface",
|
|
"rand 0.9.2",
|
|
"serde",
|
|
"serde_bytes",
|
|
"sha2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-ziren"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 2.0.1",
|
|
"ere-build-utils",
|
|
"ere-compile-utils",
|
|
"ere-test-utils",
|
|
"ere-zkvm-interface",
|
|
"serde",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
"zkm-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-zisk"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 2.0.1",
|
|
"bytemuck",
|
|
"ere-build-utils",
|
|
"ere-compile-utils",
|
|
"ere-test-utils",
|
|
"ere-zkvm-interface",
|
|
"fields",
|
|
"futures-util",
|
|
"http 1.4.0",
|
|
"mpi",
|
|
"parking_lot",
|
|
"proofman",
|
|
"proofman-common",
|
|
"proofman-util",
|
|
"proofman-verifier",
|
|
"prost 0.14.3",
|
|
"rom-setup",
|
|
"serde",
|
|
"tempfile",
|
|
"thiserror 2.0.18",
|
|
"tonic 0.14.4",
|
|
"tonic-build 0.14.4",
|
|
"tonic-prost",
|
|
"tonic-prost-build",
|
|
"tracing",
|
|
"uuid 1.21.0",
|
|
"zisk-core",
|
|
"zisk-sdk",
|
|
"ziskemu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ere-zkvm-interface"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"auto_impl",
|
|
"bincode 2.0.1",
|
|
"clap",
|
|
"indexmap 2.13.0",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"strum 0.27.2",
|
|
"thiserror 2.0.18",
|
|
"tokio",
|
|
"toml 0.8.23",
|
|
]
|
|
|
|
[[package]]
|
|
name = "errno"
|
|
version = "0.3.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[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",
|
|
"pbkdf2 0.11.0",
|
|
"rand 0.8.5",
|
|
"scrypt",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"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-etherscan",
|
|
"ethers-middleware",
|
|
"ethers-providers",
|
|
"ethers-signers",
|
|
"ethers-solc",
|
|
]
|
|
|
|
[[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",
|
|
"ethers-etherscan",
|
|
"eyre",
|
|
"prettyplease 0.2.37",
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"reqwest 0.11.27",
|
|
"serde",
|
|
"serde_json",
|
|
"syn 2.0.116",
|
|
"toml 0.8.23",
|
|
"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.116",
|
|
]
|
|
|
|
[[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 0.18.1",
|
|
"chrono",
|
|
"const-hex",
|
|
"elliptic-curve",
|
|
"ethabi",
|
|
"generic-array 0.14.7",
|
|
"k256",
|
|
"num_enum 0.7.5",
|
|
"once_cell",
|
|
"open-fastrlp",
|
|
"rand 0.8.5",
|
|
"rlp",
|
|
"serde",
|
|
"serde_json",
|
|
"strum 0.26.3",
|
|
"syn 2.0.116",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tiny-keccak",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ethers-etherscan"
|
|
version = "2.0.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e79e5973c26d4baf0ce55520bd732314328cabe53193286671b47144145b9649"
|
|
dependencies = [
|
|
"chrono",
|
|
"ethers-core",
|
|
"reqwest 0.11.27",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[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-etherscan",
|
|
"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",
|
|
"ethers-core",
|
|
"futures-core",
|
|
"futures-timer",
|
|
"futures-util",
|
|
"hashers",
|
|
"http 0.2.12",
|
|
"instant",
|
|
"jsonwebtoken",
|
|
"once_cell",
|
|
"pin-project",
|
|
"reqwest 0.11.27",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-tungstenite",
|
|
"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 0.8.5",
|
|
"sha2",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ethers-solc"
|
|
version = "2.0.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "66244a771d9163282646dbeffe0e6eca4dda4146b6498644e678ac6089b11edd"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"const-hex",
|
|
"dirs 5.0.1",
|
|
"dunce",
|
|
"ethers-core",
|
|
"glob",
|
|
"home",
|
|
"md-5",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"path-slash",
|
|
"rayon",
|
|
"regex",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"serde_json",
|
|
"solang-parser",
|
|
"svm-rs",
|
|
"thiserror 1.0.69",
|
|
"tiny-keccak",
|
|
"tokio",
|
|
"tracing",
|
|
"walkdir",
|
|
"yansi 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "eventsource-stream"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74fef4569247a5f429d9156b9d0a2599914385dd189c539334c625d8099d90ab"
|
|
dependencies = [
|
|
"futures-core",
|
|
"nom",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "execution_utils"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"clap",
|
|
"risc_v_simulator",
|
|
"serde",
|
|
"serde_json",
|
|
"trace_and_split",
|
|
"verifier_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "executor"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"asm-runner",
|
|
"crossbeam",
|
|
"data-bus",
|
|
"fields",
|
|
"itertools 0.14.0",
|
|
"mem-common",
|
|
"mem-planner-cpp",
|
|
"named-sem",
|
|
"pil-std-lib",
|
|
"precomp-arith-eq",
|
|
"precomp-arith-eq-384",
|
|
"precomp-big-int",
|
|
"precomp-dma",
|
|
"precomp-keccakf",
|
|
"precomp-poseidon2",
|
|
"precomp-sha256f",
|
|
"precompiles-common",
|
|
"proofman",
|
|
"proofman-common",
|
|
"proofman-util",
|
|
"rayon",
|
|
"sm-arith",
|
|
"sm-binary",
|
|
"sm-frequent-ops",
|
|
"sm-main",
|
|
"sm-mem",
|
|
"sm-rom",
|
|
"tracing",
|
|
"witness",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
"ziskemu",
|
|
]
|
|
|
|
[[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 = "fastbloom"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e7f34442dbe69c60fe8eaf58a8cafff81a1f278816d8ab4db255b3bef4ac3c4"
|
|
dependencies = [
|
|
"getrandom 0.3.4",
|
|
"libm",
|
|
"rand 0.9.2",
|
|
"siphasher",
|
|
]
|
|
|
|
[[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 = "fastrlp"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"auto_impl",
|
|
"bytes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ff"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
|
dependencies = [
|
|
"bitvec",
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ff"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
|
|
dependencies = [
|
|
"bitvec",
|
|
"byteorder",
|
|
"ff_derive",
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ff_derive"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f10d12652036b0e99197587c6ba87a8fc3031986499973c030d8b44fcc151b60"
|
|
dependencies = [
|
|
"addchain",
|
|
"num-bigint 0.3.3",
|
|
"num-integer",
|
|
"num-traits",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fft"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"field",
|
|
"itertools 0.14.0",
|
|
"rayon",
|
|
"seq-macro",
|
|
"trace_holder",
|
|
"unroll",
|
|
"worker",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fiat-crypto"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|
|
|
[[package]]
|
|
name = "field"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"rand 0.9.2",
|
|
"seq-macro",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fields"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/pil2-proofman.git?branch=pre-develop-0.16.0#312a7cd2b7e5d2a60231db4a6e3fda20b2d92721"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"num-bigint 0.4.6",
|
|
"paste",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "final_reduced_risc_v_machine"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"circuit_common",
|
|
"prover",
|
|
"serde",
|
|
"serde_json",
|
|
"verifier_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "find-msvc-tools"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
|
|
[[package]]
|
|
name = "findshlibs"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64"
|
|
dependencies = [
|
|
"cc",
|
|
"lazy_static",
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixed-hash"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
|
|
dependencies = [
|
|
"byteorder",
|
|
"rand 0.8.5",
|
|
"rustc-hex",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"miniz_oxide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flume"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
"nanorand",
|
|
"spin 0.9.8",
|
|
]
|
|
|
|
[[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.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
|
[[package]]
|
|
name = "foldhash"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
|
|
[[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.116",
|
|
]
|
|
|
|
[[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.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs-err"
|
|
version = "3.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73fde052dbfc920003cfd2c8e2c6e6d4cc7c1091538c3a24226cec0665ab08c0"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs2"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs_extra"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
|
[[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.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
|
|
|
[[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.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
|
|
[[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.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
"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 = "gdbstub"
|
|
version = "0.7.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6bf845b08f7c2ef3b5ad19f80779d43ae20d278652b91bb80adda65baf2d8ed6"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"cfg-if",
|
|
"log",
|
|
"managed",
|
|
"num-traits",
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdbstub_arch"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22dde0e1b68787036ccedd0b1ff6f953527a0e807e571fbe898975203027278f"
|
|
dependencies = [
|
|
"gdbstub",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gen_ops"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "304de19db7028420975a296ab0fcbbc8e69438c4ed254a1e41e2a7f37d5f0e0a"
|
|
|
|
[[package]]
|
|
name = "generational-arena"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generator"
|
|
version = "0.8.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9"
|
|
dependencies = [
|
|
"cc",
|
|
"cfg-if",
|
|
"libc",
|
|
"log",
|
|
"rustversion",
|
|
"windows-link 0.2.1",
|
|
"windows-result 0.4.1",
|
|
]
|
|
|
|
[[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.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96512db27971c2c3eece70a1e106fbe6c87760234e31e8f7e5634912fe52794a"
|
|
dependencies = [
|
|
"serde",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"js-sys",
|
|
"libc",
|
|
"wasi",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"js-sys",
|
|
"libc",
|
|
"r-efi",
|
|
"wasip2",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"r-efi",
|
|
"wasip2",
|
|
"wasip3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getset"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9cf0fc11e47561d47397154977bc219f4cf809b2974facc3ccb3b89e2436f912"
|
|
dependencies = [
|
|
"proc-macro-error2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
|
dependencies = [
|
|
"fallible-iterator",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.31.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
dependencies = [
|
|
"fallible-iterator",
|
|
"indexmap 2.13.0",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.32.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
|
|
dependencies = [
|
|
"fallible-iterator",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "git2"
|
|
version = "0.20.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"libc",
|
|
"libgit2-sys",
|
|
"log",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glam"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34627c5158214743a374170fed714833fdf4e4b0cbcc1ea98417866a4c5d4441"
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
|
|
[[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 = "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 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "group"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
dependencies = [
|
|
"ff 0.13.1",
|
|
"rand 0.8.5",
|
|
"rand_core 0.6.4",
|
|
"rand_xorshift 0.3.0",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.3.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
|
dependencies = [
|
|
"bytes",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"indexmap 2.13.0",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
|
|
dependencies = [
|
|
"atomic-waker",
|
|
"bytes",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"http 1.4.0",
|
|
"indexmap 2.13.0",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "half"
|
|
version = "2.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"crunchy",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[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 0.6.4",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "halo2curves"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d380afeef3f1d4d3245b76895172018cfb087d9976a7cabcd5597775b2933e07"
|
|
dependencies = [
|
|
"blake2",
|
|
"digest 0.10.7",
|
|
"ff 0.13.1",
|
|
"group 0.13.0",
|
|
"halo2derive",
|
|
"hex",
|
|
"lazy_static",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"pairing 0.23.0",
|
|
"pasta_curves 0.5.1",
|
|
"paste",
|
|
"rand 0.8.5",
|
|
"rand_core 0.6.4",
|
|
"rayon",
|
|
"serde",
|
|
"serde_arrays 0.1.0",
|
|
"sha2",
|
|
"static_assertions",
|
|
"subtle",
|
|
"unroll",
|
|
]
|
|
|
|
[[package]]
|
|
name = "halo2curves"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b756596082144af6e57105a20403b7b80fe9dccd085700b74fae3af523b74dba"
|
|
dependencies = [
|
|
"blake2",
|
|
"digest 0.10.7",
|
|
"ff 0.13.1",
|
|
"group 0.13.0",
|
|
"halo2derive",
|
|
"hex",
|
|
"lazy_static",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"pairing 0.23.0",
|
|
"paste",
|
|
"rand 0.8.5",
|
|
"rand_core 0.6.4",
|
|
"rayon",
|
|
"serde",
|
|
"serde_arrays 0.1.0",
|
|
"sha2",
|
|
"static_assertions",
|
|
"subtle",
|
|
"unroll",
|
|
]
|
|
|
|
[[package]]
|
|
name = "halo2curves-axiom"
|
|
version = "0.7.2"
|
|
source = "git+https://github.com/axiom-crypto/halo2curves.git?tag=v0.7.2#3a65a710e27fe03711f6fb4fc0c4469ae351974a"
|
|
dependencies = [
|
|
"blake2b_simd",
|
|
"digest 0.10.7",
|
|
"ff 0.13.1",
|
|
"group 0.13.0",
|
|
"hex",
|
|
"lazy_static",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"pairing 0.23.0",
|
|
"pasta_curves 0.5.1",
|
|
"paste",
|
|
"rand 0.8.5",
|
|
"rand_core 0.6.4",
|
|
"rayon",
|
|
"serde",
|
|
"serde_arrays 0.1.0",
|
|
"sha2",
|
|
"static_assertions",
|
|
"subtle",
|
|
"unroll",
|
|
]
|
|
|
|
[[package]]
|
|
name = "halo2derive"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bdb99e7492b4f5ff469d238db464131b86c2eaac814a78715acba369f64d2c76"
|
|
dependencies = [
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hash32"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hash32"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
[[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.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
dependencies = [
|
|
"allocator-api2",
|
|
"equivalent",
|
|
"foldhash 0.1.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
dependencies = [
|
|
"allocator-api2",
|
|
"equivalent",
|
|
"foldhash 0.2.0",
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[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.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
dependencies = [
|
|
"hashbrown 0.15.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heapless"
|
|
version = "0.7.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
|
|
dependencies = [
|
|
"atomic-polyfill",
|
|
"hash32 0.2.1",
|
|
"rustc_version 0.4.1",
|
|
"serde",
|
|
"spin 0.9.8",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heapless"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
|
|
dependencies = [
|
|
"hash32 0.3.1",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[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.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
|
|
|
[[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.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f"
|
|
dependencies = [
|
|
"arrayvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hex-literal"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
|
|
|
[[package]]
|
|
name = "hickory-proto"
|
|
version = "0.24.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
|
|
dependencies = [
|
|
"async-trait",
|
|
"cfg-if",
|
|
"data-encoding",
|
|
"enum-as-inner",
|
|
"futures-channel",
|
|
"futures-io",
|
|
"futures-util",
|
|
"idna",
|
|
"ipnet",
|
|
"once_cell",
|
|
"rand 0.8.5",
|
|
"thiserror 1.0.69",
|
|
"tinyvec",
|
|
"tokio",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hickory-resolver"
|
|
version = "0.24.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"futures-util",
|
|
"hickory-proto",
|
|
"ipconfig",
|
|
"lru-cache",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"rand 0.8.5",
|
|
"resolv-conf",
|
|
"smallvec",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hkdf"
|
|
version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
dependencies = [
|
|
"hmac",
|
|
]
|
|
|
|
[[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 = "home"
|
|
version = "0.5.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[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.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
dependencies = [
|
|
"bytes",
|
|
"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.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body-util"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-core",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
|
[[package]]
|
|
name = "httpdate"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
[[package]]
|
|
name = "hybrid-array"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2d35805454dc9f8662a98d6d61886ffe26bd465f5960e0e55345c70d5c0d2a9"
|
|
dependencies = [
|
|
"typenum",
|
|
]
|
|
|
|
[[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.27",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project-lite",
|
|
"socket2 0.5.10",
|
|
"tokio",
|
|
"tower-service",
|
|
"tracing",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
|
|
dependencies = [
|
|
"atomic-waker",
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"h2 0.4.13",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"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",
|
|
"log",
|
|
"rustls 0.21.12",
|
|
"tokio",
|
|
"tokio-rustls 0.24.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-rustls"
|
|
version = "0.27.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
|
dependencies = [
|
|
"http 1.4.0",
|
|
"hyper 1.8.1",
|
|
"hyper-util",
|
|
"rustls 0.23.36",
|
|
"rustls-native-certs 0.8.3",
|
|
"rustls-pki-types",
|
|
"tokio",
|
|
"tokio-rustls 0.26.4",
|
|
"tower-service",
|
|
"webpki-roots 1.0.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-timeout"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
dependencies = [
|
|
"hyper 0.14.32",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tokio-io-timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-timeout"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
|
|
dependencies = [
|
|
"hyper 1.8.1",
|
|
"hyper-util",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tower-service",
|
|
]
|
|
|
|
[[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.8.1",
|
|
"hyper-util",
|
|
"native-tls",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-util"
|
|
version = "0.1.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"hyper 1.8.1",
|
|
"ipnet",
|
|
"libc",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"socket2 0.6.2",
|
|
"system-configuration 0.7.0",
|
|
"tokio",
|
|
"tower-service",
|
|
"tracing",
|
|
"windows-registry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iana-time-zone"
|
|
version = "0.1.65"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
dependencies = [
|
|
"android_system_properties",
|
|
"core-foundation-sys",
|
|
"iana-time-zone-haiku",
|
|
"js-sys",
|
|
"log",
|
|
"wasm-bindgen",
|
|
"windows-core 0.62.2",
|
|
]
|
|
|
|
[[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 = "icu_collections"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"potential_utf",
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_locale_core"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"litemap",
|
|
"tinystr",
|
|
"writeable",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_normalizer"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
|
|
dependencies = [
|
|
"icu_collections",
|
|
"icu_normalizer_data",
|
|
"icu_properties",
|
|
"icu_provider",
|
|
"smallvec",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_normalizer_data"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
|
|
|
|
[[package]]
|
|
name = "icu_properties"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
|
|
dependencies = [
|
|
"icu_collections",
|
|
"icu_locale_core",
|
|
"icu_properties_data",
|
|
"icu_provider",
|
|
"zerotrie",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_properties_data"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
|
|
|
|
[[package]]
|
|
name = "icu_provider"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"icu_locale_core",
|
|
"writeable",
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerotrie",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "id-arena"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
|
|
[[package]]
|
|
name = "ident_case"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
dependencies = [
|
|
"idna_adapter",
|
|
"smallvec",
|
|
"utf8_iter",
|
|
]
|
|
|
|
[[package]]
|
|
name = "idna_adapter"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
dependencies = [
|
|
"icu_normalizer",
|
|
"icu_properties",
|
|
]
|
|
|
|
[[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.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "include_bytes_aligned"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ee796ad498c8d9a1d68e477df8f754ed784ef875de1414ebdaf169f70a6a784"
|
|
|
|
[[package]]
|
|
name = "indenter"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
|
|
|
|
[[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.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
dependencies = [
|
|
"equivalent",
|
|
"hashbrown 0.16.1",
|
|
"rayon",
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indicatif"
|
|
version = "0.17.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
|
|
dependencies = [
|
|
"console",
|
|
"number_prefix",
|
|
"portable-atomic",
|
|
"unicode-width 0.2.2",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inferno"
|
|
version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d35223c50fdd26419a4ccea2c73be68bd2b29a3d7d6123ffe101c17f4c20a52a"
|
|
dependencies = [
|
|
"ahash",
|
|
"clap",
|
|
"crossbeam-channel",
|
|
"crossbeam-utils",
|
|
"dashmap",
|
|
"env_logger",
|
|
"indexmap 2.13.0",
|
|
"itoa",
|
|
"log",
|
|
"num-format",
|
|
"once_cell",
|
|
"quick-xml",
|
|
"rgb",
|
|
"str_stack",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inout"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
|
dependencies = [
|
|
"generic-array 0.14.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inventory"
|
|
version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
|
|
dependencies = [
|
|
"rustversion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipconfig"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
|
dependencies = [
|
|
"socket2 0.5.10",
|
|
"widestring",
|
|
"windows-sys 0.48.0",
|
|
"winreg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipnet"
|
|
version = "2.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
|
|
[[package]]
|
|
name = "iri-string"
|
|
version = "0.7.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
|
|
dependencies = [
|
|
"memchr",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is_ci"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
|
|
|
|
[[package]]
|
|
name = "is_terminal_polyfill"
|
|
version = "1.70.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
|
|
[[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.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
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 = "itertools"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
|
|
[[package]]
|
|
name = "jiff"
|
|
version = "0.2.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c867c356cc096b33f4981825ab281ecba3db0acefe60329f044c1789d94c6543"
|
|
dependencies = [
|
|
"jiff-static",
|
|
"log",
|
|
"portable-atomic",
|
|
"portable-atomic-util",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jiff-static"
|
|
version = "0.2.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7946b4325269738f270bb55b3c19ab5c5040525f83fd625259422a9d25d9be5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jni"
|
|
version = "0.21.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
dependencies = [
|
|
"cesu8",
|
|
"cfg-if",
|
|
"combine",
|
|
"jni-sys",
|
|
"log",
|
|
"thiserror 1.0.69",
|
|
"walkdir",
|
|
"windows-sys 0.45.0",
|
|
]
|
|
|
|
[[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.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
dependencies = [
|
|
"getrandom 0.3.4",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jolt-core"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/a16z/jolt.git?rev=6dcd401#6dcd401375efbf1a0e70079088745bacd55d4e88"
|
|
dependencies = [
|
|
"allocative",
|
|
"anyhow",
|
|
"ark-bn254",
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-grumpkin",
|
|
"ark-serialize 0.5.0",
|
|
"ark-serialize-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ark-std 0.5.0",
|
|
"bincode 1.3.3",
|
|
"blake2",
|
|
"bytemuck",
|
|
"bytemuck_derive",
|
|
"chrono",
|
|
"clap",
|
|
"common",
|
|
"derive_more 2.1.1",
|
|
"dirs 5.0.1",
|
|
"dory-pcs",
|
|
"eyre",
|
|
"fixedbitset 0.5.7",
|
|
"indicatif",
|
|
"itertools 0.10.5",
|
|
"jolt-inlines-keccak256",
|
|
"jolt-inlines-sha2",
|
|
"jolt-optimizations",
|
|
"jolt-platform",
|
|
"memory-stats",
|
|
"num",
|
|
"num-derive",
|
|
"num-integer",
|
|
"num-traits",
|
|
"paste",
|
|
"postcard",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"rand_core 0.6.4",
|
|
"rand_distr",
|
|
"rayon",
|
|
"reqwest 0.12.28",
|
|
"serde",
|
|
"sha3",
|
|
"strum 0.26.3",
|
|
"strum_macros 0.26.4",
|
|
"target-lexicon",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tracer",
|
|
"tracing",
|
|
"tracing-chrome",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jolt-inlines-keccak256"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/a16z/jolt.git?rev=6dcd401#6dcd401375efbf1a0e70079088745bacd55d4e88"
|
|
dependencies = [
|
|
"ctor 0.2.9",
|
|
"tracer",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jolt-inlines-secp256k1"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/a16z/jolt.git?rev=6dcd401#6dcd401375efbf1a0e70079088745bacd55d4e88"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-secp256k1 0.5.0 (git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout)",
|
|
"ark-serialize 0.5.0",
|
|
"ctor 0.2.9",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"serde",
|
|
"tracer",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jolt-inlines-sha2"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/a16z/jolt.git?rev=6dcd401#6dcd401375efbf1a0e70079088745bacd55d4e88"
|
|
dependencies = [
|
|
"ctor 0.2.9",
|
|
"tracer",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jolt-optimizations"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/a16z/arkworks-algebra?branch=dev%2Ftwist-shout#76bb3a4518928f1ff7f15875f940d614bb9845e6"
|
|
dependencies = [
|
|
"ark-bn254",
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"arrayvec",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-rational",
|
|
"num-traits",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jolt-platform"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/a16z/jolt.git?rev=6dcd401#6dcd401375efbf1a0e70079088745bacd55d4e88"
|
|
dependencies = [
|
|
"getrandom 0.2.17",
|
|
"getrandom 0.3.4",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jolt-sdk"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/a16z/jolt.git?rev=6dcd401#6dcd401375efbf1a0e70079088745bacd55d4e88"
|
|
dependencies = [
|
|
"ark-bn254",
|
|
"ark-ec",
|
|
"common",
|
|
"jolt-core",
|
|
"jolt-platform",
|
|
"jolt-sdk-macros",
|
|
"postcard",
|
|
"serde",
|
|
"tracer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jolt-sdk-macros"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/a16z/jolt.git?rev=6dcd401#6dcd401375efbf1a0e70079088745bacd55d4e88"
|
|
dependencies = [
|
|
"common",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.85"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
|
|
dependencies = [
|
|
"once_cell",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "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 = "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 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "k256"
|
|
version = "0.13.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"ecdsa",
|
|
"elliptic-curve",
|
|
"once_cell",
|
|
"serdect",
|
|
"sha2",
|
|
"signature",
|
|
]
|
|
|
|
[[package]]
|
|
name = "keccak"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653"
|
|
dependencies = [
|
|
"cpufeatures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "keccak-asm"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b646a74e746cd25045aa0fd42f4f7f78aa6d119380182c7e63a5593c4ab8df6f"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
"sha3-asm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lalrpop"
|
|
version = "0.20.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
|
|
dependencies = [
|
|
"ascii-canvas 3.0.0",
|
|
"bit-set 0.5.3",
|
|
"ena",
|
|
"itertools 0.11.0",
|
|
"lalrpop-util 0.20.2",
|
|
"petgraph 0.6.5",
|
|
"regex",
|
|
"regex-syntax",
|
|
"string_cache",
|
|
"term 0.7.0",
|
|
"tiny-keccak",
|
|
"unicode-xid",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lalrpop"
|
|
version = "0.22.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba4ebbd48ce411c1d10fb35185f5a51a7bfa3d8b24b4e330d30c9e3a34129501"
|
|
dependencies = [
|
|
"ascii-canvas 4.0.0",
|
|
"bit-set 0.8.0",
|
|
"ena",
|
|
"itertools 0.14.0",
|
|
"lalrpop-util 0.22.2",
|
|
"petgraph 0.7.1",
|
|
"regex",
|
|
"regex-syntax",
|
|
"sha3",
|
|
"string_cache",
|
|
"term 1.2.1",
|
|
"unicode-xid",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lalrpop-util"
|
|
version = "0.20.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
|
|
dependencies = [
|
|
"regex-automata",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lalrpop-util"
|
|
version = "0.22.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5baa5e9ff84f1aefd264e6869907646538a52147a755d494517a8007fb48733"
|
|
dependencies = [
|
|
"rustversion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy-regex"
|
|
version = "3.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6bae91019476d3ec7147de9aa291cadb6d870abf2f3015d2da73a90325ac1496"
|
|
dependencies = [
|
|
"lazy-regex-proc_macros",
|
|
"once_cell",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy-regex-proc_macros"
|
|
version = "3.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4de9c1e1439d8b7b3061b2d209809f447ca33241733d9a3c01eabf2dc8d94358"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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 = "leb128fmt"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
|
|
[[package]]
|
|
name = "lib-c"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
|
|
[[package]]
|
|
name = "lib-float"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
|
|
[[package]]
|
|
name = "lib-rv32-asm"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/shamatar/lib-rv32.git#869f82795f82314f17014a04fb6f2c31808e6b42"
|
|
dependencies = [
|
|
"lib-rv32-common",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lib-rv32-common"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/shamatar/lib-rv32.git#869f82795f82314f17014a04fb6f2c31808e6b42"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.182"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
|
|
|
|
[[package]]
|
|
name = "libffi"
|
|
version = "5.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0498fe5655f857803e156523e644dcdcdc3b3c7edda42ea2afdae2e09b2db87b"
|
|
dependencies = [
|
|
"libc",
|
|
"libffi-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libffi-sys"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71d4f1d4ce15091955144350b75db16a96d4a63728500122706fb4d29a26afbb"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
version = "0.18.3+1.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"libz-sys",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.8.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"windows-link 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "liblzma"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6033b77c21d1f56deeae8014eb9fbe7bdf1765185a6c508b5ca82eeaed7f899"
|
|
dependencies = [
|
|
"liblzma-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "liblzma-sys"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f2db66f3268487b5033077f266da6777d057949b8f93c8ad82e441df25e6186"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libm"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
|
|
[[package]]
|
|
name = "libredox"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libz-sys"
|
|
version = "1.1.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7"
|
|
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_list_allocator"
|
|
version = "0.10.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9afa463f5405ee81cdb9cc2baf37e08ec7e4c8209442b5d72c04cfb2cd6e6286"
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
version = "0.4.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
|
|
[[package]]
|
|
name = "litemap"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lockfree-object-pool"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
|
|
[[package]]
|
|
name = "loom"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"generator",
|
|
"scoped-tls",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lru"
|
|
version = "0.12.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
|
dependencies = [
|
|
"hashbrown 0.15.5",
|
|
]
|
|
|
|
[[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 = "lru-slab"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
|
|
[[package]]
|
|
name = "machine_without_signed_mul_div"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"circuit_common",
|
|
"prover",
|
|
"serde",
|
|
"serde_json",
|
|
"verifier_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "macro-string"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "malachite"
|
|
version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2fbdf9cb251732db30a7200ebb6ae5d22fe8e11397364416617d2c2cf0c51cb5"
|
|
dependencies = [
|
|
"malachite-base",
|
|
"malachite-float",
|
|
"malachite-nz",
|
|
"malachite-q",
|
|
]
|
|
|
|
[[package]]
|
|
name = "malachite-base"
|
|
version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ea0ed76adf7defc1a92240b5c36d5368cfe9251640dcce5bd2d0b7c1fd87aeb"
|
|
dependencies = [
|
|
"hashbrown 0.14.5",
|
|
"itertools 0.11.0",
|
|
"libm",
|
|
"ryu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "malachite-float"
|
|
version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af9d20db1c73759c1377db7b27575df6f2eab7368809dd62c0a715dc1bcc39f7"
|
|
dependencies = [
|
|
"itertools 0.11.0",
|
|
"malachite-base",
|
|
"malachite-nz",
|
|
"malachite-q",
|
|
]
|
|
|
|
[[package]]
|
|
name = "malachite-nz"
|
|
version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34a79feebb2bc9aa7762047c8e5495269a367da6b5a90a99882a0aeeac1841f7"
|
|
dependencies = [
|
|
"itertools 0.11.0",
|
|
"libm",
|
|
"malachite-base",
|
|
]
|
|
|
|
[[package]]
|
|
name = "malachite-q"
|
|
version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50f235d5747b1256b47620f5640c2a17a88c7569eebdf27cd9cb130e1a619191"
|
|
dependencies = [
|
|
"itertools 0.11.0",
|
|
"malachite-base",
|
|
"malachite-nz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "malloc_buf"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "managed"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
|
|
|
|
[[package]]
|
|
name = "matchers"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
dependencies = [
|
|
"regex-automata",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matchit"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
[[package]]
|
|
name = "matchit"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
|
|
|
[[package]]
|
|
name = "matrixmultiply"
|
|
version = "0.3.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
|
|
dependencies = [
|
|
"autocfg",
|
|
"rawpointer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "md-5"
|
|
version = "0.10.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mem-common"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"clap",
|
|
"fields",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"static_assertions",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mem-planner-cpp"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"mem-common",
|
|
"proofman-common",
|
|
"proofman-util",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
|
|
[[package]]
|
|
name = "memfd"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
|
|
dependencies = [
|
|
"rustix 1.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.9.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memory-stats"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c73f5c649995a115e1a0220b35e4df0a1294500477f97a91d0660fb5abeb574a"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memuse"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d97bbf43eb4f088f8ca469930cde17fa036207c9a5e02ccc5107c4e8b17c964"
|
|
|
|
[[package]]
|
|
name = "merlin"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
|
|
dependencies = [
|
|
"byteorder",
|
|
"keccak",
|
|
"rand_core 0.6.4",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "metal"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"block",
|
|
"core-graphics-types",
|
|
"foreign-types 0.5.0",
|
|
"log",
|
|
"objc",
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "metrics"
|
|
version = "0.23.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3045b4193fbdc5b5681f32f11070da9be3609f189a79f3390706d42587f46bb5"
|
|
dependencies = [
|
|
"ahash",
|
|
"portable-atomic",
|
|
]
|
|
|
|
[[package]]
|
|
name = "metrics-tracing-context"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62a6a1f7141f1d9bc7a886b87536bbfc97752e08b369e1e0453a9acfab5f5da4"
|
|
dependencies = [
|
|
"indexmap 2.13.0",
|
|
"itoa",
|
|
"lockfree-object-pool",
|
|
"metrics",
|
|
"metrics-util",
|
|
"once_cell",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "metrics-util"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4259040465c955f9f2f1a4a8a16dc46726169bca0f88e8fb2dbeced487c3e828"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
"hashbrown 0.14.5",
|
|
"indexmap 2.13.0",
|
|
"metrics",
|
|
"num_cpus",
|
|
"ordered-float",
|
|
"quanta",
|
|
"radix_trie",
|
|
"sketches-ddsketch",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-air"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"miden-core",
|
|
"miden-utils-indexing",
|
|
"thiserror 2.0.18",
|
|
"winter-air",
|
|
"winter-prover",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-assembly"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"log",
|
|
"miden-assembly-syntax",
|
|
"miden-core",
|
|
"miden-mast-package",
|
|
"smallvec",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-assembly-syntax"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"lalrpop 0.22.2",
|
|
"lalrpop-util 0.22.2",
|
|
"log",
|
|
"miden-core",
|
|
"miden-debug-types",
|
|
"miden-utils-diagnostics",
|
|
"midenc-hir-type",
|
|
"proptest",
|
|
"regex",
|
|
"rustc_version 0.4.1",
|
|
"semver 1.0.27",
|
|
"smallvec",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-core"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"derive_more 2.1.1",
|
|
"itertools 0.14.0",
|
|
"miden-crypto",
|
|
"miden-debug-types",
|
|
"miden-formatting",
|
|
"miden-utils-core-derive",
|
|
"miden-utils-indexing",
|
|
"num-derive",
|
|
"num-traits",
|
|
"thiserror 2.0.18",
|
|
"winter-math",
|
|
"winter-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-core-lib"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"env_logger",
|
|
"fs-err",
|
|
"miden-assembly",
|
|
"miden-core",
|
|
"miden-crypto",
|
|
"miden-processor",
|
|
"miden-utils-sync",
|
|
"sha2",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-crypto"
|
|
version = "0.19.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e28b6e110f339c2edc2760a8cb94863f0a055ee658a49bc90c8560eff2feef4"
|
|
dependencies = [
|
|
"blake3",
|
|
"cc",
|
|
"chacha20poly1305",
|
|
"curve25519-dalek",
|
|
"ed25519-dalek",
|
|
"flume",
|
|
"glob",
|
|
"hkdf",
|
|
"k256",
|
|
"miden-crypto-derive",
|
|
"num",
|
|
"num-complex",
|
|
"rand 0.9.2",
|
|
"rand_chacha 0.9.0",
|
|
"rand_core 0.9.5",
|
|
"rand_hc",
|
|
"sha2",
|
|
"sha3",
|
|
"subtle",
|
|
"thiserror 2.0.18",
|
|
"winter-crypto",
|
|
"winter-math",
|
|
"winter-utils",
|
|
"x25519-dalek",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-crypto-derive"
|
|
version = "0.19.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f40e95b9c7c99ed6bbf073d9e02721d812dedd2c195019c0a0e0a3dbb9cbf034"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-debug-types"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"memchr",
|
|
"miden-crypto",
|
|
"miden-formatting",
|
|
"miden-miette",
|
|
"miden-utils-indexing",
|
|
"miden-utils-sync",
|
|
"paste",
|
|
"serde",
|
|
"serde_spanned 1.0.4",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-formatting"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e392e0a8c34b32671012b439de35fa8987bf14f0f8aac279b97f8b8cc6e263b"
|
|
dependencies = [
|
|
"unicode-width 0.1.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-mast-package"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"derive_more 2.1.1",
|
|
"miden-assembly-syntax",
|
|
"miden-core",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-miette"
|
|
version = "8.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eef536978f24a179d94fa2a41e4f92b28e7d8aab14b8d23df28ad2a3d7098b20"
|
|
dependencies = [
|
|
"backtrace",
|
|
"backtrace-ext",
|
|
"cfg-if",
|
|
"futures",
|
|
"indenter",
|
|
"lazy_static",
|
|
"miden-miette-derive",
|
|
"owo-colors",
|
|
"regex",
|
|
"rustc_version 0.2.3",
|
|
"rustversion",
|
|
"serde_json",
|
|
"spin 0.9.8",
|
|
"strip-ansi-escapes",
|
|
"supports-color",
|
|
"supports-hyperlinks",
|
|
"supports-unicode",
|
|
"syn 2.0.116",
|
|
"terminal_size",
|
|
"textwrap",
|
|
"thiserror 2.0.18",
|
|
"trybuild",
|
|
"unicode-width 0.1.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-miette-derive"
|
|
version = "8.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86a905f3ea65634dd4d1041a4f0fd0a3e77aa4118341d265af1a94339182222f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-processor"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"miden-air",
|
|
"miden-core",
|
|
"miden-debug-types",
|
|
"miden-utils-diagnostics",
|
|
"miden-utils-indexing",
|
|
"paste",
|
|
"rayon",
|
|
"thiserror 2.0.18",
|
|
"tokio",
|
|
"tracing",
|
|
"winter-prover",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-prover"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"miden-air",
|
|
"miden-debug-types",
|
|
"miden-processor",
|
|
"tracing",
|
|
"winter-maybe-async",
|
|
"winter-prover",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-utils-core-derive"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-utils-diagnostics"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"miden-crypto",
|
|
"miden-debug-types",
|
|
"miden-miette",
|
|
"paste",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-utils-indexing"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-utils-sync"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"lock_api",
|
|
"loom",
|
|
"parking_lot",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miden-verifier"
|
|
version = "0.20.4"
|
|
source = "git+https://github.com/0xPolygonMiden/miden-vm.git?tag=v0.20.4#2e66bd28d4b0f6cc785c712323a77cfe8fd7678e"
|
|
dependencies = [
|
|
"miden-air",
|
|
"miden-core",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
"winter-verifier",
|
|
]
|
|
|
|
[[package]]
|
|
name = "midenc-hir-type"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d4cfab04baffdda3fb9eafa5f873604059b89a1699aa95e4f1057397a69f0b5"
|
|
dependencies = [
|
|
"miden-formatting",
|
|
"smallvec",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
[[package]]
|
|
name = "minimal-lexical"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.8.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
dependencies = [
|
|
"adler2",
|
|
"simd-adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
|
dependencies = [
|
|
"libc",
|
|
"wasi",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mpi"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41457b69d35846af2fec1877a4f3b866a72b6ab2c9500218f115e65e10993b21"
|
|
dependencies = [
|
|
"build-probe-mpi",
|
|
"conv",
|
|
"libffi",
|
|
"mpi-sys",
|
|
"once_cell",
|
|
"smallvec",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mpi-sys"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f655543f54b263cbc3d2456bf714bd807d66a33eff8f70136687f0776d34f76"
|
|
dependencies = [
|
|
"bindgen 0.69.5",
|
|
"build-probe-mpi",
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "msvc-demangler"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbeff6bd154a309b2ada5639b2661ca6ae4599b34e8487dc276d2cd637da2d76"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mti"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9563a7d5556636e74bbd8773241fbcbc5c89b9f6bfdc97b29b56e740c2c74b9"
|
|
dependencies = [
|
|
"typeid_prefix",
|
|
"typeid_suffix",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multimap"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
[[package]]
|
|
name = "multimap"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
|
|
|
|
[[package]]
|
|
name = "munge"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e17401f259eba956ca16491461b6e8f72913a0a114e39736ce404410f915a0c"
|
|
dependencies = [
|
|
"munge_macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "munge_macro"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4568f25ccbd45ab5d5603dc34318c1ec56b117531781260002151b8530a9f931"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "named-sem"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0875efe1a57a20d0cee7034499aa9d764b3c7525563fa3c3f16a2ccf01ddfa04"
|
|
dependencies = [
|
|
"libc",
|
|
"thiserror 2.0.18",
|
|
"windows 0.61.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nanorand"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
dependencies = [
|
|
"getrandom 0.2.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "native-tls"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d5d26952a508f321b4d3d2e80e78fc2603eaefcdf0c30783867f19586518bdc"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"openssl",
|
|
"openssl-probe 0.2.1",
|
|
"openssl-sys",
|
|
"schannel",
|
|
"security-framework 3.6.0",
|
|
"security-framework-sys",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndarray"
|
|
version = "0.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
|
|
dependencies = [
|
|
"matrixmultiply",
|
|
"num-complex",
|
|
"num-integer",
|
|
"num-traits",
|
|
"portable-atomic",
|
|
"portable-atomic-util",
|
|
"rawpointer",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "new_debug_unreachable"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
|
|
[[package]]
|
|
name = "nexus-common"
|
|
version = "0.3.6"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"rrs-lib 0.1.0 (git+https://github.com/GregAC/rrs/)",
|
|
"serde",
|
|
"thiserror 2.0.18",
|
|
"variant_count",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nexus-core"
|
|
version = "0.3.6"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"nexus-vm",
|
|
"nexus-vm-prover",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nexus-precompile-macros"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"nexus-common",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde",
|
|
"serde_json",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nexus-precompiles"
|
|
version = "0.3.6"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"nexus-common",
|
|
"nexus-precompile-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nexus-profiler"
|
|
version = "0.3.6"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"pprof",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nexus-rt"
|
|
version = "0.3.6"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"nexus-rt-macros",
|
|
"postcard",
|
|
"serde",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nexus-rt-macros"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nexus-sdk"
|
|
version = "0.3.6"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"crypto",
|
|
"crypto-common",
|
|
"nexus-common",
|
|
"nexus-core",
|
|
"nexus-sdk-macros",
|
|
"postcard",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
"uuid 1.21.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nexus-sdk-macros"
|
|
version = "0.3.6"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"nexus-profiler",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nexus-vm"
|
|
version = "0.3.6"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"elf",
|
|
"itertools 0.14.0",
|
|
"nexus-common",
|
|
"nexus-precompiles",
|
|
"num-derive",
|
|
"num-traits",
|
|
"once_cell",
|
|
"rangemap",
|
|
"rrs-lib 0.1.0 (git+https://github.com/GregAC/rrs/)",
|
|
"rustc-hash 2.1.1",
|
|
"serde",
|
|
"serde_arrays 0.2.0",
|
|
"tempfile",
|
|
"thiserror 2.0.18",
|
|
"tiny-keccak",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
"tracing-test",
|
|
"variant_count",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nexus-vm-prover"
|
|
version = "0.3.6"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"itertools 0.13.0",
|
|
"nexus-common",
|
|
"nexus-vm",
|
|
"nexus-vm-prover-macros",
|
|
"num-traits",
|
|
"rayon",
|
|
"serde",
|
|
"stwo",
|
|
"stwo-constraint-framework",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nexus-vm-prover-macros"
|
|
version = "0.3.6"
|
|
source = "git+https://github.com/nexus-xyz/nexus-zkvm.git?tag=v0.3.6#f2ad12652c39dc516a116447a53f8557f64a7f7d"
|
|
dependencies = [
|
|
"convert_case 0.7.1",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nibble_vec"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
dependencies = [
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.26.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"cfg-if",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.30.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"cfg-if",
|
|
"cfg_aliases",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "no_std_strings"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a5b0c77c1b780822bc749a33e39aeb2c07584ab93332303babeabb645298a76e"
|
|
|
|
[[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 = "non_determinism_source"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
|
|
[[package]]
|
|
name = "ntapi"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nu-ansi-term"
|
|
version = "0.50.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[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",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint-dig"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libm",
|
|
"num-integer",
|
|
"num-iter",
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"zeroize",
|
|
]
|
|
|
|
[[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.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
|
|
|
|
[[package]]
|
|
name = "num-derive"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64a5fe11d4135c3bcdf3a95b18b194afa9608a5f6ff034f5d857bc9a27fb0119"
|
|
dependencies = [
|
|
"num-bigint 0.4.6",
|
|
"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 0.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-prime"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e238432a7881ec7164503ccc516c014bf009be7984cde1ba56837862543bdec3"
|
|
dependencies = [
|
|
"bitvec",
|
|
"either",
|
|
"lru",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-modular 0.5.1",
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[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",
|
|
"libm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
|
|
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.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
|
|
dependencies = [
|
|
"num_enum_derive 0.7.5",
|
|
"rustversion",
|
|
]
|
|
|
|
[[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.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
|
|
dependencies = [
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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 = "nums"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf3c74f925fb8cfc49a8022f2afce48a0683b70f9e439885594e84c5edbf5b01"
|
|
dependencies = [
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nvtx"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad2e855e8019f99e4b94ac33670eb4e4f570a2e044f3749a0b2c7f83b841e52c"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nybbles"
|
|
version = "0.4.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d49ff0c0d00d4a502b39df9af3a525e1efeb14b9dabb5bb83335284c1309210"
|
|
dependencies = [
|
|
"alloy-rlp",
|
|
"cfg-if",
|
|
"proptest",
|
|
"ruint",
|
|
"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 = "objc2"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
|
|
dependencies = [
|
|
"objc2-encode",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc2-core-foundation"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc2-encode"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
|
|
|
|
[[package]]
|
|
name = "objc2-io-kit"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
|
|
dependencies = [
|
|
"libc",
|
|
"objc2-core-foundation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.35.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
|
|
dependencies = [
|
|
"flate2",
|
|
"memchr",
|
|
"ruzstd 0.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.36.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"flate2",
|
|
"hashbrown 0.15.5",
|
|
"indexmap 2.13.0",
|
|
"memchr",
|
|
"ruzstd 0.7.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.37.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
|
|
dependencies = [
|
|
"flate2",
|
|
"memchr",
|
|
"ruzstd 0.8.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "oid-registry"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
|
|
dependencies = [
|
|
"asn1-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.21.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
dependencies = [
|
|
"portable-atomic",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell_polyfill"
|
|
version = "1.70.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
|
|
[[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.75"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
|
|
dependencies = [
|
|
"bitflags 2.11.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.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.111"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "opentelemetry"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b69a91d4893e713e06f724597ad630f1fa76057a5e1026c0ca67054a9032a76"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
"js-sys",
|
|
"once_cell",
|
|
"pin-project-lite",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"getrandom 0.2.17",
|
|
"getrandom 0.3.4",
|
|
"num-bigint 0.4.6",
|
|
"openvm-custom-insn",
|
|
"openvm-platform",
|
|
"openvm-rv32im-guest",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-algebra-circuit"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"blstrs",
|
|
"cfg-if",
|
|
"derive-new 0.6.0",
|
|
"derive_more 1.0.0",
|
|
"eyre",
|
|
"halo2curves-axiom",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"openvm-algebra-transpiler",
|
|
"openvm-circuit",
|
|
"openvm-circuit-derive",
|
|
"openvm-circuit-primitives",
|
|
"openvm-circuit-primitives-derive",
|
|
"openvm-cuda-backend",
|
|
"openvm-cuda-builder",
|
|
"openvm-cuda-common",
|
|
"openvm-instructions",
|
|
"openvm-mod-circuit-builder",
|
|
"openvm-rv32-adapters",
|
|
"openvm-rv32im-circuit",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_with",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-algebra-complex-macros"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-macros-common",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-algebra-guest"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"halo2curves-axiom",
|
|
"num-bigint 0.4.6",
|
|
"once_cell",
|
|
"openvm-algebra-complex-macros",
|
|
"openvm-algebra-moduli-macros",
|
|
"openvm-custom-insn",
|
|
"openvm-rv32im-guest",
|
|
"serde-big-array",
|
|
"strum_macros 0.26.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-algebra-moduli-macros"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"num-bigint 0.4.6",
|
|
"num-prime",
|
|
"openvm-macros-common",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-algebra-transpiler"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-algebra-guest",
|
|
"openvm-instructions",
|
|
"openvm-instructions-derive",
|
|
"openvm-stark-backend",
|
|
"openvm-transpiler",
|
|
"rrs-lib 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-bigint-circuit"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"derive-new 0.6.0",
|
|
"derive_more 1.0.0",
|
|
"openvm-bigint-transpiler",
|
|
"openvm-circuit",
|
|
"openvm-circuit-derive",
|
|
"openvm-circuit-primitives",
|
|
"openvm-circuit-primitives-derive",
|
|
"openvm-cuda-backend",
|
|
"openvm-cuda-builder",
|
|
"openvm-cuda-common",
|
|
"openvm-instructions",
|
|
"openvm-rv32-adapters",
|
|
"openvm-rv32im-circuit",
|
|
"openvm-rv32im-transpiler",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-bigint-guest"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-platform",
|
|
"strum_macros 0.26.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-bigint-transpiler"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-bigint-guest",
|
|
"openvm-instructions",
|
|
"openvm-instructions-derive",
|
|
"openvm-rv32im-transpiler",
|
|
"openvm-stark-backend",
|
|
"openvm-transpiler",
|
|
"rrs-lib 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-build"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"cargo_metadata 0.18.1",
|
|
"eyre",
|
|
"openvm-platform",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-circuit"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"abi_stable",
|
|
"backtrace",
|
|
"cfg-if",
|
|
"dashmap",
|
|
"derivative",
|
|
"derive-new 0.6.0",
|
|
"derive_more 1.0.0",
|
|
"enum_dispatch",
|
|
"eyre",
|
|
"getset",
|
|
"itertools 0.14.0",
|
|
"libc",
|
|
"libloading 0.8.9",
|
|
"memmap2",
|
|
"openvm-circuit-derive",
|
|
"openvm-circuit-primitives",
|
|
"openvm-circuit-primitives-derive",
|
|
"openvm-cuda-backend",
|
|
"openvm-cuda-builder",
|
|
"openvm-cuda-common",
|
|
"openvm-instructions",
|
|
"openvm-poseidon2-air",
|
|
"openvm-rv32im-transpiler",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"p3-baby-bear 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"rustc-hash 2.1.1",
|
|
"serde",
|
|
"serde-big-array",
|
|
"static_assertions",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-circuit-derive"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-circuit-primitives"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"derive-new 0.6.0",
|
|
"itertools 0.14.0",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"openvm-circuit-primitives-derive",
|
|
"openvm-cuda-backend",
|
|
"openvm-cuda-builder",
|
|
"openvm-cuda-common",
|
|
"openvm-stark-backend",
|
|
"rand 0.8.5",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-circuit-primitives-derive"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-continuations"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"derivative",
|
|
"openvm-circuit",
|
|
"openvm-native-compiler",
|
|
"openvm-native-recursion",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"serde",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-cuda-backend"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/openvm-org/stark-backend.git?tag=v1.2.3#abd3c8508bac5409deca284928fc37219448403a"
|
|
dependencies = [
|
|
"bincode 2.0.1",
|
|
"bincode_derive",
|
|
"derivative",
|
|
"derive-new 0.7.0",
|
|
"itertools 0.14.0",
|
|
"lazy_static",
|
|
"metrics",
|
|
"openvm-cuda-builder",
|
|
"openvm-cuda-common",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"p3-baby-bear 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-fri 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-merkle-tree 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rustc-hash 2.1.1",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-cuda-builder"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/openvm-org/stark-backend.git?tag=v1.2.3#abd3c8508bac5409deca284928fc37219448403a"
|
|
dependencies = [
|
|
"cc",
|
|
"glob",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-cuda-common"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/openvm-org/stark-backend.git?tag=v1.2.3#abd3c8508bac5409deca284928fc37219448403a"
|
|
dependencies = [
|
|
"bytesize",
|
|
"ctor 0.5.0",
|
|
"lazy_static",
|
|
"metrics",
|
|
"openvm-cuda-builder",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-custom-insn"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-ecc-circuit"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"blstrs",
|
|
"cfg-if",
|
|
"derive-new 0.6.0",
|
|
"derive_more 1.0.0",
|
|
"halo2curves-axiom",
|
|
"hex-literal",
|
|
"lazy_static",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"once_cell",
|
|
"openvm-algebra-circuit",
|
|
"openvm-circuit",
|
|
"openvm-circuit-derive",
|
|
"openvm-circuit-primitives",
|
|
"openvm-cuda-backend",
|
|
"openvm-cuda-common",
|
|
"openvm-ecc-transpiler",
|
|
"openvm-instructions",
|
|
"openvm-mod-circuit-builder",
|
|
"openvm-rv32-adapters",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_with",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-ecc-guest"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"ecdsa",
|
|
"elliptic-curve",
|
|
"group 0.13.0",
|
|
"halo2curves-axiom",
|
|
"once_cell",
|
|
"openvm",
|
|
"openvm-algebra-guest",
|
|
"openvm-custom-insn",
|
|
"openvm-ecc-sw-macros",
|
|
"openvm-rv32im-guest",
|
|
"serde",
|
|
"strum_macros 0.26.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-ecc-sw-macros"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-macros-common",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-ecc-transpiler"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-ecc-guest",
|
|
"openvm-instructions",
|
|
"openvm-instructions-derive",
|
|
"openvm-stark-backend",
|
|
"openvm-transpiler",
|
|
"rrs-lib 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-instructions"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"backtrace",
|
|
"derive-new 0.6.0",
|
|
"itertools 0.14.0",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"openvm-instructions-derive",
|
|
"openvm-stark-backend",
|
|
"serde",
|
|
"strum 0.26.3",
|
|
"strum_macros 0.26.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-instructions-derive"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-keccak256-circuit"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"derive-new 0.6.0",
|
|
"derive_more 1.0.0",
|
|
"itertools 0.14.0",
|
|
"openvm-circuit",
|
|
"openvm-circuit-derive",
|
|
"openvm-circuit-primitives",
|
|
"openvm-circuit-primitives-derive",
|
|
"openvm-cuda-backend",
|
|
"openvm-cuda-builder",
|
|
"openvm-cuda-common",
|
|
"openvm-instructions",
|
|
"openvm-keccak256-transpiler",
|
|
"openvm-rv32im-circuit",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"p3-keccak-air 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"strum 0.26.3",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-keccak256-guest"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-platform",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-keccak256-transpiler"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-instructions",
|
|
"openvm-instructions-derive",
|
|
"openvm-keccak256-guest",
|
|
"openvm-stark-backend",
|
|
"openvm-transpiler",
|
|
"rrs-lib 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-macros-common"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-mod-circuit-builder"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"cuda-runtime-sys",
|
|
"itertools 0.14.0",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"openvm-circuit",
|
|
"openvm-circuit-primitives",
|
|
"openvm-cuda-backend",
|
|
"openvm-cuda-builder",
|
|
"openvm-cuda-common",
|
|
"openvm-instructions",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"rand 0.8.5",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-native-circuit"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"derive-new 0.6.0",
|
|
"derive_more 1.0.0",
|
|
"eyre",
|
|
"itertools 0.14.0",
|
|
"openvm-circuit",
|
|
"openvm-circuit-derive",
|
|
"openvm-circuit-primitives",
|
|
"openvm-circuit-primitives-derive",
|
|
"openvm-cuda-backend",
|
|
"openvm-cuda-builder",
|
|
"openvm-cuda-common",
|
|
"openvm-instructions",
|
|
"openvm-native-compiler",
|
|
"openvm-poseidon2-air",
|
|
"openvm-rv32im-circuit",
|
|
"openvm-rv32im-transpiler",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"static_assertions",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-native-compiler"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"backtrace",
|
|
"itertools 0.14.0",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"openvm-circuit",
|
|
"openvm-instructions",
|
|
"openvm-instructions-derive",
|
|
"openvm-native-compiler-derive",
|
|
"openvm-rv32im-transpiler",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"serde",
|
|
"strum 0.26.3",
|
|
"strum_macros 0.26.4",
|
|
"zkhash 0.2.0 (git+https://github.com/HorizenLabs/poseidon2.git?rev=bb476b9)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-native-compiler-derive"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-native-recursion"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"itertools 0.14.0",
|
|
"lazy_static",
|
|
"openvm-circuit",
|
|
"openvm-native-circuit",
|
|
"openvm-native-compiler",
|
|
"openvm-native-compiler-derive",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-fri 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-merkle-tree 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-native-transpiler"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-instructions",
|
|
"openvm-transpiler",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-pairing-circuit"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"derive-new 0.6.0",
|
|
"derive_more 1.0.0",
|
|
"eyre",
|
|
"halo2curves-axiom",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"openvm-algebra-circuit",
|
|
"openvm-circuit",
|
|
"openvm-circuit-derive",
|
|
"openvm-circuit-primitives",
|
|
"openvm-cuda-backend",
|
|
"openvm-ecc-circuit",
|
|
"openvm-ecc-guest",
|
|
"openvm-instructions",
|
|
"openvm-mod-circuit-builder",
|
|
"openvm-pairing-guest",
|
|
"openvm-pairing-transpiler",
|
|
"openvm-rv32im-circuit",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-pairing-guest"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"blstrs",
|
|
"halo2curves-axiom",
|
|
"hex-literal",
|
|
"itertools 0.14.0",
|
|
"lazy_static",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"openvm",
|
|
"openvm-algebra-guest",
|
|
"openvm-algebra-moduli-macros",
|
|
"openvm-custom-insn",
|
|
"openvm-ecc-guest",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"strum_macros 0.26.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-pairing-transpiler"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-instructions",
|
|
"openvm-pairing-guest",
|
|
"openvm-stark-backend",
|
|
"openvm-transpiler",
|
|
"rrs-lib 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-platform"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"critical-section",
|
|
"embedded-alloc",
|
|
"libm",
|
|
"openvm-custom-insn",
|
|
"openvm-rv32im-guest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-poseidon2-air"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"derivative",
|
|
"lazy_static",
|
|
"openvm-cuda-builder",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"p3-monty-31 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-poseidon2-air",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"zkhash 0.2.0 (git+https://github.com/HorizenLabs/poseidon2.git?rev=bb476b9)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-rv32-adapters"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"derive-new 0.6.0",
|
|
"itertools 0.14.0",
|
|
"openvm-circuit",
|
|
"openvm-circuit-primitives",
|
|
"openvm-circuit-primitives-derive",
|
|
"openvm-instructions",
|
|
"openvm-rv32im-circuit",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-rv32im-circuit"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"derive-new 0.6.0",
|
|
"derive_more 1.0.0",
|
|
"eyre",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"openvm-circuit",
|
|
"openvm-circuit-derive",
|
|
"openvm-circuit-primitives",
|
|
"openvm-circuit-primitives-derive",
|
|
"openvm-cuda-backend",
|
|
"openvm-cuda-builder",
|
|
"openvm-cuda-common",
|
|
"openvm-instructions",
|
|
"openvm-rv32im-transpiler",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-rv32im-guest"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-custom-insn",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"strum_macros 0.26.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-rv32im-transpiler"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-instructions",
|
|
"openvm-instructions-derive",
|
|
"openvm-rv32im-guest",
|
|
"openvm-stark-backend",
|
|
"openvm-transpiler",
|
|
"rrs-lib 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde",
|
|
"strum 0.26.3",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-sdk"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"bitcode",
|
|
"bon",
|
|
"cfg-if",
|
|
"clap",
|
|
"derivative",
|
|
"derive_more 1.0.0",
|
|
"eyre",
|
|
"getset",
|
|
"hex",
|
|
"itertools 0.14.0",
|
|
"metrics",
|
|
"num-bigint 0.4.6",
|
|
"openvm",
|
|
"openvm-algebra-circuit",
|
|
"openvm-algebra-transpiler",
|
|
"openvm-bigint-circuit",
|
|
"openvm-bigint-transpiler",
|
|
"openvm-build",
|
|
"openvm-circuit",
|
|
"openvm-continuations",
|
|
"openvm-cuda-backend",
|
|
"openvm-ecc-circuit",
|
|
"openvm-ecc-transpiler",
|
|
"openvm-keccak256-circuit",
|
|
"openvm-keccak256-transpiler",
|
|
"openvm-native-circuit",
|
|
"openvm-native-compiler",
|
|
"openvm-native-recursion",
|
|
"openvm-native-transpiler",
|
|
"openvm-pairing-circuit",
|
|
"openvm-pairing-transpiler",
|
|
"openvm-rv32im-circuit",
|
|
"openvm-rv32im-transpiler",
|
|
"openvm-sha256-circuit",
|
|
"openvm-sha256-transpiler",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"openvm-transpiler",
|
|
"p3-fri 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"rrs-lib 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_with",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"toml 0.8.23",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-sha256-air"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-circuit-primitives",
|
|
"openvm-stark-backend",
|
|
"rand 0.8.5",
|
|
"sha2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-sha256-circuit"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"derive-new 0.6.0",
|
|
"derive_more 1.0.0",
|
|
"openvm-circuit",
|
|
"openvm-circuit-derive",
|
|
"openvm-circuit-primitives",
|
|
"openvm-cuda-backend",
|
|
"openvm-cuda-builder",
|
|
"openvm-cuda-common",
|
|
"openvm-instructions",
|
|
"openvm-rv32im-circuit",
|
|
"openvm-sha256-air",
|
|
"openvm-sha256-transpiler",
|
|
"openvm-stark-backend",
|
|
"openvm-stark-sdk",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"sha2",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-sha256-guest"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-platform",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-sha256-transpiler"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"openvm-instructions",
|
|
"openvm-instructions-derive",
|
|
"openvm-sha256-guest",
|
|
"openvm-stark-backend",
|
|
"openvm-transpiler",
|
|
"rrs-lib 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-stark-backend"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/openvm-org/stark-backend.git?tag=v1.2.3#abd3c8508bac5409deca284928fc37219448403a"
|
|
dependencies = [
|
|
"bitcode",
|
|
"cfg-if",
|
|
"derivative",
|
|
"derive-new 0.7.0",
|
|
"eyre",
|
|
"itertools 0.14.0",
|
|
"p3-air 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-challenger 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-uni-stark 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rayon",
|
|
"rustc-hash 2.1.1",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tikv-jemallocator",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-stark-sdk"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/openvm-org/stark-backend.git?tag=v1.2.3#abd3c8508bac5409deca284928fc37219448403a"
|
|
dependencies = [
|
|
"dashmap",
|
|
"derivative",
|
|
"derive_more 1.0.0",
|
|
"ff 0.13.1",
|
|
"itertools 0.14.0",
|
|
"metrics",
|
|
"metrics-tracing-context",
|
|
"metrics-util",
|
|
"openvm-stark-backend",
|
|
"p3-baby-bear 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-blake3 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-bn254-fr 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-fri 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-goldilocks 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-keccak 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-merkle-tree 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-poseidon",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"static_assertions",
|
|
"toml 0.8.23",
|
|
"tracing",
|
|
"tracing-forest",
|
|
"tracing-subscriber 0.3.22",
|
|
"zkhash 0.2.0 (git+https://github.com/HorizenLabs/poseidon2.git?rev=bb476b9)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvm-transpiler"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/openvm-org/openvm.git?tag=v1.4.3#e8feb93717200e6f334b4f368dd2d0a143f69436"
|
|
dependencies = [
|
|
"elf",
|
|
"eyre",
|
|
"openvm-instructions",
|
|
"openvm-platform",
|
|
"openvm-stark-backend",
|
|
"rrs-lib 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "option-ext"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
[[package]]
|
|
name = "ordered-float"
|
|
version = "4.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "outref"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
|
|
|
[[package]]
|
|
name = "owo-colors"
|
|
version = "4.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-air"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-air"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-air"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-air"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2ce3af7e16cf529b5bf621afdade0ec9950fc3be21ec552257d9d5c2edb4d83"
|
|
dependencies = [
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-matrix 0.3.1-succinct",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-baby-bear"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-mds 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-monty-31 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-baby-bear"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-mds 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-monty-31 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-baby-bear"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dccb50acdb58ed96f73fcef401e01b34602abfd03145cf0cb36aa79e35ca1bb8"
|
|
dependencies = [
|
|
"num-bigint 0.4.6",
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-mds 0.3.1-succinct",
|
|
"p3-poseidon2 0.3.1-succinct",
|
|
"p3-symmetric 0.3.1-succinct",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-blake3"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"blake3",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-blake3"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"blake3",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-bn254-fr"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"ff 0.13.1",
|
|
"halo2curves 0.7.0",
|
|
"num-bigint 0.4.6",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-bn254-fr"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"ff 0.13.1",
|
|
"halo2curves 0.8.0",
|
|
"num-bigint 0.4.6",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-bn254-fr"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"ff 0.13.1",
|
|
"halo2curves 0.7.0",
|
|
"num-bigint 0.4.6",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-bn254-fr"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebf15b2e55afdfc5ef84bb0a2508a96a924f3d86b8b616053ee727293a02121d"
|
|
dependencies = [
|
|
"ff 0.13.1",
|
|
"num-bigint 0.4.6",
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-poseidon2 0.3.1-succinct",
|
|
"p3-symmetric 0.3.1-succinct",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-challenger"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-challenger"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-challenger"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-challenger"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16b647fe6cb51bb873d09aab77cecf3afe38bd94284fc14d04d57d52f0d26666"
|
|
dependencies = [
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-maybe-rayon 0.3.1-succinct",
|
|
"p3-symmetric 0.3.1-succinct",
|
|
"p3-util 0.3.1-succinct",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-circle"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-challenger 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-commit 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-dft 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-fri 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-circle"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-challenger 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-commit 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-dft 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-fri 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-commit"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-challenger 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-dft 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-commit"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"p3-challenger 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-commit"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-challenger 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-dft 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-commit"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10a094ad823789ff19416c64f30eca6afff24d8cac231eb5f729e90ed1fb500b"
|
|
dependencies = [
|
|
"itertools 0.12.1",
|
|
"p3-challenger 0.3.1-succinct",
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-matrix 0.3.1-succinct",
|
|
"p3-util 0.3.1-succinct",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-dft"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-dft"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-dft"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-dft"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8169aac0ed2575c6c44953a7fa162e3dd07f9a22021e36b4db9d8bd15a3373b8"
|
|
dependencies = [
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-matrix 0.3.1-succinct",
|
|
"p3-maybe-rayon 0.3.1-succinct",
|
|
"p3-util 0.3.1-succinct",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-field"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"nums",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-field"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"nums",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-field"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"nums",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-field"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f82ed2dfd1e7d6e8759a9605c71b8a2a543069017dfdb6dafe71e7a2ccca937"
|
|
dependencies = [
|
|
"itertools 0.12.1",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"p3-util 0.3.1-succinct",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-fri"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-challenger 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-commit 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-dft 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-interpolation 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-fri"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"p3-challenger 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-interpolation 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-fri"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-challenger 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-commit 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-dft 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-interpolation 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-fri"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ad549ae26b3b7c184e7699e78ce2e9b9330b34a344e1bb49cdafe999ceab053"
|
|
dependencies = [
|
|
"itertools 0.12.1",
|
|
"p3-challenger 0.3.1-succinct",
|
|
"p3-commit 0.3.1-succinct",
|
|
"p3-dft 0.3.1-succinct",
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-interpolation 0.3.1-succinct",
|
|
"p3-matrix 0.3.1-succinct",
|
|
"p3-maybe-rayon 0.3.1-succinct",
|
|
"p3-util 0.3.1-succinct",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-goldilocks"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"num-bigint 0.4.6",
|
|
"p3-dft 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-mds 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-goldilocks"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"num-bigint 0.4.6",
|
|
"p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-mds 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-poseidon",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-interpolation"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-interpolation"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-interpolation"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-interpolation"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0cdd36ddd351714d67bff73d55ee221270bf36b41efd1e74cacf151b2919178c"
|
|
dependencies = [
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-matrix 0.3.1-succinct",
|
|
"p3-util 0.3.1-succinct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-keccak"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-keccak"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-keccak"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-keccak-air"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"p3-air 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-keccak-air"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"p3-air 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-keccak-air"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"p3-air 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-keccak-air"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "387b833972ad75e4318d525f76766b69a25073237377555fba917126b4b2ec9e"
|
|
dependencies = [
|
|
"p3-air 0.3.1-succinct",
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-matrix 0.3.1-succinct",
|
|
"p3-maybe-rayon 0.3.1-succinct",
|
|
"p3-util 0.3.1-succinct",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-koala-bear"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-mds 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-monty-31 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-koala-bear"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-mds 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-monty-31 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-koala-bear"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-mds 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-monty-31 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-koala-bear"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60e2d5bc3601f6115afd9a55a718bdab49e98d44710438008204d2084d5d70d0"
|
|
dependencies = [
|
|
"num-bigint 0.4.6",
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-mds 0.3.1-succinct",
|
|
"p3-poseidon2 0.3.1-succinct",
|
|
"p3-symmetric 0.3.1-succinct",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-matrix"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
"transpose",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-matrix"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
"transpose",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-matrix"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
"transpose",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-matrix"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ef05490e47c906f102e08493986b1d3c6b6e2c6be9937eaab2c970ccf5385e8"
|
|
dependencies = [
|
|
"itertools 0.12.1",
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-maybe-rayon 0.3.1-succinct",
|
|
"p3-util 0.3.1-succinct",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-maybe-rayon"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-maybe-rayon"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-maybe-rayon"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-maybe-rayon"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3d38c20290b92011f12a3fc040a999197e71e1663614998393a24aee4d430da"
|
|
dependencies = [
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-mds"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-dft 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-mds"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-mds"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-dft 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-mds"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b707ec6432a15661ce67e5fc3abb1c2653e0064030d99c8cece4a049b31ebb1a"
|
|
dependencies = [
|
|
"itertools 0.12.1",
|
|
"p3-dft 0.3.1-succinct",
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-matrix 0.3.1-succinct",
|
|
"p3-symmetric 0.3.1-succinct",
|
|
"p3-util 0.3.1-succinct",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-merkle-tree"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-commit 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-merkle-tree"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-merkle-tree"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-commit 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-merkle-tree"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d3e1fef003be39b4f37116fd15403d93d1473d0e5955d7110687c5b01e394eb"
|
|
dependencies = [
|
|
"itertools 0.12.1",
|
|
"p3-commit 0.3.1-succinct",
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-matrix 0.3.1-succinct",
|
|
"p3-maybe-rayon 0.3.1-succinct",
|
|
"p3-symmetric 0.3.1-succinct",
|
|
"p3-util 0.3.1-succinct",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-mersenne-31"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"num-bigint 0.4.6",
|
|
"p3-dft 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-mds 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-mersenne-31"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"num-bigint 0.4.6",
|
|
"p3-dft 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-mds 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-monty-31"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"num-bigint 0.4.6",
|
|
"p3-dft 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-mds 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
"transpose",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-monty-31"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"num-bigint 0.4.6",
|
|
"p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-mds 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"tracing",
|
|
"transpose",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-monty-31"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"num-bigint 0.4.6",
|
|
"p3-dft 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-mds 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"tracing",
|
|
"transpose",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-poseidon"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-mds 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-poseidon2"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"gcd",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-mds 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-poseidon2"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"gcd",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-mds 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-poseidon2"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"gcd",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-mds 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-poseidon2"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9c6dbf170a3fb4d7556023315a525e08c4b94b572bc307eadbf9065bddaf489"
|
|
dependencies = [
|
|
"gcd",
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-mds 0.3.1-succinct",
|
|
"p3-symmetric 0.3.1-succinct",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-poseidon2-air"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"p3-air 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"rand 0.8.5",
|
|
"tikv-jemallocator",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-symmetric"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-symmetric"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-symmetric"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-symmetric"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7ec3a99c3dc3d55d0e78ef7041e0d90bdfbf03451e4f0bae3f9877af99cabb3"
|
|
dependencies = [
|
|
"itertools 0.12.1",
|
|
"p3-field 0.3.1-succinct",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-uni-stark"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-air 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-challenger 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-commit 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-dft 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-uni-stark"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"p3-air 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-challenger 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb)",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-uni-stark"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"itertools 0.13.0",
|
|
"p3-air 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-challenger 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-commit 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-dft 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-uni-stark"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc32ad338f5a342455c416c4bfa52ba7d979d37da91abc4857e6ed5a4349845f"
|
|
dependencies = [
|
|
"itertools 0.12.1",
|
|
"p3-air 0.3.1-succinct",
|
|
"p3-challenger 0.3.1-succinct",
|
|
"p3-commit 0.3.1-succinct",
|
|
"p3-dft 0.3.1-succinct",
|
|
"p3-field 0.3.1-succinct",
|
|
"p3-matrix 0.3.1-succinct",
|
|
"p3-maybe-rayon 0.3.1-succinct",
|
|
"p3-util 0.3.1-succinct",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-util"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/brevis-network/Plonky3.git?rev=411a80d#411a80deafb89335b5571f9925d584d7f51317e9"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-util"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Plonky3/Plonky3.git?rev=539bbc84085efb609f4f62cb03cf49588388abdb#539bbc84085efb609f4f62cb03cf49588388abdb"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-util"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ProjectZKM/Plonky3#faa24ca4597eebeecbf71b194b71c7d1a99b3f01"
|
|
dependencies = [
|
|
"lock_api",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "p3-util"
|
|
version = "0.3.1-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712473f2a848b672eee90c3b9cd4bfcd3da042112c53a0dc6b088fc3964538ab"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[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 = "pairing"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81fec4625e73cf41ef4bb6846cafa6d44736525f442ba45e407c4a000a13996f"
|
|
dependencies = [
|
|
"group 0.13.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "papergrid"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "608b6444acf7f5ea39e8bd06dd6037e34a4b5ddfb29ae840edad49ea798e9e79"
|
|
dependencies = [
|
|
"unicode-width 0.1.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-scale-codec"
|
|
version = "3.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bitvec",
|
|
"byte-slice-cast",
|
|
"const_format",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec-derive",
|
|
"rustversion",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-scale-codec-derive"
|
|
version = "3.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a"
|
|
dependencies = [
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.12.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
dependencies = [
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.9.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"redox_syscall",
|
|
"smallvec",
|
|
"windows-link 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "password-hash"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
|
dependencies = [
|
|
"base64ct",
|
|
"rand_core 0.6.4",
|
|
"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 0.8.5",
|
|
"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.1",
|
|
"group 0.13.0",
|
|
"hex",
|
|
"lazy_static",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"static_assertions",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paste"
|
|
version = "1.0.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
[[package]]
|
|
name = "path-clean"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
|
|
|
|
[[package]]
|
|
name = "path-slash"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
|
|
|
|
[[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",
|
|
"password-hash",
|
|
"sha2",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[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.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pem-rfc7468"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
dependencies = [
|
|
"base64ct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
|
|
[[package]]
|
|
name = "pest"
|
|
version = "2.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662"
|
|
dependencies = [
|
|
"memchr",
|
|
"ucd-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
dependencies = [
|
|
"fixedbitset 0.4.2",
|
|
"indexmap 2.13.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
|
|
dependencies = [
|
|
"fixedbitset 0.5.7",
|
|
"indexmap 2.13.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
|
|
dependencies = [
|
|
"fixedbitset 0.5.7",
|
|
"hashbrown 0.15.5",
|
|
"indexmap 2.13.0",
|
|
]
|
|
|
|
[[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.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
|
dependencies = [
|
|
"phf_macros",
|
|
"phf_shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
dependencies = [
|
|
"phf_shared",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_macros"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
|
|
dependencies = [
|
|
"phf_generator",
|
|
"phf_shared",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
|
dependencies = [
|
|
"siphasher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pico-derive"
|
|
version = "1.2.2"
|
|
source = "git+https://github.com/brevis-network/pico.git?tag=v1.2.2#57ff6c5c0755f38bfa55a54eda053eae664ebcd2"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pico-patch-libs"
|
|
version = "1.2.2"
|
|
source = "git+https://github.com/brevis-network/pico.git?tag=v1.2.2#57ff6c5c0755f38bfa55a54eda053eae664ebcd2"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pico-sdk"
|
|
version = "1.2.2"
|
|
source = "git+https://github.com/brevis-network/pico.git?tag=v1.2.2#57ff6c5c0755f38bfa55a54eda053eae664ebcd2"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 1.3.3",
|
|
"cfg-if",
|
|
"env_logger",
|
|
"getrandom 0.2.17",
|
|
"hex",
|
|
"lazy_static",
|
|
"libm",
|
|
"log",
|
|
"p3-baby-bear 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-challenger 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-mersenne-31 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"pico-patch-libs",
|
|
"pico-vm",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pico-vm"
|
|
version = "1.2.2"
|
|
source = "git+https://github.com/brevis-network/pico.git?tag=v1.2.2#57ff6c5c0755f38bfa55a54eda053eae664ebcd2"
|
|
dependencies = [
|
|
"anyhow",
|
|
"arrayref",
|
|
"backtrace",
|
|
"bincode 1.3.3",
|
|
"bytemuck",
|
|
"cfg-if",
|
|
"clap",
|
|
"core_affinity",
|
|
"cpu-time",
|
|
"crossbeam",
|
|
"csv",
|
|
"curve25519-dalek",
|
|
"dashmap",
|
|
"dashu",
|
|
"derive_more 2.1.1",
|
|
"elf",
|
|
"elliptic-curve",
|
|
"eyre",
|
|
"ff 0.13.1",
|
|
"halo2curves 0.7.0",
|
|
"hashbrown 0.14.5",
|
|
"hex",
|
|
"hybrid-array",
|
|
"itertools 0.13.0",
|
|
"k256",
|
|
"lazy_static",
|
|
"log",
|
|
"num",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"p256",
|
|
"p3-air 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-baby-bear 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-blake3 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-bn254-fr 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-challenger 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-circle 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-commit 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-dft 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-field 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-fri 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-goldilocks 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-keccak 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-keccak-air 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-mds 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-merkle-tree 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-mersenne-31 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-uni-stark 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"p3-util 0.1.0 (git+https://github.com/brevis-network/Plonky3.git?rev=411a80d)",
|
|
"paste",
|
|
"pico-derive",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
"rayon-scan",
|
|
"rrs-succinct 0.1.0",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_with",
|
|
"snowbridge-amcl",
|
|
"static_assertions",
|
|
"strum 0.26.3",
|
|
"strum_macros 0.26.4",
|
|
"sysinfo 0.30.13",
|
|
"thiserror 1.0.69",
|
|
"tiny-keccak",
|
|
"tracing",
|
|
"tracing-forest",
|
|
"tracing-subscriber 0.3.22",
|
|
"typenum",
|
|
"vec_map",
|
|
"zkhash 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pil-std-lib"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/pil2-proofman.git?branch=pre-develop-0.16.0#312a7cd2b7e5d2a60231db4a6e3fda20b2d92721"
|
|
dependencies = [
|
|
"colored",
|
|
"fields",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"proofman-common",
|
|
"proofman-hints",
|
|
"proofman-util",
|
|
"rayon",
|
|
"rustc-hash 2.1.1",
|
|
"serde",
|
|
"serde_json",
|
|
"tracing",
|
|
"witness",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "1.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
|
dependencies = [
|
|
"pin-project-internal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "pkcs1"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
dependencies = [
|
|
"der",
|
|
"pkcs8",
|
|
"spki",
|
|
]
|
|
|
|
[[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.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
|
|
[[package]]
|
|
name = "poly1305"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
|
|
dependencies = [
|
|
"cpufeatures",
|
|
"opaque-debug",
|
|
"universal-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "portable-atomic"
|
|
version = "1.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
|
|
[[package]]
|
|
name = "portable-atomic-util"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
|
|
dependencies = [
|
|
"portable-atomic",
|
|
]
|
|
|
|
[[package]]
|
|
name = "poseidon2"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"field",
|
|
"non_determinism_source",
|
|
"rand 0.9.2",
|
|
"unroll",
|
|
]
|
|
|
|
[[package]]
|
|
name = "postcard"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
|
|
dependencies = [
|
|
"cobs",
|
|
"crc",
|
|
"embedded-io 0.4.0",
|
|
"embedded-io 0.6.1",
|
|
"heapless 0.7.17",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "potential_utf"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
|
dependencies = [
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "powerfmt"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
[[package]]
|
|
name = "pprof"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef5c97c51bd34c7e742402e216abdeb44d415fbe6ae41d56b114723e953711cb"
|
|
dependencies = [
|
|
"backtrace",
|
|
"cfg-if",
|
|
"findshlibs",
|
|
"libc",
|
|
"log",
|
|
"nix 0.26.4",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"prost 0.12.6",
|
|
"prost-build 0.12.6",
|
|
"prost-derive 0.12.6",
|
|
"sha2",
|
|
"smallvec",
|
|
"symbolic-demangle",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
dependencies = [
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precomp-arith-eq"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"ark-bn254",
|
|
"ark-ff 0.5.0",
|
|
"ark-secp256k1 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ark-secp256r1",
|
|
"ark-std 0.5.0",
|
|
"fields",
|
|
"lazy_static",
|
|
"lib-c",
|
|
"mem-common",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"path-clean",
|
|
"pil-std-lib",
|
|
"precompiles-common",
|
|
"precompiles-helpers",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"regex",
|
|
"rustfmt-wrapper",
|
|
"serde",
|
|
"serde_json",
|
|
"sm-mem",
|
|
"tracing",
|
|
"typenum",
|
|
"witness",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precomp-arith-eq-384"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"ark-bls12-381",
|
|
"ark-bn254",
|
|
"ark-ff 0.5.0",
|
|
"ark-secp256k1 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ark-std 0.5.0",
|
|
"fields",
|
|
"lazy_static",
|
|
"lib-c",
|
|
"mem-common",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"path-clean",
|
|
"pil-std-lib",
|
|
"precomp-arith-eq",
|
|
"precompiles-common",
|
|
"precompiles-helpers",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"regex",
|
|
"rustfmt-wrapper",
|
|
"serde",
|
|
"serde_json",
|
|
"tracing",
|
|
"typenum",
|
|
"witness",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precomp-big-int"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"fields",
|
|
"generic-array 0.14.7",
|
|
"lib-c",
|
|
"mem-common",
|
|
"pil-std-lib",
|
|
"precompiles-common",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"sm-mem",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precomp-dma"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"fields",
|
|
"generic-array 0.14.7",
|
|
"lib-c",
|
|
"mem-common",
|
|
"pil-std-lib",
|
|
"precompiles-common",
|
|
"precompiles-helpers",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"sm-mem",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precomp-keccakf"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"circuit",
|
|
"fields",
|
|
"path-clean",
|
|
"pil-std-lib",
|
|
"precompiles-common",
|
|
"precompiles-helpers",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"tiny-keccak",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precomp-poseidon2"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"fields",
|
|
"mem-common",
|
|
"pil-std-lib",
|
|
"precompiles-common",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"sha2",
|
|
"sm-mem",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precomp-sha256f"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"fields",
|
|
"mem-common",
|
|
"pil-std-lib",
|
|
"precompiles-common",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"sm-mem",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precompiles-common"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"fields",
|
|
"mem-common",
|
|
"sm-mem",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precompiles-helpers"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"ark-bls12-381",
|
|
"ark-bn254",
|
|
"ark-ff 0.5.0",
|
|
"ark-secp256k1 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ark-secp256r1",
|
|
"ark-std 0.5.0",
|
|
"cfg-if",
|
|
"circuit",
|
|
"lib-c",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precompiles-hints"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"lib-c",
|
|
"precompiles-helpers",
|
|
"rayon",
|
|
"rustls 0.23.36",
|
|
"tracing",
|
|
"zisk-common",
|
|
"ziskos-hints",
|
|
]
|
|
|
|
[[package]]
|
|
name = "precomputed-hash"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
[[package]]
|
|
name = "prettyplease"
|
|
version = "0.1.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prettyplease"
|
|
version = "0.2.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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"
|
|
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.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
|
|
dependencies = [
|
|
"toml_edit 0.23.10+spec-1.0.0",
|
|
]
|
|
|
|
[[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.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.106"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proofman"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/pil2-proofman.git?branch=pre-develop-0.16.0#312a7cd2b7e5d2a60231db4a6e3fda20b2d92721"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"blake3",
|
|
"borsh",
|
|
"bytemuck",
|
|
"chrono",
|
|
"colored",
|
|
"crossbeam-channel",
|
|
"csv",
|
|
"curves",
|
|
"fields",
|
|
"libloading 0.8.9",
|
|
"mpi",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"pil-std-lib",
|
|
"proofman-common",
|
|
"proofman-hints",
|
|
"proofman-macros",
|
|
"proofman-starks-lib-c",
|
|
"proofman-util",
|
|
"proofman-verifier",
|
|
"rand 0.9.2",
|
|
"rayon",
|
|
"serde",
|
|
"serde_json",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
"witness",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proofman-common"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/pil2-proofman.git?branch=pre-develop-0.16.0#312a7cd2b7e5d2a60231db4a6e3fda20b2d92721"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"borsh",
|
|
"bytemuck",
|
|
"colored",
|
|
"crossbeam-channel",
|
|
"crossbeam-queue",
|
|
"csv",
|
|
"env",
|
|
"fields",
|
|
"lazy_static",
|
|
"libloading 0.8.9",
|
|
"mpi",
|
|
"num_cpus",
|
|
"proofman-macros",
|
|
"proofman-starks-lib-c",
|
|
"proofman-util",
|
|
"rayon",
|
|
"serde",
|
|
"serde_json",
|
|
"sysinfo 0.35.2",
|
|
"tabled",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
"yansi 1.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proofman-hints"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/pil2-proofman.git?branch=pre-develop-0.16.0#312a7cd2b7e5d2a60231db4a6e3fda20b2d92721"
|
|
dependencies = [
|
|
"fields",
|
|
"itoa",
|
|
"proofman-common",
|
|
"proofman-starks-lib-c",
|
|
"proofman-util",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proofman-macros"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/pil2-proofman.git?branch=pre-develop-0.16.0#312a7cd2b7e5d2a60231db4a6e3fda20b2d92721"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proofman-starks-lib-c"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/pil2-proofman.git?branch=pre-develop-0.16.0#312a7cd2b7e5d2a60231db4a6e3fda20b2d92721"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proofman-util"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/pil2-proofman.git?branch=pre-develop-0.16.0#312a7cd2b7e5d2a60231db4a6e3fda20b2d92721"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"bytemuck",
|
|
"colored",
|
|
"serde",
|
|
"sysinfo 0.35.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proofman-verifier"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/pil2-proofman.git?branch=pre-develop-0.16.0#312a7cd2b7e5d2a60231db4a6e3fda20b2d92721"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"fields",
|
|
"proofman-util",
|
|
"rayon",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proptest"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"
|
|
dependencies = [
|
|
"bit-set 0.8.0",
|
|
"bit-vec 0.8.0",
|
|
"bitflags 2.11.0",
|
|
"num-traits",
|
|
"rand 0.9.2",
|
|
"rand_chacha 0.9.0",
|
|
"rand_xorshift 0.4.0",
|
|
"regex-syntax",
|
|
"rusty-fork",
|
|
"tempfile",
|
|
"unarray",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.11.9",
|
|
]
|
|
|
|
[[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.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.13.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.14.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.14.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
|
|
dependencies = [
|
|
"bytes",
|
|
"heck 0.4.1",
|
|
"itertools 0.10.5",
|
|
"lazy_static",
|
|
"log",
|
|
"multimap 0.8.3",
|
|
"petgraph 0.6.5",
|
|
"prettyplease 0.1.25",
|
|
"prost 0.11.9",
|
|
"prost-types 0.11.9",
|
|
"regex",
|
|
"syn 1.0.109",
|
|
"tempfile",
|
|
"which",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.12.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
|
|
dependencies = [
|
|
"bytes",
|
|
"heck 0.5.0",
|
|
"itertools 0.12.1",
|
|
"log",
|
|
"multimap 0.10.1",
|
|
"once_cell",
|
|
"petgraph 0.6.5",
|
|
"prettyplease 0.2.37",
|
|
"prost 0.12.6",
|
|
"prost-types 0.12.6",
|
|
"regex",
|
|
"syn 2.0.116",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.13.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"itertools 0.14.0",
|
|
"log",
|
|
"multimap 0.10.1",
|
|
"once_cell",
|
|
"petgraph 0.7.1",
|
|
"prettyplease 0.2.37",
|
|
"prost 0.13.5",
|
|
"prost-types 0.13.5",
|
|
"regex",
|
|
"syn 2.0.116",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.14.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"itertools 0.14.0",
|
|
"log",
|
|
"multimap 0.10.1",
|
|
"petgraph 0.8.3",
|
|
"prettyplease 0.2.37",
|
|
"prost 0.14.3",
|
|
"prost-types 0.14.3",
|
|
"pulldown-cmark",
|
|
"pulldown-cmark-to-cmark",
|
|
"regex",
|
|
"syn 2.0.116",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools 0.10.5",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[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.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.13.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools 0.14.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.14.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools 0.14.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
|
dependencies = [
|
|
"prost 0.11.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.12.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
|
|
dependencies = [
|
|
"prost 0.12.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.13.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
|
|
dependencies = [
|
|
"prost 0.13.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.14.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7"
|
|
dependencies = [
|
|
"prost 0.14.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prover"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"bit-set 0.8.0",
|
|
"blake2s_u32",
|
|
"cs",
|
|
"fft",
|
|
"field",
|
|
"itertools 0.14.0",
|
|
"lib-rv32-asm",
|
|
"non_determinism_source",
|
|
"poseidon2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rayon",
|
|
"risc_v_simulator",
|
|
"seq-macro",
|
|
"serde",
|
|
"serde_json",
|
|
"syn 2.0.116",
|
|
"trace_holder",
|
|
"transcript",
|
|
"unroll",
|
|
"worker",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ptr_meta"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79"
|
|
dependencies = [
|
|
"ptr_meta_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ptr_meta_derive"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "puffin"
|
|
version = "0.19.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa9dae7b05c02ec1a6bc9bcf20d8bc64a7dcbf57934107902a872014899b741f"
|
|
dependencies = [
|
|
"anyhow",
|
|
"byteorder",
|
|
"cfg-if",
|
|
"itertools 0.10.5",
|
|
"once_cell",
|
|
"parking_lot",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pulldown-cmark"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"memchr",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pulldown-cmark-to-cmark"
|
|
version = "22.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50793def1b900256624a709439404384204a5dc3a6ec580281bfaac35e882e90"
|
|
dependencies = [
|
|
"pulldown-cmark",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quanta"
|
|
version = "0.12.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
|
|
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-xml"
|
|
version = "0.38.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
dependencies = [
|
|
"bytes",
|
|
"cfg_aliases",
|
|
"pin-project-lite",
|
|
"quinn-proto",
|
|
"quinn-udp",
|
|
"rustc-hash 2.1.1",
|
|
"rustls 0.23.36",
|
|
"socket2 0.6.2",
|
|
"thiserror 2.0.18",
|
|
"tokio",
|
|
"tracing",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn-proto"
|
|
version = "0.11.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
|
|
dependencies = [
|
|
"bytes",
|
|
"fastbloom",
|
|
"getrandom 0.3.4",
|
|
"lru-slab",
|
|
"rand 0.9.2",
|
|
"ring 0.17.14",
|
|
"rustc-hash 2.1.1",
|
|
"rustls 0.23.36",
|
|
"rustls-pki-types",
|
|
"rustls-platform-verifier",
|
|
"slab",
|
|
"thiserror 2.0.18",
|
|
"tinyvec",
|
|
"tracing",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn-udp"
|
|
version = "0.5.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
dependencies = [
|
|
"cfg_aliases",
|
|
"libc",
|
|
"once_cell",
|
|
"socket2 0.6.2",
|
|
"tracing",
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "r-efi"
|
|
version = "5.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
|
|
[[package]]
|
|
name = "radium"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
[[package]]
|
|
name = "radix_trie"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
|
dependencies = [
|
|
"endian-type",
|
|
"nibble_vec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rancor"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a063ea72381527c2a0561da9c80000ef822bdd7c3241b1cc1b12100e3df081ee"
|
|
dependencies = [
|
|
"ptr_meta",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_chacha 0.3.1",
|
|
"rand_core 0.6.4",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
dependencies = [
|
|
"rand_chacha 0.9.0",
|
|
"rand_core 0.9.5",
|
|
"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 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.9.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
dependencies = [
|
|
"getrandom 0.2.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
dependencies = [
|
|
"getrandom 0.3.4",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_distr"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
|
|
dependencies = [
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b363d4f6370f88d62bf586c80405657bde0f0e1b8945d47d2ad59b906cb4f54"
|
|
dependencies = [
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_xorshift"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
|
dependencies = [
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_xorshift"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
|
dependencies = [
|
|
"rand_core 0.9.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "range-set-blaze"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8421b5d459262eabbe49048d362897ff3e3830b44eac6cfe341d6acb2f0f13d2"
|
|
dependencies = [
|
|
"gen_ops",
|
|
"itertools 0.12.1",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rangemap"
|
|
version = "1.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rapidhash"
|
|
version = "4.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "111325c42c4bafae99e777cd77b40dea9a2b30c69e9d8c74b6eccd7fba4337de"
|
|
dependencies = [
|
|
"rustversion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "raw-cpuid"
|
|
version = "11.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rawpointer"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
|
dependencies = [
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
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 = "rcgen"
|
|
version = "0.14.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10b99e0098aa4082912d4c649628623db6aba77335e4f4569ff5083a6448b32e"
|
|
dependencies = [
|
|
"pem 3.0.6",
|
|
"ring 0.17.14",
|
|
"rustls-pki-types",
|
|
"time",
|
|
"x509-parser",
|
|
"yasna",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.5.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
dependencies = [
|
|
"getrandom 0.2.17",
|
|
"libredox",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
|
|
dependencies = [
|
|
"getrandom 0.2.17",
|
|
"libredox",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reduced_risc_v_log_23_machine"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"circuit_common",
|
|
"prover",
|
|
"serde",
|
|
"serde_json",
|
|
"verifier_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reduced_risc_v_machine"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"circuit_common",
|
|
"prover",
|
|
"serde",
|
|
"serde_json",
|
|
"verifier_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ref-cast"
|
|
version = "1.0.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
|
|
dependencies = [
|
|
"ref-cast-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ref-cast-impl"
|
|
version = "1.0.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-automata",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.4.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-lite"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.8.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
|
|
|
|
[[package]]
|
|
name = "rend"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cadadef317c2f20755a64d7fdc48f9e7178ee6b0e1f7fce33fa60f1d68a276e6"
|
|
dependencies = [
|
|
"bytecheck",
|
|
]
|
|
|
|
[[package]]
|
|
name = "repr_offset"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb1070755bd29dffc19d0971cab794e607839ba2ef4b69a9e6fbc8733c1b72ea"
|
|
dependencies = [
|
|
"tstr",
|
|
]
|
|
|
|
[[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.27",
|
|
"hickory-resolver",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"hyper 0.14.32",
|
|
"hyper-rustls 0.24.2",
|
|
"ipnet",
|
|
"js-sys",
|
|
"log",
|
|
"mime",
|
|
"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-rustls 0.24.1",
|
|
"tokio-util",
|
|
"tower-service",
|
|
"url",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"wasm-streams",
|
|
"web-sys",
|
|
"webpki-roots 0.25.4",
|
|
"winreg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.12.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"bytes",
|
|
"encoding_rs",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2 0.4.13",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"hyper-rustls 0.27.7",
|
|
"hyper-tls",
|
|
"hyper-util",
|
|
"js-sys",
|
|
"log",
|
|
"mime",
|
|
"native-tls",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"quinn",
|
|
"rustls 0.23.36",
|
|
"rustls-pki-types",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"sync_wrapper 1.0.2",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
"tokio-rustls 0.26.4",
|
|
"tokio-util",
|
|
"tower 0.5.3",
|
|
"tower-http",
|
|
"tower-service",
|
|
"url",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"wasm-streams",
|
|
"web-sys",
|
|
"webpki-roots 1.0.6",
|
|
]
|
|
|
|
[[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.4.0",
|
|
"reqwest 0.12.28",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "resolv-conf"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
|
|
|
|
[[package]]
|
|
name = "rfc6979"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
|
|
dependencies = [
|
|
"hmac",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rgb"
|
|
version = "0.8.52"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
|
|
dependencies = [
|
|
"bytemuck",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rhai"
|
|
version = "1.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f9ef5dabe4c0b43d8f1187dc6beb67b53fe607fff7e30c5eb7f71b814b8c2c1"
|
|
dependencies = [
|
|
"ahash",
|
|
"bitflags 2.11.0",
|
|
"num-traits",
|
|
"once_cell",
|
|
"rhai_codegen",
|
|
"smallvec",
|
|
"smartstring",
|
|
"thin-vec",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rhai_codegen"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4322a2a4e8cf30771dd9f27f7f37ca9ac8fe812dddd811096a98483080dabe6"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
dependencies = [
|
|
"cc",
|
|
"cfg-if",
|
|
"getrandom 0.2.17",
|
|
"libc",
|
|
"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 = "ringbuffer"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57b0b88a509053cbfd535726dcaaceee631313cef981266119527a1d110f6d2b"
|
|
|
|
[[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 = "3.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1883f0c5d19b865f395209a137dcb29e56dc49951424967b8d0114c129f46e77"
|
|
dependencies = [
|
|
"anyhow",
|
|
"borsh",
|
|
"bytemuck",
|
|
"derive_more 2.1.1",
|
|
"elf",
|
|
"lazy_static",
|
|
"postcard",
|
|
"rand 0.9.2",
|
|
"risc0-zkp",
|
|
"risc0-zkvm-platform",
|
|
"ruint",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-build"
|
|
version = "3.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f89937fa1c424b188cc4cabf65335736eca9c1e3df79c127f48636f55682f3a4"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cargo_metadata 0.19.2",
|
|
"derive_builder",
|
|
"dirs 6.0.0",
|
|
"docker-generate",
|
|
"hex",
|
|
"risc0-binfmt",
|
|
"risc0-zkos-v1compat",
|
|
"risc0-zkp",
|
|
"risc0-zkvm-platform",
|
|
"rzup",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"serde_json",
|
|
"stability",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-build-kernel"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eaaa3e04c71e4244354dd9e3f8b89378cfecfbb03f9c72de4e2e7e0482b30c9a"
|
|
dependencies = [
|
|
"cc",
|
|
"directories",
|
|
"hex",
|
|
"rayon",
|
|
"sha2",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-circuit-keccak"
|
|
version = "4.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f543c60287fece797a5da4209384ab1bfebd9644fcfe591e11b1aa85f1a02f8"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cfg-if",
|
|
"keccak",
|
|
"liblzma",
|
|
"paste",
|
|
"rayon",
|
|
"risc0-binfmt",
|
|
"risc0-circuit-keccak-sys",
|
|
"risc0-circuit-recursion",
|
|
"risc0-core",
|
|
"risc0-sys",
|
|
"risc0-zkp",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-circuit-keccak-sys"
|
|
version = "4.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8eae53a7bf1c09828dfd46ed5c942cefbf4bef3c4400f6758001569a834c462"
|
|
dependencies = [
|
|
"cc",
|
|
"derive_more 2.1.1",
|
|
"glob",
|
|
"risc0-build-kernel",
|
|
"risc0-core",
|
|
"risc0-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-circuit-recursion"
|
|
version = "4.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2347e909c6b2a65584b5898f3802eec5b8c1b4b45329edfdd8587b6a04dd3357"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cfg-if",
|
|
"downloader",
|
|
"hex",
|
|
"lazy-regex",
|
|
"metal",
|
|
"rand 0.9.2",
|
|
"rayon",
|
|
"risc0-circuit-recursion-sys",
|
|
"risc0-core",
|
|
"risc0-sys",
|
|
"risc0-zkp",
|
|
"serde",
|
|
"sha2",
|
|
"tracing",
|
|
"zip 2.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-circuit-recursion-sys"
|
|
version = "4.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "132be7ccca4b39ec957cc37d5083ca2aee171407922352002c9812452a890b39"
|
|
dependencies = [
|
|
"glob",
|
|
"risc0-build-kernel",
|
|
"risc0-core",
|
|
"risc0-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-circuit-rv32im"
|
|
version = "4.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61676419814a818fdb5e10066b13c5488b3f54aa9668794bd06c99bc91bff1f2"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bit-vec 0.8.0",
|
|
"bytemuck",
|
|
"byteorder",
|
|
"cfg-if",
|
|
"derive_more 2.1.1",
|
|
"enum-map",
|
|
"gdbstub",
|
|
"gdbstub_arch",
|
|
"malachite",
|
|
"num-derive",
|
|
"num-traits",
|
|
"paste",
|
|
"postcard",
|
|
"rand 0.9.2",
|
|
"rayon",
|
|
"ringbuffer 0.15.0",
|
|
"risc0-binfmt",
|
|
"risc0-circuit-rv32im-sys",
|
|
"risc0-core",
|
|
"risc0-sys",
|
|
"risc0-zkp",
|
|
"serde",
|
|
"smallvec",
|
|
"tracing",
|
|
"wide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-circuit-rv32im-sys"
|
|
version = "4.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69d677ec41e475534e18e58889ef0626dcdabf5e918804ef847da0c0bbf300b3"
|
|
dependencies = [
|
|
"cc",
|
|
"derive_more 2.1.1",
|
|
"glob",
|
|
"risc0-build-kernel",
|
|
"risc0-core",
|
|
"risc0-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-core"
|
|
version = "3.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5b956a976b8ce4713694dcc6c370b522a42ccef4ba45da5b6e57dbf26cdb7b1"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"nvtx",
|
|
"puffin",
|
|
"rand_core 0.9.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-groth16"
|
|
version = "3.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc57e76bb87193d154ac5ee6ee352fbd7edabddab36f02a81f40a048e5ca14f9"
|
|
dependencies = [
|
|
"anyhow",
|
|
"ark-bn254",
|
|
"ark-ec",
|
|
"ark-ff 0.5.0",
|
|
"ark-groth16",
|
|
"ark-serialize 0.5.0",
|
|
"bytemuck",
|
|
"cfg-if",
|
|
"hex",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"risc0-binfmt",
|
|
"risc0-core",
|
|
"risc0-zkp",
|
|
"rzup",
|
|
"serde",
|
|
"serde_json",
|
|
"tempfile",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-sys"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "960c8295fbb87e1e73e332f8f7de2fba0252377575042d9d3e9a4eb50a38e078"
|
|
dependencies = [
|
|
"anyhow",
|
|
"risc0-build-kernel",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-zkos-v1compat"
|
|
version = "2.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8bd70cb45b5d37d025f25663b87c6b9dc9df7f413ee2068531a57f50b0eb95db"
|
|
dependencies = [
|
|
"include_bytes_aligned",
|
|
"no_std_strings",
|
|
"risc0-zkvm-platform",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-zkp"
|
|
version = "3.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f40d362a6c146ec6dc69208f539b92fd86e47b0dbc2083801423034a38155a2"
|
|
dependencies = [
|
|
"anyhow",
|
|
"blake2",
|
|
"borsh",
|
|
"bytemuck",
|
|
"cfg-if",
|
|
"digest 0.10.7",
|
|
"ff 0.13.1",
|
|
"hex",
|
|
"hex-literal",
|
|
"metal",
|
|
"ndarray",
|
|
"parking_lot",
|
|
"paste",
|
|
"rand 0.9.2",
|
|
"rand_core 0.9.5",
|
|
"rayon",
|
|
"risc0-core",
|
|
"risc0-sys",
|
|
"risc0-zkvm-platform",
|
|
"serde",
|
|
"sha2",
|
|
"stability",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-zkvm"
|
|
version = "3.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22b7eafb5d85be59cbd9da83f662cf47d834f1b836e14f675d1530b12c666867"
|
|
dependencies = [
|
|
"addr2line 0.24.2",
|
|
"anyhow",
|
|
"bincode 1.3.3",
|
|
"borsh",
|
|
"bytemuck",
|
|
"bytes",
|
|
"derive_more 2.1.1",
|
|
"elf",
|
|
"enum-map",
|
|
"gdbstub",
|
|
"gdbstub_arch",
|
|
"gimli 0.31.1",
|
|
"hex",
|
|
"keccak",
|
|
"lazy-regex",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"object 0.36.7",
|
|
"prost 0.13.5",
|
|
"rand 0.9.2",
|
|
"rayon",
|
|
"risc0-binfmt",
|
|
"risc0-build",
|
|
"risc0-circuit-keccak",
|
|
"risc0-circuit-recursion",
|
|
"risc0-circuit-rv32im",
|
|
"risc0-core",
|
|
"risc0-groth16",
|
|
"risc0-zkos-v1compat",
|
|
"risc0-zkp",
|
|
"risc0-zkvm-platform",
|
|
"rrs-lib 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-demangle",
|
|
"rzup",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"sha2",
|
|
"stability",
|
|
"tempfile",
|
|
"tracing",
|
|
"typetag",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc0-zkvm-platform"
|
|
version = "2.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4db893788c416287e2e1a87e6b8f5302511a04a45329e699d6a32a16874fd24f"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"cfg-if",
|
|
"critical-section",
|
|
"embedded-alloc",
|
|
"getrandom 0.2.17",
|
|
"getrandom 0.3.4",
|
|
"libm",
|
|
"num_enum 0.7.5",
|
|
"paste",
|
|
"stability",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc_v_cycles"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"circuit_common",
|
|
"prover",
|
|
"serde",
|
|
"serde_json",
|
|
"verifier_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "risc_v_simulator"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"addr2line 0.22.0",
|
|
"blake2s_u32",
|
|
"cs",
|
|
"field",
|
|
"inferno",
|
|
"memmap2",
|
|
"object 0.37.3",
|
|
"poseidon2",
|
|
"rand 0.9.2",
|
|
"ringbuffer 0.16.0",
|
|
"ruint",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "riscv"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
|
|
[[package]]
|
|
name = "riscv_common"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"heapless 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rkyv"
|
|
version = "0.8.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a30e631b7f4a03dee9056b8ef6982e8ba371dd5bedb74d3ec86df4499132c70"
|
|
dependencies = [
|
|
"bytecheck",
|
|
"hashbrown 0.16.1",
|
|
"munge",
|
|
"ptr_meta",
|
|
"rancor",
|
|
"rend",
|
|
"rkyv_derive",
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rkyv_derive"
|
|
version = "0.8.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8100bb34c0a1d0f907143db3149e6b4eea3c33b9ee8b189720168e818303986f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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 = "rlsf"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1646a59a9734b8b7a0ac51689388a60fe1625d4b956348e9de07591a1478457a"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"const-default",
|
|
"libc",
|
|
"rustversion",
|
|
"svgbobdoc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rom-setup"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"blake3",
|
|
"colored",
|
|
"fields",
|
|
"proofman-common",
|
|
"sm-rom",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[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-lib"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/GregAC/rrs/#b23afc16b4e6a1fb5c4a73eb1e337e9400816507"
|
|
dependencies = [
|
|
"downcast-rs",
|
|
"num_enum 0.5.11",
|
|
"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 = "rrs-succinct"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "efd079cd303257a4cb4e5aadfa79a7fe23f3c8301aa4740ccc3a99673485a352"
|
|
dependencies = [
|
|
"downcast-rs",
|
|
"num_enum 0.5.11",
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rsa"
|
|
version = "0.9.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
|
|
dependencies = [
|
|
"const-oid",
|
|
"digest 0.10.7",
|
|
"num-bigint-dig",
|
|
"num-integer",
|
|
"num-traits",
|
|
"pkcs1",
|
|
"pkcs8",
|
|
"rand_core 0.6.4",
|
|
"signature",
|
|
"spki",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ruint"
|
|
version = "1.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c141e807189ad38a07276942c6623032d3753c8859c146104ac2e4d68865945a"
|
|
dependencies = [
|
|
"alloy-rlp",
|
|
"ark-ff 0.3.0",
|
|
"ark-ff 0.4.2",
|
|
"ark-ff 0.5.0",
|
|
"borsh",
|
|
"bytes",
|
|
"fastrlp 0.3.1",
|
|
"fastrlp 0.4.0",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"primitive-types",
|
|
"proptest",
|
|
"rand 0.8.5",
|
|
"rand 0.9.2",
|
|
"rlp",
|
|
"ruint-macro",
|
|
"serde_core",
|
|
"valuable",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ruint-macro"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18"
|
|
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
version = "0.1.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
|
|
|
|
[[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.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
|
|
[[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.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
dependencies = [
|
|
"semver 0.9.0",
|
|
]
|
|
|
|
[[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.27",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustfmt-wrapper"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1adc9dfed5cc999077978cc7163b9282c5751c8d39827c4ea8c8c220ca5a440"
|
|
dependencies = [
|
|
"serde",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"toml 0.8.23",
|
|
"toolchain_find",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rusticata-macros"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
dependencies = [
|
|
"nom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "0.38.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"errno",
|
|
"libc",
|
|
"linux-raw-sys 0.4.15",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"errno",
|
|
"libc",
|
|
"linux-raw-sys 0.11.0",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.20.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
|
|
dependencies = [
|
|
"log",
|
|
"ring 0.16.20",
|
|
"sct",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.21.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
dependencies = [
|
|
"log",
|
|
"ring 0.17.14",
|
|
"rustls-webpki 0.101.7",
|
|
"sct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.23.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
|
|
dependencies = [
|
|
"aws-lc-rs",
|
|
"log",
|
|
"once_cell",
|
|
"ring 0.17.14",
|
|
"rustls-pki-types",
|
|
"rustls-webpki 0.103.9",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-native-certs"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
dependencies = [
|
|
"openssl-probe 0.1.6",
|
|
"rustls-pemfile 1.0.4",
|
|
"schannel",
|
|
"security-framework 2.11.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-native-certs"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
|
dependencies = [
|
|
"openssl-probe 0.2.1",
|
|
"rustls-pki-types",
|
|
"schannel",
|
|
"security-framework 3.6.0",
|
|
]
|
|
|
|
[[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.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
dependencies = [
|
|
"web-time",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-platform-verifier"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
|
|
dependencies = [
|
|
"core-foundation 0.10.1",
|
|
"core-foundation-sys",
|
|
"jni",
|
|
"log",
|
|
"once_cell",
|
|
"rustls 0.23.36",
|
|
"rustls-native-certs 0.8.3",
|
|
"rustls-platform-verifier-android",
|
|
"rustls-webpki 0.103.9",
|
|
"security-framework 3.6.0",
|
|
"security-framework-sys",
|
|
"webpki-root-certs",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[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.14",
|
|
"untrusted 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-webpki"
|
|
version = "0.103.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
|
|
dependencies = [
|
|
"aws-lc-rs",
|
|
"ring 0.17.14",
|
|
"rustls-pki-types",
|
|
"untrusted 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
|
|
[[package]]
|
|
name = "rusty-fork"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
|
|
dependencies = [
|
|
"fnv",
|
|
"quick-error",
|
|
"tempfile",
|
|
"wait-timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ruzstd"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b"
|
|
dependencies = [
|
|
"byteorder",
|
|
"derive_more 0.99.20",
|
|
"twox-hash 1.6.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ruzstd"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f"
|
|
dependencies = [
|
|
"twox-hash 1.6.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ruzstd"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5ff0cc5e135c8870a775d3320910cd9b564ec036b4dc0b8741629020be63f01"
|
|
dependencies = [
|
|
"twox-hash 2.1.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
|
|
[[package]]
|
|
name = "rzup"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d2aed296f203fa64bcb4b52069356dd86d6ec578593985b919b6995bee1f0ae"
|
|
dependencies = [
|
|
"hex",
|
|
"rsa",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"serde_with",
|
|
"sha2",
|
|
"strum 0.27.2",
|
|
"tempfile",
|
|
"thiserror 2.0.18",
|
|
"toml 0.8.23",
|
|
"yaml-rust2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "safe_arch"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323"
|
|
dependencies = [
|
|
"bytemuck",
|
|
]
|
|
|
|
[[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.4.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scc"
|
|
version = "2.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46e6f046b7fef48e2660c57ed794263155d713de679057f2d0c169bfc6e756cc"
|
|
dependencies = [
|
|
"sdd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schannel"
|
|
version = "0.1.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schemars"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
|
|
dependencies = [
|
|
"dyn-clone",
|
|
"ref-cast",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schemars"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
|
|
dependencies = [
|
|
"dyn-clone",
|
|
"ref-cast",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scoped-tls"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
[[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",
|
|
"pbkdf2 0.11.0",
|
|
"salsa20",
|
|
"sha2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sct"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
dependencies = [
|
|
"ring 0.17.14",
|
|
"untrusted 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdd"
|
|
version = "3.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
|
|
|
|
[[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",
|
|
"serdect",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secp256k1"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252"
|
|
dependencies = [
|
|
"bitcoin_hashes",
|
|
"rand 0.8.5",
|
|
"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.11.0",
|
|
"core-foundation 0.9.4",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework"
|
|
version = "3.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d17b898a6d6948c3a8ee4372c17cb384f90d2e6e912ef00895b14fd7ab54ec38"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"core-foundation 0.10.1",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework-sys"
|
|
version = "2.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "321c8673b092a9a42605034a9879d73cb79101ed5fd117bc9a597b89b4e9e61a"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
dependencies = [
|
|
"semver-parser 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
dependencies = [
|
|
"semver-parser 0.10.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "1.0.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
[[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 = "seq-macro"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
dependencies = [
|
|
"serde_core",
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde-big-array"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_arrays"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38636132857f68ec3d5f3eb121166d2af33cb55174c4d5ff645db6165cbef0fd"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_arrays"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94a16b99c5ea4fe3daccd14853ad260ec00ea043b2708d1fd1da3106dcd8d9df"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_bytes"
|
|
version = "0.11.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_core"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.149"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
dependencies = [
|
|
"indexmap 2.13.0",
|
|
"itoa",
|
|
"memchr",
|
|
"serde",
|
|
"serde_core",
|
|
"zmij",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_path_to_error"
|
|
version = "0.1.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
|
dependencies = [
|
|
"itoa",
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_spanned"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_spanned"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[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.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"chrono",
|
|
"hex",
|
|
"indexmap 1.9.3",
|
|
"indexmap 2.13.0",
|
|
"schemars 0.9.0",
|
|
"schemars 1.2.1",
|
|
"serde_core",
|
|
"serde_json",
|
|
"serde_with_macros",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_with_macros"
|
|
version = "3.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
|
|
dependencies = [
|
|
"darling 0.21.3",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_yaml"
|
|
version = "0.9.34+deprecated"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
|
dependencies = [
|
|
"indexmap 2.13.0",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
"unsafe-libyaml",
|
|
]
|
|
|
|
[[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.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d0b343e184fc3b7bb44dff0705fffcf4b3756ba6aff420dddd8b24ca145e555"
|
|
dependencies = [
|
|
"futures-executor",
|
|
"futures-util",
|
|
"log",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"scc",
|
|
"serial_test_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serial_test_derive"
|
|
version = "3.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f50427f258fb77356e4cd4aa0e87e2bd2c66dbcee41dc405282cae2bfc26c83"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "setups"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"bigint_with_control",
|
|
"blake2_with_compression",
|
|
"final_reduced_risc_v_machine",
|
|
"machine_without_signed_mul_div",
|
|
"proc-macro2",
|
|
"prover",
|
|
"quote",
|
|
"reduced_risc_v_log_23_machine",
|
|
"reduced_risc_v_machine",
|
|
"risc_v_cycles",
|
|
"serde",
|
|
"serde_json",
|
|
"syn 2.0.116",
|
|
"verifier_common",
|
|
]
|
|
|
|
[[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 = "sha1_smol"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.10.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha3"
|
|
version = "0.10.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
"keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha3-asm"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b31139435f327c93c6038ed350ae4588e2c70a13d50599509fee6349967ba35a"
|
|
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.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
|
|
|
|
[[package]]
|
|
name = "shlex"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
version = "1.4.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
|
dependencies = [
|
|
"errno",
|
|
"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 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simd-adler32"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
|
|
|
|
[[package]]
|
|
name = "simdutf8"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
|
|
[[package]]
|
|
name = "simple_asn1"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
|
|
dependencies = [
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"thiserror 2.0.18",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "siphasher"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
|
|
|
|
[[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.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
|
[[package]]
|
|
name = "slop-air"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b07a758f87dfef697b2c829b12aacf1a7b125b0cdc20ef002e38615ecbe6fa9"
|
|
dependencies = [
|
|
"p3-air 0.3.1-succinct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-algebra"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c99cdaa39f7db4823cf18938544a135f20bf779eb4b3561652a72ba07ac3c41"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"p3-field 0.3.1-succinct",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-alloc"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28f2f132d872d1952afeddcfe071c1c653d3ce3a37df99b5bda3f222102c58ff"
|
|
dependencies = [
|
|
"serde",
|
|
"slop-algebra",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-baby-bear"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9e1e392715941f569030bfcee01a78ea1d999fe7cfe7fa5df34e8515fbf972a"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"p3-baby-bear 0.3.1-succinct",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-challenger",
|
|
"slop-poseidon2",
|
|
"slop-symmetric",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-basefold"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b162350feebe2f87f16b06229dbfa23f023ee0ce272c32265c8104d0bcf64fd0"
|
|
dependencies = [
|
|
"derive-where",
|
|
"itertools 0.14.0",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-baby-bear",
|
|
"slop-bn254",
|
|
"slop-challenger",
|
|
"slop-koala-bear",
|
|
"slop-merkle-tree",
|
|
"slop-multilinear",
|
|
"slop-primitives",
|
|
"slop-tensor",
|
|
"slop-utils",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-basefold-prover"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2311a325704859887c23f21b5b807899c77b9fbfa9961db533b543e3007a9479"
|
|
dependencies = [
|
|
"derive-where",
|
|
"itertools 0.14.0",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-baby-bear",
|
|
"slop-basefold",
|
|
"slop-bn254",
|
|
"slop-challenger",
|
|
"slop-commit",
|
|
"slop-dft",
|
|
"slop-fri",
|
|
"slop-futures",
|
|
"slop-koala-bear",
|
|
"slop-merkle-tree",
|
|
"slop-multilinear",
|
|
"slop-tensor",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-bn254"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ce30d587559808f7a984ea96af231de14f8f793836300347d1ee13d28e194ad"
|
|
dependencies = [
|
|
"ff 0.13.1",
|
|
"p3-bn254-fr 0.3.1-succinct",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-challenger",
|
|
"slop-poseidon2",
|
|
"slop-symmetric",
|
|
"zkhash 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-challenger"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15fed3b1414bd79c56a21e3ac75c5b549003a0d8f715eb501000d4ac3d7b8a9f"
|
|
dependencies = [
|
|
"futures",
|
|
"p3-challenger 0.3.1-succinct",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-symmetric",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-commit"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce65d051b785eee06a17cf278659ade7de8456c801c06b7477680a760e7ba940"
|
|
dependencies = [
|
|
"p3-commit 0.3.1-succinct",
|
|
"serde",
|
|
"slop-alloc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-dft"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd5312636e8a562bcc27b610cd69b0e3880c96ff211740de50421006eb46433e"
|
|
dependencies = [
|
|
"p3-dft 0.3.1-succinct",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-matrix",
|
|
"slop-tensor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-fri"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0ab4f7f14091b65a6cc36fa8766c2969b887ebef5368081e06dc24994295d79"
|
|
dependencies = [
|
|
"p3-fri 0.3.1-succinct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-futures"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b43f6d23b69914e055b265864e1f0f7b7aa5988fd724b3e3beb0bcbd567237a3"
|
|
dependencies = [
|
|
"crossbeam",
|
|
"futures",
|
|
"pin-project",
|
|
"rayon",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-jagged"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82ff9ddff404958978cf2083d689e0d4a659eb4246beb7aecd3ad4e2ac7ce16a"
|
|
dependencies = [
|
|
"derive-where",
|
|
"futures",
|
|
"itertools 0.14.0",
|
|
"num_cpus",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-baby-bear",
|
|
"slop-basefold",
|
|
"slop-basefold-prover",
|
|
"slop-bn254",
|
|
"slop-challenger",
|
|
"slop-commit",
|
|
"slop-futures",
|
|
"slop-koala-bear",
|
|
"slop-merkle-tree",
|
|
"slop-multilinear",
|
|
"slop-stacked",
|
|
"slop-sumcheck",
|
|
"slop-symmetric",
|
|
"slop-tensor",
|
|
"slop-utils",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-keccak-air"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc07e827596f4dba075bf26550f8f46446ef5b20a87be6d4a90b93b7a577aa3e"
|
|
dependencies = [
|
|
"p3-keccak-air 0.3.1-succinct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-koala-bear"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "402c403f847e811a788882c7c5ee018ab7076c8bafbf4f46f569fe97f44610d1"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"p3-koala-bear 0.3.1-succinct",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-challenger",
|
|
"slop-poseidon2",
|
|
"slop-symmetric",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-matrix"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f46e80675bb7ca5deeac107bb9203c3610d0878ad35d7f253cc745b627afaae"
|
|
dependencies = [
|
|
"p3-matrix 0.3.1-succinct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-maybe-rayon"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b30657a1a2f5ff171601262517c5f39540d89a88d2d2f33ee1a254abd65eaf1"
|
|
dependencies = [
|
|
"p3-maybe-rayon 0.3.1-succinct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-merkle-tree"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ad003b66e2b51fe931414e8013c4bc57bd71d2d7f3e7bb8675da5c93fc07e7f"
|
|
dependencies = [
|
|
"derive-where",
|
|
"ff 0.13.1",
|
|
"itertools 0.14.0",
|
|
"p3-merkle-tree 0.3.1-succinct",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-baby-bear",
|
|
"slop-bn254",
|
|
"slop-challenger",
|
|
"slop-commit",
|
|
"slop-futures",
|
|
"slop-koala-bear",
|
|
"slop-matrix",
|
|
"slop-poseidon2",
|
|
"slop-symmetric",
|
|
"slop-tensor",
|
|
"thiserror 1.0.69",
|
|
"zkhash 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-multilinear"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2aaba3e7382dec7f49dd3a3c9f4c9623959a807823ba5a039ba3f137e1fbdd4d"
|
|
dependencies = [
|
|
"derive-where",
|
|
"futures",
|
|
"num_cpus",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-challenger",
|
|
"slop-commit",
|
|
"slop-futures",
|
|
"slop-matrix",
|
|
"slop-tensor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-poseidon2"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9bc5ba869130dd0711cf7bd54f93785cd566b5c71201f38801fa3f500d508cc4"
|
|
dependencies = [
|
|
"p3-poseidon2 0.3.1-succinct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-primitives"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "786111f9498e8d465b39cfef062297ef4e9b688f250a39abdafaca08e772b56c"
|
|
dependencies = [
|
|
"slop-algebra",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-stacked"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "009f900d77e420cb852e0a51336084b6793a930ed0a645bf8825ee594281ce85"
|
|
dependencies = [
|
|
"derive-where",
|
|
"futures",
|
|
"itertools 0.14.0",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-basefold",
|
|
"slop-basefold-prover",
|
|
"slop-challenger",
|
|
"slop-commit",
|
|
"slop-futures",
|
|
"slop-merkle-tree",
|
|
"slop-multilinear",
|
|
"slop-tensor",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-sumcheck"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ebcccfdeca48b28404b5115191b2bde75b211817fa646872bfdac2c5022f2d2"
|
|
dependencies = [
|
|
"futures",
|
|
"itertools 0.14.0",
|
|
"rayon",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-baby-bear",
|
|
"slop-challenger",
|
|
"slop-multilinear",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-symmetric"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c41115c944fdb8eec425d4515cbc1649852ab4ddcc6be67a069c8d2aa5205209"
|
|
dependencies = [
|
|
"p3-symmetric 0.3.1-succinct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-tensor"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5687c2940d85c141ccfc5440a8009946f64325903cc24c6490a2d26a0fa41f12"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"derive-where",
|
|
"itertools 0.14.0",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-futures",
|
|
"slop-matrix",
|
|
"thiserror 1.0.69",
|
|
"transpose",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-uni-stark"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a049c6c331f6ef71b85c744f63e2bbffbe3748deb1dbbd3373742973d800d176"
|
|
dependencies = [
|
|
"p3-uni-stark 0.3.1-succinct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-utils"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e85c0b2008d88bd299beddb64937524dbd7c44f827aa3aadcc1736ac9163b01e"
|
|
dependencies = [
|
|
"p3-util 0.3.1-succinct",
|
|
"tracing-forest",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slop-whir"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71d29053d2c34661c457af9ab4d098bc505dbdb1668dfac8646a28cc60d6bd33"
|
|
dependencies = [
|
|
"derive-where",
|
|
"futures",
|
|
"itertools 0.14.0",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-baby-bear",
|
|
"slop-basefold",
|
|
"slop-challenger",
|
|
"slop-commit",
|
|
"slop-dft",
|
|
"slop-jagged",
|
|
"slop-koala-bear",
|
|
"slop-matrix",
|
|
"slop-merkle-tree",
|
|
"slop-multilinear",
|
|
"slop-stacked",
|
|
"slop-tensor",
|
|
"slop-utils",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sm-arith"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"fields",
|
|
"num-bigint 0.4.6",
|
|
"pil-std-lib",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"sm-binary",
|
|
"sm-frequent-ops",
|
|
"static_assertions",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sm-binary"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"fields",
|
|
"num-bigint 0.4.6",
|
|
"pil-std-lib",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"sm-frequent-ops",
|
|
"static_assertions",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sm-frequent-ops"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"clap",
|
|
"fields",
|
|
"num-bigint 0.4.6",
|
|
"proofman-common",
|
|
"proofman-util",
|
|
"rayon",
|
|
"static_assertions",
|
|
"tracing",
|
|
"zisk-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sm-main"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"fields",
|
|
"mem-common",
|
|
"num-bigint 0.4.6",
|
|
"pil-std-lib",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
"ziskemu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sm-mem"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"fields",
|
|
"mem-common",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"pil-std-lib",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"tracing",
|
|
"witness",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sm-rom"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"asm-runner",
|
|
"fields",
|
|
"itertools 0.14.0",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"tracing",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.15.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smartstring"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
|
|
dependencies = [
|
|
"autocfg",
|
|
"static_assertions",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smawk"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
|
|
|
|
[[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.5.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solang-parser"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c425ce1c59f4b154717592f0bdf4715c3a1d55058883622d3157e1f0908a5b26"
|
|
dependencies = [
|
|
"itertools 0.11.0",
|
|
"lalrpop 0.20.2",
|
|
"lalrpop-util 0.20.2",
|
|
"phf",
|
|
"thiserror 1.0.69",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-build"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc332e424a0b3a6f9e74e5d031ec452ff4d4788b8757aa1dfd95faffd7b5261f"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cargo_metadata 0.18.1",
|
|
"chrono",
|
|
"clap",
|
|
"dirs 5.0.1",
|
|
"sp1-primitives",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-core-executor"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80ff65d75a33e5296d3694c8ea7524e975267082ee8f2a474d96c441e7902a2a"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"bytemuck",
|
|
"cfg-if",
|
|
"clap",
|
|
"deepsize2",
|
|
"elf",
|
|
"enum-map",
|
|
"eyre",
|
|
"hashbrown 0.14.5",
|
|
"hex",
|
|
"itertools 0.14.0",
|
|
"memmap2",
|
|
"num",
|
|
"rrs-succinct 0.2.0",
|
|
"serde",
|
|
"serde_arrays 0.2.0",
|
|
"serde_json",
|
|
"slop-air",
|
|
"slop-algebra",
|
|
"slop-maybe-rayon",
|
|
"slop-symmetric",
|
|
"sp1-curves",
|
|
"sp1-hypercube",
|
|
"sp1-jit",
|
|
"sp1-primitives",
|
|
"strum 0.27.2",
|
|
"subenum",
|
|
"thiserror 1.0.69",
|
|
"tiny-keccak",
|
|
"tracing",
|
|
"typenum",
|
|
"vec_map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-core-machine"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93f03cbd86a48872cab083ab5019ee7976c0746f2bc25495b285f636cff6ec73"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"cfg-if",
|
|
"enum-map",
|
|
"futures",
|
|
"generic-array 1.1.0",
|
|
"hashbrown 0.14.5",
|
|
"itertools 0.14.0",
|
|
"num",
|
|
"num_cpus",
|
|
"rayon",
|
|
"rayon-scan",
|
|
"rrs-succinct 0.2.0",
|
|
"serde",
|
|
"serde_json",
|
|
"slop-air",
|
|
"slop-algebra",
|
|
"slop-challenger",
|
|
"slop-futures",
|
|
"slop-keccak-air",
|
|
"slop-matrix",
|
|
"slop-maybe-rayon",
|
|
"slop-uni-stark",
|
|
"snowbridge-amcl",
|
|
"sp1-core-executor",
|
|
"sp1-curves",
|
|
"sp1-derive",
|
|
"sp1-hypercube",
|
|
"sp1-jit",
|
|
"sp1-primitives",
|
|
"static_assertions",
|
|
"strum 0.27.2",
|
|
"sysinfo 0.30.13",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing-forest",
|
|
"tracing-subscriber 0.3.22",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-cuda"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72e491eeaf96f0af3ed58b7e4f8a7114a15ef290078a7d2a29773a5cc6a13451"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"bytes",
|
|
"reqwest 0.12.28",
|
|
"serde",
|
|
"serde_json",
|
|
"sp1-core-executor",
|
|
"sp1-core-machine",
|
|
"sp1-primitives",
|
|
"sp1-prover",
|
|
"sp1-prover-types",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-curves"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0b755f585263686c15b3d7afbbd66f1d9834b12f13405474eae9f9e369a3f8e"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"dashu",
|
|
"elliptic-curve",
|
|
"generic-array 1.1.0",
|
|
"itertools 0.14.0",
|
|
"k256",
|
|
"num",
|
|
"p256",
|
|
"serde",
|
|
"slop-algebra",
|
|
"snowbridge-amcl",
|
|
"sp1-primitives",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-derive"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d690d8fd47ba5767bdd46b0cba4e9dded6dc5c196e7d65cdb6697b0650b910f5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-hypercube"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3af271e48e110f218c48ad79f2e4d02eb74ec78acc99e68f1230280a4817a029"
|
|
dependencies = [
|
|
"arrayref",
|
|
"deepsize2",
|
|
"derive-where",
|
|
"futures",
|
|
"hashbrown 0.14.5",
|
|
"itertools 0.14.0",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"num_cpus",
|
|
"rayon",
|
|
"rayon-scan",
|
|
"serde",
|
|
"slop-air",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-basefold",
|
|
"slop-basefold-prover",
|
|
"slop-bn254",
|
|
"slop-challenger",
|
|
"slop-commit",
|
|
"slop-futures",
|
|
"slop-jagged",
|
|
"slop-koala-bear",
|
|
"slop-matrix",
|
|
"slop-merkle-tree",
|
|
"slop-multilinear",
|
|
"slop-poseidon2",
|
|
"slop-stacked",
|
|
"slop-sumcheck",
|
|
"slop-symmetric",
|
|
"slop-tensor",
|
|
"slop-uni-stark",
|
|
"slop-whir",
|
|
"sp1-derive",
|
|
"sp1-primitives",
|
|
"strum 0.27.2",
|
|
"thiserror 1.0.69",
|
|
"thousands",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-jit"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c91501fe81e7ba87f499bcdfde7edb1d14cae234f513855bda515a1c10a3175b"
|
|
dependencies = [
|
|
"dynasmrt",
|
|
"hashbrown 0.14.5",
|
|
"memfd",
|
|
"memmap2",
|
|
"serde",
|
|
"tracing",
|
|
"uuid 1.21.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-lib"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53f179ca7ad5d0d0ca36356ef2c4851eea02226cd409e4b414e4379d79582f11"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"serde",
|
|
"sp1-primitives",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-primitives"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9bda0eaba853f3c162e6b62dc8eb25f25100ee0792f59919ef905811809e81e5"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"blake3",
|
|
"elf",
|
|
"hex",
|
|
"itertools 0.14.0",
|
|
"lazy_static",
|
|
"num-bigint 0.4.6",
|
|
"serde",
|
|
"sha2",
|
|
"slop-algebra",
|
|
"slop-bn254",
|
|
"slop-challenger",
|
|
"slop-koala-bear",
|
|
"slop-poseidon2",
|
|
"slop-primitives",
|
|
"slop-symmetric",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-prover"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46e5c7fb18987d289bb4675dd3b74e35b523e57d083599fd84a0580ee6514e8f"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 1.3.3",
|
|
"clap",
|
|
"dirs 5.0.1",
|
|
"downloader",
|
|
"either",
|
|
"enum-map",
|
|
"eyre",
|
|
"futures",
|
|
"hashbrown 0.14.5",
|
|
"hex",
|
|
"indicatif",
|
|
"itertools 0.14.0",
|
|
"lru",
|
|
"mti",
|
|
"num-bigint 0.4.6",
|
|
"opentelemetry",
|
|
"pin-project",
|
|
"rand 0.8.5",
|
|
"reqwest 0.12.28",
|
|
"serde",
|
|
"serde_json",
|
|
"serial_test",
|
|
"sha2",
|
|
"slop-air",
|
|
"slop-algebra",
|
|
"slop-basefold",
|
|
"slop-bn254",
|
|
"slop-challenger",
|
|
"slop-futures",
|
|
"slop-jagged",
|
|
"slop-multilinear",
|
|
"slop-stacked",
|
|
"slop-symmetric",
|
|
"sp1-core-executor",
|
|
"sp1-core-machine",
|
|
"sp1-derive",
|
|
"sp1-hypercube",
|
|
"sp1-jit",
|
|
"sp1-primitives",
|
|
"sp1-prover-types",
|
|
"sp1-recursion-circuit",
|
|
"sp1-recursion-compiler",
|
|
"sp1-recursion-executor",
|
|
"sp1-recursion-gnark-ffi",
|
|
"sp1-recursion-machine",
|
|
"sp1-verifier",
|
|
"static_assertions",
|
|
"sysinfo 0.30.13",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tonic 0.12.3",
|
|
"tracing",
|
|
"tracing-appender",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-prover-types"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ecca137a943720333a37ed6d4c54a5b3eb597d156342bc79f205ee57bec515f9"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-scoped",
|
|
"bincode 1.3.3",
|
|
"chrono",
|
|
"futures-util",
|
|
"hashbrown 0.14.5",
|
|
"mti",
|
|
"prost 0.13.5",
|
|
"serde",
|
|
"tokio",
|
|
"tonic 0.12.3",
|
|
"tonic-build 0.12.3",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-recursion-circuit"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8509b6a5fc1e16631a5792f232508a9637ed8b7394f1dc99346ec86f13bc2cce"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"itertools 0.14.0",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
"serde",
|
|
"slop-air",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-basefold",
|
|
"slop-basefold-prover",
|
|
"slop-bn254",
|
|
"slop-challenger",
|
|
"slop-commit",
|
|
"slop-jagged",
|
|
"slop-koala-bear",
|
|
"slop-matrix",
|
|
"slop-merkle-tree",
|
|
"slop-multilinear",
|
|
"slop-stacked",
|
|
"slop-sumcheck",
|
|
"slop-symmetric",
|
|
"slop-tensor",
|
|
"slop-whir",
|
|
"sp1-core-executor",
|
|
"sp1-core-machine",
|
|
"sp1-derive",
|
|
"sp1-hypercube",
|
|
"sp1-primitives",
|
|
"sp1-recursion-compiler",
|
|
"sp1-recursion-executor",
|
|
"sp1-recursion-machine",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-recursion-compiler"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b4f7940a5cc494a623dedf6baa15d35ee4f70f24a379ad291f8a09c714fcf41"
|
|
dependencies = [
|
|
"backtrace",
|
|
"cfg-if",
|
|
"itertools 0.14.0",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-bn254",
|
|
"slop-symmetric",
|
|
"sp1-core-machine",
|
|
"sp1-hypercube",
|
|
"sp1-primitives",
|
|
"sp1-recursion-executor",
|
|
"tracing",
|
|
"vec_map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-recursion-executor"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56b553f950a424aaa2328dceae6231bed0f08cf738b98adcd05d0bccca2b4e77"
|
|
dependencies = [
|
|
"backtrace",
|
|
"cfg-if",
|
|
"hashbrown 0.14.5",
|
|
"itertools 0.14.0",
|
|
"range-set-blaze",
|
|
"serde",
|
|
"slop-algebra",
|
|
"slop-maybe-rayon",
|
|
"slop-poseidon2",
|
|
"slop-symmetric",
|
|
"smallvec",
|
|
"sp1-derive",
|
|
"sp1-hypercube",
|
|
"static_assertions",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-recursion-gnark-ffi"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8d0782823fa7399066df18486e254733c0c40d8722d3c87c4a28999f8800fdb"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 1.3.3",
|
|
"bindgen 0.70.1",
|
|
"cfg-if",
|
|
"hex",
|
|
"num-bigint 0.4.6",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"slop-algebra",
|
|
"slop-symmetric",
|
|
"sp1-hypercube",
|
|
"sp1-primitives",
|
|
"sp1-recursion-compiler",
|
|
"sp1-verifier",
|
|
"tempfile",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-recursion-machine"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d425a4c12ceed4a0e12c2d4b23b79d4a3668593bcb3602dd5738d8a857344a1e"
|
|
dependencies = [
|
|
"itertools 0.14.0",
|
|
"rand 0.8.5",
|
|
"slop-air",
|
|
"slop-algebra",
|
|
"slop-basefold",
|
|
"slop-matrix",
|
|
"slop-maybe-rayon",
|
|
"slop-symmetric",
|
|
"sp1-derive",
|
|
"sp1-hypercube",
|
|
"sp1-primitives",
|
|
"sp1-recursion-executor",
|
|
"strum 0.27.2",
|
|
"tracing",
|
|
"zkhash 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-sdk"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6834292441c04b3680706155a5ade5c480552b13f1471001a635bdbf8197906"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-signer",
|
|
"alloy-signer-aws",
|
|
"alloy-signer-local",
|
|
"anyhow",
|
|
"async-trait",
|
|
"aws-config",
|
|
"aws-sdk-kms",
|
|
"backoff",
|
|
"bincode 1.3.3",
|
|
"cfg-if",
|
|
"dirs 5.0.1",
|
|
"eventsource-stream",
|
|
"futures",
|
|
"hex",
|
|
"indicatif",
|
|
"itertools 0.14.0",
|
|
"k256",
|
|
"num-bigint 0.4.6",
|
|
"prost 0.13.5",
|
|
"reqwest 0.12.28",
|
|
"reqwest-middleware",
|
|
"rustls 0.23.36",
|
|
"serde",
|
|
"sha2",
|
|
"slop-algebra",
|
|
"slop-alloc",
|
|
"slop-basefold",
|
|
"slop-commit",
|
|
"slop-jagged",
|
|
"slop-merkle-tree",
|
|
"slop-multilinear",
|
|
"slop-stacked",
|
|
"slop-sumcheck",
|
|
"slop-tensor",
|
|
"sp1-build",
|
|
"sp1-core-executor",
|
|
"sp1-core-machine",
|
|
"sp1-cuda",
|
|
"sp1-hypercube",
|
|
"sp1-primitives",
|
|
"sp1-prover",
|
|
"sp1-prover-types",
|
|
"sp1-recursion-executor",
|
|
"sp1-recursion-gnark-ffi",
|
|
"sp1-verifier",
|
|
"strum 0.27.2",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tonic 0.12.3",
|
|
"tracing",
|
|
"twirp-rs",
|
|
"zstd 0.13.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-verifier"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09466f72acb4d511e5c896ea6dd8a792641e6eb202d77db323bc38ac60a3c53b"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"blake3",
|
|
"cfg-if",
|
|
"dirs 5.0.1",
|
|
"hex",
|
|
"lazy_static",
|
|
"serde",
|
|
"sha2",
|
|
"slop-algebra",
|
|
"slop-challenger",
|
|
"slop-primitives",
|
|
"slop-symmetric",
|
|
"sp1-hypercube",
|
|
"sp1-primitives",
|
|
"sp1-recursion-executor",
|
|
"sp1-recursion-machine",
|
|
"strum 0.27.2",
|
|
"substrate-bn-succinct-rs",
|
|
"thiserror 2.0.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp1-zkvm"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a2e09d266c1b20f311fdeeafffc1e465629edf0b3c3e70dfa8a4d7e68b27324"
|
|
dependencies = [
|
|
"blake3",
|
|
"cfg-if",
|
|
"critical-section",
|
|
"embedded-alloc",
|
|
"getrandom 0.2.17",
|
|
"getrandom 0.3.4",
|
|
"lazy_static",
|
|
"libm",
|
|
"rand 0.8.5",
|
|
"sha2",
|
|
"slop-algebra",
|
|
"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 = "stability"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
|
|
[[package]]
|
|
name = "starknet-crypto"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e2c30c01e8eb0fc913c4ee3cf676389fffc1d1182bfe5bb9670e4e72e968064"
|
|
dependencies = [
|
|
"crypto-bigint",
|
|
"hex",
|
|
"hmac",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"rfc6979",
|
|
"sha2",
|
|
"starknet-crypto-codegen",
|
|
"starknet-curve",
|
|
"starknet-ff",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "starknet-crypto-codegen"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbc159a1934c7be9761c237333a57febe060ace2bc9e3b337a59a37af206d19f"
|
|
dependencies = [
|
|
"starknet-curve",
|
|
"starknet-ff",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "starknet-curve"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1c383518bb312751e4be80f53e8644034aa99a0afb29d7ac41b89a997db875b"
|
|
dependencies = [
|
|
"starknet-ff",
|
|
]
|
|
|
|
[[package]]
|
|
name = "starknet-ff"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7abf1b44ec5b18d87c1ae5f54590ca9d0699ef4dd5b2ffa66fc97f24613ec585"
|
|
dependencies = [
|
|
"ark-ff 0.4.2",
|
|
"bigdecimal",
|
|
"crypto-bigint",
|
|
"getrandom 0.2.17",
|
|
"hex",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "std-shims"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/starkware-libs/stwo?rev=0790eba#0790eba46b8af5697083d84fb75bd34b08a0b31f"
|
|
|
|
[[package]]
|
|
name = "str_stack"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb"
|
|
|
|
[[package]]
|
|
name = "strength_reduce"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
|
|
|
|
[[package]]
|
|
name = "string_cache"
|
|
version = "0.8.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
|
|
dependencies = [
|
|
"new_debug_unreachable",
|
|
"parking_lot",
|
|
"phf_shared",
|
|
"precomputed-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strip-ansi-escapes"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025"
|
|
dependencies = [
|
|
"vte",
|
|
]
|
|
|
|
[[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 0.26.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strum"
|
|
version = "0.27.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
|
|
dependencies = [
|
|
"strum_macros 0.27.2",
|
|
]
|
|
|
|
[[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.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strum_macros"
|
|
version = "0.27.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stwo"
|
|
version = "0.1.1"
|
|
source = "git+https://github.com/starkware-libs/stwo?rev=0790eba#0790eba46b8af5697083d84fb75bd34b08a0b31f"
|
|
dependencies = [
|
|
"blake2",
|
|
"blake3",
|
|
"bytemuck",
|
|
"cfg-if",
|
|
"educe 0.5.11",
|
|
"fnv",
|
|
"hashbrown 0.16.1",
|
|
"hex",
|
|
"indexmap 2.13.0",
|
|
"itertools 0.12.1",
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
"serde",
|
|
"starknet-crypto",
|
|
"starknet-ff",
|
|
"std-shims",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stwo-constraint-framework"
|
|
version = "0.1.1"
|
|
source = "git+https://github.com/starkware-libs/stwo?rev=0790eba#0790eba46b8af5697083d84fb75bd34b08a0b31f"
|
|
dependencies = [
|
|
"hashbrown 0.16.1",
|
|
"itertools 0.12.1",
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
"std-shims",
|
|
"stwo",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subenum"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec3d08fe7078c57309d5c3d938e50eba95ba1d33b9c3a101a8465fc6861a5416"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-bn-succinct-rs"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a241fd7c1016fb8ad30fcf5a20986c0c4538e8f15a1b41a1761516299e377ec1"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"byteorder",
|
|
"cfg-if",
|
|
"crunchy",
|
|
"lazy_static",
|
|
"num-bigint 0.4.6",
|
|
"rand 0.8.5",
|
|
"rustc-hex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "2.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
[[package]]
|
|
name = "super-seq-macro"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a7568b180699c2138a4bfaadda9a33a7419251489e58760d3b4e74d6588da3d"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"rhai",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "supports-color"
|
|
version = "3.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
|
|
dependencies = [
|
|
"is_ci",
|
|
]
|
|
|
|
[[package]]
|
|
name = "supports-hyperlinks"
|
|
version = "3.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91"
|
|
|
|
[[package]]
|
|
name = "supports-unicode"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
|
|
|
|
[[package]]
|
|
name = "svgbobdoc"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2c04b93fc15d79b39c63218f15e3fdffaa4c227830686e3b7c5f41244eb3e50"
|
|
dependencies = [
|
|
"base64 0.13.1",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
"unicode-width 0.1.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "svm-rs"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "11297baafe5fa0c99d5722458eac6a5e25c01eb1b8e5cd137f54079093daa7a4"
|
|
dependencies = [
|
|
"dirs 5.0.1",
|
|
"fs2",
|
|
"hex",
|
|
"once_cell",
|
|
"reqwest 0.11.27",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"thiserror 1.0.69",
|
|
"url",
|
|
"zip 0.6.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "symbolic-common"
|
|
version = "12.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "751a2823d606b5d0a7616499e4130a516ebd01a44f39811be2b9600936509c23"
|
|
dependencies = [
|
|
"debugid",
|
|
"memmap2",
|
|
"stable_deref_trait",
|
|
"uuid 1.21.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "symbolic-demangle"
|
|
version = "12.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79b237cfbe320601dd24b4ac817a5b68bb28f5508e33f08d42be0682cadc8ac9"
|
|
dependencies = [
|
|
"cc",
|
|
"cpp_demangle 0.5.1",
|
|
"msvc-demangler",
|
|
"rustc-demangle",
|
|
"symbolic-common",
|
|
]
|
|
|
|
[[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.116"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn-solidity"
|
|
version = "1.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8658017776544996edc21c8c7cc8bb4f13db60955382f4bac25dc6303b38438"
|
|
dependencies = [
|
|
"paste",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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.35.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c3ffa3e4ff2b324a57f7aeb3c349656c7b127c3c189520251a648102a92496e"
|
|
dependencies = [
|
|
"libc",
|
|
"memchr",
|
|
"ntapi",
|
|
"objc2-core-foundation",
|
|
"objc2-io-kit",
|
|
"windows 0.61.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sysinfo"
|
|
version = "0.38.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe840c5b1afe259a5657392a4dbb74473a14c8db999c3ec2f4ae812e028a94da"
|
|
dependencies = [
|
|
"libc",
|
|
"memchr",
|
|
"ntapi",
|
|
"objc2-core-foundation",
|
|
"objc2-io-kit",
|
|
"windows 0.62.2",
|
|
]
|
|
|
|
[[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.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
|
dependencies = [
|
|
"bitflags 2.11.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 = "tabled"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2407502760ccfd538f2fb1f843dd87b6daf1a17848d57bc5a25617e408ef4c7a"
|
|
dependencies = [
|
|
"papergrid",
|
|
"tabled_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tabled_derive"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "278ea3921cee8c5a69e0542998a089f7a14fa43c9c4e4f9951295da89bd0c943"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tap"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
[[package]]
|
|
name = "target-lexicon"
|
|
version = "0.12.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
|
[[package]]
|
|
name = "target-triple"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "591ef38edfb78ca4771ee32cf494cb8771944bee237a9b91fc9c1424ac4b777b"
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.25.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
|
|
dependencies = [
|
|
"fastrand",
|
|
"getrandom 0.4.1",
|
|
"once_cell",
|
|
"rustix 1.1.3",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "term"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
|
dependencies = [
|
|
"dirs-next",
|
|
"rustversion",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "term"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8c27177b12a6399ffc08b98f76f7c9a1f4fe9fc967c784c5a071fa8d93cf7e1"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "terminal_size"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
|
dependencies = [
|
|
"rustix 0.38.44",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.16.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
|
dependencies = [
|
|
"smawk",
|
|
"unicode-linebreak",
|
|
"unicode-width 0.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thin-vec"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d"
|
|
|
|
[[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.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
dependencies = [
|
|
"thiserror-impl 2.0.18",
|
|
]
|
|
|
|
[[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.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "2.0.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thousands"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[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-sys"
|
|
version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tikv-jemallocator"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a"
|
|
dependencies = [
|
|
"libc",
|
|
"tikv-jemalloc-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.3.47"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
|
dependencies = [
|
|
"deranged",
|
|
"itoa",
|
|
"libc",
|
|
"num-conv",
|
|
"num_threads",
|
|
"powerfmt",
|
|
"serde_core",
|
|
"time-core",
|
|
"time-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-core"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
|
|
|
[[package]]
|
|
name = "time-macros"
|
|
version = "0.2.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
|
|
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.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
|
dependencies = [
|
|
"tinyvec_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec_macros"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.49.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
|
dependencies = [
|
|
"bytes",
|
|
"libc",
|
|
"mio",
|
|
"parking_lot",
|
|
"pin-project-lite",
|
|
"signal-hook-registry",
|
|
"socket2 0.6.2",
|
|
"tokio-macros",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-io-timeout"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76"
|
|
dependencies = [
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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.23.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
|
dependencies = [
|
|
"rustls 0.20.9",
|
|
"tokio",
|
|
"webpki",
|
|
]
|
|
|
|
[[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.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
dependencies = [
|
|
"rustls 0.23.36",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-stream"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-tungstenite"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
|
dependencies = [
|
|
"futures-util",
|
|
"log",
|
|
"rustls 0.21.12",
|
|
"tokio",
|
|
"tokio-rustls 0.24.1",
|
|
"tungstenite",
|
|
"webpki-roots 0.25.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.7.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.8.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_spanned 0.6.9",
|
|
"toml_datetime 0.6.11",
|
|
"toml_edit 0.22.27",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "1.0.2+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1dfefef6a142e93f346b64c160934eb13b5594b84ab378133ac6815cb2bd57f"
|
|
dependencies = [
|
|
"indexmap 2.13.0",
|
|
"serde_core",
|
|
"serde_spanned 1.0.4",
|
|
"toml_datetime 1.0.0+spec-1.1.0",
|
|
"toml_parser",
|
|
"toml_writer",
|
|
"winnow 0.7.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
version = "0.6.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
version = "0.7.5+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
version = "1.0.0+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.19.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
dependencies = [
|
|
"indexmap 2.13.0",
|
|
"toml_datetime 0.6.11",
|
|
"winnow 0.5.40",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.22.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
|
dependencies = [
|
|
"indexmap 2.13.0",
|
|
"serde",
|
|
"serde_spanned 0.6.9",
|
|
"toml_datetime 0.6.11",
|
|
"toml_write",
|
|
"winnow 0.7.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.23.10+spec-1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
|
|
dependencies = [
|
|
"indexmap 2.13.0",
|
|
"toml_datetime 0.7.5+spec-1.1.0",
|
|
"toml_parser",
|
|
"winnow 0.7.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_parser"
|
|
version = "1.0.9+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
|
|
dependencies = [
|
|
"winnow 0.7.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_write"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
|
|
[[package]]
|
|
name = "toml_writer"
|
|
version = "1.0.6+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
|
|
|
|
[[package]]
|
|
name = "tonic"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb"
|
|
dependencies = [
|
|
"async-stream",
|
|
"async-trait",
|
|
"axum 0.6.20",
|
|
"base64 0.13.1",
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2 0.3.27",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"hyper 0.14.32",
|
|
"hyper-timeout 0.4.1",
|
|
"percent-encoding",
|
|
"pin-project",
|
|
"prost 0.11.9",
|
|
"prost-derive 0.11.9",
|
|
"rustls-native-certs 0.6.3",
|
|
"rustls-pemfile 1.0.4",
|
|
"tokio",
|
|
"tokio-rustls 0.23.4",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
"tower 0.4.13",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
"tracing-futures",
|
|
]
|
|
|
|
[[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 0.7.9",
|
|
"base64 0.22.1",
|
|
"bytes",
|
|
"h2 0.4.13",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"hyper-timeout 0.5.2",
|
|
"hyper-util",
|
|
"percent-encoding",
|
|
"pin-project",
|
|
"prost 0.13.5",
|
|
"rustls-native-certs 0.8.3",
|
|
"rustls-pemfile 2.2.0",
|
|
"socket2 0.5.10",
|
|
"tokio",
|
|
"tokio-rustls 0.26.4",
|
|
"tokio-stream",
|
|
"tower 0.4.13",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tonic"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f32a6f80051a4111560201420c7885d0082ba9efe2ab61875c587bb6b18b9a0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"axum 0.8.8",
|
|
"base64 0.22.1",
|
|
"bytes",
|
|
"h2 0.4.13",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"hyper-timeout 0.5.2",
|
|
"hyper-util",
|
|
"percent-encoding",
|
|
"pin-project",
|
|
"socket2 0.6.2",
|
|
"sync_wrapper 1.0.2",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tower 0.5.3",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tonic-build"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4"
|
|
dependencies = [
|
|
"prettyplease 0.1.25",
|
|
"proc-macro2",
|
|
"prost-build 0.11.9",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tonic-build"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11"
|
|
dependencies = [
|
|
"prettyplease 0.2.37",
|
|
"proc-macro2",
|
|
"prost-build 0.13.5",
|
|
"prost-types 0.13.5",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tonic-build"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce6d8958ed3be404120ca43ffa0fb1e1fc7be214e96c8d33bd43a131b6eebc9e"
|
|
dependencies = [
|
|
"prettyplease 0.2.37",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tonic-prost"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f86539c0089bfd09b1f8c0ab0239d80392af74c21bc9e0f15e1b4aca4c1647f"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost 0.14.3",
|
|
"tonic 0.14.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tonic-prost-build"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65873ace111e90344b8973e94a1fc817c924473affff24629281f90daed1cd2e"
|
|
dependencies = [
|
|
"prettyplease 0.2.37",
|
|
"proc-macro2",
|
|
"prost-build 0.14.3",
|
|
"prost-types 0.14.3",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
"tempfile",
|
|
"tonic-build 0.14.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toolchain_find"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebc8c9a7f0a2966e1acdaf0461023d0b01471eeead645370cf4c3f5cff153f2a"
|
|
dependencies = [
|
|
"home",
|
|
"once_cell",
|
|
"regex",
|
|
"semver 1.0.27",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-util",
|
|
"indexmap 1.9.3",
|
|
"pin-project",
|
|
"pin-project-lite",
|
|
"rand 0.8.5",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-util",
|
|
"indexmap 2.13.0",
|
|
"pin-project-lite",
|
|
"slab",
|
|
"sync_wrapper 1.0.2",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-http"
|
|
version = "0.6.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"bytes",
|
|
"futures-util",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"iri-string",
|
|
"pin-project-lite",
|
|
"tower 0.5.3",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[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 = "trace_and_split"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"prover",
|
|
"serde",
|
|
"serde_json",
|
|
"setups",
|
|
"worker",
|
|
]
|
|
|
|
[[package]]
|
|
name = "trace_holder"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"field",
|
|
"worker",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracer"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/a16z/jolt.git?rev=6dcd401#6dcd401375efbf1a0e70079088745bacd55d4e88"
|
|
dependencies = [
|
|
"addr2line 0.25.1",
|
|
"ark-serialize 0.5.0",
|
|
"clap",
|
|
"common",
|
|
"derive_more 2.1.1",
|
|
"fnv",
|
|
"itertools 0.10.5",
|
|
"jolt-platform",
|
|
"object 0.36.7",
|
|
"paste",
|
|
"postcard",
|
|
"serde",
|
|
"serde_json",
|
|
"strum 0.26.3",
|
|
"strum_macros 0.26.4",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
dependencies = [
|
|
"log",
|
|
"pin-project-lite",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-appender"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"thiserror 2.0.18",
|
|
"time",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-chrome"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724"
|
|
dependencies = [
|
|
"serde_json",
|
|
"tracing-core",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
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.22",
|
|
]
|
|
|
|
[[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-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-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.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
|
dependencies = [
|
|
"matchers",
|
|
"nu-ansi-term",
|
|
"once_cell",
|
|
"regex-automata",
|
|
"serde",
|
|
"serde_json",
|
|
"sharded-slab",
|
|
"smallvec",
|
|
"thread_local",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-log",
|
|
"tracing-serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-test"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19a4c448db514d4f24c5ddb9f73f2ee71bfb24c526cf0c570ba142d1119e0051"
|
|
dependencies = [
|
|
"tracing-core",
|
|
"tracing-subscriber 0.3.22",
|
|
"tracing-test-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-test-macro"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad06847b7afb65c7866a36664b75c40b895e318cea4f71299f013fb22965329d"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "transcript"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"blake2s_u32",
|
|
"unroll",
|
|
"worker",
|
|
]
|
|
|
|
[[package]]
|
|
name = "transpose"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
|
|
dependencies = [
|
|
"num-integer",
|
|
"strength_reduce",
|
|
]
|
|
|
|
[[package]]
|
|
name = "try-lock"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
[[package]]
|
|
name = "trybuild"
|
|
version = "1.0.116"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47c635f0191bd3a2941013e5062667100969f8c4e9cd787c14f977265d73616e"
|
|
dependencies = [
|
|
"dissimilar",
|
|
"glob",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"target-triple",
|
|
"termcolor",
|
|
"toml 1.0.2+spec-1.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tstr"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f8e0294f14baae476d0dd0a2d780b2e24d66e349a9de876f5126777a37bdba7"
|
|
dependencies = [
|
|
"tstr_proc_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tstr_proc_macros"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e78122066b0cb818b8afd08f7ed22f7fdbc3e90815035726f0840d0d26c0747a"
|
|
|
|
[[package]]
|
|
name = "tungstenite"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
|
|
dependencies = [
|
|
"byteorder",
|
|
"bytes",
|
|
"data-encoding",
|
|
"http 0.2.12",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"rustls 0.21.12",
|
|
"sha1",
|
|
"thiserror 1.0.69",
|
|
"url",
|
|
"utf-8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "twirp"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4bfc65c610b3c5395ebb12132f251e1679386e0efef00c55ddee6affc68dd5c6"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"axum 0.8.8",
|
|
"futures",
|
|
"http 1.4.0",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"prost 0.14.3",
|
|
"reqwest 0.12.28",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 2.0.18",
|
|
"tokio",
|
|
"tower 0.5.3",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "twirp-build"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f108ced0bc35967d210e9e0eab7f79c95ac4a7c4bcf5c40c1e9e53d25885550f"
|
|
dependencies = [
|
|
"prettyplease 0.2.37",
|
|
"proc-macro2",
|
|
"prost-build 0.14.3",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "twirp-build-rs"
|
|
version = "0.13.0-succinct"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8160cc3d9282e192ec842f1ab44e9d396312ff5472bdab58f5e7f4d882b22eea"
|
|
dependencies = [
|
|
"prost-build 0.13.5",
|
|
]
|
|
|
|
[[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 0.7.9",
|
|
"futures",
|
|
"http 1.4.0",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"prost 0.13.5",
|
|
"reqwest 0.12.28",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tower 0.5.3",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "twox-hash"
|
|
version = "1.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "twox-hash"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
|
|
|
|
[[package]]
|
|
name = "type-map"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90"
|
|
dependencies = [
|
|
"rustc-hash 2.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typed-arena"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
|
|
|
[[package]]
|
|
name = "typeid"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
|
|
|
|
[[package]]
|
|
name = "typeid_prefix"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9da1387307fdee46aa441e4f08a1b491e659fcac1aca9cd71f2c624a0de5d1b"
|
|
|
|
[[package]]
|
|
name = "typeid_suffix"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77b55e96f110c6db5d1a2f24072552537f0091dc90cebeaa679540bac93e7405"
|
|
dependencies = [
|
|
"uuid 1.21.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
|
|
[[package]]
|
|
name = "typetag"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf"
|
|
dependencies = [
|
|
"erased-serde",
|
|
"inventory",
|
|
"once_cell",
|
|
"serde",
|
|
"typetag-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typetag-impl"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typewit"
|
|
version = "1.14.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8c1ae7cc0fdb8b842d65d127cb981574b0d2b249b74d1c7a2986863dc134f71"
|
|
|
|
[[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.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
|
|
[[package]]
|
|
name = "unicode-linebreak"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
|
|
[[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.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
|
|
[[package]]
|
|
name = "universal-hash"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
|
dependencies = [
|
|
"crypto-common",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unroll"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ad948c1cb799b1a70f836077721a92a35ac177d4daddf4c20a633786d4cf618"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unsafe-libyaml"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
|
|
|
[[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 = "unty"
|
|
version = "0.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"idna",
|
|
"percent-encoding",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "urlencoding"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
|
[[package]]
|
|
name = "utf-8"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
[[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 0.2.17",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "1.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
|
|
dependencies = [
|
|
"atomic",
|
|
"getrandom 0.4.1",
|
|
"js-sys",
|
|
"md-5",
|
|
"rand 0.9.2",
|
|
"sha1_smol",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "valuable"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
|
[[package]]
|
|
name = "variant_count"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1935e10c6f04d22688d07c0790f2fc0e1b1c5c2c55bc0cc87ed67656e587dd8"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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.5"
|
|
source = "git+https://github.com/rustyhorde/vergen?branch=legacy%2Fv8#b900b88605a61409de6efabe3afda3ec37fbe5c6"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cfg-if",
|
|
"git2",
|
|
"rustversion",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vergen"
|
|
version = "9.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75"
|
|
dependencies = [
|
|
"anyhow",
|
|
"derive_builder",
|
|
"rustversion",
|
|
"time",
|
|
"vergen-lib",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vergen-git2"
|
|
version = "9.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d51ab55ddf1188c8d679f349775362b0fa9e90bd7a4ac69838b2a087623f0d57"
|
|
dependencies = [
|
|
"anyhow",
|
|
"derive_builder",
|
|
"git2",
|
|
"rustversion",
|
|
"time",
|
|
"vergen 9.1.0",
|
|
"vergen-lib",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vergen-lib"
|
|
version = "9.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569"
|
|
dependencies = [
|
|
"anyhow",
|
|
"derive_builder",
|
|
"rustversion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "verifier_common"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"blake2s_u32",
|
|
"cs",
|
|
"field",
|
|
"non_determinism_source",
|
|
"poseidon2",
|
|
"prover",
|
|
"serde",
|
|
"transcript",
|
|
"unroll",
|
|
]
|
|
|
|
[[package]]
|
|
name = "verifier_generator"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"proc-macro-error2",
|
|
"proc-macro2",
|
|
"prover",
|
|
"quote",
|
|
"serde",
|
|
"serde_json",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
[[package]]
|
|
name = "virtue"
|
|
version = "0.0.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
|
|
|
|
[[package]]
|
|
name = "vsimd"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
|
|
[[package]]
|
|
name = "vte"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wait-timeout"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
|
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.1+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
|
[[package]]
|
|
name = "wasip2"
|
|
version = "1.0.2+wasi-0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
dependencies = [
|
|
"wit-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasip3"
|
|
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
dependencies = [
|
|
"wit-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
version = "0.2.108"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"once_cell",
|
|
"rustversion",
|
|
"wasm-bindgen-macro",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.58"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"futures-util",
|
|
"js-sys",
|
|
"once_cell",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.108"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
|
|
dependencies = [
|
|
"quote",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.108"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.108"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-encoder"
|
|
version = "0.244.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
dependencies = [
|
|
"leb128fmt",
|
|
"wasmparser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-metadata"
|
|
version = "0.244.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
dependencies = [
|
|
"anyhow",
|
|
"indexmap 2.13.0",
|
|
"wasm-encoder",
|
|
"wasmparser",
|
|
]
|
|
|
|
[[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 = "wasmparser"
|
|
version = "0.244.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
dependencies = [
|
|
"bitflags 2.11.0",
|
|
"hashbrown 0.15.5",
|
|
"indexmap 2.13.0",
|
|
"semver 1.0.27",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.85"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "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"
|
|
version = "0.22.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
|
|
dependencies = [
|
|
"ring 0.17.14",
|
|
"untrusted 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-root-certs"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
|
|
dependencies = [
|
|
"rustls-pki-types",
|
|
]
|
|
|
|
[[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 = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
|
|
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 0.38.44",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wide"
|
|
version = "0.7.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"safe_arch",
|
|
]
|
|
|
|
[[package]]
|
|
name = "widestring"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
|
|
|
[[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.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[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.61.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
|
|
dependencies = [
|
|
"windows-collections 0.2.0",
|
|
"windows-core 0.61.2",
|
|
"windows-future 0.2.1",
|
|
"windows-link 0.1.3",
|
|
"windows-numerics 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows"
|
|
version = "0.62.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
|
|
dependencies = [
|
|
"windows-collections 0.3.2",
|
|
"windows-core 0.62.2",
|
|
"windows-future 0.3.2",
|
|
"windows-numerics 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-collections"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
|
dependencies = [
|
|
"windows-core 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-collections"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
|
|
dependencies = [
|
|
"windows-core 0.62.2",
|
|
]
|
|
|
|
[[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.61.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|
dependencies = [
|
|
"windows-implement",
|
|
"windows-interface",
|
|
"windows-link 0.1.3",
|
|
"windows-result 0.3.4",
|
|
"windows-strings 0.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-core"
|
|
version = "0.62.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
dependencies = [
|
|
"windows-implement",
|
|
"windows-interface",
|
|
"windows-link 0.2.1",
|
|
"windows-result 0.4.1",
|
|
"windows-strings 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-future"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
|
dependencies = [
|
|
"windows-core 0.61.2",
|
|
"windows-link 0.1.3",
|
|
"windows-threading 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-future"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
|
|
dependencies = [
|
|
"windows-core 0.62.2",
|
|
"windows-link 0.2.1",
|
|
"windows-threading 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-implement"
|
|
version = "0.60.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-interface"
|
|
version = "0.59.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-link"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
|
|
[[package]]
|
|
name = "windows-link"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
|
|
[[package]]
|
|
name = "windows-numerics"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
|
dependencies = [
|
|
"windows-core 0.61.2",
|
|
"windows-link 0.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-numerics"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
|
|
dependencies = [
|
|
"windows-core 0.62.2",
|
|
"windows-link 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-registry"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
|
|
dependencies = [
|
|
"windows-link 0.2.1",
|
|
"windows-result 0.4.1",
|
|
"windows-strings 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-result"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
dependencies = [
|
|
"windows-link 0.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-result"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
dependencies = [
|
|
"windows-link 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-strings"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
dependencies = [
|
|
"windows-link 0.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-strings"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
dependencies = [
|
|
"windows-link 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.45.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
dependencies = [
|
|
"windows-targets 0.42.2",
|
|
]
|
|
|
|
[[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-sys"
|
|
version = "0.60.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
dependencies = [
|
|
"windows-targets 0.53.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.61.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
dependencies = [
|
|
"windows-link 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
"windows_aarch64_msvc 0.42.2",
|
|
"windows_i686_gnu 0.42.2",
|
|
"windows_i686_msvc 0.42.2",
|
|
"windows_x86_64_gnu 0.42.2",
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
"windows_x86_64_msvc 0.42.2",
|
|
]
|
|
|
|
[[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 0.52.6",
|
|
"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-targets"
|
|
version = "0.53.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
dependencies = [
|
|
"windows-link 0.2.1",
|
|
"windows_aarch64_gnullvm 0.53.1",
|
|
"windows_aarch64_msvc 0.53.1",
|
|
"windows_i686_gnu 0.53.1",
|
|
"windows_i686_gnullvm 0.53.1",
|
|
"windows_i686_msvc 0.53.1",
|
|
"windows_x86_64_gnu 0.53.1",
|
|
"windows_x86_64_gnullvm 0.53.1",
|
|
"windows_x86_64_msvc 0.53.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-threading"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
|
dependencies = [
|
|
"windows-link 0.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-threading"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
|
|
dependencies = [
|
|
"windows-link 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
[[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_gnullvm"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
[[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_aarch64_msvc"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
[[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_gnu"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
|
|
[[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_gnullvm"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
[[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_i686_msvc"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
[[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_gnu"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
[[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_gnullvm"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
[[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 = "windows_x86_64_msvc"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
|
|
[[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.7.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
|
|
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 = "winter-air"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef01227f23c7c331710f43b877a8333f5f8d539631eea763600f1a74bf018c7c"
|
|
dependencies = [
|
|
"libm",
|
|
"winter-crypto",
|
|
"winter-fri",
|
|
"winter-math",
|
|
"winter-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winter-crypto"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1cdb247bc142438798edb04067ab72a22cf815f57abbd7b78a6fa986fc101db8"
|
|
dependencies = [
|
|
"blake3",
|
|
"sha3",
|
|
"winter-math",
|
|
"winter-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winter-fri"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd592b943f9d65545683868aaf1b601eb66e52bfd67175347362efff09101d3a"
|
|
dependencies = [
|
|
"winter-crypto",
|
|
"winter-math",
|
|
"winter-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winter-math"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7aecfb48ee6a8b4746392c8ff31e33e62df8528a3b5628c5af27b92b14aef1ea"
|
|
dependencies = [
|
|
"winter-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winter-maybe-async"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d31a19dae58475d019850e25b0170e94b16d382fbf6afee9c0e80fdc935e73e"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winter-prover"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84cc631ed56cd39b78ef932c1ec4060cc6a44d114474291216c32f56655b3048"
|
|
dependencies = [
|
|
"tracing",
|
|
"winter-air",
|
|
"winter-crypto",
|
|
"winter-fri",
|
|
"winter-math",
|
|
"winter-maybe-async",
|
|
"winter-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winter-utils"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9951263ef5317740cd0f49e618db00c72fabb70b75756ea26c4d5efe462c04dd"
|
|
|
|
[[package]]
|
|
name = "winter-verifier"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0425ea81f8f703a1021810216da12003175c7974a584660856224df04b2e2fdb"
|
|
dependencies = [
|
|
"winter-air",
|
|
"winter-crypto",
|
|
"winter-fri",
|
|
"winter-math",
|
|
"winter-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-bindgen"
|
|
version = "0.51.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
dependencies = [
|
|
"wit-bindgen-rust-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-bindgen-core"
|
|
version = "0.51.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
dependencies = [
|
|
"anyhow",
|
|
"heck 0.5.0",
|
|
"wit-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-bindgen-rust"
|
|
version = "0.51.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
dependencies = [
|
|
"anyhow",
|
|
"heck 0.5.0",
|
|
"indexmap 2.13.0",
|
|
"prettyplease 0.2.37",
|
|
"syn 2.0.116",
|
|
"wasm-metadata",
|
|
"wit-bindgen-core",
|
|
"wit-component",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-bindgen-rust-macro"
|
|
version = "0.51.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
dependencies = [
|
|
"anyhow",
|
|
"prettyplease 0.2.37",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
"wit-bindgen-core",
|
|
"wit-bindgen-rust",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-component"
|
|
version = "0.244.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bitflags 2.11.0",
|
|
"indexmap 2.13.0",
|
|
"log",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"wasm-encoder",
|
|
"wasm-metadata",
|
|
"wasmparser",
|
|
"wit-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-parser"
|
|
version = "0.244.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
dependencies = [
|
|
"anyhow",
|
|
"id-arena",
|
|
"indexmap 2.13.0",
|
|
"log",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"unicode-xid",
|
|
"wasmparser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "witness"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/pil2-proofman.git?branch=pre-develop-0.16.0#312a7cd2b7e5d2a60231db4a6e3fda20b2d92721"
|
|
dependencies = [
|
|
"colored",
|
|
"fields",
|
|
"libloading 0.8.9",
|
|
"proofman-common",
|
|
"proofman-util",
|
|
"serde_json",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "worker"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/matter-labs/zksync-airbender?tag=v0.5.2#b93c285d292891f3c27a3cf0110be09cde30ac4f"
|
|
dependencies = [
|
|
"num_cpus",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "writeable"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
|
|
|
[[package]]
|
|
name = "ws_stream_wasm"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc"
|
|
dependencies = [
|
|
"async_io_stream",
|
|
"futures",
|
|
"js-sys",
|
|
"log",
|
|
"pharos",
|
|
"rustc_version 0.4.1",
|
|
"send_wrapper 0.6.0",
|
|
"thiserror 2.0.18",
|
|
"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 = "x25519-dalek"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
|
|
dependencies = [
|
|
"curve25519-dalek",
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x509-parser"
|
|
version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
|
|
dependencies = [
|
|
"asn1-rs",
|
|
"data-encoding",
|
|
"der-parser",
|
|
"lazy_static",
|
|
"nom",
|
|
"oid-registry",
|
|
"ring 0.17.14",
|
|
"rusticata-macros",
|
|
"thiserror 2.0.18",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xmlparser"
|
|
version = "0.13.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
|
|
|
[[package]]
|
|
name = "yaml-rust2"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2462ea039c445496d8793d052e13787f2b90e750b833afee748e601c17621ed9"
|
|
dependencies = [
|
|
"arraydeque",
|
|
"encoding_rs",
|
|
"hashlink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yansi"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|
|
|
|
[[package]]
|
|
name = "yansi"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
|
|
|
[[package]]
|
|
name = "yasna"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
|
dependencies = [
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yoke"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
|
dependencies = [
|
|
"stable_deref_trait",
|
|
"yoke-derive",
|
|
"zerofrom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yoke-derive"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy"
|
|
version = "0.8.39"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
|
|
dependencies = [
|
|
"zerocopy-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy-derive"
|
|
version = "0.8.39"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerofrom"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
dependencies = [
|
|
"zerofrom-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerofrom-derive"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize"
|
|
version = "1.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
dependencies = [
|
|
"zeroize_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize_derive"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerotrie"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"yoke",
|
|
"zerofrom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerovec"
|
|
version = "0.11.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
|
dependencies = [
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerovec-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerovec-derive"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.116",
|
|
]
|
|
|
|
[[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",
|
|
"pbkdf2 0.11.0",
|
|
"sha1",
|
|
"time",
|
|
"zstd 0.11.2+zstd.1.5.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zip"
|
|
version = "2.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"crc32fast",
|
|
"crossbeam-utils",
|
|
"displaydoc",
|
|
"flate2",
|
|
"indexmap 2.13.0",
|
|
"memchr",
|
|
"thiserror 2.0.18",
|
|
"zopfli",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zisk-build"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cargo_metadata 0.23.1",
|
|
"clap",
|
|
"rom-setup",
|
|
"tracing",
|
|
"vergen-git2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zisk-common"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 1.3.3",
|
|
"fields",
|
|
"libc",
|
|
"mpi",
|
|
"proofman",
|
|
"proofman-common",
|
|
"proofman-util",
|
|
"quinn",
|
|
"rcgen",
|
|
"rustls 0.23.36",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 2.0.18",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
"zisk-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zisk-core"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"elf",
|
|
"fields",
|
|
"lib-c",
|
|
"lib-float",
|
|
"paste",
|
|
"precompiles-helpers",
|
|
"rayon",
|
|
"riscv",
|
|
"serde",
|
|
"sha2",
|
|
"tiny-keccak",
|
|
"ziskos-hints",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zisk-distributed-common"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"borsh",
|
|
"chrono",
|
|
"proofman",
|
|
"proofman-common",
|
|
"proofman-util",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 2.0.18",
|
|
"tracing",
|
|
"tracing-appender",
|
|
"tracing-subscriber 0.3.22",
|
|
"uuid 1.21.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zisk-pil"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"fields",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"rayon",
|
|
"serde",
|
|
"serde_arrays 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zisk-sdk"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"asm-runner",
|
|
"bincode 1.3.3",
|
|
"colored",
|
|
"executor",
|
|
"fields",
|
|
"proofman",
|
|
"proofman-common",
|
|
"proofman-util",
|
|
"rom-setup",
|
|
"serde",
|
|
"sha2",
|
|
"tracing",
|
|
"zisk-build",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-distributed-common",
|
|
"zisk-verifier",
|
|
"zisk-witness",
|
|
"ziskemu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zisk-verifier"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"proofman-util",
|
|
"proofman-verifier",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zisk-witness"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"asm-runner",
|
|
"data-bus",
|
|
"executor",
|
|
"fields",
|
|
"mem-common",
|
|
"pil-std-lib",
|
|
"precomp-arith-eq",
|
|
"precomp-arith-eq-384",
|
|
"precomp-big-int",
|
|
"precomp-dma",
|
|
"precomp-keccakf",
|
|
"precomp-poseidon2",
|
|
"precomp-sha256f",
|
|
"precompiles-hints",
|
|
"proofman",
|
|
"proofman-common",
|
|
"proofman-macros",
|
|
"proofman-util",
|
|
"rayon",
|
|
"sm-arith",
|
|
"sm-binary",
|
|
"sm-frequent-ops",
|
|
"sm-main",
|
|
"sm-mem",
|
|
"sm-rom",
|
|
"tracing",
|
|
"witness",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
"ziskemu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ziskemu"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"clap",
|
|
"data-bus",
|
|
"fields",
|
|
"mem-common",
|
|
"memmap2",
|
|
"num-format",
|
|
"object 0.37.3",
|
|
"proofman-common",
|
|
"rayon",
|
|
"riscv",
|
|
"sm-arith",
|
|
"sm-binary",
|
|
"symbolic-common",
|
|
"symbolic-demangle",
|
|
"sysinfo 0.38.0",
|
|
"vergen-git2",
|
|
"zisk-common",
|
|
"zisk-core",
|
|
"zisk-pil",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ziskos"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 1.3.3",
|
|
"bytes",
|
|
"cfg-if",
|
|
"ctor 0.2.9",
|
|
"fields",
|
|
"getrandom 0.2.17",
|
|
"lazy_static",
|
|
"lib-c",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"once_cell",
|
|
"paste",
|
|
"precompiles-helpers",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"sha2",
|
|
"tiny-keccak",
|
|
"tokio",
|
|
"zisk-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ziskos-hints"
|
|
version = "0.16.0"
|
|
source = "git+https://github.com/0xPolygonHermez/zisk.git?branch=pre-develop-0.16.0#0749466f42deb14d1f21a12018800024ba5a1551"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 1.3.3",
|
|
"cfg-if",
|
|
"fields",
|
|
"getrandom 0.2.17",
|
|
"lazy_static",
|
|
"lib-c",
|
|
"num-bigint 0.4.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
"paste",
|
|
"precompiles-helpers",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"sha2",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[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 0.8.5",
|
|
"serde",
|
|
"sha2",
|
|
"sha3",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkhash"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/HorizenLabs/poseidon2.git?rev=bb476b9#bb476b9ca38198cf5092487283c8b8c5d4317c4e"
|
|
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 0.8.5",
|
|
"serde",
|
|
"sha2",
|
|
"sha3",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-build"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cargo_metadata 0.18.1",
|
|
"chrono",
|
|
"clap",
|
|
"dirs 5.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-core-executor"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 1.3.3",
|
|
"bytemuck",
|
|
"elf",
|
|
"enum-map",
|
|
"env_logger",
|
|
"eyre",
|
|
"hashbrown 0.14.5",
|
|
"hex",
|
|
"itertools 0.13.0",
|
|
"log",
|
|
"nohash-hasher",
|
|
"num",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"rayon-scan",
|
|
"rrs-succinct 0.1.0",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"strum 0.26.3",
|
|
"strum_macros 0.26.4",
|
|
"thiserror 1.0.69",
|
|
"tiny-keccak",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
"typenum",
|
|
"vec_map",
|
|
"zkm-curves",
|
|
"zkm-primitives",
|
|
"zkm-stark",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-core-machine"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"cbindgen",
|
|
"cc",
|
|
"cfg-if",
|
|
"elliptic-curve",
|
|
"generic-array 1.1.0",
|
|
"glob",
|
|
"hashbrown 0.14.5",
|
|
"hex",
|
|
"itertools 0.13.0",
|
|
"k256",
|
|
"log",
|
|
"num",
|
|
"num_cpus",
|
|
"p256",
|
|
"p3-air 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-challenger 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-keccak-air 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-uni-stark 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"pathdiff",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
"rayon-scan",
|
|
"serde",
|
|
"serde_json",
|
|
"size",
|
|
"snowbridge-amcl",
|
|
"static_assertions",
|
|
"strum 0.26.3",
|
|
"strum_macros 0.26.4",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tiny-keccak",
|
|
"tracing",
|
|
"tracing-forest",
|
|
"tracing-subscriber 0.3.22",
|
|
"typenum",
|
|
"web-time",
|
|
"zkm-core-executor",
|
|
"zkm-curves",
|
|
"zkm-derive",
|
|
"zkm-primitives",
|
|
"zkm-stark",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-cuda"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"ctrlc",
|
|
"prost 0.13.5",
|
|
"prost-build 0.13.5",
|
|
"serde",
|
|
"tokio",
|
|
"tracing",
|
|
"twirp-build-rs",
|
|
"twirp-rs",
|
|
"zkm-core-machine",
|
|
"zkm-prover",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-curves"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"curve25519-dalek",
|
|
"dashu",
|
|
"elliptic-curve",
|
|
"generic-array 1.1.0",
|
|
"itertools 0.13.0",
|
|
"k256",
|
|
"num",
|
|
"p256",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"serde",
|
|
"snowbridge-amcl",
|
|
"typenum",
|
|
"zkm-primitives",
|
|
"zkm-stark",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-derive"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-lib"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"cfg-if",
|
|
"elliptic-curve",
|
|
"serde",
|
|
"sha2",
|
|
"zkm-primitives",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-primitives"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"hex",
|
|
"lazy_static",
|
|
"num-bigint 0.4.6",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-monty-31 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"serde",
|
|
"sha2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-prover"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 1.3.3",
|
|
"clap",
|
|
"dirs 5.0.1",
|
|
"eyre",
|
|
"itertools 0.13.0",
|
|
"lru",
|
|
"num-bigint 0.4.6",
|
|
"p3-bn254-fr 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-challenger 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-commit 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rayon",
|
|
"serde",
|
|
"serde_json",
|
|
"serial_test",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
"tracing-appender",
|
|
"tracing-subscriber 0.3.22",
|
|
"zkm-core-executor",
|
|
"zkm-core-machine",
|
|
"zkm-primitives",
|
|
"zkm-recursion-circuit",
|
|
"zkm-recursion-compiler",
|
|
"zkm-recursion-core",
|
|
"zkm-recursion-gnark-ffi",
|
|
"zkm-stark",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-recursion-circuit"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"hashbrown 0.14.5",
|
|
"itertools 0.13.0",
|
|
"num-traits",
|
|
"p3-air 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-bn254-fr 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-challenger 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-commit 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-dft 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-fri 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
"serde",
|
|
"tracing",
|
|
"zkm-core-executor",
|
|
"zkm-core-machine",
|
|
"zkm-derive",
|
|
"zkm-primitives",
|
|
"zkm-recursion-compiler",
|
|
"zkm-recursion-core",
|
|
"zkm-recursion-gnark-ffi",
|
|
"zkm-stark",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-recursion-compiler"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"backtrace",
|
|
"itertools 0.13.0",
|
|
"p3-bn254-fr 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"serde",
|
|
"tracing",
|
|
"vec_map",
|
|
"zkm-core-machine",
|
|
"zkm-primitives",
|
|
"zkm-recursion-core",
|
|
"zkm-recursion-derive",
|
|
"zkm-stark",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-recursion-core"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"backtrace",
|
|
"cbindgen",
|
|
"cc",
|
|
"ff 0.13.1",
|
|
"glob",
|
|
"hashbrown 0.14.5",
|
|
"itertools 0.13.0",
|
|
"p3-air 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-bn254-fr 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-challenger 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-commit 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-dft 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-fri 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-merkle-tree 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-monty-31 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"pathdiff",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"static_assertions",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
"vec_map",
|
|
"zkhash 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"zkm-core-machine",
|
|
"zkm-derive",
|
|
"zkm-primitives",
|
|
"zkm-stark",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-recursion-derive"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-recursion-gnark-ffi"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode 1.3.3",
|
|
"bindgen 0.70.1",
|
|
"cc",
|
|
"cfg-if",
|
|
"hex",
|
|
"log",
|
|
"num-bigint 0.4.6",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"tempfile",
|
|
"zkm-core-machine",
|
|
"zkm-recursion-compiler",
|
|
"zkm-stark",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-sdk"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"alloy-signer",
|
|
"alloy-signer-local",
|
|
"alloy-sol-types",
|
|
"anyhow",
|
|
"async-trait",
|
|
"bincode 1.3.3",
|
|
"cfg-if",
|
|
"dirs 5.0.1",
|
|
"ethers",
|
|
"futures",
|
|
"hashbrown 0.14.5",
|
|
"hex",
|
|
"indicatif",
|
|
"itertools 0.13.0",
|
|
"log",
|
|
"num-bigint 0.4.6",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-fri 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"prost 0.11.9",
|
|
"reqwest 0.11.27",
|
|
"serde",
|
|
"serde_json",
|
|
"strum 0.26.3",
|
|
"strum_macros 0.26.4",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tonic 0.8.3",
|
|
"tonic-build 0.8.4",
|
|
"tracing",
|
|
"twirp-rs",
|
|
"uuid 1.21.0",
|
|
"vergen 8.3.5",
|
|
"zkm-build",
|
|
"zkm-core-executor",
|
|
"zkm-core-machine",
|
|
"zkm-cuda",
|
|
"zkm-primitives",
|
|
"zkm-prover",
|
|
"zkm-stark",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-stark"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"arrayref",
|
|
"hashbrown 0.14.5",
|
|
"itertools 0.13.0",
|
|
"num-bigint 0.4.6",
|
|
"num-traits",
|
|
"p3-air 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-challenger 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-circle 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-commit 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-dft 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-fri 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-keccak 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-matrix 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-maybe-rayon 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-mds 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-merkle-tree 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-mersenne-31 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-poseidon2 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-symmetric 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-uni-stark 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-util 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"rayon-scan",
|
|
"serde",
|
|
"strum 0.26.3",
|
|
"strum_macros 0.26.4",
|
|
"sysinfo 0.30.13",
|
|
"tracing",
|
|
"tracing-forest",
|
|
"tracing-subscriber 0.3.22",
|
|
"zkm-derive",
|
|
"zkm-primitives",
|
|
"zkm-zkvm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zkm-zkvm"
|
|
version = "1.2.3"
|
|
source = "git+https://github.com/ProjectZKM/Ziren.git?tag=v1.2.3#be43a854e4be21c11fb87304f9794dc9137b492d"
|
|
dependencies = [
|
|
"bincode 1.3.3",
|
|
"cfg-if",
|
|
"critical-section",
|
|
"embedded-alloc",
|
|
"getrandom 0.2.17",
|
|
"lazy_static",
|
|
"libm",
|
|
"p3-field 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"p3-koala-bear 0.1.0 (git+https://github.com/ProjectZKM/Plonky3)",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"sha2",
|
|
"zkm-lib",
|
|
"zkm-primitives",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zmij"
|
|
version = "1.0.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
|
|
[[package]]
|
|
name = "zopfli"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"crc32fast",
|
|
"log",
|
|
"simd-adler32",
|
|
]
|
|
|
|
[[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.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
|
|
dependencies = [
|
|
"zstd-safe 7.2.4",
|
|
]
|
|
|
|
[[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.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
|
|
dependencies = [
|
|
"zstd-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-sys"
|
|
version = "2.0.16+zstd.1.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
]
|