gatekpr-patterns 0.2.3

Regex pattern registry and pre-built pattern sets for Shopify validation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.85"
name = "gatekpr-patterns"
version = "0.2.3"
authors = ["Gatekpr Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Regex pattern registry and pre-built pattern sets for Shopify validation"
homepage = "https://github.com/umerkhan95/gatekpr"
readme = "README.md"
keywords = [
    "shopify",
    "patterns",
    "regex",
    "validation",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/umerkhan95/gatekpr"

[lib]
name = "gatekpr_patterns"
path = "src/lib.rs"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]