You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
697 B
29 lines
697 B
[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 OR Apache-2.0"
|
|
repository = "https://github.com/rust-num/num-traits"
|
|
name = "num-traits"
|
|
version = "0.2.14"
|
|
readme = "README.md"
|
|
build = "build.rs"
|
|
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
|
|
|
|
[package.metadata.docs.rs]
|
|
features = ["std"]
|
|
|
|
[dependencies]
|
|
libm = { version = "0.2.0", optional = true }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
i128 = []
|
|
|
|
[build-dependencies]
|
|
autocfg = "1"
|