2014-09-16 17:35:35 +00:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "num"
|
2015-04-23 18:11:12 +00:00
|
|
|
version = "0.1.24"
|
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-04-23 18:11:12 +00:00
|
|
|
rustc-serialize = "0.3.13"
|
2015-04-23 18:22:23 +00:00
|
|
|
rand = "0.3.8"
|
2015-05-26 14:21:12 +00:00
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "shootout-pidigits"
|
|
|
|
harness = false
|