[package]
edition = "2021"
rust-version = "1.77.2"
name = "tauri-plugin-tts"
version = "0.1.7"
authors = ["Affex Team"]
build = "build.rs"
links = "tauri-plugin-tts"
exclude = [
"/examples",
"/dist-js",
"/guest-js",
"/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native text-to-speech plugin for Tauri with multi-language and voice selection"
homepage = "https://github.com/brenogonzaga/tauri-plugin-tts"
documentation = "https://docs.rs/tauri-plugin-tts"
readme = "README.md"
keywords = [
"tauri",
"tts",
"text-to-speech",
"speech-synthesis",
"cross-platform",
]
categories = [
"multimedia::audio",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/brenogonzaga/tauri-plugin-tts"
[lib]
name = "tauri_plugin_tts"
path = "src/lib.rs"
[dependencies.log]
version = "0.4"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tauri]
version = "2.10.3"
[dependencies.thiserror]
version = "2"
[dependencies.ts-rs]
version = "12.0"
[build-dependencies.tauri-plugin]
version = "2.5.4"
features = ["build"]
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.tts]
version = "0.26"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.uuid]
version = "1.20"
features = ["v7"]