wolfcrypt-wrapper 1.1.2

Rust wrapper for wolfssl C library cryptographic functionality
[package]
name = "wolfcrypt-wrapper"
authors = ["WolfSSL Inc"]
version = "1.1.2"
edition = "2021"
description = "Rust wrapper for wolfssl C library cryptographic functionality"
license = "MIT"
homepage = "http://wolfssl.com"
repository = "https://github.com/wolfSSL/wolfssl"
documentation = "https://github.com/wolfSSL/wolfssl/tree/master/wrapper/rust"
keywords = ["wolfcrypt", "wolfssl", "fips", "bindgen", "cryptography"]
categories = ["cryptography", "security", "api-bindings"]
readme = "README.md"

[features]
default = []
std = []
fips = ["wolfcrypt-sys/fips"]

[dependencies]
wolfcrypt-sys = { version = "0.1.2", path = "../wolfcrypt-sys", default-features = false, features = ["vendored"] }

[build-dependencies]
bindgen = { workspace = true }
regex = { workspace = true }