num-traits/num-macros/Cargo.toml

20 lines
446 B
TOML
Raw Normal View History

[package]
2015-05-02 00:58:35 +00:00
name = "num-macros"
2016-01-08 23:22:54 +00:00
version = "0.1.30"
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"
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" }