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