newt-coder 0.6.2

Coder plugin for newt-agent: whole-file emit + server-side diff normalization
Documentation
[package]
name = "newt-coder"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
description = "Coder plugin for newt-agent: whole-file emit + server-side diff normalization"
keywords = ["newt", "agent", "coder", "drake", "patch"]
categories = ["development-tools"]

[dependencies]
newt-core.workspace = true
newt-inference.workspace = true
newt-tools.workspace = true
plugins-protocol.workspace = true
anyhow.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio = { workspace = true }
tracing.workspace = true
async-trait.workspace = true

# Optional PyO3 bindings — opt in only via the umbrella `newt-agent-py`
# crate; default builds stay Python-free.
pyo3 = { workspace = true, optional = true }

[features]
default = []
pyo3 = [
    "dep:pyo3",
    "newt-core/pyo3",
    "newt-tools/pyo3",
]

[dev-dependencies]
tests-common.workspace = true
tempfile.workspace = true
tokio = { workspace = true }

[lints]
workspace = true