[package]
edition = "2024"
rust-version = "1.95"
name = "pointbreak"
version = "0.5.0"
authors = ["Kevin Swiber <kevin@swiber.dev>"]
build = false
exclude = [
".claude/**",
".codex/**",
".github/**",
"AGENTS.md",
"CLAUDE.md",
"mise.toml",
"scripts/**",
"src/cli/inspect/design-system/**",
"src/cli/inspect/web/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Durable terminal code review for changes humans and coding agents collaborate on together"
homepage = "https://github.com/kevinswiber/pointbreak"
documentation = "https://docs.rs/pointbreak"
readme = "README.md"
keywords = [
"code-review",
"review",
"terminal",
"cli",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/kevinswiber/pointbreak"
[features]
bench = []
[lib]
name = "pointbreak"
path = "src/lib.rs"
[[bin]]
name = "shore"
path = "src/main.rs"
[[test]]
name = "acceptance"
path = "tests/acceptance.rs"
[[test]]
name = "agent_skill_validation_evidence"
path = "tests/agent_skill_validation_evidence.rs"
[[test]]
name = "cli_adr_0031_tree_fidelity"
path = "tests/cli_adr_0031_tree_fidelity.rs"
[[test]]
name = "cli_body_removed_render"
path = "tests/cli_body_removed_render.rs"
[[test]]
name = "cli_diff"
path = "tests/cli_diff.rs"
[[test]]
name = "cli_identity_attest"
path = "tests/cli_identity_attest.rs"
[[test]]
name = "cli_identity_delegate"
path = "tests/cli_identity_delegate.rs"
[[test]]
name = "cli_inspect_dag"
path = "tests/cli_inspect_dag.rs"
[[test]]
name = "cli_inspect_diff_ui"
path = "tests/cli_inspect_diff_ui.rs"
[[test]]
name = "cli_inspect_endpoints"
path = "tests/cli_inspect_endpoints.rs"
[[test]]
name = "cli_inspect_fact_supersession"
path = "tests/cli_inspect_fact_supersession.rs"
[[test]]
name = "cli_inspect_identity"
path = "tests/cli_inspect_identity.rs"
[[test]]
name = "cli_inspect_keyboard"
path = "tests/cli_inspect_keyboard.rs"
[[test]]
name = "cli_inspect_palette"
path = "tests/cli_inspect_palette.rs"
[[test]]
name = "cli_inspect_revisions_ui"
path = "tests/cli_inspect_revisions_ui.rs"
[[test]]
name = "cli_inspect_route_grammar"
path = "tests/cli_inspect_route_grammar.rs"
[[test]]
name = "cli_inspect_schema_break_diagnostic"
path = "tests/cli_inspect_schema_break_diagnostic.rs"
[[test]]
name = "cli_inspect_shell"
path = "tests/cli_inspect_shell.rs"
[[test]]
name = "cli_inspect_target_display"
path = "tests/cli_inspect_target_display.rs"
[[test]]
name = "cli_inspect_validation_ui"
path = "tests/cli_inspect_validation_ui.rs"
[[test]]
name = "cli_inspect_wire_parity"
path = "tests/cli_inspect_wire_parity.rs"
[[test]]
name = "cli_key"
path = "tests/cli_key.rs"
[[test]]
name = "cli_linked_reads"
path = "tests/cli_linked_reads.rs"
[[test]]
name = "cli_output_format"
path = "tests/cli_output_format.rs"
[[test]]
name = "cli_removed_legacy"
path = "tests/cli_removed_legacy.rs"
[[test]]
name = "cli_review_assessment"
path = "tests/cli_review_assessment.rs"
[[test]]
name = "cli_review_association"
path = "tests/cli_review_association.rs"
[[test]]
name = "cli_review_capture"
path = "tests/cli_review_capture.rs"
[[test]]
name = "cli_review_endorse"
path = "tests/cli_review_endorse.rs"
[[test]]
name = "cli_review_history"
path = "tests/cli_review_history.rs"
[[test]]
name = "cli_review_input_request"
path = "tests/cli_review_input_request.rs"
[[test]]
name = "cli_review_observation"
path = "tests/cli_review_observation.rs"
[[test]]
name = "cli_review_principal"
path = "tests/cli_review_principal.rs"
[[test]]
name = "cli_review_readback_e2e"
path = "tests/cli_review_readback_e2e.rs"
[[test]]
name = "cli_review_schema_break_diagnostic"
path = "tests/cli_review_schema_break_diagnostic.rs"
[[test]]
name = "cli_review_signing"
path = "tests/cli_review_signing.rs"
[[test]]
name = "cli_review_validation"
path = "tests/cli_review_validation.rs"
[[test]]
name = "cli_revision_list"
path = "tests/cli_revision_list.rs"
[[test]]
name = "cli_revision_show"
path = "tests/cli_revision_show.rs"
[[test]]
name = "cli_shared_store_default"
path = "tests/cli_shared_store_default.rs"
[[test]]
name = "cli_store_compact"
path = "tests/cli_store_compact.rs"
[[test]]
name = "cli_store_forget_list"
path = "tests/cli_store_forget_list.rs"
[[test]]
name = "cli_store_link"
path = "tests/cli_store_link.rs"
[[test]]
name = "cli_store_migrate"
path = "tests/cli_store_migrate.rs"
[[test]]
name = "cli_store_mode"
path = "tests/cli_store_mode.rs"
[[test]]
name = "cli_store_remove"
path = "tests/cli_store_remove.rs"
[[test]]
name = "cli_store_status"
path = "tests/cli_store_status.rs"
[[test]]
name = "cli_tracing"
path = "tests/cli_tracing.rs"
[[test]]
name = "cli_watch"
path = "tests/cli_watch.rs"
[[test]]
name = "docs_open_source_readiness"
path = "tests/docs_open_source_readiness.rs"
[[test]]
name = "docs_package_identity"
path = "tests/docs_package_identity.rs"
[[test]]
name = "event_signature_vectors"
path = "tests/event_signature_vectors.rs"
[[test]]
name = "github_actions"
path = "tests/github_actions.rs"
[[test]]
name = "legacy_store_tombstone"
path = "tests/legacy_store_tombstone.rs"
[[test]]
name = "library_api"
path = "tests/library_api.rs"
[[test]]
name = "no_review_unit_identifier"
path = "tests/no_review_unit_identifier.rs"
[[test]]
name = "notification_independence"
path = "tests/notification_independence.rs"
[[test]]
name = "package_identity"
path = "tests/package_identity.rs"
[[test]]
name = "review_document_contract"
path = "tests/review_document_contract.rs"
[[test]]
name = "sensitivity_conformance"
path = "tests/sensitivity_conformance.rs"
[[test]]
name = "signing_loop"
path = "tests/signing_loop.rs"
[[test]]
name = "signing_loop_agent"
path = "tests/signing_loop_agent.rs"
[[test]]
name = "store_link_reexport"
path = "tests/store_link_reexport.rs"
[[bench]]
name = "store_backend"
path = "benches/store_backend.rs"
harness = false
required-features = ["bench"]
[dependencies.base64]
version = "0.22"
[dependencies.bs58]
version = "0.5"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.ed25519-dalek]
version = "2"
[dependencies.getrandom]
version = "0.4"
[dependencies.mmdflux]
version = "2.6"
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.similar]
version = "2"
default-features = false
[dependencies.syntect]
version = "5"
features = [
"parsing",
"regex-fancy",
]
default-features = false
[dependencies.terminal-colorsaurus]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tracing]
version = "0.1"
features = ["std"]
default-features = false
[dependencies.tracing-subscriber]
version = "0.3"
features = [
"ansi",
"env-filter",
"fmt",
"json",
"registry",
"std",
]
default-features = false
[dependencies.two-face]
version = "0.5.1"
features = ["syntect-fancy"]
default-features = false
[dependencies.unicode-width]
version = "0.2"
[dev-dependencies.base64]
version = "0.22"
[dev-dependencies.criterion]
version = "0.8"
features = ["cargo_bench_support"]
default-features = false
[dev-dependencies.ctor]
version = "0.2"
[dev-dependencies.ed25519-dalek]
version = "2"
[dev-dependencies.sha2]
version = "0.10"
[dev-dependencies.tempfile]
version = "3"
[profile.test]
debug = "line-tables-only"