| 1 | [package] | |
| 2 | name = "df-auth" | |
| 3 | version.workspace = true | |
| 4 | edition.workspace = true | |
| 5 | rust-version.workspace = true | |
| 6 | license.workspace = true | |
| 7 | ||
| 8 | [dependencies] | |
| 9 | df-db = { path = "../df-db" } | |
| 10 | ||
| 11 | anyhow.workspace = true | |
| 12 | argon2.workspace = true | |
| 13 | chrono.workspace = true | |
| 14 | hex.workspace = true | |
| 15 | hmac.workspace = true | |
| 16 | openidconnect.workspace = true | |
| 17 | rand.workspace = true | |
| 18 | serde.workspace = true | |
| 19 | serde_json.workspace = true | |
| 20 | sha2.workspace = true | |
| 21 | sqlx.workspace = true | |
| 22 | ssh-key.workspace = true | |
| 23 | thiserror.workspace = true | |
| 24 | subtle.workspace = true | |
| 25 | tracing.workspace = true | |
| 26 | uuid.workspace = true |
26 lines · TOML