# 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 = "tiny-sparse-merkle-tree" version = "0.4.0" authors = ["Darwinia Network "] description = "Sparse Merkle Tree" homepage = "https://darwinia.network" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/darwinia-network/tiny-sparse-merkle-tree" resolver = "2" [dependencies.log] version = "0.4" [dependencies.tiny-keccak] version = "2.0" optional = true [dev-dependencies.array-bytes] version = "1.4" [dev-dependencies.pretty_env_logger] version = "0.4" [features] debug = [] keccak = ["tiny-keccak/keccak"]