terraphim_agent_evolution 1.20.1

Agent evolution system for Terraphim AI
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 = "terraphim_agent_evolution"
version = "1.20.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent evolution system for Terraphim AI"
readme = false
license = "MIT"
resolver = "2"

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "serde",
]

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.terraphim_persistence]
version = "1.15.0"

[dependencies.terraphim_types]
version = "1.15.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "full",
    "full",
]

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

[dev-dependencies.tokio-test]
version = "0.4"