nasm-rs 0.3.0

Run NASM during your Cargo build.
Documentation
[package]
authors = [
    "Allen Goodman <allen@goodman.io>",
    "Gavin Massey <mdk@mystacktrace.org>",
    "Jerome Rasky <jyrome.112@gmail.com>",
    "Justinas Stankevičius <justinas@users.noreply.github.com>",
    "Kornel Lesinski <kornel@geekhood.net>",
]
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"]