# 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 = "windows-artifacts-generator" version = "1.0.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Generate malware artifacts for detection tests" readme = "README.md" license = "GPL-3.0-or-later" [profile.release] opt-level = 3 lto = false codegen-units = 16 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false strip = true [[bin]] name = "wag" path = "src/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.rand] version = "0" [dependencies.regex_generate] version = "0" [dependencies.sysinfo] version = "0.30" [dependencies.windows] version = "0.58" features = [ "Win32_System_Pipes", "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_UI_Shell", "Win32_System_IO", "Win32_System_Services", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Memory", ] [build-dependencies.winres] version = "0"