2014-09-16 17:35:35 +00:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
2017-12-19 01:35:41 +00:00
|
|
|
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" ]
|
2016-03-01 10:47:10 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
2017-12-19 01:35:41 +00:00
|
|
|
repository = "https://github.com/rust-num/num-traits"
|
|
|
|
name = "num-traits"
|
2018-01-23 02:06:22 +00:00
|
|
|
version = "0.1.42"
|
2017-12-19 01:35:41 +00:00
|
|
|
readme = "README.md"
|
2014-12-23 17:50:53 +00:00
|
|
|
|
|
|
|
[dependencies]
|