aboutsummaryrefslogtreecommitdiffstats
path: root/crates/api-auth/Cargo.toml
blob: 5ce0647d21076f3c24082461e543cd0d6692b674 (plain)
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 = "api-auth"
version = "0.0.0"
edition = "2024"
license.workspace = true
readme.workspace = true
documentation.workspace = true
homepage.workspace = true

[dependencies]
api-core = { workspace = true, features = ["auth", "users"] }
async-trait.workspace = true
oauth2 = "5.0.0"
redis.workspace = true
secrecy.workspace = true
serde.workspace = true
sh-util = { workspace = true, optional = true }
sqlx.workspace = true
thiserror.workspace = true
utoipa = { workspace = true, optional = true }
url.workspace = true
async-session = "3.0.0"

[features]
discord = ["sh-util/cache"]
utoipa = ["dep:utoipa", "serde/derive"]