# 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 = "coffee-ldr" version = "0.1.3" authors = ["biscoito "] description = "Coffee: A COFF loader made in Rust" homepage = "https://github.com/hakaioffsec/coffee" documentation = "https://docs.rs/coffee-ldr/latest" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/hakaioffsec/coffee" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = "debuginfo" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4.3.5" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.goblin] version = "0.7.1" features = ["alloc"] [dependencies.printf-compat] version = "0.1.1" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.widestring] version = "1.0.2" [dependencies.windows] version = "0.48.0" features = [ "Win32_Foundation", "Win32_System_Memory", "Win32_System_SystemServices", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_Security", "Win32_System_Diagnostics_Debug", ] [dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Foundation", "Win32_System_Memory", "Win32_System_SystemServices", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_Security", "Win32_System_Diagnostics_Debug", ]