nucleus-substrate-core 0.1.0

Categorical core of the Nucleus substrate: Session (the agent action), Projection (the verifiable record functor — Identity, Capability, Flow, Economic, …), and Receipt (the Ed25519-signed colimit). Lightweight, no runtime deps. See docs/architecture/substrate.md.
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 = "2024"
rust-version = "1.93"
name = "nucleus-substrate-core"
version = "0.1.0"
authors = ["Coproduct <hello@coproduct.dev>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Categorical core of the Nucleus substrate: Session (the agent action), Projection (the verifiable record functor — Identity, Capability, Flow, Economic, …), and Receipt (the Ed25519-signed colimit). Lightweight, no runtime deps. See docs/architecture/substrate.md."
documentation = "https://docs.rs/nucleus-substrate-core"
readme = "README.md"
keywords = [
    "substrate",
    "agent",
    "provenance",
    "verifiable",
    "category-theory",
]
categories = [
    "api-bindings",
    "cryptography",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/coproduct-private/spiffy"

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

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

[dependencies.ed25519-dalek]
version = "2"
features = [
    "rand_core",
    "pkcs8",
]

[dependencies.hex]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

[dependencies.thiserror]
version = "2.0"

[lints.clippy]
type_complexity = "allow"