# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "mrkl" version = "0.0.4" authors = ["Mikhail Zabaluev "] description = "Generic, minimalist, parallelizable Merkle tree" readme = "README.md" keywords = ["merkletree", "hashtree"] categories = ["cryptography", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/mzabaluev/mrkl" [dependencies.digest-hash] version = "0.3" optional = true [dependencies.generic-array] version = "0.12" [dependencies.rayon] version = "1.0" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.sha2] version = "0.8" [features] default = ["digest", "parallel", "serialization"] digest = ["digest-hash"] parallel = ["rayon"] serialization = ["serde", "serde_derive", "generic-array/serde"]