[package]
edition = "2021"
rust-version = "1.88"
name = "cordance"
version = "0.1.1"
authors = ["Cordance contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cordance — deterministic-first context-pack compiler for AI coding agents. Umbrella package: installs the `cordance` binary, identical to `cargo install cordance-cli`."
homepage = "https://github.com/0ryant/cordance"
documentation = "https://docs.rs/cordance"
readme = "README.md"
keywords = [
"cordance",
"ai-agents",
"mcp",
"doctrine",
"context",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0ryant/cordance"
[[bin]]
name = "cordance"
path = "src/main.rs"
[dependencies.cordance-cli]
version = "0.1.2"
[lints.clippy]
module_name_repetitions = "allow"
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1