-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (32 loc) · 1.09 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
[package]
name = "altreg"
version = "0.3.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.62"
argon2 = { version = "0.4.1", features = ["std"] }
axum = { version = "0.6.0", features = ["http2", "macros", "headers"] }
axum-extra = { version = "0.4.0", features = ["cookie-private"] }
axum-server = { version = "0.4.4", features = ["tls-rustls"] }
bincode = "1.3.3"
bs58 = "0.4.0"
chrono = { version = "0.4.22", features = ["serde"] }
chrono-humanize = "0.2.2"
comrak = "0.15.0"
rand = "0.8.5"
reqwest = { version = "0.11.11", features = ["json"] }
rustwide = "0.15.2"
semver = "1.0.14"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
sha2 = "0.10.6"
sled = "0.34.7"
tera = "1.17.1"
tokio = { version = "1.20.1", features = ["full"] }
toml = "0.5.9"
tower-http = { version = "0.3.4", features = ["trace", "fs"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
[patch.crates-io]
rustwide = { git = "https://github.com/calebfletcher/rustwide" }