# 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 = "aobscan" version = "0.3.0" authors = ["sonodima"] description = "AOBscan is a library for multi-threaded AOB memory scanning" homepage = "https://github.com/sonodima/aobscan" readme = "README.md" keywords = [ "memory", "aob", "signature", "pattern", "scan", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/sonodima/aobscan" [dependencies.num_cpus] version = "1.14" [dependencies.object] version = "0.29" optional = true [dev-dependencies.rand] version = "0.8" [features] default = ["object-scan"] object-scan = ["dep:object"]