tts 0.17.0

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.thiserror]
version = "1"
[dev-dependencies.env_logger]
version = "0.8"

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

[package]
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
description = "High-level Text-To-Speech (TTS) interface"
edition = "2018"
exclude = ["*.cfg", "*.yml"]
license = "MIT"
name = "tts"
repository = "https://github.com/ndarilek/tts-rs"
version = "0.17.0"
[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.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]
version = "0.7"
[target."cfg(target_os=\"android\")".dependencies.jni]
version = "0.19"

[target."cfg(target_os=\"android\")".dependencies.ndk-glue]
version = "0.3"
[target."cfg(windows)".build-dependencies.windows]
version = "0.9"
[target."cfg(windows)".dependencies.tolk]
optional = true
version = "0.3"

[target."cfg(windows)".dependencies.windows]
version = "0.9"
[target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
version = "0.2"

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