[package] name = "skidscan" version = "2.0.1" authors = ["William Venner "] edition = "2018" license = "MIT" description = "Quick & dirty Rust sigscanning crate" repository = "https://github.com/WilliamVenner/skidscan" keywords = ["sigscan", "hacking", "reverse-engineering", "sigscanning", "game-hacking"] [features] obfuscate = ["skidscan-macros/obfuscate", "obfstr"] [dependencies] skidscan-macros = { version = "0.1.2", path = "../skidscan-macros" } obfstr = { version = "0.3", optional = true } [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3.9", features = ["libloaderapi", "processthreadsapi", "psapi", "minwindef"] } [target.'cfg(target_os = "linux")'.dependencies] libc = "0.2"