num-bigint-dig/Cargo.toml

23 lines
523 B
TOML
Raw Normal View History

2014-09-16 10:35:35 -07:00
[package]
name = "num"
version = "0.1.24"
2014-09-16 10:35:35 -07:00
authors = ["The Rust Project Developers"]
2014-11-18 21:26:43 -08:00
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/num"
2014-11-19 16:26:10 +11:00
repository = "https://github.com/rust-lang/num"
2014-12-23 09:54:56 -08:00
documentation = "http://doc.rust-lang.org/num"
2014-11-21 16:02:57 +11:00
keywords = ["mathematics", "numerics"]
2014-11-19 16:26:10 +11:00
description = """
Simple numerics. This crate contains basic arbitrary-sized integer,
rational, and complex types.
"""
2014-12-23 09:50:53 -08:00
[dependencies]
rustc-serialize = "0.3.13"
2015-04-24 04:22:23 +10:00
rand = "0.3.8"
2015-05-26 07:21:12 -07:00
[[bench]]
name = "shootout-pidigits"
harness = false