# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "nasm-rs" version = "0.3.0" 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" readme = "README.markdown" keywords = [ "assembler", "assembly", "build-dependencies", "cargo", "nasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/medek/nasm-rs" [dependencies.jobserver] version = "0.1" optional = true [features] parallel = ["jobserver"]