# 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 = "ecdsa-flow" version = "1.0.0" authors = ["RustCrypto Developers"] description = "Signature and elliptic curve types providing interoperable support for the\nElliptic Curve Digital Signature Algorithm (ECDSA)\n" readme = "README.md" keywords = ["crypto", "ecc", "nist", "secp256k1", "signature"] categories = ["cryptography", "no-std"] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/signatures" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.der] version = "0.4" optional = true [dependencies.elliptic-curve-flow] version = "1.0.0" [dependencies.hmac] version = "0.11" optional = true default-features = false [dependencies.signature-flow] version = "1.0.0" features = ["rand-preview"] default-features = false package = "signature-flow" [dev-dependencies.elliptic-curve-flow] version = "1.0.0" features = ["dev"] default-features = false [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.sha3] version = "0.9" optional = false default-features = false [features] alloc = [] arithmetic = ["elliptic-curve-flow/arithmetic"] default = ["digest"] dev = ["arithmetic", "digest", "elliptic-curve-flow/dev", "hazmat"] digest = ["signature-flow/digest-preview"] hazmat = [] pem = ["elliptic-curve-flow/pem", "pkcs8"] pkcs8 = ["elliptic-curve-flow/pkcs8", "der"] sign = ["arithmetic", "digest", "hazmat", "hmac"] std = ["alloc", "elliptic-curve-flow/std", "signature-flow/std"] verify = ["arithmetic", "digest", "hazmat"]