# 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 = "msedge-tts" version = "0.2.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This library is a wrapper of MSEdge Read aloud function API. You can use it to synthesize text to speech with many voices MS provided." readme = "README.md" keywords = [ "tts", "text-to-speech", "msedge-tts", "edge-tts", ] categories = ["accessibility"] license = "MIT OR Apache-2.0" repository = "https://github.com/hs-CN/msedge-tts" [lib] name = "msedge_tts" path = "src/lib.rs" [[example]] name = "get_voices_list" path = "examples/get_voices_list.rs" [[example]] name = "get_voices_list_async" path = "examples/get_voices_list_async.rs" [[example]] name = "get_voices_list_proxy" path = "examples/get_voices_list_proxy.rs" [[example]] name = "synthesize" path = "examples/synthesize.rs" [[example]] name = "synthesize_async" path = "examples/synthesize_async.rs" [[example]] name = "synthesize_proxy" path = "examples/synthesize_proxy.rs" [[example]] name = "synthesize_proxy_async" path = "examples/synthesize_proxy_async.rs" [[example]] name = "synthesize_stream" path = "examples/synthesize_stream.rs" [[example]] name = "synthesize_stream_async" path = "examples/synthesize_stream_async.rs" [[example]] name = "synthesize_stream_proxy" path = "examples/synthesize_stream_proxy.rs" [[example]] name = "synthesize_stream_proxy_async" path = "examples/synthesize_stream_proxy_async.rs" [dependencies.async-io] version = "2.4.0" [dependencies.async-lock] version = "3.4.0" [dependencies.async-native-tls] version = "0.5.0" [dependencies.async-std] version = "1.13.0" [dependencies.async-tungstenite] version = "0.28.0" features = ["async-native-tls"] [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.futures-util] version = "0.3.31" [dependencies.http] version = "1.1.0" [dependencies.httparse] version = "1.9.5" [dependencies.isahc] version = "1.7.2" features = ["json"] [dependencies.native-tls] version = "0.2.12" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "2.0.3" [dependencies.tungstenite] version = "0.24.0" features = ["native-tls"] [dependencies.uuid] version = "1.11.0" features = [ "fast-rng", "v4", ] [dev-dependencies.smol] version = "2.0.2"