tts 0.26.3

High-level Text-To-Speech (TTS) interface
Documentation
[dependencies.dyn-clonable]
version = "0.9"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.oxilangtag]
version = "0.1"

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

[dependencies.thiserror]
version = "1"
[dev-dependencies.env_logger]
version = "0.11"

[features]
default = ["speech_dispatcher_0_11"]
speech_dispatcher_0_10 = ["speech-dispatcher/0_10"]
speech_dispatcher_0_11 = ["speech-dispatcher/0_11"]
speech_dispatcher_0_9 = ["speech-dispatcher/0_9"]

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[package]
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
description = "High-level Text-To-Speech (TTS) interface"
documentation = "https://docs.rs/tts"
edition = "2021"
exclude = ["*.cfg", "*.yml"]
license = "MIT"
name = "tts"
readme = "README.md"
repository = "https://github.com/ndarilek/tts-rs"
version = "0.26.3"
[package.metadata.docs.rs]
features = ["speech_dispatcher_0_11"]
no-default-features = true
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.cocoa-foundation]
version = "0.1"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation]
version = "0.9"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libc]
version = "0.2"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc]
features = ["exception"]
version = "0.2"
[target."cfg(target_os = \"linux\")".dependencies.speech-dispatcher]
default-features = false
version = "0.16"
[target."cfg(target_os=\"android\")".dependencies.jni]
version = "0.21"

[target."cfg(target_os=\"android\")".dependencies.ndk-context]
version = "0.1"
[target."cfg(windows)".dependencies.tolk]
optional = true
version = "0.5"

[target."cfg(windows)".dependencies.windows]
features = ["Foundation", "Foundation_Collections", "Media_Core", "Media_Playback", "Media_SpeechSynthesis", "Storage_Streams"]
version = "0.58"
[target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
version = "0.2"

[target.wasm32-unknown-unknown.dependencies.web-sys]
features = ["EventTarget", "SpeechSynthesis", "SpeechSynthesisErrorCode", "SpeechSynthesisErrorEvent", "SpeechSynthesisEvent", "SpeechSynthesisUtterance", "SpeechSynthesisVoice", "Window"]
version = "0.3"