Cargo.toml 466 B

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