ap-cli 0.11.0

Agent Access CLI
# 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.85"
name = "ap-cli"
version = "0.11.0"
authors = ["Bitwarden Inc"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent Access CLI"
readme = false
license = "Apache-2.0"
repository = "https://github.com/bitwarden/agent-access"
resolver = "2"

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

[dependencies.ap-client]
version = "0.11.0"
features = ["native-websocket"]

[dependencies.ap-noise]
version = "0.11.0"

[dependencies.ap-proxy-client]
version = "0.11.0"
features = ["native-websocket"]
default-features = false

[dependencies.ap-proxy-protocol]
version = "0.11.0"

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

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

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.dirs]
version = "5.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.29"

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.36.0"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.41"

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

[lints.clippy]
string_slice = "warn"
unwrap_used = "deny"