Cargo.toml.in 443 B

12345678910111213141516
  1. [package]
  2. name = "rust-corosync"
  3. version = "@corosyncrustver@"
  4. authors = ["Christine Caulfield <ccaulfie@redhat.com>"]
  5. edition = "2021"
  6. readme = "README.md"
  7. license = "MIT OR Apache-2.0"
  8. repository = "https://github.com/corosync/corosync/"
  9. description = "Rust bindings for corosync libraries"
  10. categories = ["api-bindings"]
  11. keywords = ["cluster", "high-availability"]
  12. [dependencies]
  13. lazy_static = "1.4.0"
  14. num_enum = "0.5.4"
  15. bitflags = "1.3.2"