[package] name = "ioctl-macros" description = "Rust macros that can be used to generate ioctl numbers on unix systems" license = "MIT/Apache-2.0" version = "0.1.0" authors = ["Tyler Slabinski "] repository = "https://github.com/Slabity/ioctl-macros-rs" build = "build.rs" [build-dependencies] gcc = "*" [profile.release] lto = true