2015-04-12 18:19:48 +00:00
|
|
|
[package]
|
2015-05-02 00:58:35 +00:00
|
|
|
name = "num-macros"
|
2015-09-01 20:12:02 +00:00
|
|
|
version = "0.1.27"
|
2015-04-12 18:19:48 +00:00
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
homepage = "https://github.com/rust-lang/num"
|
|
|
|
repository = "https://github.com/rust-lang/num"
|
|
|
|
documentation = "http://doc.rust-lang.org/num"
|
|
|
|
keywords = ["mathematics", "numerics"]
|
|
|
|
description = """
|
|
|
|
Numeric syntax extensions.
|
|
|
|
"""
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "num_macros"
|
|
|
|
plugin = true
|
2015-05-19 16:22:06 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
num = { path = "..", version = "*" }
|