yggdrasil-elf/Cargo.toml
Christopher Cole 2332a54a29
Bump crate version to v0.3.1
This picks up the fixes to section table parsing for large table sizes,
and provides the new File::section_data_for_header() method.
2022-10-21 13:49:37 -07:00

22 lines
488 B
TOML

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