# 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-sys" version = "0.1.0" authors = [ "Emill", "Nicolas Stalder ", ] description = "Low-level 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-sys" [package.metadata.docs.rs] targets = ["thumbv7em-none-eabi"] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cty] version = "0.2.1" [build-dependencies.bindgen] version = "0.59.1" optional = true default-features = false [build-dependencies.cc] version = "1"