Cargo.toml 506 B

1234567891011121314151617181920
  1. [package]
  2. name = "iroh_test1"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. anyhow = "1.0"
  7. async-trait = "0.1"
  8. clap = { version = "3.2", features = ["derive"] }
  9. futures-lite = "1.12"
  10. iroh = "0.19.0" # Replace with the correct version if known
  11. serde = { version = "1.0", features = ["derive"] }
  12. serde_json = "1.0"
  13. tokio = { version = "1", features = ["full"] }
  14. uuid = { version = "1.0", features = ["v4"] }
  15. indicatif = "0.17.8"
  16. tokio-stream = "0.1.15"
  17. time = "0.3.36"
  18. notify = "4.0.0"
  19. bytes = "1.6.0"