[package] name = "sound-tts" version = "0.1.5" edition = "2021" authors = ["fanxing782 <fanxingitn@outlook.com>"] license = "Apache-2.0" repository = "https://github.com/fanxing782/sound-tts.git" description = "利用系统 API è¾¾æˆæ–‡æœ¬åˆ°è¯éŸ³çš„转æ¢ï¼Œå¹¶å€ŸåŠ©å¯¹ä¸åŒå£°å¡è®¾å¤‡çš„选择æ¥å®žçŽ°æ’放功能。\r\nAchieve text-to-speech conversion by utilizing system APIs, and realize the playback function by means of selecting different sound card devices." [lib] crate-type = ["lib", "cdylib", "staticlib"] [dependencies] lazy_static = "1.5.0" libc = "0.2" [target.'cfg(windows)'.dependencies] windows = { version = "0.58",features = ["Foundation", "Foundation_Collections", "Media_Core", "Media_Playback", "Media_SpeechSynthesis", "Storage_Streams", "Devices_Enumeration","Media_Audio"] } windows-result = "0.2.0"