# 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 = "sigmatch" version = "0.1.3" description = "A memory signature search library for the Windows platform written in Rust." documentation = "https://docs.rs/sigmatch" readme = "README.md" keywords = [ "signature", "sigmatch", "sig", "pattern", "sigsearch", ] categories = ["os::windows-apis"] license = "MIT" repository = "https://github.com/piz-ewing/sigmatch" [[example]] name = "demo" [dependencies.anyhow] version = "1.0" [dependencies.memoffset] version = "0.9" [dependencies.regex] version = "1.10" [dependencies.windows] version = "0" features = [ "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_SystemInformation", ]