2015-04-12 18:19:48 +00:00
|
|
|
[package]
|
2015-05-02 00:58:35 +00:00
|
|
|
name = "num-macros"
|
2016-02-17 08:44:20 +00:00
|
|
|
version = "0.1.31"
|
2015-04-12 18:19:48 +00:00
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
license = "MIT/Apache-2.0"
|
2015-11-13 02:40:13 +00:00
|
|
|
homepage = "https://github.com/rust-num/num"
|
|
|
|
repository = "https://github.com/rust-num/num"
|
|
|
|
documentation = "http://rust-num.github.io/num"
|
2015-04-12 18:19:48 +00:00
|
|
|
keywords = ["mathematics", "numerics"]
|
|
|
|
description = """
|
|
|
|
Numeric syntax extensions.
|
|
|
|
"""
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "num_macros"
|
|
|
|
plugin = true
|
2015-05-19 16:22:06 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2015-11-22 01:00:15 +00:00
|
|
|
num = { path = "..", version = "0.1" }
|