dependency_runner 1.4.1

ldd for Windows - and more!
Documentation
# 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 = "2024"
name = "dependency_runner"
version = "1.4.1"
authors = ["Marco Esposito <esposito@imfusion.com>"]
build = false
exclude = ["test_data/*"]
autolib = false
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.103"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.dataview]
version = "1.0.2"

[dependencies.fs-err]
version = "3.3.0"

[dependencies.glob]
version = "0.3"

[dependencies.goblin]
version = "0.10.7"

[dependencies.msvc-demangler]
version = "0.11.0"

[dependencies.multimap]
version = "0.10.1"

[dependencies.pelite]
version = "0.10.0"

[dependencies.regex]
version = "1.12.4"

[dependencies.roxmltree]
version = "0.21.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[target."cfg(not(windows))".dependencies.crossbeam]
version = "0.8.4"

[target."cfg(not(windows))".dependencies.crossbeam-channel]
version = "0.5.15"

[target."cfg(not(windows))".dependencies.skim]
version = "0.20.5"

[target."cfg(windows)".dependencies.ntapi]
version = "0.4.2"

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
    "winuser",
    "sysinfoapi",
    "ntdef",
    "ntstatus",
    "winnt",
    "minwindef",
]