# Rendezvous plane: the digest-only crate. Its dependency list IS the privacy
# argument — jac-core and jac-sketch only, so no content type is nameable
# here, and `cargo xtask boundary` proves the graph stays that way. The
# forbids list is the same claim in declarative form: this crate may never
# reach any crate that can hold repository content.
[package]
name = "jac-rendezvous"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish.workspace = true
description = "Rendezvous plane: the sketch registry — publish digests, find similar work, broker introductions; structurally unable to hold content"
[package.metadata.jacquard]
plane = "rendezvous"
forbids = ["jac-object", "jac-decision", "jac-gate", "jac-git", "jac-repo"]
[dependencies]
jac-core.workspace = true
jac-sketch.workspace = true
thiserror.workspace = true
[lints]
workspace = true