edict-cli 0.20.2

Setup, sync, and runtime for multi-agent AI coding workflows
Documentation
# 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"
name = "edict-cli"
version = "0.20.2"
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "Cargo.toml",
    "LICENSE",
    "/README.md",
    "images/edict-embed.jpg",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Setup, sync, and runtime for multi-agent AI coding workflows"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bobisme/edict"

[features]
default = ["otel"]
otel = [
    "dep:opentelemetry",
    "dep:opentelemetry_sdk",
    "dep:opentelemetry-otlp",
    "dep:opentelemetry-appender-tracing",
    "dep:tracing-opentelemetry",
]

[lib]
name = "edict"
path = "src/lib.rs"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.ctrlc]
version = "3"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5"

[dependencies.minijinja]
version = "2"

[dependencies.opentelemetry]
version = "0.31"
optional = true

[dependencies.opentelemetry-appender-tracing]
version = "0.31"
optional = true

[dependencies.opentelemetry-otlp]
version = "0.31"
features = [
    "trace",
    "logs",
    "metrics",
    "http-proto",
    "reqwest-blocking-client",
]
optional = true
default-features = false

[dependencies.opentelemetry_sdk]
version = "0.31"
features = [
    "trace",
    "logs",
    "metrics",
]
optional = true

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1"

[dependencies.schemars]
version = "0.8"
features = ["preserve_order"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.termimad]
version = "0.34"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.32"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.ureq]
version = "3"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

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

[lints.clippy]
unwrap_used = "deny"

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

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