luft-cli 0.4.2

Luft CLI — multi-agent orchestration runtime
# 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 = "luft-cli"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Luft CLI — multi-agent orchestration runtime"
readme = false
keywords = [
    "luft",
    "agent",
    "orchestration",
    "cli",
    "lua",
]
categories = [
    "command-line-utilities",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/hi-youichi/luft"

[features]
testing = ["luft/testing"]
unstable_end_turn_token_usage = ["luft/unstable_end_turn_token_usage"]

[[bin]]
name = "fake_acp"
path = "src/bin/fake_acp.rs"

[[bin]]
name = "luft"
path = "src/main.rs"

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

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

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

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

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

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

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

[dependencies.agent-client-protocol]
version = "0.14"
features = ["unstable_end_turn_token_usage"]

[dependencies.anyhow]
version = "1"

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

[dependencies.blake3]
version = "1"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.console]
version = "0.15"

[dependencies.dashmap]
version = "6"

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.jsonschema]
version = "0.18"

[dependencies.luft]
version = "0.4.2"
features = ["testing"]

[dependencies.luft-core]
version = "0.4.2"

[dependencies.luft-daemon]
version = "0.4.2"

[dependencies.luft-mcp]
version = "0.4.2"

[dependencies.luft-skills]
version = "0.4.2"

[dependencies.mlua]
version = "0.10"
features = [
    "lua54",
    "vendored",
    "async",
    "serialize",
    "send",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["compat"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = [
    "v7",
    "serde",
]

[dependencies.which]
version = "6"

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

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"