# 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 = "merkle-rs" version = "0.0.1" authors = ["Sebastian Hahn "] description = "Merkle-rs aims to provide a flexible yet complete implementation of the Merkle\nTree data structure. It offers consistency and inclusion proofs as well as\nsignatures." keywords = ["Merkle", "Merkle-Tree", "MerkleTree", "ConsistencyProof"] categories = ["data-structures", "cryptography"] license = "BSD-3-Clause" repository = "https://github.com/shahn/merkle-rs" [profile.release] debug = true [dependencies.digest] version = "0.7.2" [dependencies.generic-array] version = "0.9.0" features = ["serde"] [dependencies.ring] version = "0.12.1" optional = true [dependencies.serde] version = "1.0.23" features = ["derive"] optional = true [dependencies.untrusted] version = "0.5" [dev-dependencies.byteorder] version = "1.2.1" [dev-dependencies.ring] version = "0.12.1" [dev-dependencies.rmp-serde] version = "0.13.7" [dev-dependencies.sha2] version = "0.7.0" [features] default = ["ring"] [badges.maintenance] status = "experimental"