# 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 = "sn-merkle-trie" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal starknet merkle patricia trie implementation" readme = "README.md" keywords = [ "mpt", "trie", "starknet", "merkle-patricia-trie", ] categories = [ "cryptography", "data-structures", "algorithms", ] license-file = "LICENSE" [lib] name = "sn_merkle_trie" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bitvec] version = "1.0.1" [dependencies.starknet-types-core] version = "0.1.0" features = [ "serde", "hash", ] default-features = false