Cargo.toml 415 B

1234567891011121314151617181920
  1. [package]
  2. name = "tokio-minihttp"
  3. version = "0.1.0"
  4. authors = ["Gökberk Yaltıraklı <[email protected]>"]
  5. [dependencies]
  6. futures = "0.1.9"
  7. httparse = "1.1"
  8. serde_json = "0.9"
  9. num_cpus = "1.0"
  10. tokio-proto = "0.1"
  11. tokio-service = "0.1"
  12. tokio-minihttp = { git = "https://github.com/tokio-rs/tokio-minihttp" }
  13. postgres = "0.13"
  14. r2d2 = "0.7"
  15. futures-cpupool = "0.1"
  16. r2d2_postgres = "0.11"
  17. rand = "0.3"
  18. url = "1.0"