2025-07-08 14:37:03 -07:00
|
|
|
[package]
|
2025-11-19 01:45:58 +00:00
|
|
|
name = "phono-models"
|
2025-07-08 14:37:03 -07:00
|
|
|
edition.workspace = true
|
|
|
|
|
version.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-11-11 01:26:48 +00:00
|
|
|
bigdecimal = { workspace = true }
|
2025-07-08 16:54:51 -07:00
|
|
|
chrono = { workspace = true }
|
2025-07-08 14:37:03 -07:00
|
|
|
derive_builder = { workspace = true }
|
2025-11-19 01:31:09 +00:00
|
|
|
futures = { workspace = true }
|
2025-11-19 01:45:58 +00:00
|
|
|
phono-backends = { workspace = true }
|
2025-09-14 16:19:44 -04:00
|
|
|
redact = { workspace = true }
|
2025-07-08 14:37:03 -07:00
|
|
|
regex = { workspace = true }
|
|
|
|
|
serde = { workspace = true }
|
2025-07-08 16:54:51 -07:00
|
|
|
serde_json = { workspace = true }
|
2025-07-08 14:37:03 -07:00
|
|
|
sqlx = { workspace = true }
|
2025-10-01 22:36:19 -07:00
|
|
|
strum = { workspace = true }
|
2025-07-08 16:54:51 -07:00
|
|
|
thiserror = { workspace = true }
|
2025-11-19 01:31:09 +00:00
|
|
|
tracing = { workspace = true }
|
2025-09-14 16:19:44 -04:00
|
|
|
url = { workspace = true }
|
2025-07-08 14:37:03 -07:00
|
|
|
uuid = { workspace = true }
|
2025-10-01 22:36:19 -07:00
|
|
|
validator = { workspace = true }
|