# 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.65" name = "bp384" version = "0.6.1" authors = ["RustCrypto Developers"] description = "Brainpool P-384 (brainpoolP384r1 and brainpoolP384t1) elliptic curves" documentation = "https://docs.rs/bp384" readme = "README.md" keywords = [ "brainpool", "crypto", "ecc", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/bp384" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ecdsa] version = "0.16" features = ["der"] optional = true default-features = false [dependencies.elliptic-curve] version = "0.13" features = [ "hazmat", "sec1", ] default-features = false [dependencies.primeorder] version = "0.13.1" optional = true [dependencies.sha2] version = "0.10" optional = true default-features = false [features] alloc = [ "ecdsa?/alloc", "elliptic-curve/alloc", ] default = [ "pkcs8", "std", ] pem = [ "elliptic-curve/pem", "pkcs8", ] pkcs8 = [ "ecdsa/pkcs8", "elliptic-curve/pkcs8", ] serde = [ "ecdsa/serde", "elliptic-curve/serde", ] sha384 = [ "ecdsa/digest", "ecdsa/hazmat", "sha2", ] std = [ "alloc", "ecdsa?/std", "elliptic-curve/std", ] wip-arithmetic-do-not-use = ["dep:primeorder"]