ftts-cli 0.1.6

franken_tts CLI: pure-Rust Qwen3-TTS voice synthesis (`ftts say`), no Python, no GPU
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.90"
name = "ftts-cli"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "franken_tts CLI: pure-Rust Qwen3-TTS voice synthesis (`ftts say`), no Python, no GPU"
readme = false
keywords = [
    "tts",
    "speech",
    "qwen",
    "voice",
    "audio",
]
categories = ["multimedia::audio"]
license-file = "LICENSE"
repository = "https://github.com/Dicklesworthstone/franken_tts"

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

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

[[bin]]
name = "ftts"
path = "src/bin/ftts.rs"

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

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

[dependencies.fmd-font]
version = "0.1.0"
features = ["bundled-faces"]

[dependencies.ftts-artifacts]
version = "0.1.6"

[dependencies.ftts-core]
version = "0.1.6"

[dependencies.ftts-kernels]
version = "0.1.6"

[dependencies.ftts-model-qwen]
version = "0.1.6"

[dependencies.ftts-video]
version = "0.1.6"

[dependencies.ftts-voicecard]
version = "0.1.6"

[dependencies.png]
version = "0.18"

[dependencies.rustfft]
version = "6.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.symphonia]
version = "0.5.4"
features = [
    "flac",
    "pcm",
    "wav",
]
default-features = false

[dependencies.zune-jpeg]
version = "0.5"

[lints.rust]
unsafe_code = "forbid"