# 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 = "2018" name = "p256-cortex-m4" version = "0.1.0-alpha.6" authors = ["Nicolas Stalder "] description = "Idiomatic, misuse-resistent bindings to P256-Cortex-M4" readme = "README.md" keywords = ["no-std", "nist", "cryptography", "signatures", "cortex-m"] categories = ["embedded", "no-std", "cryptography"] license = "MIT" repository = "https://github.com/ycrypto/p256-cortex-m4" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] targets = ["thumbv7em-none-eabi"] [dependencies.der] version = "0.4" features = ["bigint", "derive"] optional = true [dependencies.ecdsa] version = "0.12" optional = true default-features = false package = "ecdsa" [dependencies.elliptic-curve] version = "0.10" optional = true default-features = false [dependencies.p256] version = "0.9" features = ["arithmetic", "ecdh", "ecdsa", "sha256", "zeroize"] optional = true default-features = false [dependencies.p256-cortex-m4-sys] version = "0.1.0-alpha.2" [dependencies.rand_core] version = "0.6" default-features = false [dependencies.sha2] version = "0.9" optional = true default-features = false [dependencies.zeroize] version = "1.2.0" features = ["zeroize_derive"] default-features = false [features] default = ["non-cortex-m4-fallback"] non-cortex-m4-fallback = ["ecdsa", "elliptic-curve", "p256"] prehash = ["sha2"] sec1-signatures = ["der"]