# 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 = "macroassembler" version = "1.0.5" authors = ["Adel Prokurov "] description = "A library for writing portable x86-64/riscv64/aarch64 assembly code in Rust" readme = "README.md" keywords = [ "jit", "assembler", "codegen", ] license = "MIT OR Apache-2.0" repository = "https://github.com/playxe/masm-rs" [dependencies.capstone] version = "0.11" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.errno] version = "0.3" [dependencies.jit-allocator] version = "0.2.8" [dependencies.libc] version = "0.2" [dependencies.num] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.17" [dependencies.parking_lot] version = "0.12" [dependencies.paste] version = "1.0" [dependencies.tinyvec] version = "1.6" features = ["alloc"] [dev-dependencies.pico-args] version = "0.5" [features] arm-disasm = ["capstone"] x86-disasm = ["iced-x86"] [target."cfg(target_arch=\"x86_64\")".dependencies.iced-x86] version = "1.13" features = [ "decoder", "no_std", "gas", ] optional = true default-features = false [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "memoryapi", "winnt", "sysinfoapi", "minwinbase", "errhandlingapi", "excpt", "minwindef", ]