bellbook 0.2.0

Tamper-evident, replay-verifiable records of captured agent activity: content-addressed typed records, deterministic verdicts, offline receipt validation.
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.75"
name = "bellbook"
version = "0.2.0"
authors = ["Bellbook AI <contact@bellbook.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tamper-evident, replay-verifiable records of captured agent activity: content-addressed typed records, deterministic verdicts, offline receipt validation."
readme = "README.md"
keywords = [
    "audit",
    "append-only",
    "tamper-evident",
    "agent",
    "provenance",
]
categories = [
    "data-structures",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bellbook-ai/bellbook"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["persist"]
persist = ["dep:fs4"]

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

[[bin]]
name = "bellbook"
path = "src/bin/bellbook.rs"

[[example]]
name = "export_receipt"
path = "examples/export_receipt.rs"
required-features = ["persist"]

[[example]]
name = "quickstart"
path = "examples/quickstart.rs"
required-features = ["persist"]

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
required-features = ["persist"]

[[test]]
name = "receipt_tests"
path = "tests/receipt_tests.rs"
required-features = ["persist"]

[[test]]
name = "spec_vectors"
path = "tests/spec_vectors.rs"
required-features = ["persist"]

[dependencies.ed25519-dalek]
version = "2.1.1"
features = ["std"]
default-features = false

[dependencies.fs4]
version = "1.1"
optional = true

[dependencies.ryu-js]
version = "1.0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dev-dependencies.tempfile]
version = "3"