pelite 0.7.1

Lightweight, memory-safe, zero-allocation library for reading and navigating PE binaries.
Documentation
[badges.appveyor]
branch = "master"
repository = "CasualX/pelite"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "CasualX/pelite"
service = "github"
[dependencies.data-encoding]
optional = true
version = "2.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.lde]
version = "0.3"

[dev-dependencies.rand]
version = "0.5"

[features]
default = ["mmap"]
mmap = ["libc", "winapi"]
unsafe_alignment = []

[package]
authors = ["Casper <CasualX@users.noreply.github.com>"]
categories = ["parsing", "command-line-utilities"]
description = "Lightweight, memory-safe, zero-allocation library for reading and navigating PE binaries."
documentation = "https://docs.rs/pelite/"
keywords = ["exe", "dll", "mui", "bin", "pe"]
license = "MIT"
name = "pelite"
readme = "readme.md"
repository = "https://github.com/CasualX/pelite"
version = "0.7.1"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"
[profile.release]
lto = true
opt-level = 2
[target."cfg(unix)".dependencies.libc]
optional = true
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "memoryapi", "handleapi"]
optional = true
version = "0.3"