object 0.28.4

A unified interface for reading and writing object file formats.
Documentation
[dependencies.alloc]
optional = true
package = "rustc-std-workspace-alloc"
version = "1.0.0"

[dependencies.compiler_builtins]
optional = true
version = "0.1.2"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"

[dependencies.crc32fast]
default-features = false
optional = true
version = "1.2"

[dependencies.flate2]
optional = true
version = "1"

[dependencies.hashbrown]
default-features = false
features = ["ahash"]
optional = true
version = "0.11"

[dependencies.indexmap]
optional = true
version = "1.6"

[dependencies.memchr]
default-features = false
version = "2.4.1"

[dependencies.wasmparser]
optional = true
version = "0.57"

[features]
all = ["read", "write", "std", "compression", "wasm"]
archive = []
cargo-all = []
coff = []
compression = ["flate2", "std"]
default = ["read", "compression"]
doc = ["read_core", "write_std", "std", "compression", "archive", "coff", "elf", "macho", "pe", "wasm"]
elf = []
macho = []
pe = ["coff"]
read = ["read_core", "archive", "coff", "elf", "macho", "pe", "unaligned"]
read_core = []
rustc-dep-of-std = ["core", "compiler_builtins", "alloc", "memchr/rustc-dep-of-std"]
std = ["memchr/std"]
unaligned = []
wasm = ["wasmparser"]
write = ["write_std", "coff", "elf", "macho", "pe"]
write_core = ["crc32fast", "indexmap", "hashbrown"]
write_std = ["write_core", "std", "indexmap/std", "crc32fast/std"]

[package]
description = "A unified interface for reading and writing object file formats."
edition = "2018"
exclude = ["/.github", "/testfiles"]
keywords = ["object", "elf", "mach-o", "pe", "coff"]
license = "Apache-2.0 OR MIT"
name = "object"
repository = "https://github.com/gimli-rs/object"
version = "0.28.4"
[package.metadata.docs.rs]
features = ["doc"]