-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
37 lines (35 loc) · 1.18 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
[package]
name = "ffmpeg-swarm"
version = "0.1.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1.0.71", features = ["backtrace"] }
atomic-take = "1.1.0"
base64 = "0.21.2"
chrono = { version = "0.4.26", features = ["serde"] }
clap = { version = "4.3.10", features = ["derive"] }
directories = "5.0.1"
futures = { version = "0.3.28", default-features = false }
futures-lite = "1.13.0"
interprocess = { version = "1.2.1", features = ["tokio_support"] }
local-ip-address = "0.5.3"
nix = "0.26.2"
once_cell = "1.18.0"
postcard = { version = "1.0.4", features = ["alloc"] }
public-ip = "0.2.2"
quinn = "0.10.1"
rcgen = "0.11.1"
rumqttc = "0.22.0"
rusqlite = { version = "0.29.0", features = ["bundled", "chrono", "uuid"] }
rustls = "0.21.2"
serde = "1.0.166"
serde_derive = "1.0.166"
serde_json = "1.0.100"
service-manager = "0.3.0"
sha2 = "0.10.7"
tokio = { version = "1.29.1", features = ["io-util", "macros", "sync", "process", "fs"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
uuid = { version = "1.4.1", features = ["v4", "serde"] }
zstd = "0.12.4"