# 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" rust-version = "1.71.0" name = "azure-speech" version = "0.3.2" authors = ["Jure Bernava Prah "] build = false include = [ "Cargo.toml", "readme.md", "LICENSE-APACHE", "LICENSE-MIT", "src/*", "doc/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Pure Rust SDK for Azure Speech Service" homepage = "https://github.com/jbernavaprah/azure-speech-sdk-rs" readme = "readme.md" keywords = [ "azure-speech", "sdk", "cognitive", "recognition", "synthesizing", ] categories = [ "multimedia", "multimedia::audio", "text-processing", ] license = "MIT" repository = "https://github.com/jbernavaprah/azure-speech-sdk-rs" [lib] name = "azure_speech" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.futures-util] version = "0.3" features = [ "std", "sink", ] default-features = false [dependencies.log] version = "0.4.22" [dependencies.os_info] version = "3" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.ssml] version = "0.1.0" [dependencies.tokio] version = "1.40" features = [ "sync", "macros", "rt", ] [dependencies.tokio-stream] version = "0.1" features = ["sync"] [dependencies.tokio-websockets] version = "0.10" features = ["client"] [dependencies.tracing] version = "0.1" default-features = false [dependencies.url] version = "2" features = ["serde"] [dependencies.uuid] version = "1.7.0" features = [ "v4", "fast-rng", ] [dev-dependencies.cpal] version = "0.15.3" [dev-dependencies.hound] version = "3.5" [dev-dependencies.http] version = "1.1.0" [dev-dependencies.iobuffer] version = "0.2.0" [dev-dependencies.reqwest] version = "0.12" features = ["stream"] [dev-dependencies.rodio] version = "0.19.0" features = [ "symphonia", "symphonia-wav", "symphonia-mp3", ] default-features = false [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.tokio-util] version = "0.7.10" [dev-dependencies.tokio-websockets] version = "0.10.1" features = ["server"] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = [ "tws-rustls-native-roots", "tws-fastrand", "tws-smol-sha1", ] tws-fastrand = ["tokio-websockets/fastrand"] tws-native-tls = ["tokio-websockets/native-tls"] tws-rustls-native-roots = [ "tokio-websockets/rustls-webpki-roots", "tokio-websockets/ring", ] tws-rustls-webpki-roots = [ "tokio-websockets/rustls-native-roots", "tokio-websockets/ring", ] tws-smol-sha1 = ["tokio-websockets/sha1_smol"]