# 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" rust-version = "1.75" name = "merkletree-mintlayer" version = "0.1.1" authors = ["Samer Afach "] description = "A merkle tree versatile implementation with inclusion proof implementation, the one that is used in mintlayer-core" homepage = "https://mintlayer.org" readme = "README.md" license = "MIT" repository = "https://github.com/mintlayer/merkletree-mintlayer" [dependencies.itertools] version = "0.12" [dependencies.parity-scale-codec] version = "3.1" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.blake2] version = "0.10" [dev-dependencies.fixed-hash] version = "0.8" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rstest] version = "0.19" [features] scale-codec = ["dep:parity-scale-codec"]