[package] name = "rld" version = "0.1.0" authors = ["Ales Katona "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] page_size = "0.4.2" memmap = "0.7.0" bincode = "1.3.1" elf-utilities = { version = "0.2.8", optional = true } xmas-elf = { version = "0.7.0", optional = true } [features] default = ["elf"] elf = ["elf-utilities"] xelf = ["xmas-elf"]