# 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 = "2021" name = "declaration_site" version = "0.2.0" description = "Iterate through the debug info associated with currently loaded functions" keywords = [ "diagnostics", "error", ] categories = ["visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/DJMcNab/declaration_site" resolver = "2" [dependencies.findshlibs] version = "0.10.2" [dependencies.goblin] version = "0.5.1" default-features = false [dependencies.scroll] version = "0.11" [dependencies.symbolic-common] version = "8.7.0" [dependencies.symbolic-debuginfo] version = "8.7.0" features = [ "elf", "macho", "ms", "sourcebundle", "wasm", ] default-features = false [dependencies.symbolic-demangle] version = "8.7.0" features = ["rust"] default-features = false