Cargo.toml 307 B

123456789101112131415
  1. [package]
  2. name = "dim-auth"
  3. version.workspace = true
  4. authors.workspace = true
  5. edition.workspace = true
  6. license.workspace = true
  7. [dependencies]
  8. serde = { version = "^1", features = ["derive"] }
  9. once_cell = "1.8.0"
  10. rand = "0.8.3"
  11. aes-gcm = "0.9.4"
  12. base64 = "0.13.0"
  13. thiserror = "1.0.30"
  14. displaydoc = "0.2.3"