Cargo.toml 581 B

1234567891011121314151617181920212223242526
  1. [package]
  2. name = "flowy-user-infra"
  3. version = "0.1.0"
  4. edition = "2018"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. flowy-derive = { path = "../flowy-derive" }
  8. protobuf = {version = "2.18.0"}
  9. bytes = "1.0"
  10. unicode-segmentation = "1.8"
  11. derive_more = {version = "0.99", features = ["display"]}
  12. validator = "0.12.0"
  13. log = "0.4.14"
  14. fancy-regex = "0.5.0"
  15. lazy_static = "1.4"
  16. [dev-dependencies]
  17. quickcheck = "0.9.2"
  18. quickcheck_macros = "0.9.1"
  19. fake = "~2.3.0"
  20. claim = "0.4.0"
  21. futures = "0.3.15"
  22. serial_test = "0.5.1"