choreographr 0.2.3

Agentic coding assistant — daemon, TUI, and bridges
# 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 = "2024"
rust-version = "1.95.0"
name = "choreographr"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "choreographr"
description = "Agentic coding assistant — daemon, TUI, and bridges"
homepage = "https://choreographr.com"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/choreographr/choreographr"

[package.metadata.binstall]
pkg-url = "https://github.com/choreographr/choreographr/releases/download/v{ version }/choreographr-{ version }-{ target }{ archive-suffix }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-unknown-linux-gnu]
pkg-url = "https://github.com/choreographr/choreographr/releases/download/v{ version }/choreographr-{ version }-x86_64-unknown-linux-musl{ archive-suffix }"

[package.metadata.binstall.overrides.aarch64-unknown-linux-gnu]
pkg-url = "https://github.com/choreographr/choreographr/releases/download/v{ version }/choreographr-{ version }-aarch64-unknown-linux-musl{ archive-suffix }"

[features]
avif = ["choreo-daemon/avif"]
blockchain = ["choreo-daemon/blockchain"]
content = ["choreo-daemon/content"]
mcp = ["choreo-daemon/mcp"]
metrics = ["choreo-daemon/metrics"]
mimalloc = ["dep:mimalloc"]

[[bin]]
name = "choreographr"
path = "src/bin/choreographr.rs"

[dependencies.anyhow]
version = "1"

[dependencies.choreo-daemon]
version = "0.2"
features = ["pdf"]
default-features = false

[dependencies.mimalloc]
version = "0.1"
optional = true

[lints.clippy]
exit = "deny"
expect_used = "deny"
indexing_slicing = "deny"
match_same_arms = "allow"
panic = "deny"
panic_in_result_fn = "deny"
similar_names = "allow"
string_slice = "deny"
struct_excessive_bools = "allow"
struct_field_names = "allow"
todo = "deny"
too_many_lines = "allow"
unchecked_time_subtraction = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[profile.dev]
debug = "line-tables-only"

[profile.dev.package.image]
opt-level = 3

[profile.dev.package.pbkdf2]
opt-level = 3

[profile.dev.package.salsa20]
opt-level = 3

[profile.dev.package.scrypt]
opt-level = 3

[profile.dev.package.zune-jpeg]
opt-level = 3

[profile.dist]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
debug-assertions = false
rpath = false
panic = "unwind"
overflow-checks = false
incremental = false
inherits = "release"
strip = "symbols"

[profile.release]
strip = "symbols"