# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dusk-safe" version = "0.2.1" description = "Sponge API for Field Elements" readme = "README.md" keywords = [ "cryptography", "zero-knowledge", "crypto", ] categories = [ "algorithms", "cryptography", "no-std", ] license = "MPL-2.0" repository = "https://github.com/dusk-network/safe" [dependencies.zeroize] version = "1" [dev-dependencies.dusk-bls12_381] version = "0.13" features = ["zeroize"] default-features = false [dev-dependencies.dusk-jubjub] version = "0.14" default-features = false [dev-dependencies.ff] version = "0.13" default-features = false [dev-dependencies.rand] version = "0.8" features = [ "getrandom", "std_rng", ] default-features = false [features] encryption = []