[package]
name = "num-integer"
version = "0.1.36"
authors = ["The Rust Project Developers"]
description = "Integer traits and functions"
homepage = "https://github.com/rust-num/num-integer"
documentation = "https://docs.rs/num-integer"
readme = "README.md"
keywords = ["mathematics", "numerics"]
categories = ["algorithms", "science"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-num/num-integer"
[dependencies.num-traits]
version = "0.2.0"
default-features = false
[features]
default = ["std"]
std = []