[package] name = "elfps" version = "0.1.0" authors = ["SmiteWindows "] edition = "2018" description = "parsing and navigating ELF data; zero-allocation, type-safe." license = "MIT" repository = "https://github.com/SmiteWindows/elfps" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "elfps" [[bin]] path = "src/bin/main.rs" name = "elfps" doc = false [dependencies]