xmas-elf 0.6.2

Library for parsing and navigating ELF data; zero-allocation, type-safe.
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]
name = "xmas-elf"
version = "0.6.2"
authors = ["Nick Cameron <ncameron@mozilla.com>"]
exclude = ["test-data/*"]
description = "Library for parsing and navigating ELF data; zero-allocation, type-safe."
keywords = ["elf", "parser", "binary"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/nrc/xmas-elf"

[lib]
name = "xmas_elf"

[[bin]]
name = "xmas_elf"
path = "src/bin/main.rs"
doc = false
[dependencies.flate2]
version = "1"
optional = true

[dependencies.zero]
version = "0.1"

[features]
compression = ["flate2"]