# 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.2.4" authors = ["Marco Esposito "] exclude = ["test_data/*"] 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/" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.dataview] version = "1.0.0" [dependencies.fs-err] version = "2.8.1" [dependencies.goblin] version = "0.6.0" [dependencies.msvc-demangler] version = "0.9.0" [dependencies.multimap] version = "0.8.3" [dependencies.pelite] version = "0.10.0" [dependencies.regex] version = "1.6.0" [dependencies.roxmltree] version = "0.18.0" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.35" [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.10.4" [target."cfg(windows)".dependencies.ntapi] version = "0.4.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "winuser", "sysinfoapi", ]