# 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.75" name = "async-signature" version = "0.6.0-pre.4" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)" homepage = "https://github.com/RustCrypto/traits/tree/master/async-signature" documentation = "https://docs.rs/async-signature" readme = "README.md" keywords = [ "crypto", "ecdsa", "ed25519", "signature", "signing", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/traits" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "async_signature" path = "src/lib.rs" [[test]] name = "mock_impl" path = "tests/mock_impl.rs" [dependencies.signature] version = "=2.3.0-pre.4" [features] digest = ["signature/digest"] rand_core = ["signature/rand_core"] std = ["signature/std"]