[package] name = "from_int_derive" version = "0.1.2" authors = ["Nicholas Donnelly "] description = "Derive crate for from_int" license = "MIT" repository = "https://github.com/nickdonnelly/from_int" [dependencies] syn = "0.12" quote = "0.4" [lib] proc-macro = true