Cargo.toml 363 B

12345678910111213
  1. [package]
  2. name = "num"
  3. version = "0.0.5"
  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. keywords = ["mathematics", "numerics"]
  9. description = """
  10. Simple numerics. This crate contains basic arbitrary-sized integer,
  11. rational, and complex types.
  12. """