forked from NOALBS/nginx-obs-automatic-low-bitrate-switching
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
49 lines (42 loc) · 1.4 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
[package]
name = "noalbs"
version = "2.11.2-yt-4"
authors = ["Brian Spit <[email protected]>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
argon2 = "0.4"
async-recursion = "1.0.0"
async-trait = "0.1"
base64 = "0.21"
dotenv = "0.15"
either = { version = "1.6.1", features = ["serde"] }
futures-util = "0.3"
obws = { version = "0.9", features = ["events"] }
obwsv5 = { version = "0.12", package = "obws", features = ["events"]}
quick-xml = { version = "0.26", features = ["serialize"] }
rand = "0.8"
rand_core = { version = "0.6", features = ["std"] }
reqwest = { version = "0.12", features = ["json"] }
serde = "1.0"
serde_json = "1.0"
strsim = "0.11"
thiserror = "1.0"
tokio = { version = "1.10", features = ["rt", "rt-multi-thread", "macros", "signal", "time", "sync"] }
youtube_chat = "0.2.1"
tokio-stream = "0.1"
tokio-tungstenite = { version = "0.23", features = [ "native-tls" ] }
twitch-irc = "5.0"
typetag = "0.2"
# sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "sqlite", "migrate", "macros"] }
log = "0.4"
tracing = "0.1"
tracing-futures = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter", "ansi"] }
tracing-appender = "0.2"
warp = "0.3"
once_cell = "1.10"
rust-i18n = "2.3"
[target.x86_64-unknown-linux-musl.dependencies]
openssl = { version = "=0.10", features = ["vendored"] }