# 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 = "llfind" version = "1.0.0" authors = ["dd-dreams"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "llfind - find dynamically linked libraries in executables. Supports ELF, Mach-O and PE." homepage = "https://github.com/dd-dreams/llfind" readme = "README.md" license = "MIT OR Apache-2.0" [profile.release] lto = true strip = "debuginfo" [lib] name = "llfind" path = "src/lib.rs" [[bin]] name = "llfind" path = "src/main.rs" [dependencies.elf] version = "0.7" [dependencies.windows-sys] version = "0.59" features = [ "Win32_System_SystemServices", "Win32_System_Diagnostics_Debug", "Win32_System_SystemInformation", ]