# 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 = "schnorr-rs" version = "0.2.0" authors = ["alvin.cpp@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Schnorr Protocols" readme = "README.md" keywords = [ "cryptography", "signature", "identification", "schnorr", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/AlvinHon/schnorr" resolver = "2" [lib] name = "schnorr_rs" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.digest] version = "0.10.7" [dependencies.num-bigint] version = "0.4.6" features = [ "rand", "serde", ] [dependencies.p256] version = "0.13.2" features = ["serde"] [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.signature] version = "2.2.0" [dev-dependencies.bincode] version = "1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.sha2] version = "0.10.8" [features] default = []