# 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 = "schnorr" version = "0.0.20" authors = ["hello@organism.org"] description = "Schnorr Signatures" documentation = "https://docs.rs/schnorr" keywords = ["cryptography", "schnorr", "curve25519", "signature", "ECC"] categories = ["cryptography", "no-std"] license = "Apache-2.0" repository = "https://github.com/stichtingorganism/schnorr" [[bench]] name = "schnorr_benchmarks" harness = false [dependencies.bacteria] version = "0.0.8" [dependencies.mohan] version = "0.0.*" features = [] [dependencies.rand] version = "0.7.*" [dependencies.serde] version = "^1.0" [dependencies.subtle] version = "2.2" features = ["nightly"] [dependencies.thiserror] version = "1.0" [dependencies.zeroize] version = "1.1.0" features = ["zeroize_derive"] [dev-dependencies.bincode] version = "1" [dev-dependencies.blake2] version = "0.8" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand_chacha] version = "0.2"