[dependencies.bmatcher-core]
version = "=0.3.3"
[dependencies.bmatcher-proc]
version = "=0.3.3"
[features]
default = []
pelite = ["bmatcher-core/pelite"]
[lib]
name = "bmatcher"
path = "src/lib.rs"
[package]
authors = ["Markus Hadenfeldt <mhadenfeldt@did.science>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "bmatcher is a flexible and efficient binary pattern matching library designed to help you search and match binary data."
edition = "2021"
license-file = "LICENSE"
name = "bmatcher"
readme = "README.MD"
repository = "https://github.com/WolverinDEV/bmatcher"
version = "0.3.3"