# 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 = "dusk-merkle" version = "0.5.2" authors = [ "Eduardo Leegwater Simões ", "Moana Marcello ", ] description = "Crate implementing Dusk Network's Merkle tree" readme = "README.md" keywords = [ "tree", "merkle", "hash", "data", "structure", ] categories = [ "data-structures", "no-std", ] license = "MPL-2.0" repository = "https://github.com/dusk-network/merkle" [[bench]] name = "blake3" harness = false [dependencies.bytecheck] version = "0.6" optional = true default-features = false [dependencies.dusk-bytes] version = "0.1" [dependencies.rkyv] version = "0.7" optional = true default-features = false [dev-dependencies.blake3] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.dusk-bls12_381] version = "0.12" [dev-dependencies.ff] version = "0.13" default-features = false [dev-dependencies.rand] version = "0.8" [features] rkyv-impl = [ "rkyv/validation", "rkyv/alloc", "rkyv", "bytecheck", ] size_16 = ["rkyv/size_16"] size_32 = ["rkyv/size_32"] size_64 = ["rkyv/size_64"]