wolfcrypt-sys 0.1.2

Auto-generated Rust FFI bindings to wolfSSL via bindgen
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "wolfcrypt-sys"
version = "0.1.2"
authors = ["WolfSSL Inc"]
build = "build.rs"
links = "wolfcrypt_sys"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generated Rust FFI bindings to wolfSSL via bindgen"
homepage = "http://wolfssl.com"
readme = "README.md"
keywords = [
    "wolfcrypt",
    "wolfssl",
    "fips",
    "ffi",
    "cryptography",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/wolfSSL/wolfssl-rs"

[features]
cryptocb-only = [
    "vendored",
    "wolfssl-src/cryptocb-only",
]
cryptocb-pure = [
    "vendored",
    "wolfssl-src/cryptocb-pure",
]
default = []
fips = []
riscv-bare-metal = [
    "vendored",
    "wolfssl-src/riscv-bare-metal",
]
vendored = []

[lib]
name = "wolfcrypt_sys"
path = "src/lib.rs"

[build-dependencies.bindgen]
version = "0.72.0"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.wolfssl-src]
version = "0.1.2"