tf-core-no-std 0.1.4

TrustForge core protocol implemented for #![no_std] environments. Optimized for embedded systems, WebAssembly, and constrained targets.
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 = "tf-core-no-std"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TrustForge core protocol implemented for #![no_std] environments. Optimized for embedded systems, WebAssembly, and constrained targets."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/KodyDennon/TrustForge"

[features]
alloc = []
default = ["alloc"]
std = ["alloc"]

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

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

[dependencies.chacha20poly1305]
version = "0.10"
features = ["heapless"]
default-features = false

[dependencies.ed25519-compact]
version = "2"
features = ["self-verify"]
default-features = false

[dependencies.heapless]
version = "0.8"

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.serde-json-core]
version = "0.5"

[dependencies.sha2]
version = "0.10"
default-features = false

[dev-dependencies]