evolve-adapters 0.2.0

Adapter trait + per-tool integrations (Claude Code, Cursor, Aider)
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-adapters"
version = "0.2.0"
authors = ["Kristian Baer <kristianb43r@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adapter trait + per-tool integrations (Claude Code, Cursor, Aider)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Frostbyte-Devs/evolve"
resolver = "2"

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

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

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

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.42"
features = [
    "full",
    "fs",
    "io-util",
    "macros",
]

[dependencies.tracing]
version = "0.1"

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

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