tf-embedded-hal 0.1.8

TrustForge hardware abstraction layer (HAL) traits. Provides interfaces for LoRa, BLE, NFC, secure elements, and hardware entropy sources.
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-embedded-hal"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TrustForge hardware abstraction layer (HAL) traits. Provides interfaces for LoRa, BLE, NFC, secure elements, and hardware entropy sources."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/KodyDennon/TrustForge"

[features]
alloc = ["tf-core-no-std/alloc"]
default = ["alloc"]
std = [
    "alloc",
    "tf-core-no-std/std",
]

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

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

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

[dependencies.heapless]
version = "0.8"

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

[dependencies.tf-core-no-std]
version = "0.1.8"
default-features = false

[dev-dependencies]