[package] name = "zcash_encoding" description = "Binary encodings used throughout the Zcash ecosystem." version = "0.1.0" authors = [ "Jack Grigg ", "Kris Nuttycombe ", ] homepage = "https://github.com/zcash/librustzcash" repository = "https://github.com/zcash/librustzcash" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2018" categories = ["cryptography::cryptocurrencies", "encoding"] keywords = ["zcash"] [dependencies] byteorder = "1" nonempty = "0.7" [lib] bench = false