# 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 = "zk-kit-smt" version = "0.0.6" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Sparse Merkle Tree" readme = "README.md" license = "MIT" [lib] name = "zk_kit_smt" path = "src/lib.rs" [[example]] name = "smt" path = "examples/smt.rs" [dependencies.num-bigint] version = "0.4.6"