-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
38 lines (35 loc) · 1.01 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
[package]
name = "jari"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "jari-cli"
path = "src/cli.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.13.3"
actix-web = { version = "4", features = ["rustls-0_23"] }
actix-files = "0.6.6"
actix-multipart = "0.7.2"
clap = {version = "4.4.18", features = ["derive"]}
derive_more = "0.99.17"
futures = "0.3.30"
serde = { version = "1.0.197", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-stream = {version = "0.1.15", features = ["sync"]}
id3 = { version = "1.13.1", features = ["tokio"] }
byteorder = "1.5.0"
symphonia = { version = "0.5.4", features = ["all-codecs", "all-formats"] }
rayon = "1.10.0"
itertools = "0.13.0"
fdk-aac = "0.6.0"
rustls = "0.23"
rustls-pemfile = "2"
ammonia = "4.0.0"
postcard = { version = "1.0.10", features = ["use-std"] }
openidconnect = "3.5.0"
serde_json = "1.0.128"
dotenvy = "0.15.7"
zbus = "5.0.0"
rubato = "0.16.0"
jsonwebtoken = "9.3.0"