object 0.12.0

A unified interface for parsing object file formats.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "object"
version = "0.12.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Philip Craig <philipjcraig@gmail.com>"]
exclude = ["/.coveralls.yml", "/.travis.yml"]
description = "A unified interface for parsing object file formats."
keywords = ["object", "loader", "elf", "mach-o", "pe"]
license = "Apache-2.0/MIT"
repository = "https://github.com/gimli-rs/object"
[dependencies.flate2]
version = "1"
optional = true

[dependencies.goblin]
version = "0.0.22"
features = ["endian_fd", "elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "archive"]
default-features = false

[dependencies.parity-wasm]
version = "0.38.0"
optional = true

[dependencies.scroll]
version = "0.9"
default-features = false

[dependencies.uuid]
version = "0.7"
default-features = false
[dev-dependencies.memmap]
version = "0.7"

[features]
compression = ["flate2"]
default = ["std", "compression", "wasm"]
std = ["goblin/std"]
wasm = ["std", "parity-wasm"]