num-bigint-dig/Cargo.toml

14 lines
363 B
TOML
Raw Normal View History

2014-09-16 10:35:35 -07:00
[package]
name = "num"
2014-12-19 08:06:01 -08:00
version = "0.1.2"
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-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.
"""