[package] name = "wolf-crypto-sys" version = "0.1.0-alpha.4" edition = "2021" license = "GPL-2.0-only" categories = ["no-std", "no-std::no-alloc", "cryptography"] keywords = ["sha2", "sha3", "aes", "crypto", "digest"] authors = ["Clelland Green "] repository = "https://github.com/CleveGreen/wolf-crypto" readme = "README.org" description = "Low-level bindings for wolfSSL's wolfcrypt" [dependencies] [build-dependencies] bindgen = "0.70.1" cc = "1.0"