version = 4
[[package]]
name = "libc"
version = "0.2.175"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
[[package]]
name = "libdw"
version = "0.1.0"
dependencies = [
"libc",
"libdw-sys",
"libelf",
]
[[package]]
name = "libdw-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc2b12e536c2d081598273bf6efac01ddb8b94d42d3c62eebabd32886c815d9e"
dependencies = [
"libc",
"libelf-sys",
"pkg-config",
]
[[package]]
name = "libelf"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "792d1d0bdb7c010bed0060e02aacb0d763a3037ef737789657a3fa04739b0941"
dependencies = [
"libc",
"libelf-sys",
]
[[package]]
name = "libelf-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1372eee838cd20fbc4cf351d74a8b84b4069b04c64f2a58236669325b22bdfc8"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "pkg-config"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"