[package]
edition = "2021"
name = "ri-esp-proof"
version = "0.1.1"
authors = ["RecursiveIntell"]
build = false
include = [
"src/**",
"tests/**",
"examples/**",
"README.md",
"assets/**",
"Cargo.toml",
"LICENSE-MIT",
"LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std proof/receipt crate for ESP32/S3: sensor reading + sentinel confidence -> routing decision -> JSON receipt"
homepage = "https://github.com/RecursiveIntell/esp32-reusable"
documentation = "https://docs.rs/ri-esp-proof"
readme = "README.md"
keywords = [
"esp32",
"receipts",
"no-std",
"edge-ai",
"iot",
]
categories = [
"embedded",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RecursiveIntell/esp32-reusable"
[lib]
name = "ri_esp_proof"
path = "src/lib.rs"
[[test]]
name = "proof_flow"
path = "tests/proof_flow.rs"
[dependencies.heapless]
version = "0.8"
[dependencies.ri-esp-core]
version = "0.1.1"
[dependencies.ri-esp-local-language]
version = "0.1.1"
[dependencies.ri-esp-policy]
version = "0.1.1"
[dependencies.ri-esp-tiered]
version = "0.1.1"