piper-plus-cli 0.1.0

CLI tool for Piper Plus neural text-to-speech synthesis
# 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"
name = "piper-plus-cli"
version = "0.1.0"
authors = ["ayousanz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for Piper Plus neural text-to-speech synthesis"
homepage = "https://github.com/ayutaz/piper-plus"
readme = false
keywords = [
    "tts",
    "text-to-speech",
    "piper",
    "onnx",
    "vits",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/ayutaz/piper-plus"
resolver = "2"

[[bin]]
name = "piper-plus-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.piper-plus]
version = "0.1.0"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]