# 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] edition = "2018" name = "fujisaki_ringsig" version = "0.1.1" authors = ["Michael Rosenberg "] description = "Fujisaki-Suzuki Ring Signatures in Rust" documentation = "https://docs.rs/fujisaki_ringsig" keywords = ["ring", "signature", "crypto", "cryptography"] categories = ["cryptography", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/rozbb/fujisaki-ringsig" [dependencies.blake2] version = "0.9" default-features = false [dependencies.curve25519-dalek] version = "3.0" features = ["u64_backend"] default-features = false [dependencies.digest] version = "0.9" default-features = false [dependencies.generic-array] version = "0.9" [dependencies.rand_core] version = "0.5" default-features = false [dev-dependencies.rand] version = "0.7" [features] default = ["std"] std = ["blake2/std", "curve25519-dalek/std", "digest/std"]