# 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 = "dependency_runner" version = "1.3.1" authors = ["Marco Esposito "] build = false exclude = ["test_data/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "ldd for Windows - and more!" readme = "README.md" keywords = ["dll"] categories = [ "command-line-utilities", "development-tools", ] license = "LGPL-3.0-only" repository = "https://github.com/marcoesposito1988/dependency_runner/" [lib] name = "dependency_runner" path = "src/lib.rs" [[bin]] name = "deprun" path = "src/bin/deprun.rs" [[bin]] name = "wldd" path = "src/bin/wldd.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.dataview] version = "1.0.1" [dependencies.fs-err] version = "3.0.0" [dependencies.goblin] version = "0.9.2" [dependencies.msvc-demangler] version = "0.10.1" [dependencies.multimap] version = "0.10.0" [dependencies.pelite] version = "0.10.0" [dependencies.regex] version = "1.10.3" [dependencies.roxmltree] version = "0.20.0" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.112" [dependencies.thiserror] version = "2.0.3" [target."cfg(not(windows))".dependencies.crossbeam] version = "0.8.2" [target."cfg(not(windows))".dependencies.crossbeam-channel] version = "0.5.7" [target."cfg(not(windows))".dependencies.skim] version = "0.11.11" [target."cfg(windows)".dependencies.ntapi] version = "0.4.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "winuser", "sysinfoapi", ]