dynasm 5.0.0

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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "dynasm"
version = "5.0.0"
authors = [
    "Alexander Stocko <as@coder.gg>",
    "CensoredUsername <cens.username@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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/language/index.html"
readme = "README.md"
keywords = [
    "jit",
    "dynasm",
    "dynasmrt",
    "dynasm-rs",
    "assembler",
]
license = "MPL-2.0"
repository = "https://github.com/CensoredUsername/dynasm-rs"

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

[lib]
name = "dynasm"
path = "src/lib.rs"
proc-macro = true

[dependencies.bitflags]
version = "2.10.0"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.proc-macro-error2]
version = "2.0.1"

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

[dependencies.quote]
version = "1.0.44"

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