[package] authors = [ "Allen Goodman ", "Gavin Massey ", "Jerome Rasky ", "Justinas Stankevičius ", "Kornel Lesinski ", ] description = "Run NASM during your Cargo build." homepage = "https://github.com/medek/nasm-rs" keywords = ["assembler", "assembly", "build-dependencies", "cargo", "nasm"] license = "MIT OR Apache-2.0" name = "nasm-rs" readme = "README.markdown" repository = "https://github.com/medek/nasm-rs" version = "0.3.0" edition = "2018" [dependencies.jobserver] optional = true version = "0.1" [features] parallel = ["jobserver"]