# 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 = "yai" version = "0.2.0" description = "Yet Another Injector for windows x32/x64 dlls." readme = "README.md" license = "MIT" repository = "https://github.com/0xFounders/yai" [[bin]] name = "yai" required-features = ["cli"] [dependencies.clap] version = "4.0.15" features = ["derive"] optional = true [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.sysinfo] version = "0.26.4" [dependencies.thiserror] version = "1.0.32" [dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Foundation", "Win32_System_Memory", "Win32_System_Threading", "Win32_Security", "Win32_System_LibraryLoader", "Win32_System_Diagnostics_Debug", ] [features] cli = ["clap"] default = ["cli"]