Cargo.toml 439 B

1234567891011121314151617
  1. [package]
  2. name = "num-macros"
  3. version = "0.1.31"
  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 = "Numeric syntax extensions"
  11. [lib]
  12. name = "num_macros"
  13. plugin = true
  14. [dev-dependencies]
  15. num = { path = "..", version = "0.1" }