noxtls-psa 0.1.3

Internal implementation crate for noxtls: PSA Crypto adapter and provider abstractions.
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-psa"
version = "0.1.3"
authors = ["Argenox Technologies LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal implementation crate for noxtls: PSA Crypto adapter and provider abstractions."
homepage = "https://noxtls.com"
documentation = "https://rsdocs.noxtls.com"
readme = "README.md"
keywords = [
    "tls",
    "crypto",
    "psa",
    "embedded",
    "provider",
]
categories = [
    "cryptography",
    "embedded",
]
license = "GPL-2.0-only OR LicenseRef-Argenox-Commercial-License"
repository = "https://github.com/argenox/noxtls-rs"

[features]
alloc = []
default = ["alloc"]
mbedtls-psa-ffi = []
std = [
    "alloc",
    "noxtls-core/std",
    "noxtls-crypto/std",
]

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

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

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