# 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.3" authors = ["Sean Bowe ", "Alex Vlasov "] 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" default-features = false package = "bellman_ce" [dependencies.blake2-rfc_bellman_edition] version = "0.0.1" [dependencies.byteorder] version = "1" [dependencies.digest] version = "0.8" [dependencies.rand] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.sha2] version = "0.8.0" [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] [dev-dependencies.hex-literal] version = "0.2" [features] default = ["multicore"] multicore = ["bellman/multicore"] nightly = ["bellman/nightly"] wasm = ["bellman/wasm"]