# 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 = "2018" name = "srcconsole" version = "0.2.0" authors = ["matthew "] description = "interact with the source engine console" keywords = ["reverse-engineering", "gamedev"] license = "BSD-2-Clause" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.winapi] version = "0.3.9" features = ["tlhelp32", "winnt", "minwindef", "processthreadsapi", "psapi", "errhandlingapi", "memoryapi", "winbase", "synchapi", "handleapi", "minwinbase"]