# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "locate-dwarf" version = "0.2.0" authors = ["Ted Mielczarek "] description = "Locate debug symbols for stripped binaries." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/gimli-rs/locate-dwarf" [dependencies.anyhow] version = "1.0.38" [dependencies.cfg-if] version = "1.0.0" [dependencies.libc] version = "0.2.82" [dependencies.object] version = "0.30.0" [dependencies.pdb] version = "0.7.0" [dependencies.uuid] version = "0.8.2" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.1" [target."cfg(target_os = \"macos\")".dependencies.core-foundation-sys] version = "0.8.2"