swarm-engine-core 0.1.4

Core types and orchestration for SwarmEngine
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 = "2021"
name = "swarm-engine-core"
version = "0.1.4"
authors = ["Yutaka Nishimura <ytk.nishimura@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and orchestration for SwarmEngine"
readme = "README.md"
keywords = [
    "swarm",
    "agent",
    "llm",
    "multi-agent",
    "orchestration",
]
categories = [
    "simulation",
    "science",
]
license = "MIT"
repository = "https://github.com/ytknishimura/swarm-engine"

[features]
default = []
llm-tests = []

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

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

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

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

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

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

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

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.dirs]
version = "5.0"

[dependencies.notify]
version = "6"

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "time",
    "sync",
    "macros",
    "process",
    "io-util",
    "net",
    "fs",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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