Cargo.toml 696 B

1234567891011121314151617181920212223
  1. [package]
  2. name = "dim-extern-api"
  3. version.workspace = true
  4. authors.workspace = true
  5. edition.workspace = true
  6. license.workspace = true
  7. [dependencies]
  8. anitomy = "0.1.2"
  9. async-trait = "0.1.68"
  10. chrono = { version = "0.4.24", features = ["serde"] }
  11. dashmap = "5.4.0"
  12. displaydoc = "0.2.3"
  13. governor = "0.5.1"
  14. rand = { version = "0.8.5", features = ["small_rng"] }
  15. reqwest = { version = "0.11.0", features = ["json", "rustls-tls", "brotli"], default-features = false }
  16. retry-block = "1.0.0"
  17. serde = { version = "1.0.159", features = ["derive", "rc"] }
  18. serde_json = "1.0.95"
  19. thiserror = "1.0.40"
  20. tokio = { version = "1.27.0", features = ["sync", "rt"] }
  21. torrent-name-parser = "0.12.0"
  22. tracing = "0.1.37"