sdd-layer 0.16.0

Spec-Driven Development CLI and agent harness
# 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"
name = "sdd-layer"
version = "0.16.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spec-Driven Development CLI and agent harness"
readme = "README.md"
license = "MIT"
repository = "https://github.com/alexandesigner/sdd-layer"

[features]
acp-agent = ["dep:agent-client-protocol"]
default = []
mcp-rmcp = ["dep:rmcp"]
rig-adapter = ["dep:rig-core"]

[[bin]]
name = "sdd"
path = "src/main.rs"

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

[dependencies.agent-client-protocol]
version = "1.0.1"
optional = true

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]
default-features = false

[dependencies.rig-core]
version = "0.38.2"
optional = true
default-features = false

[dependencies.rmcp]
version = "1.7.0"
features = ["server"]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.similar]
version = "2.6"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.ratatui]
version = "0.29"

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

[profile.release]
strip = true