Cargo.toml 495 B

12345678910111213
  1. [package]
  2. authors = ["The Rust Project Developers"]
  3. description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n"
  4. documentation = "http://rust-num.github.io/num"
  5. homepage = "https://github.com/rust-num/num"
  6. keywords = ["mathematics", "numerics"]
  7. license = "MIT/Apache-2.0"
  8. repository = "https://github.com/rust-num/num"
  9. name = "num-integer"
  10. version = "0.1.0"
  11. [dependencies.num-traits]
  12. path = "../traits"