# 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 = "nisty" version = "0.1.0-alpha.6" authors = ["Nicolas Stalder "] description = "NIST P256 signatures for Cortex-M4 microcontrollers" readme = "README.md" keywords = ["no-std", "nist", "cryptography", "signatures", "cortex-m"] categories = ["embedded", "no-std", "cryptography"] license = "Apache-2.0 OR MIT" repository = "https://github.com/nickray/nisty" [dependencies.cosey] version = "0.2.0" optional = true [dependencies.der] version = "0.2.9" features = ["big-uint", "derive"] optional = true [dependencies.heapless-bytes] version = "0.2" optional = true [dependencies.micro-ecc-sys] version = "0.3.1" [dependencies.sha2] version = "0.9" default-features = false [features] asn1-der = ["der", "heapless-bytes"] cose = ["cosey"] default = ["der"] no-umaal = ["micro-ecc-sys/no-umaal"] square = ["micro-ecc-sys/square"]