urlpattern 0.5.2

rust-urlpattern is a Rust implementation of the URLPattern standard
Documentation
[[bench]]
harness = false
name = "parse_patterns"
path = "benches/parse_patterns.rs"

[dependencies.icu_properties]
version = "2"

[dependencies.regex]
version = "1.10.5"

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

[dependencies.url]
version = "2.5.6"

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

[dev-dependencies.serde_json]
version = "1.0.66"

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

[package]
authors = ["the Deno authors", "crowlKats <crowlkats@toaxl.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "rust-urlpattern is a Rust implementation of the URLPattern standard"
edition = "2024"
license = "MIT"
name = "urlpattern"
readme = "README.md"
repository = "https://github.com/denoland/rust-urlpattern"
version = "0.5.2"