dsfb-gray 0.1.0

DSFB-Gray Structural Semiotics Engine: Deterministic Rust crate auditing with structural code-quality interpretation, assurance scoring, and attestation export. Core observer modules remain no_std-compatible when built without the default std feature.
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"
rust-version = "1.94"
name = "dsfb-gray"
version = "0.1.0"
authors = ["Riaan de Beer <riaan@invariantforge.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
DSFB-Gray Structural Semiotics Engine: Deterministic Rust crate auditing with structural code-quality interpretation, assurance scoring, and attestation export.

Core observer modules remain no_std-compatible when built without the default
std feature.
"""
homepage = "https://github.com/infinityabundance/dsfb"
documentation = "https://docs.rs/dsfb-gray"
readme = "README.md"
keywords = [
    "rust",
    "static-analysis",
    "audit",
    "software-assurance",
    "supply-chain",
]
categories = [
    "no-std",
    "algorithms",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/infinityabundance/dsfb/tree/main/crates/dsfb-gray"

[features]
default = ["std"]
std = [
    "dep:base64",
    "dep:ed25519-dalek",
    "dep:serde_json",
    "dep:sha2",
    "dep:time",
]

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

[[bin]]
name = "dsfb-demo"
path = "src/bin/dsfb-demo.rs"
required-features = ["std"]

[[bin]]
name = "dsfb-regenerate-public-artifacts"
path = "src/bin/dsfb-regenerate-public-artifacts.rs"
required-features = ["std"]

[[bin]]
name = "dsfb-scan-crate"
path = "src/bin/dsfb-scan-crate.rs"
required-features = ["std"]

[[example]]
name = "scan_to_runtime_prior"
path = "examples/scan_to_runtime_prior.rs"

[[example]]
name = "telemetry_adapter_integration"
path = "examples/telemetry_adapter_integration.rs"

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

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

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.ed25519-dalek]
version = "2"
features = ["std"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.time]
version = "0.3"
features = ["formatting"]
optional = true

[dev-dependencies.loom]
version = "0.7"

[dev-dependencies.proptest]
version = "1"