[dependencies.bmatcher-core]
version = "=0.3.2"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "bmatcher_proc"
path = "src/lib.rs"
proc-macro = true
[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-proc"
readme = false
version = "0.3.2"