Cargo.toml 325 B

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