# 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 = "sapi-lite" version = "0.1.1" authors = ["Vojislav Stojkovic "] description = "A simplified wrapper around Microsoft's Speech API (SAPI) library" readme = "README.md" keywords = ["speech", "tts", "sapi", "microsoft", "windows"] license = "Apache-2.0" repository = "https://github.com/vstojkovic/sapi-lite" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"] [[example]] name = "milliways" required-features = ["tokio-all"] [dependencies.strum] version = "0.23" [dependencies.strum_macros] version = "0.23" [dependencies.tokio] version = "1.16" optional = true [dependencies.typed-arena] version = "2.0.1" [dependencies.windows] version = "0.28" features = ["alloc", "build", "std", "Win32_Foundation", "Win32_Globalization", "Win32_Media_Audio", "Win32_Media_Speech", "Win32_System_Com", "Win32_System_Ole", "Win32_System_SystemServices", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] [dependencies.xml-rs] version = "0.8.4" [dev-dependencies.futures] version = "0.3.0" [dev-dependencies.tokio] version = "1.16" features = ["macros", "net", "rt", "rt-multi-thread", "signal"] [dev-dependencies.tokio-util] version = "0.7.0" features = ["codec"] [features] default = [] tokio-all = ["tokio-rt", "tokio-stt", "tokio-tts"] tokio-rt = ["tokio/rt"] tokio-stt = ["tokio/sync"] tokio-tts = ["tokio/sync"]