-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (28 loc) · 792 Bytes
/
Cargo.toml
File metadata and controls
30 lines (28 loc) · 792 Bytes
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
[package]
name = "stream-nexus"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.13"
actix-web = "4.3"
actix-web-actors = "4.3"
ammonia = "4"
anyhow = "1.0"
askama = { version = "0.12", features = ["with-actix-web"] }
askama_actix = "0.14"
chrono = "0.4.26"
dirs = "5"
dotenvy = "0.15"
futures = "0.3.28"
grass = "0.13.4"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
quick-xml = { version = "0.39" }
rand = "0.8"
reqwest = "0.13"
rusqlite = { version = "0.31", features = ["bundled"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = "1.29.1"
uuid = { version = "1.4.1", features = ['v4', 'fast-rng', 'serde'] }