gimli 0.27.0

A library for reading and writing the DWARF debugging format.
Documentation
[[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"]
[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.memmap2]
version = "0.5.5"

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

[dev-dependencies.object]
features = ["wasm"]
version = "0.30.0"

[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 = ["read", "stable_deref_trait"]
read = ["read-core"]
read-core = []
rustc-dep-of-std = ["core", "alloc", "compiler_builtins"]
std = ["fallible-iterator/std", "stable_deref_trait/std"]
write = ["indexmap"]

[package]
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 = ["/releases/*", "/.github"]
keywords = ["DWARF", "debug", "ELF", "eh_frame"]
license = "MIT OR Apache-2.0"
name = "gimli"
readme = "./README.md"
repository = "https://github.com/gimli-rs/gimli"
version = "0.27.0"
[profile.bench]
codegen-units = 1
debug = true
split-debuginfo = "packed"

[profile.test]
split-debuginfo = "packed"