# 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 = "sound-tts" version = "0.1.5" authors = ["fanxing782 <fanxingitn@outlook.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ 利用系统 API è¾¾æˆæ–‡æœ¬åˆ°è¯éŸ³çš„转æ¢ï¼Œå¹¶å€ŸåŠ©å¯¹ä¸åŒå£°å¡è®¾å¤‡çš„选择æ¥å®žçŽ°æ’放功能。\r Achieve text-to-speech conversion by utilizing system APIs, and realize the playback function by means of selecting different sound card devices.""" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/fanxing782/sound-tts.git" [lib] name = "sound_tts" crate-type = [ "lib", "cdylib", "staticlib", ] path = "src/lib.rs" [[example]] name = "test" path = "examples/test.rs" [dependencies.lazy_static] version = "1.5.0" [dependencies.libc] version = "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", ] [target."cfg(windows)".dependencies.windows-result] version = "0.2.0"