apohara-argus-cli 0.1.0

Unified CLI for ARGUS. `argus health`, `argus verify`, `argus guard`, `argus lens` — all surfaces in one binary.
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"
rust-version = "1.88"
name = "apohara-argus-cli"
version = "0.1.0"
authors = ["Apohara <apohara.dev>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified CLI for ARGUS. `argus health`, `argus verify`, `argus guard`, `argus lens` — all surfaces in one binary."
homepage = "https://github.com/SuarezPM/apohara-argus"
documentation = "https://docs.rs/apohara-argus-cli"
readme = "README.md"
keywords = [
    "ai",
    "code-review",
    "mcp",
    "eu-ai-act",
    "byok",
]
categories = [
    "command-line-utilities",
    "development-tools::cargo-plugins",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/SuarezPM/apohara-argus"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.apohara-argus-core]
version = "0.1.0"

[dependencies.argus-crypto]
version = "0.1.0"

[dependencies.argus-github]
version = "0.1.0"

[dependencies.argus-guard]
version = "0.1.0"

[dependencies.argus-lens]
version = "0.1.0"

[dependencies.argus-llm]
version = "0.1.0"

[dependencies.argus-otel]
version = "0.1.0"

[dependencies.argus-slop]
version = "0.1.0"

[dependencies.argus-verify]
version = "0.1.0"

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

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

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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