[package]
name = "sapling-crypto_ce"
version = "0.1.0"
authors = ["Sean Bowe <sean@z.cash>", "Alex Vlasov <alex.m.vlasov@gmail.com>"]
description = "Cryptographic library for Zcash Sapling with more content"
homepage = "https://github.com/matter-labs/sapling-crypto"
documentation = "https://github.com/matter-labs/sapling-crypto"
license = "MIT/Apache-2.0"
repository = "https://github.com/matter-labs/sapling-crypto"
[lib]
crate-type = ["lib", "staticlib"]
[dependencies.bellman]
version = "0.3.1"
default-features = false
package = "bellman_ce"
[dependencies.blake2-rfc_bellman_edition]
version = "0.0.1"
[dependencies.byteorder]
version = "1"
[dependencies.digest]
version = "0.7"
[dependencies.rand]
version = "0.4"
[dependencies.rust-crypto]
version = "0.2"
[dependencies.serde]
version = "1.0.80"
[dependencies.serde_derive]
version = "1.0.80"
[dependencies.tiny-keccak]
version = "1.4.2"
[dev-dependencies.hex-literal]
version = "0.1"
[features]
default = ["multicore"]
multicore = ["bellman/multicore"]
nightly = ["bellman/nightly"]