# 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" rust-version = "1.52" name = "zcash_address" version = "0.6.0" authors = ["Jack Grigg "] description = "Zcash address parsing and serialization" homepage = "https://github.com/zcash/librustzcash" readme = "README.md" keywords = [ "zcash", "address", "sapling", "unified", ] categories = [ "cryptography::cryptocurrencies", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zcash/librustzcash" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] bench = false [dependencies.bech32] version = "0.9" [dependencies.bs58] version = "0.5" features = ["check"] [dependencies.f4jumble] version = "0.1" [dependencies.proptest] version = "1" optional = true [dependencies.zcash_encoding] version = "0.2.1" [dependencies.zcash_protocol] version = "0.4" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.proptest] version = "1" [features] test-dependencies = ["dep:proptest"]