2024-12-28 21:08:26 +00:00
|
|
|
[package]
|
|
|
|
|
name = "pluralkit_models"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-08-17 02:47:01 -07:00
|
|
|
base64 = { workspace = true }
|
2024-12-28 21:08:26 +00:00
|
|
|
chrono = { workspace = true, features = ["serde"] }
|
2025-05-17 16:19:30 +00:00
|
|
|
pk_macros = { path = "../macros" }
|
2025-08-17 02:47:01 -07:00
|
|
|
jsonwebtoken = { workspace = true }
|
2024-12-28 21:08:26 +00:00
|
|
|
sea-query = "0.32.1"
|
|
|
|
|
serde = { workspace = true }
|
|
|
|
|
serde_json = { workspace = true, features = ["preserve_order"] }
|
2025-08-18 21:57:26 +12:00
|
|
|
sqlx = { workspace = true }
|
2024-12-28 21:08:26 +00:00
|
|
|
uuid = { workspace = true }
|
2025-08-18 21:57:26 +12:00
|
|
|
tracing = { workspace = true }
|