[package]
edition = "2021"
rust-version = "1.75"
name = "noxtls-platform"
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: time, RNG, and storage abstractions."
homepage = "https://noxtls.com"
documentation = "https://rsdocs.noxtls.com"
readme = "README.md"
keywords = [
"tls",
"embedded",
"time",
"rng",
]
categories = [
"no-std",
"cryptography",
]
license = "GPL-2.0-only OR LicenseRef-Argenox-Commercial-License"
repository = "https://github.com/argenox/noxtls-rs"
[features]
alloc = []
default = [
"std",
"alloc",
]
std = []
[lib]
name = "noxtls_platform"
path = "src/lib.rs"