wolfcrypt-tls 0.1.0

Safe Rust TLS API backed by wolfSSL
# 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-tls"
version = "0.1.0"
authors = ["WolfSSL Inc"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust TLS API backed by wolfSSL"
homepage = "http://wolfssl.com"
readme = false
keywords = [
    "wolfcrypt",
    "wolfssl",
    "tls",
    "fips",
    "cryptography",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/wolfSSL/wolfssl-rs"

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

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

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

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

[dependencies.wolfcrypt-sys]
version = "0.1.0"

[dependencies.zeroize]
version = "1.8.1"

[dev-dependencies]