[package] authors = ["The Rust Project Developers"] description = "Numeric syntax extensions" documentation = "http://rust-num.github.io/num" homepage = "https://github.com/rust-num/num" keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-macros" repository = "https://github.com/rust-num/num" version = "0.1.33" [dependencies] quote = "0.1.3" syn = "0.6.0" [dev-dependencies] [dev-dependencies.num] path = ".." version = "0.1" [lib] crate-type = ["rustc-macro"] name = "num_macros" rustc-macro = true test = false