gimli 0.19.0

A library for reading and writing the DWARF debugging format.
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 = "gimli"
version = "0.19.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Philip Craig <philipjcraig@gmail.com>"]
exclude = ["/ci/*", "/releases/*", "/.travis.yml"]
description = "A library for reading and writing the DWARF debugging format."
documentation = "https://docs.rs/gimli"
readme = "./README.md"
keywords = ["DWARF", "debug", "ELF", "eh_frame"]
categories = ["development-tools::debugging", "development-tools::profiling", "parser-implementations"]
license = "Apache-2.0/MIT"
repository = "https://github.com/gimli-rs/gimli"
[dependencies.arrayvec]
version = "0.4.6"
default-features = false

[dependencies.byteorder]
version = "1.0"
default-features = false

[dependencies.fallible-iterator]
version = "0.2.0"
default-features = false

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

[dependencies.stable_deref_trait]
version = "1.1.0"
default-features = false
[dev-dependencies.crossbeam]
version = "0.7.1"

[dev-dependencies.getopts]
version = "0.2"

[dev-dependencies.memmap]
version = "0.7"

[dev-dependencies.num_cpus]
version = "1"

[dev-dependencies.object]
version = "0.12"

[dev-dependencies.rayon]
version = "1.0"

[dev-dependencies.regex]
version = "1"

[dev-dependencies.test-assembler]
version = "0.1.3"

[dev-dependencies.typed-arena]
version = "1"

[features]
alloc = ["fallible-iterator/alloc", "stable_deref_trait/alloc"]
default = ["read", "write", "std"]
read = []
std = ["fallible-iterator/std", "stable_deref_trait/std"]
write = ["std", "indexmap"]
[badges.coveralls]
repository = "gimli-rs/gimli"

[badges.travis-ci]
repository = "gimli-rs/gimli"