# 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" rust-version = "1.63" name = "schnorr_fun" version = "0.10.0" authors = ["LLFourn "] description = "BIP340 Schnorr signatures based on secp256kfun" homepage = "https://github.com/LLFourn/secp256kfun/tree/master/schnorr_fun" documentation = "https://docs.rs/schnorr_fun" readme = "README.md" keywords = [ "bitcoin", "schnorr", ] categories = [ "cryptography", "cryptography::cryptocurrencies", ] license = "0BSD" repository = "https://github.com/LLFourn/secp256kfun" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "bench_schnorr" harness = false required-features = ["libsecp_compat"] [dependencies.bech32] version = "0.9" optional = true default-features = false [dependencies.secp256kfun] version = "0.10" default-features = false [dev-dependencies.bincode] version = "1.0" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.secp256kfun] version = "0.10" features = ["proptest"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.sha2] version = "0.10" [features] alloc = ["secp256kfun/alloc"] bincode = ["secp256kfun/bincode"] default = ["std"] libsecp_compat = [ "secp256kfun/libsecp_compat", "libsecp_compat_0_28", ] libsecp_compat_0_27 = ["secp256kfun/libsecp_compat_0_27"] libsecp_compat_0_28 = ["secp256kfun/libsecp_compat_0_28"] proptest = ["secp256kfun/proptest"] serde = ["secp256kfun/serde"] share_backup = ["dep:bech32"] std = [ "alloc", "secp256kfun/std", ] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"