# 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" version = "1.11.0" authors = ["Frederic Jacobs ", "Dylan Bourgeois ", "Romain Ruetschi "] description = "Merkle tree implementation with support for generation of inclusion proofs." homepage = "https://github.com/SpinResearch/merkle.rs" documentation = "https://spinresearch.github.io/merkle.rs/merkle/index.html" readme = "README.md" keywords = ["merkle", "merkle-tree"] categories = ["data-structures", "cryptography"] license = "BSD-3-Clause" repository = "https://github.com/SpinResearch/merkle.rs" [package.metadata.release] dev-version-ext = "pre" doc-branch = "gh-pages" doc-commit-message = "Update documentation." pre-release-commit-message = "Release version {{version}}." pro-release-commit-message = "Start next development iteration {{version}}." sign-commit = true tag-message = "Release version {{version}}." upload-doc = true [[bench]] name = "proof" harness = false [dependencies.protobuf] version = "^2.8.0" optional = true [dependencies.ring] version = "^0.16.1" [dependencies.serde] version = "^1.0.97" optional = true [dependencies.serde_derive] version = "^1.0.97" optional = true [dev-dependencies.criterion] version = "0.2.11" [dev-dependencies.rand] version = "0.7.0" [dev-dependencies.serde_json] version = "1.0.40" [build-dependencies.protoc-rust] version = "^2.8.0" optional = true [features] serialization-protobuf = ["protobuf", "protoc-rust"] serialization-serde = ["serde", "serde_derive"]