# 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-merkle" version = "0.3.0" authors = ["tiny-merkle Developers"] description = "A tiny merkle tree library for Ethereum" readme = "README.md" categories = [ "cryptography", "merkle-tree", "ethereum", "merkle", ] license = "MIT" repository = "https://github.com/chiaos/merkletree" resolver = "2" [[bench]] name = "keccak_hash_merkle" harness = false [dependencies.rayon] version = "1.8.0" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.sha2] version = "0.10.8" [dev-dependencies.tiny-keccak] version = "2.0.2" features = [ "sha3", "keccak", ] [features] default = ["std"] rayon = ["dep:rayon"] std = []