num-traits/iter/Cargo.toml

24 lines
577 B
TOML
Raw Normal View History

2016-03-11 00:05:40 +00:00
[package]
2016-03-11 09:22:26 +00:00
authors = ["The Rust Project Developers"]
2016-04-10 08:31:11 +00:00
description = "External iterators for generic mathematics"
2016-03-11 09:22:26 +00:00
documentation = "http://rust-num.github.io/num"
homepage = "https://github.com/rust-num/num"
keywords = ["mathematics", "numerics"]
categories = [ "algorithms", "science" ]
2016-03-11 09:22:26 +00:00
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-num/num"
2016-03-11 00:05:40 +00:00
name = "num-iter"
2017-07-15 00:38:12 +00:00
version = "0.1.34"
2016-03-11 00:05:40 +00:00
[dependencies]
[dependencies.num-integer]
optional = false
path = "../integer"
2016-04-14 07:37:04 +00:00
version = "0.1.32"
2016-03-11 00:05:40 +00:00
[dependencies.num-traits]
optional = false
path = "../traits"
2016-04-14 07:37:04 +00:00
version = "0.1.32"