[dependencies.aob_common]
version = "1.0.0"
[dependencies.aob_macros]
version = "1.0.0"
[lib]
name = "aob"
path = "src/lib.rs"
[package]
authors = ["Ryan McKenzie"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms"]
description = "String searching with wildcards"
documentation = "https://ryan-rsm-mckenzie.github.io/aob-rs/aob/index.html"
edition = "2021"
homepage = "https://github.com/Ryan-rsm-McKenzie/aob-rs"
include = ["src/*.rs", "LICENSE"]
keywords = ["find", "search", "substring", "pattern", "signature"]
license = "0BSD"
name = "aob"
readme = "README.md"
repository = "https://github.com/Ryan-rsm-McKenzie/aob-rs"
version = "1.0.0"