sapling-crypto_ce 0.1.0

Cryptographic library for Zcash Sapling with more content
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"]