forked from Mavulp/pokebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (32 loc) · 951 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
30
31
32
33
34
35
36
[package]
name = "pokebot"
version = "0.2.0"
authors = ["Jokler <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tsclientlib = { git = "https://github.com/ReSpeak/tsclientlib", features = ["unstable"] }
tsproto-packets = { git = "https://github.com/ReSpeak/tsclientlib" }
log = "0.4.11"
log4rs = "0.13.0"
toml = "0.5.6"
structopt = "0.3.16"
humantime = "2.0.1"
tokio = { version = "0.2.22", features = ["tcp", "io-util", "sync", "process"] }
futures = "0.3.5"
glib = "0.10.1"
gstreamer = "0.16.2"
gstreamer-app = "0.16.0"
gstreamer-audio = "0.16.2"
byte-slice-cast = "0.3.5"
serde_json = "1.0.57"
serde = "1.0.114"
actix = "0.9.0"
actix-rt = "1.1.1"
actix-web = "2.0.0"
actix-files = "0.2.2"
askama = "0.10.3"
rand = { version = "0.7.3", features = ["small_rng"] }
derive_more = "0.99.9"
askama_actix = "0.10.0"