[package]
edition = "2018"
name = "matchers"
version = "0.0.1"
authors = ["Eliza Weisman <eliza@buoyant.io>"]
description = "Regex matching on character and byte streams.\n"
homepage = "https://github.com/hawkw/matchers"
documentation = "https://docs.rs/matchers/"
readme = "README.md"
keywords = ["regex", "match", "pattern", "streaming"]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/hawkw/matchers"
[dependencies.regex-automata]
version = "0.1"
[badges.azure-devops]
build = "1"
pipeline = "hawkw.matchers"
project = "eliza0132/eliza"
[badges.maintenance]
status = "experimental"