zad-cli 0.9.1

Command-line interface for zad — connects AI agents to external services (Discord, Slack, Google Calendar, Spotify, Telegram, YouTube Music, 1Password) via scoped service configurations.
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.88"
name = "zad-cli"
version = "0.9.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for zad — connects AI agents to external services (Discord, Slack, Google Calendar, Spotify, Telegram, YouTube Music, 1Password) via scoped service configurations."
readme = "README.md"
license = "MIT"
repository = "https://github.com/niclaslindstedt/zad"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.dialoguer]
version = "0.11"
features = ["password"]
default-features = false

[dependencies.open]
version = "5"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "sync",
    "time",
    "process",
    "io-util",
]

[dependencies.tracing]
version = "0.1"

[dependencies.zad]
version = "0.9.1"

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

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.jiff]
version = "0.1"
features = ["serde"]

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

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

[dev-dependencies.sha2]
version = "0.10"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "sync",
    "time",
    "process",
    "io-util",
]

[dev-dependencies.toml]
version = "0.8"