dynasm 1.2.3

A plugin for assembling code at runtime. Combined with the runtime crate dynasmrt it can be used to write JIT compilers easily.
Documentation
[dependencies.bitflags]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.lazy_static]
version = "1"

[dependencies.proc-macro-error]
version = "1"

[dependencies.proc-macro2]
version = "1.0.26"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1"

[features]
default = []
dynasm_extract = []
dynasm_opmap = []
filelocal = []

[lib]
name = "dynasm"
proc-macro = true

[package]
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"
edition = "2018"
keywords = ["jit", "dynasm", "dynasmrt", "dynasm-rs", "assembler"]
license = "MPL-2.0"
name = "dynasm"
readme = "../README.md"
repository = "https://github.com/CensoredUsername/dynasm-rs"
version = "1.2.3"