# 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 = "2021" name = "tts" version = "0.26.3" authors = ["Nolan Darilek "] exclude = [ "*.cfg", "*.yml", ] description = "High-level Text-To-Speech (TTS) interface" documentation = "https://docs.rs/tts" readme = "README.md" license = "MIT" repository = "https://github.com/ndarilek/tts-rs" [package.metadata.docs.rs] features = ["speech_dispatcher_0_11"] no-default-features = true [lib] crate-type = [ "lib", "cdylib", "staticlib", ] [dependencies.dyn-clonable] version = "0.9" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.oxilangtag] version = "0.1" [dependencies.serde] version = "1" features = ["derive"] optional = true [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"] [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] version = "0.2" features = ["exception"] [target."cfg(target_os = \"linux\")".dependencies.speech-dispatcher] version = "0.16" default-features = false [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] version = "0.5" optional = true [target."cfg(windows)".dependencies.windows] version = "0.58" features = [ "Foundation", "Foundation_Collections", "Media_Core", "Media_Playback", "Media_SpeechSynthesis", "Storage_Streams", ] [target.wasm32-unknown-unknown.dependencies.wasm-bindgen] version = "0.2" [target.wasm32-unknown-unknown.dependencies.web-sys] version = "0.3" features = [ "EventTarget", "SpeechSynthesis", "SpeechSynthesisErrorCode", "SpeechSynthesisErrorEvent", "SpeechSynthesisEvent", "SpeechSynthesisUtterance", "SpeechSynthesisVoice", "Window", ]