# 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 = "anonlink" version = "0.1.4" authors = ["StackOverflowExcept1on"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line tool to automatically patch link.exe to remove Rich PE Header" readme = "README.md" keywords = [ "linker", "patcher", "rich-pe", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/StackOverflowExcept1on/anonlink" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "anonlink" path = "src/main.rs" [dependencies.iced-x86] version = "1.21" [dependencies.pdb] version = "0.8" [dependencies.pelite] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.ureq] version = "2.10"