[package] name = "zcash_address" description = "Zcash address parsing and serialization" version = "0.2.1" authors = [ "Jack Grigg ", ] homepage = "https://github.com/zcash/librustzcash" repository = "https://github.com/zcash/librustzcash" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2018" rust-version = "1.52" categories = ["cryptography::cryptocurrencies", "encoding"] keywords = ["zcash", "address", "sapling", "unified"] [dependencies] bech32 = "0.9" bs58 = { version = "0.4", features = ["check"] } f4jumble = { version = "0.1", path = "../f4jumble" } zcash_encoding = { version = "0.2", path = "../zcash_encoding" } [dev-dependencies] assert_matches = "1.3.0" proptest = "1" [features] test-dependencies = [] [lib] bench = false