# 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 = "ecdsa_fun" version = "0.10.0" authors = ["LLFourn "] description = "Bitcoin compatible ECDSA signatures based on secp256kfun" homepage = "https://github.com/LLFourn/secp256kfun/tree/master/ecdsa_fun" documentation = "https://docs.rs/ecdsa_fun" readme = "README.md" keywords = [ "bitcoin", "ecdsa", "secp256k1", ] 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_ecdsa" harness = false required-features = ["libsecp_compat"] [dependencies.bincode] version = "1.0" optional = true [dependencies.rand_chacha] version = "0.3" optional = true [dependencies.secp256kfun] version = "0.10" default-features = false [dependencies.sigma_fun] version = "0.7" features = ["secp256k1"] optional = true default-features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1" [dev-dependencies.sha2] version = "0.10" [features] adaptor = [ "dep:sigma_fun", "dep:bincode", "dep:rand_chacha", ] alloc = [ "secp256kfun/alloc", "sigma_fun?/alloc", ] 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", "sigma_fun?/serde", ] std = ["alloc"]