# 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 = "merkle_light" version = "0.4.0" authors = ["Ivan Prisyazhnyy "] description = "Light merkle tree implementation with SPV support and dependency agnostic." homepage = "https://github.com/sitano/merkle_light" documentation = "https://sitano.github.io/merkle_light/merkle_light/index.html" readme = "README.md" keywords = [ "merkle", "merkle-tree", "no_std", ] categories = [ "data-structures", "cryptography", ] license = "BSD-3-Clause" repository = "https://github.com/sitano/merkle_light" [package.metadata.release] sign-commit = true upload-doc = true doc-branch = "gh-pages" pre-release-commit-message = "Release version {{version}}." pro-release-commit-message = "Start next development iteration {{version}}." tag-message = "Release version {{version}}." doc-commit-message = "Update documentation." dev-version-ext = "pre" [dependencies.rand] version = "^0.8.5" optional = true [dependencies.ring] version = "^0.16.20" optional = true [dependencies.rust-crypto] version = "^0.2.36" optional = true [dev-dependencies] [features] bitcoin = [ "ring", "rust-crypto", ] chaincore = ["rust-crypto"] crypto_bench = [ "rust-crypto", "ring", "rand", ] default = ["std"] std = []