[package] name = "elfloader" version = "0.16.0" authors = [ "Gerd Zellweger ", "Christopher Cole ", "John Kåre Alsaker ", "Benedikt Radtke ", "Hiroki Tokunaga ", "Bradley Landherr <12598313+landhb@users.noreply.github.com>" ] repository = "https://github.com/gz/rust-elfloader" license = "MIT/Apache-2.0" description = "A rust library to load ELF files." keywords = ["elf", "x86", "os"] readme = "README.md" edition = "2018" [dependencies] log = "0.4" xmas-elf = "0.8" bitflags = "1.2" [target.'cfg(target_family = "unix")'.dev-dependencies] env_logger = "0.9.0"