# 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-trie-proofs" version = "0.1.1" build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Starknet Transaction Trie Proofs" readme = "README.md" keywords = [ "mpt", "trie", "starknet", ] categories = [ "cryptography", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/HerodotusDev/trie-proofs.git" [lib] name = "sn_trie_proofs" path = "src/lib.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.reqwest] version = "0.11.26" features = ["json"] [dependencies.serde_json] version = "1.0.114" [dependencies.sn-merkle-trie] version = "0.1.0" [dependencies.starknet-types-core] version = "0.1.7" [dependencies.starknet-types-rpc] version = "0.7.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.36.0" features = [ "rt", "rt-multi-thread", "macros", ]