# 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 = "2018" name = "bitcoint4_hashes" version = "0.12.0" authors = ["Andrew Poelstra "] exclude = ["tests", "contrib"] description = "Hash functions used by the rust-bitcoin eccosystem" documentation = "https://docs.rs/bitcoin_hashes/" readme = "README.md" keywords = ["crypto", "bitcoin", "hash", "digest"] categories = ["algorithms"] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/bitcoin_hashes/" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.actual-schemars] version = "<=0.8.3" optional = true package = "schemars" [dependencies.core2] version = "0.3.0" optional = true default_features = false [dependencies.dyn-clone] version = "<=1.0.7" optional = true default_features = false [dependencies.internals] version = "0.1.2" package = "bitcoint4-private" [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_test] version = "1.0" [features] alloc = ["internals/alloc"] default = ["std"] schemars = ["actual-schemars", "dyn-clone"] serde-std = ["serde/std"] std = ["alloc", "internals/std"] [target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test] version = "0.3"