[package] name = "power-of-two" version = "0.1.0" authors = ["mexus "] edition = "2018" license = "MIT/Apache-2.0" description = "A simple power-of-two macro. Useful for creating compile-time constants." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro-hack = { version = "0.5" } power-of-two-impl = { version = "0.1", path = "../macro-impl" }