thorin-dwp 0.7.0

Library for building DWARF packages from input DWARF objects and packages
Documentation
[dependencies.gimli]
default-features = false
features = ["read", "write", "std"]
version = "0.28.0"

[dependencies.hashbrown]
version = "0.14.0"

[dependencies.object]
default-features = false
features = ["archive", "read", "write", "compression"]
version = "0.32.0"

[dependencies.tracing]
version = "0.1.29"

[lib]
bench = false
name = "thorin"

[package]
authors = ["David Wood <david.wood@huawei.com>"]
categories = ["development-tools::debugging"]
description = "Library for building DWARF packages from input DWARF objects and packages"
edition = "2021"
homepage = "https://docs.rs/thorin-dwp"
keywords = ["dwarf", "split-dwarf", "dwarf-package", "dwarf-object", "dwp"]
license = "MIT OR Apache-2.0"
name = "thorin-dwp"
readme = "README.md"
repository = "https://github.com/rust-lang/thorin"
version = "0.7.0"