dsfb-densor-runtime 0.1.0

A thin, deterministic execution-substrate skeleton for DSFB densor pipelines: load manifest -> validate authority hashes -> execute stages -> seal evidence -> emit receipts. Carries no domain or cross-domain claims.
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 = "dsfb-densor-runtime"
version = "0.1.0"
authors = ["Riaan de Beer - Invariant Forge LLC - <riaan@invariantforge.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A thin, deterministic execution-substrate skeleton for DSFB densor pipelines: load manifest -> validate authority hashes -> execute stages -> seal evidence -> emit receipts. Carries no domain or cross-domain claims."
homepage = "https://www.invariantforge.net"
readme = "README.md"
keywords = [
    "dsfb",
    "deterministic",
    "pipeline",
    "runtime",
    "evidence",
]
categories = [
    "science",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/infinityabundance/dsfb/tree/main/crates/dsfb-chemical-engineering"

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

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
    "std",
]
default-features = false

[dependencies.sha2]
version = "0.10"

[lints.rust]
unsafe_code = "forbid"