# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "smt_trie" version = "0.2.0" authors = ["William Borgeaud "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types and utility functions for building/working with Polygon Hermez Sparse Merkle Trees." homepage = "https://github.com/0xPolygonZero/zk_evm" readme = "README.md" keywords = [ "cryptography", "STARK", "plonky2", "ethereum", "zk", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/0xPolygonZero/zk_evm" [lib] name = "smt_trie" path = "src/lib.rs" [dependencies.alloy] version = "0.3.0" features = [ "consensus", "reqwest", "json-rpc", "rlp", "rpc", "rpc-client", "rpc-types-eth", "rpc-types-trace", "providers", "transports", "transport-http", "rpc-types-debug", ] default-features = false [dependencies.plonky2] version = "1.0.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.203" features = [ "derive", "rc", ] [dev-dependencies.hex-literal] version = "0.4.1" [lints.clippy] too_long_first_doc_paragraph = "allow"