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
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[lib]
name = "dynasm"
plugin = true
[dependencies.bitflags]
version = "^0.9.1"

[dependencies.lazy_static]
version = "^0.2.8"

[dependencies.owning_ref]
version = "^0.3.3"

[features]
dynasm_opmap = []