orcs-cli 0.1.1

ORCS CLI - Hackable Agentic Shell
# 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"
rust-version = "1.80.0"
name = "orcs-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ORCS CLI - Hackable Agentic Shell"
readme = "README.md"
keywords = [
    "cli",
    "lua",
    "llm",
    "agent",
    "shell",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/orcs-cli"

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

[[example]]
name = "console_io"
path = "examples/console_io.rs"

[[example]]
name = "stop_resume"
path = "examples/stop_resume.rs"

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dirs]
version = "5"

[dependencies.orcs-app]
version = "0.1.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rustyline]
version = "15"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.orcs-component]
version = "0.1.1"

[dev-dependencies.orcs-runtime]
version = "0.1.1"

[dev-dependencies.orcs-types]
version = "0.1.1"

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

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

[lints.clippy]
panic = "warn"
unreachable = "warn"

[lints.rust]
unsafe_code = "deny"