-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
25 lines (24 loc) · 983 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
[package]
name = "findstream"
version = "0.2.0"
authors = ["Dominik Nakamura <dnaka91@gmail.com>"]
edition = "2021"
license = "AGPL-3.0-only"
[dependencies]
anyhow = "1.0.91"
axum = { version = "0.7.7", features = ["http2"] }
basic-toml = "0.1.9"
reqwest = { version = "0.12.9", default-features = false, features = ["json", "rustls-tls"] }
rinja = { version = "0.3.5", default-features = false, features = ["with-axum"] }
rinja_axum = "0.3.5"
serde = { version = "1.0.214", features = ["derive"] }
time = { version = "0.3.36", features = ["parsing"] }
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
tokio-shutdown = "0.1.4"
tower = { version = "0.5.1", features = ["limit", "load-shed", "timeout"] }
tower-http = { version = "0.6.1", features = ["compression-gzip", "decompression-gzip", "trace", "util"] }
tracing = "0.1.40"
tracing-archer = { git = "https://github.com/dnaka91/archer.git" }
tracing-subscriber = "0.3.18"
unidirs = "0.1.1"
url = "2.5.2"