]> git.proxmox.com Git - rustc.git/blob - src/vendor/num-integer/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / num-integer / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 description = "Integer traits and functions"
4 documentation = "http://rust-num.github.io/num"
5 homepage = "https://github.com/rust-num/num"
6 keywords = ["mathematics", "numerics"]
7 categories = [ "algorithms", "science" ]
8 license = "MIT/Apache-2.0"
9 repository = "https://github.com/rust-num/num"
10 name = "num-integer"
11 version = "0.1.35"
12
13 [dependencies.num-traits]
14 path = "../traits"
15 version = "0.1.32"