# 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 = "dllvoid" version = "0.1.0" description = "Crate for raw socketing, can be used for sending raw packets and some protocols" homepage = "https://github.com/CURVoid/DllVoid" documentation = "https://docs.rs/dllvoid" readme = "README.md" keywords = [ "dllvoid", "dll", "injector", "injection", "winapi", ] license = "Apache-2.0" repository = "https://github.com/CURVoid/DllVoid" [dependencies.cural] version = "0.1.3" [dependencies.winapi] version = "0.3.9" features = [ "winnt", "winbase", "winuser", "synchapi", "memoryapi", "handleapi", "libloaderapi", "processthreadsapi", ]