num-traits/Cargo.toml

14 lines
363 B
TOML
Raw Normal View History

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