wolfcrypt-wrapper 1.2.0

Rust wrapper for wolfssl C library cryptographic functionality
[package]
name = "wolfcrypt-wrapper"
authors = ["WolfSSL Inc"]
version = "1.2.0"
edition = "2024"
rust-version = "1.85"
description = "Rust wrapper for wolfssl C library cryptographic functionality"
license = "GPL-3.0-only OR LicenseRef-wolfSSL-commercial"
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.2.0", path = "../wolfcrypt-sys", default-features = false, features = ["vendored"] }

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