evolve-cli 0.2.0

Evolve CLI — drop-in passive evolution for AI coding assistants
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"
rust-version = "1.85"
name = "evolve-cli"
version = "0.2.0"
authors = ["Kristian Baer <kristianb43r@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Evolve CLI — drop-in passive evolution for AI coding assistants"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Frostbyte-Devs/evolve"
resolver = "2"

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

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.dirs]
version = "5"

[dependencies.evolve-adapters]
version = "0.2.0"

[dependencies.evolve-core]
version = "0.2.0"

[dependencies.evolve-dashboard]
version = "0.2.0"

[dependencies.evolve-llm]
version = "0.2.0"

[dependencies.evolve-mutators]
version = "0.2.0"

[dependencies.evolve-proxy]
version = "0.2.0"

[dependencies.evolve-storage]
version = "0.2.0"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.42"
features = [
    "full",
    "rt-multi-thread",
    "macros",
    "fs",
    "signal",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.tokio]
version = "1.42"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]