wolfssl 5.0.0

High-level 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"
version = "5.0.0"
authors = ["lightway-developers@expressvpn.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level 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]
debug = ["wolfssl-sys/debug"]
default = ["postquantum"]
postquantum = ["wolfssl-sys/postquantum"]
system_ca_certs = ["wolfssl-sys/system_ca_certs"]

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

[[test]]
name = "ping_pong"
path = "tests/ping_pong.rs"

[dependencies.bytes]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.wolfssl-sys]
version = "4.0.0"

[dev-dependencies.async-trait]
version = "0.1.73"

[dev-dependencies.cfg-if]
version = "1.0.4"

[dev-dependencies.env_logger]
version = "0.11.0"

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

[dev-dependencies.tokio]
version = "1.31.0"
features = [
    "rt",
    "net",
    "macros",
]

[lints.clippy]
missing_safety_doc = "deny"
multiple_unsafe_ops_per_block = "deny"
undocumented_unsafe_blocks = "deny"
unnecessary_safety_comment = "deny"

[lints.rust]
missing_docs = "deny"
unsafe_op_in_unsafe_fn = "deny"
unused_unsafe = "deny"