[package] name = "bingen" version = "0.3.1" edition = "2018" authors = ["hikalium "] license = "MIT" readme = "README.md" repository = "https://github.com/hikalium/bingen" description = """ Procedure macro for bringing a compile-time compiled assembly code as a binary slice. """ keywords = ["asm", "proc-macro", "macro", "binary"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro=true [dependencies] syn = "1.0" tempfile = "3" which = "4.2.2"