wolfssl-sys 3.1.0

System bindings for WolfSSL
Documentation
# 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 = "wolfssl-sys"
version = "3.1.0"
authors = ["lightway-developers@expressvpn.com"]
build = "build.rs"
links = "wolfssl"
exclude = ["wolfssl-src/**/*.pdf"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System bindings for WolfSSL"
readme = "README.md"
keywords = [
    "wolfssl",
    "vpn",
    "lightway",
    "post-quantum",
    "cryptography",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/expressvpn/wolfssl-rs"

[features]
aesccm = []
alpn = []
debug = []
default = ["postquantum"]
dh = []
ex_data = []
kyber_only = ["postquantum"]
opensslall = []
opensslextra = []
postquantum = []
psk = []
system_ca_certs = []

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

[[example]]
name = "connect_pq"
path = "examples/connect_pq.rs"
required-features = ["postquantum"]

[dev-dependencies.test-case]
version = "3.0"

[build-dependencies.autotools]
version = "0.2"

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

[build-dependencies.build-target]
version = "0.8.0"

[target."cfg(windows)".build-dependencies.msbuild]
version = "0.2.0"