noxtls 0.1.3

TLS/DTLS protocol and connection state machine for the noxtls Rust stack.
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"
rust-version = "1.75"
name = "noxtls"
version = "0.1.3"
authors = ["Argenox Technologies LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TLS/DTLS protocol and connection state machine for the noxtls Rust stack."
homepage = "https://noxtls.com"
documentation = "https://rsdocs.noxtls.com"
readme = "README.md"
keywords = [
    "tls",
    "dtls",
    "crypto",
    "networking",
]
categories = [
    "cryptography",
    "network-programming",
]
license = "GPL-2.0-only OR LicenseRef-Argenox-Commercial-License"
repository = "https://github.com/argenox/noxtls-rs"

[features]
adapter-embedded-io = ["noxtls-io/adapter-embedded-io"]
adapter-embedded-io-async = ["noxtls-io/adapter-embedded-io-async"]
adapter-tokio = ["noxtls-io/adapter-tokio"]
alloc = [
    "noxtls-core/alloc",
    "noxtls-crypto/alloc",
    "noxtls-io/alloc",
    "noxtls-psa?/alloc",
    "noxtls-platform/alloc",
    "noxtls-x509/alloc",
]
default = [
    "std",
    "alloc",
]
hazardous-legacy-crypto = ["noxtls-crypto/hazardous-legacy-crypto"]
provider-psa = ["dep:noxtls-psa"]
provider-psa-test-export = ["provider-psa"]
std = [
    "noxtls-core/std",
    "noxtls-crypto/std",
    "noxtls-io/std",
    "noxtls-psa?/std",
    "noxtls-platform/std",
    "noxtls-x509/std",
]

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

[dependencies.noxtls-core]
version = "0.1.3"
default-features = false

[dependencies.noxtls-crypto]
version = "0.1.3"
default-features = false

[dependencies.noxtls-io]
version = "0.1.3"
default-features = false

[dependencies.noxtls-platform]
version = "0.1.3"
default-features = false

[dependencies.noxtls-psa]
version = "0.1.3"
optional = true
default-features = false

[dependencies.noxtls-x509]
version = "0.1.3"
default-features = false