[dependencies]
[features]
default = ["std", "to_str"]
nightly = []
std = []
to_str = []
[lib]
name = "elf"
[package]
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
categories = ["no-std", "os", "embedded"]
description = "A pure-rust library for parsing ELF files"
documentation = "https://docs.rs/elf/latest/elf/"
edition = "2021"
exclude = [".gitignore", "/.github", "/sample-objects"]
keywords = ["binary", "elf", "object", "parser"]
license = "MIT/Apache-2.0"
name = "elf"
readme = "README.md"
repository = "https://github.com/cole14/rust-elf/"
version = "0.7.4"