[package] name = "zebra-chain" version = "0.1.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] blake2 = "0.8.1" bs58 = { version = "0.3", features = ["check"] } byteorder = "1.3" chrono = "0.4" futures = "0.3" hex = "0.4" lazy_static = "1.4.0" rand_core = "0.5.1" ripemd160 = "0.8.0" secp256k1 = { version = "0.17.2", features = ["serde"] } serde = { version = "1", features = ["serde_derive"] } # TODO: update to crates.io version when available, #326 sha2 = {git="https://github.com/RustCrypto/hashes", rev="30b416a", features=["compress"]} thiserror = "1" x25519-dalek = "0.6" # ZF deps ed25519-zebra = "0.2" redjubjub = "0.1" [dev-dependencies] proptest = "0.9" proptest-derive = "0.1.0"