Cargo.toml 519 B

123456789101112131415161718192021
  1. [package]
  2. name = "num-macros"
  3. version = "0.1.40"
  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 = "deprecated -- use num-derive"
  12. [lib]
  13. name = "num_macros"
  14. plugin = true
  15. [dev-dependencies]
  16. num = { path = "..", version = "0.1" }
  17. [badges]
  18. maintenance = { status = "deprecated" }