dynasm 0.1.3

A plugin for assembling code at runtime. Combined with the runtime crate dynasmrt it can be used to write JIT compilers easily.
Documentation
[package]
name = "dynasm"
version = "0.1.3"
authors = ["Alexander Stocko <as@coder.gg>", "CensoredUsername <cens.username@gmail.com>"]

description = "A plugin for assembling code at runtime. Combined with the runtime crate dynasmrt it can be used to write JIT compilers easily."

documentation = "https://censoredusername.github.io/dynasm-rs/plugin/dynasm/index.html"
repository = "https://github.com/CensoredUsername/dynasm-rs"

readme = "../README.md"
keywords = ["jit", "dynasm", "dynasmrt", "dynasm-rs", "assembler"]
license = "MPL-2.0"

[lib]
name = "dynasm"
plugin = true

[dependencies]
lazy_static = "^0.2.8"
bitflags = "^0.9.1"
owning_ref = "^0.3.3"

[features]
dynasm_opmap = []