basic_pattern_scanner 1.0.1

Fast no-dependencies byte-pattern scanner with IDA-style and nibble-mask pattern support
Documentation
# 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 = "2024"
name = "basic_pattern_scanner"
version = "1.0.1"
build = false
exclude = ["minimal-example"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast no-dependencies byte-pattern scanner with IDA-style and nibble-mask pattern support"
readme = "README.md"
keywords = [
    "pattern",
    "scanner",
    "memory",
    "ida",
    "signature",
]
license = "MIT"
repository = "https://github.com/EKQRCalamity/basic-pattern-scanner"

[features]
default = []
simd_std_unstable = []

[lib]
name = "basic_pattern_scanner"
path = "src/lib.rs"

[dependencies]