-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (30 loc) · 1020 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
[package]
name = "twitch-archive"
version = "0.8.4-beta+build.126"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
async-once-cell = "0.5"
async-recursion = "1"
async-std = { version = "1", features = ["unstable"] }
async-tar = "0.4"
atomic = "0.5"
chrono = "0.4"
dashmap = "5"
futures = "0.3"
hmac = "0.12"
log = "0.4"
log4rs = { path = "../log4rs", default_features = false, features = ["async-std", "console_appender", "file_appender", "pattern_encoder", "threshold_filter"] }
m3u8-rs = { path = "../m3u8-rs" }
ngrok = { path = "../ngrok" }
once_cell = "1"
rand = "0.8"
sanitize-filename = "0.4"
serde = "1"
serde_json = { version = "1", features = ["raw_value"] }
sha2 = "0.10"
surf = { version = "2", default_features = false, features = ["h1-client-rustls", "encoding"] }
tide = "0.16"
twitchchat = { version = "0.14", features = ["async", "async-std", "async-tls"] }
url = "2"