[[example]]
name = "realtim-basic"
path = "examples/realtime-basic.rs"
[[example]]
name = "tokio-batch"
path = "examples/tokio-batch.rs"
[[example]]
name = "async-std-batch"
path = "examples/async-std-batch.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.base64]
version = "0.21.4"
[dependencies.futures]
version = "0.3.28"
[dependencies.futures-io]
version = "0.3.28"
[dependencies.http]
optional = true
version = "0.2.9"
[dependencies.log]
version = "0.4.20"
[dependencies.rand]
optional = true
version = "0.8.5"
[dependencies.reqwest]
features = ["multipart", "stream", "json"]
optional = true
version = "0.11.20"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["macros", "rt", "sync", "rt-multi-thread"]
optional = true
version = "1.33"
[dependencies.tokio-tungstenite]
features = ["native-tls"]
optional = true
version = "0.19.0"
[dependencies.url]
version = "2.4.1"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.12.0"
[features]
batch = ["dep:reqwest", "dep:rand"]
realtime = ["dep:tokio-tungstenite", "dep:tokio", "dep:http"]
[package]
authors = ["Tudor Evans"]
description = "An async rust SDK for the Speechmatics API"
edition = "2021"
homepage = "https://github.com/speechmatics/speechmatics-rs"
keywords = ["websocket", "speechmatics", "asr", "async"]
license = "MIT"
name = "speechmatics"
readme = "README.md"
repository = "https://github.com/speechmatics/speechmatics-rs"
version = "0.3.1"