[package]
name = "aether-project"
version = "0.3.1"
edition = "2024"
description = "Project-local configuration and agent discovery for the Aether AI agent framework"
license = "MIT"
repository = "https://github.com/jcarver989/aether"
readme = "README.md"
keywords = ["aether", "agent", "configuration"]
categories = ["development-tools"]
[package.metadata.dist]
dist = false
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[lints]
workspace = true
[dependencies]
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.3.1" }
llm = { package = "aether-llm", path = "../llm", version = "0.2.4" }
utils = { package = "aether-utils", path = "../utils", version = "0.2.0" }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yml = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
glob = { workspace = true }
globset = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }
tokio = { workspace = true }