blob: af22a6f96e9a0681612dba1419c32e0448b2f873 (
plain) (
blame)
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
|
[package]
name = "dissociate"
version = "0.2.1"
edition = "2021"
[dependencies]
argon2 = "0.5.3"
axum = { version = "0.7.4", features = ["macros"] }
axum-extra = { version = "0.9.2", features = ["cookie"] }
bincode = "2.0.0-rc.3"
cursive = { version = "0.20.0", default-features = false, features = [
"crossterm-backend",
] }
eyre = "0.6.12"
maud = "0.26.0"
nanoid = "0.4.0"
ouroboros = "0.18.3"
oxide-auth = "0.5.4"
oxide-auth-axum = "0.4.0"
paste = "1.0.14"
rand = "0.8.5"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
tap = "1.0.1"
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros", "fs"] }
toml = "0.8.12"
|