Cargo.toml 388 B

12345678910111213141516
  1. [package]
  2. name = "num-macros"
  3. version = "0.1.23"
  4. authors = ["The Rust Project Developers"]
  5. license = "MIT/Apache-2.0"
  6. homepage = "https://github.com/rust-lang/num"
  7. repository = "https://github.com/rust-lang/num"
  8. documentation = "http://doc.rust-lang.org/num"
  9. keywords = ["mathematics", "numerics"]
  10. description = """
  11. Numeric syntax extensions.
  12. """
  13. [lib]
  14. name = "num_macros"
  15. plugin = true