[package] name = "pelf" version = "0.1.5" authors = ["Drumato "] edition = "2021" license = "MIT" description = "A library for parsing/generating/analyzing ELF" documentation = "https://docs.rs/pelf" homepage = "https://github.com/Drumato/pelf" repository = "https://github.com/Drumato/pelf" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "7.1.3" log = "0.4.17" thiserror = "1.0.40" [[example]] name = "raw-demo" [[example]] name = "demo"