aiward 0.5.21

Local-first AI secret firewall for development environments.
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.86"
name = "aiward"
version = "0.5.21"
build = false
exclude = [
    "docs/",
    "scripts/",
    ".github/",
    ".env.example",
    "tests/",
    "AGENTS.md",
    "install.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first AI secret firewall for development environments."
homepage = "https://github.com/aiWardsh/aiward"
readme = "README.md"
keywords = [
    "secrets",
    "security",
    "ai",
    "agents",
    "environment",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aiWardsh/aiward"

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

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

[dependencies.argon2]
version = "0.5"

[dependencies.base64]
version = "0.22"

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

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

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

[dependencies.ctrlc]
version = "3.4"

[dependencies.dirs]
version = "5.0"

[dependencies.dotenvy]
version = "0.15"

[dependencies.ed25519-dalek]
version = "2.1"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.inquire]
version = "0.7"

[dependencies.keyring]
version = "3.6"
features = ["apple-native"]

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.30"
features = [
    "crossterm_0_28",
    "underline-color",
]
default-features = false

[dependencies.rpassword]
version = "7.3"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.10"

[dependencies.tiny_http]
version = "0.12"

[dependencies.uuid]
version = "1.8"
features = [
    "serde",
    "v4",
]

[dependencies.x25519-dalek]
version = "2.0"
features = ["static_secrets"]

[dependencies.zeroize]
version = "1.8"

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

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

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage)"]