25 lines
613 B
TOML
25 lines
613 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
description = "Numeric traits for generic mathematics"
|
|
documentation = "https://docs.rs/num-traits"
|
|
homepage = "https://github.com/rust-num/num-traits"
|
|
keywords = ["mathematics", "numerics"]
|
|
categories = ["algorithms", "science", "no-std"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/rust-num/num-traits"
|
|
name = "num-traits"
|
|
version = "0.2.6"
|
|
readme = "README.md"
|
|
build = "build.rs"
|
|
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
|
|
|
|
[package.metadata.docs.rs]
|
|
features = ["std"]
|
|
|
|
[dependencies]
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
i128 = []
|