num-traits/Cargo.toml

20 lines
497 B
TOML
Raw Normal View History

2014-09-16 17:35:35 +00:00
[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"]
2018-05-09 00:27:33 +00:00
categories = ["algorithms", "science", "no-std"]
2016-03-01 10:47:10 +00:00
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-num/num-traits"
name = "num-traits"
2018-03-18 23:27:31 +00:00
version = "0.2.2"
readme = "README.md"
2014-12-23 17:50:53 +00:00
[dependencies]
[features]
default = ["std"]
std = []
i128 = []