2014-09-16 17:35:35 +00:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "num"
|
2015-04-22 12:27:51 +00:00
|
|
|
version = "0.1.23"
|
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-03-18 04:12:59 +00:00
|
|
|
rustc-serialize = "0.3.5"
|
2015-03-26 18:32:33 +00:00
|
|
|
rand = "0.3.3"
|