# 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" name = "p256-cm4" version = "0.3.0" authors = ["Alex Martens "] description = "P256-Cortex-M4 re-written in rust" readme = "README.md" keywords = [ "no-std", "nist", "cryptography", "signatures", "cortex-m", ] categories = [ "embedded", "no-std", "cryptography", ] license = "MIT" repository = "https://github.com/newAM/p256-cm4" resolver = "2" [package.metadata.docs.rs] targets = ["thumbv7em-none-eabi"] all-features = true rustdoc-args = [ "--cfg", "docsrs", ]