jacquardSnapshot

← snapshot

903 bytes
# Content plane: the engine. Composes the object store, refs, the decision
# ledger, the gate, and sketching into repository operations. This is the one
# crate where content is turned into DigestSafe sketches — the single
# sanctioned crossing toward the rendezvous plane, and it happens by value
# conversion, never by linking the registry.
[package]
name = "jac-repo"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish.workspace = true
description = "Content plane: the repository engine — commit, propose, attest, promote, sketch"

[package.metadata.jacquard]
plane = "content"
forbids = ["jac-rendezvous"]

[dependencies]
jac-core.workspace = true
jac-decision.workspace = true
jac-gate.workspace = true
jac-object.workspace = true
jac-sketch.workspace = true
smallvec.workspace = true
thiserror.workspace = true

[lints]
workspace = true