exeora-cli 0.8.0

Native Exeora CLI and local tool executor
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 = "2024"
rust-version = "1.97.1"
name = "exeora-cli"
version = "0.8.0"
authors = ["Leynier Gutiérrez González <leynier41@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Exeora CLI and local tool executor"
readme = "readme.md"
keywords = [
    "mcp",
    "ai",
    "agent",
    "cli",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "AGPL-3.0-only"
repository = "https://github.com/leynier/exeora"
resolver = "2"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.atomic-write-file]
version = "0.3.0"

[dependencies.axum]
version = "0.8.6"
features = [
    "http1",
    "tokio",
    "query",
]
default-features = false

[dependencies.cap-std]
version = "4.0.2"

[dependencies.clap]
version = "4.5.51"
features = [
    "derive",
    "wrap_help",
]

[dependencies.cliclack]
version = "0.5.5"

[dependencies.futures-util]
version = "0.3.31"
features = [
    "sink",
    "std",
]
default-features = false

[dependencies.globset]
version = "0.4.18"

[dependencies.grep-matcher]
version = "0.1.8"

[dependencies.grep-searcher]
version = "0.1.17"

[dependencies.hostname]
version = "0.4.1"

[dependencies.ignore]
version = "0.4.25"

[dependencies.jsonschema]
version = "0.49.1"
default-features = false

[dependencies.keyring]
version = "4.1.5"

[dependencies.memchr]
version = "2.7.6"

[dependencies.oauth2]
version = "5.0.0"
features = ["reqwest"]
default-features = false

[dependencies.open]
version = "5.3.2"

[dependencies.process-wrap]
version = "9.1.0"
features = [
    "tokio1",
    "kill-on-drop",
    "process-group",
    "process-session",
    "job-object",
    "creation-flags",
]
default-features = false

[dependencies.regress]
version = "0.11.1"
features = ["utf16"]

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "form",
    "rustls",
    "system-proxy",
]
default-features = false

[dependencies.self-replace]
version = "1.5.0"

[dependencies.semver]
version = "1.0.27"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.similar]
version = "3.0.0"
features = ["bytes"]

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = [
    "io-util",
    "macros",
    "net",
    "process",
    "rt",
    "signal",
    "sync",
    "time",
]

[dependencies.tokio-tungstenite]
version = "0.30.0"
features = [
    "connect",
    "rustls-tls-native-roots",
]
default-features = false

[dependencies.tokio-util]
version = "0.7.17"
features = ["rt"]

[dependencies.toml]
version = "0.9.8"

[dependencies.unicode-normalization]
version = "0.1.24"

[dependencies.url]
version = "2.5.7"
features = ["serde"]

[dependencies.uuid]
version = "1.18.1"
features = ["v4"]

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

[dev-dependencies.criterion]
version = "0.7.0"

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

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