gemini-tts-cli 0.1.0

Agent-friendly Gemini text-to-speech CLI for expressive scripts, voices, tags, and audio files
# 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 = "gemini-tts-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-friendly Gemini text-to-speech CLI for expressive scripts, voices, tags, and audio files"
homepage = "https://github.com/paperfoot/gemini-tts-cli"
readme = "README.md"
keywords = [
    "gemini",
    "tts",
    "speech",
    "audio",
    "cli",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/paperfoot/gemini-tts-cli"

[[bin]]
name = "gemini-tts-cli"
path = "src/main.rs"

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

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

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.comfy-table]
version = "7"

[dependencies.directories]
version = "6"

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
]

[dependencies.owo-colors]
version = "4"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.self_update]
version = "0.42"
features = [
    "archive-tar",
    "compression-flate2",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

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

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

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