num-traits/Cargo.toml

18 lines
451 B
TOML
Raw Normal View History

2014-09-16 17:35:35 +00:00
[package]
name = "num"
2015-01-23 16:54:55 +00:00
version = "0.1.10"
2014-09-16 17:35:35 +00:00
authors = ["The Rust Project Developers"]
2014-11-19 05:26:43 +00:00
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/num"
2014-11-19 05:26:10 +00:00
repository = "https://github.com/rust-lang/num"
2014-12-23 17:54:56 +00:00
documentation = "http://doc.rust-lang.org/num"
2014-11-21 05:02:57 +00:00
keywords = ["mathematics", "numerics"]
2014-11-19 05:26:10 +00:00
description = """
Simple numerics. This crate contains basic arbitrary-sized integer,
rational, and complex types.
"""
2014-12-23 17:50:53 +00:00
[dependencies]
2015-01-03 21:51:33 +00:00
rustc-serialize = "0.2"