[package] name = "dasm" authors = ["David Cruz "] description = "A tiny, zero dependency assembler" version = "0.1.2" edition = "2021" keywords = ["assembler", "jit", "dasm", "x86", "codegen"] categories = ["os", "no-std", "no-std::no-alloc"] repository = "https://github.com/DvvCz/dasm" license = "GPL-3.0" build = "build/main.rs" [features] default = ["std", "mmap"] std = [] mmap = [] [build-dependencies] indoc = "2.0.5" [workspace] members = ["examples/*"]