Cargo.toml 446 B

12345678910111213141516171819
  1. [package]
  2. name = "num-macros"
  3. version = "0.1.29"
  4. authors = ["The Rust Project Developers"]
  5. license = "MIT/Apache-2.0"
  6. homepage = "https://github.com/rust-num/num"
  7. repository = "https://github.com/rust-num/num"
  8. documentation = "http://rust-num.github.io/num"
  9. keywords = ["mathematics", "numerics"]
  10. description = """
  11. Numeric syntax extensions.
  12. """
  13. [lib]
  14. name = "num_macros"
  15. plugin = true
  16. [dev-dependencies]
  17. num = { path = "..", version = "0.1" }