# 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 = "2018" 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>", ] description = "A rust library to load ELF files." readme = "README.md" keywords = [ "elf", "x86", "os", ] license = "MIT/Apache-2.0" repository = "https://github.com/gz/rust-elfloader" [dependencies.bitflags] version = "1.2" [dependencies.log] version = "0.4" [dependencies.xmas-elf] version = "0.8" [target."cfg(target_family = \"unix\")".dev-dependencies.env_logger] version = "0.9.0"