crtx-ledger 0.1.1

Append-only event log, hash chain, trace assembly, and audit records.
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.88"
name = "crtx-ledger"
version = "0.1.1"
authors = ["Ryan Tilcock"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Append-only event log, hash chain, trace assembly, and audit records."
documentation = "https://docs.rs/crtx-ledger"
readme = "README.md"
keywords = [
    "agents",
    "memory",
    "llm",
    "audit",
    "substrate",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0ryant/cortex"

[features]
test-support = []

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"
features = ["std"]
default-features = false

[dependencies.blake3]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]

[dependencies.cortex-core]
version = "0.1.1"
package = "crtx-core"

[dependencies.ecdsa]
version = "0.16"
default-features = false

[dependencies.ed25519-dalek]
version = "2"

[dependencies.opentimestamps]
version = "0.2"
default-features = false

[dependencies.p256]
version = "0.13"
features = [
    "ecdsa",
    "pem",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "2"
features = [
    "tls",
    "json",
]
default-features = false

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

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

[build-dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]