tirea 0.2.0

Unified umbrella crate for the tirea agent framework
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 = "tirea"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified umbrella crate for the tirea agent framework"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/tirea-ai/tirea"

[features]
ag-ui = [
    "dep:tirea-protocol-ag-ui",
    "core",
]
ai-sdk-v6 = ["dep:tirea-protocol-ai-sdk-v6"]
core = [
    "dep:tirea-agent-loop",
    "dep:tirea-agentos",
]
default = ["core"]
full = [
    "core",
    "ag-ui",
    "ai-sdk-v6",
    "skills",
    "mcp",
    "postgres",
    "nats",
]
mcp = [
    "core",
    "tirea-agentos/mcp",
]
nats = [
    "dep:tirea-store-adapters",
    "tirea-store-adapters/nats",
]
postgres = [
    "dep:tirea-store-adapters",
    "tirea-store-adapters/postgres",
]
skills = [
    "dep:tirea-extension-skills",
    "core",
]

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

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

[[bench]]
name = "message_cloning"
path = "benches/message_cloning.rs"
harness = false

[[bench]]
name = "quick_clone_test"
path = "benches/quick_clone_test.rs"
harness = false

[[bench]]
name = "thread_operations"
path = "benches/thread_operations.rs"
harness = false

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

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tirea-agent-loop]
version = "0.2.0"
optional = true

[dependencies.tirea-agentos]
version = "0.2.0"
optional = true

[dependencies.tirea-contract]
version = "0.2.0"

[dependencies.tirea-extension-skills]
version = "0.2.0"
optional = true

[dependencies.tirea-protocol-ag-ui]
version = "0.2.0"
optional = true

[dependencies.tirea-protocol-ai-sdk-v6]
version = "0.2.0"
optional = true

[dependencies.tirea-state]
version = "0.2.0"

[dependencies.tirea-store-adapters]
version = "0.2.0"
optional = true

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

[dev-dependencies.trybuild]
version = "1"