[package] name = "x64_asm" version = "0.1.45" authors = ["Drumato "] edition = "2018" license = "MIT" description = "x86_64 assembler" documentation = "https://docs.rs/x64-asm" homepage = "https://github.com/Drumato/x64-asm" repository = "https://github.com/Drumato/x64-asm" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] elf-utilities = "0.1.73" indexmap = "1.5.1"