urlpattern 0.3.0

rust-urlpattern is a Rust implementation of the URLPattern standard
Documentation
[dependencies.regex]
version = "1.10.5"

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

[dependencies.unic-ucd-ident]
features = ["id"]
version = "0.9.0"

[dependencies.url]
version = "2.4.1"

[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
autotests = false
build = false
description = "rust-urlpattern is a Rust implementation of the URLPattern standard"
edition = "2021"
license = "MIT"
name = "urlpattern"
readme = "README.md"
repository = "https://github.com/denoland/rust-urlpattern"
version = "0.3.0"