num-traits/integer/Cargo.toml

15 lines
408 B
TOML

[package]
authors = ["The Rust Project Developers"]
description = "Integer traits and functions"
documentation = "http://rust-num.github.io/num"
homepage = "https://github.com/rust-num/num"
keywords = ["mathematics", "numerics"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-num/num"
name = "num-integer"
version = "0.1.34"
[dependencies.num-traits]
path = "../traits"
version = "0.1.32"