[package] name = "zcash_encoding" description = "Binary encodings used throughout the Zcash ecosystem." version = "0.0.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" [dependencies] byteorder = "1" nonempty = "0.7" [lib] bench = false