-
Notifications
You must be signed in to change notification settings - Fork 16
/
Cargo.toml
29 lines (25 loc) · 1010 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "cognitive-services-speech-sdk-rs"
version = "1.0.5"
authors = ["Adam Bezecny <[email protected]>"]
edition = "2018"
description = "Rust bindings for Microsoft Speech SDK."
license = "MIT OR Apache-2.0"
keywords = ["speech", "microsoft", "cognitive", "recognition", "synthesizing"]
categories = ["multimedia", "multimedia::audio", "text-processing"]
exclude = [
"examples/*"
]
repository = "https://github.com/jabber-tools/cognitive-services-speech-sdk-rs/"
#documentation = "https://jabber-tools.github.io/cognitive_services_speech_sdk_rs/doc/1.0.0/cognitive_services_speech_sdk_rs/index.html"
documentation = "https://docs.rs/cognitive-services-speech-sdk-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
env_logger = "0.11.3"
tokio = {version = "1.37.0", features = ["full"]}
[build-dependencies]
bindgen = "0.69.4"
zip = "0.6.6"
[dev-dependencies]
rust-embed = "8.4.0"