[[example]]
name = "simple"
required-features = ["read"]
[[example]]
name = "simple_line"
required-features = ["read"]
[[example]]
name = "dwarfdump"
required-features = ["read", "std"]
[[example]]
name = "dwarf-validate"
required-features = ["read", "std"]
[badges.coveralls]
repository = "gimli-rs/gimli"
[badges.travis-ci]
repository = "gimli-rs/gimli"
[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.fallible-iterator]
default-features = false
optional = true
version = "0.2.0"
[dependencies.indexmap]
optional = true
version = "1.0.2"
[dependencies.stable_deref_trait]
default-features = false
optional = true
version = "1.1.0"
[dev-dependencies.crossbeam]
version = "0.8"
[dev-dependencies.getopts]
version = "0.2"
[dev-dependencies.memmap]
version = "0.7"
[dev-dependencies.num_cpus]
version = "1"
[dev-dependencies.object]
version = "0.22"
[dev-dependencies.rayon]
version = "1.0"
[dev-dependencies.regex]
version = "1"
[dev-dependencies.test-assembler]
version = "0.1.3"
[dev-dependencies.typed-arena]
version = "2"
[features]
default = ["read", "write", "std", "fallible-iterator", "endian-reader"]
endian-reader = ["stable_deref_trait"]
read = []
rustc-dep-of-std = ["core", "alloc", "compiler_builtins"]
std = ["fallible-iterator/std", "stable_deref_trait/std"]
write = ["indexmap"]
[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Philip Craig <philipjcraig@gmail.com>"]
categories = ["development-tools::debugging", "development-tools::profiling", "parser-implementations"]
description = "A library for reading and writing the DWARF debugging format."
documentation = "https://docs.rs/gimli"
edition = "2018"
exclude = ["/ci/*", "/releases/*", "/.travis.yml"]
keywords = ["DWARF", "debug", "ELF", "eh_frame"]
license = "Apache-2.0/MIT"
name = "gimli"
readme = "./README.md"
repository = "https://github.com/gimli-rs/gimli"
version = "0.23.0"
[profile.bench]
codegen-units = 1
debug = true