goblin 0.5.4

An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate
Documentation
[badges.travis-ci]
branch = "master"
repository = "m4b/goblin"
[dependencies.log]
default-features = false
optional = true
version = "0.4"

[dependencies.plain]
version = "0.2.3"

[dependencies.scroll]
default_features = false
version = "0.11"

[features]
alloc = ["scroll/derive", "log"]
archive = ["alloc"]
default = ["std", "elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "archive", "endian_fd"]
elf32 = []
elf64 = []
endian_fd = ["alloc"]
mach32 = ["alloc", "endian_fd"]
mach64 = ["alloc", "endian_fd"]
pe32 = ["alloc", "endian_fd"]
pe64 = ["alloc", "endian_fd"]
std = ["alloc", "scroll/std"]

[package]
authors = ["m4b <m4b.github.io@gmail.com>", "seu <seu@panopticon.re>", "Will Glynn <will@willglynn.com>", "Philip Craig <philipjcraig@gmail.com>", "Lzu Tao <taolzu@gmail.com>"]
categories = ["parsing", "development-tools::debugging"]
description = "An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate"
documentation = "https://docs.rs/goblin"
edition = "2021"
include = ["src", "CHANGELOG.md", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["binary", "elf", "mach", "pe", "archive"]
license = "MIT"
name = "goblin"
readme = "README.md"
repository = "https://github.com/m4b/goblin"
resolver = "2"
rust-version = "1.56.0"
version = "0.5.4"