librustzcash/components/zcash_protocol/Cargo.toml

23 lines
562 B
TOML
Raw Normal View History

2024-01-27 08:22:01 -08:00
[package]
name = "zcash_protocol"
description = "Zcash protocol network constants and value types."
version = "0.0.0"
authors = [
"Jack Grigg <jack@electriccoin.co>",
"Kris Nuttycombe <kris@nutty.land>",
]
homepage = "https://github.com/zcash/librustzcash"
repository.workspace = true
readme = "README.md"
license.workspace = true
edition.workspace = true
rust-version.workspace = true
categories = ["cryptography::cryptocurrencies"]
keywords = ["zcash"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]