blob: 0cebbd9394deb890ffbffbbe994faf41e2714bcf [file] [log] [blame]
[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"]
categories = [ "algorithms", "science" ]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-num/num"
name = "num-integer"
version = "0.1.39"
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../../sgx_tstd" }
[dependencies.num-traits]
path = "../traits"
[features]
default = ["std",]
i128 = ["num-traits/i128"]
std = ["num-traits/std"]