p256-cortex-m4-sys 0.1.0-alpha.2

Low-level bindings to P256-Cortex-M4
Documentation
[build-dependencies.bindgen]
default-features = false
version = "0.57.0"

[build-dependencies.cc]
version = "1"
[dependencies.cty]
version = "0.2.1"

[package]
authors = ["Emill", "Nicolas Stalder <n@stalder.io>"]
categories = ["embedded", "no-std", "cryptography"]
description = "Low-level bindings to P256-Cortex-M4"
edition = "2018"
keywords = ["no-std", "nist", "cryptography", "signatures", "cortex-m"]
license = "MIT"
name = "p256-cortex-m4-sys"
readme = "README.md"
repository = "https://github.com/ycrypto/p256-cortex-m4-sys"
version = "0.1.0-alpha.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["thumbv7em-none-eabi"]