goblin-sigscan-pattern 0.1.0

Shared pattern parser for goblin-sigscan
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"
rust-version = "1.88"
name = "goblin-sigscan-pattern"
version = "0.1.0"
authors = [
    "ko1N <ko1N@users.noreply.github.com>",
    "killerra <killerra@users.noreply.github.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared pattern parser for goblin-sigscan"
documentation = "https://docs.rs/goblin-sigscan-pattern/"
readme = "README.md"
keywords = [
    "binary",
    "pattern",
    "signature",
    "scanner",
    "pe",
]
categories = [
    "parser-implementations",
    "parsing",
]
license = "MIT"
repository = "https://github.com/memflow/goblin-sigscan"

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

[dev-dependencies.proptest]
version = "1"