num-traits/macros/Cargo.toml

18 lines
439 B
TOML
Raw Normal View History

[package]
2015-05-02 00:58:35 +00:00
name = "num-macros"
2016-04-14 07:17:42 +00:00
version = "0.1.32"
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"]
2016-04-10 08:31:11 +00:00
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" }