[[bin]]
name = "rexify"
path = "src/main.rs"
[dependencies]
[lib]
name = "rexify"
path = "src/lib.rs"
[package]
authors = ["kntt32 <knt.t@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "trait based matcher alternative to Regex"
edition = "2024"
homepage = "https://github.com/kntt32/rexify"
keywords = ["regex", "matcher"]
license = "MIT"
name = "rexify"
readme = "README.md"
repository = "https://github.com/kntt32/rexify"
version = "0.1.0"