Revision control
Copy as Markdown
Other Tools
[package]
name = "urlpattern"
version = "0.4.1"
authors = ["the Deno authors", "crowlKats <crowlkats@toaxl.com>"]
edition = "2021"
description = "rust-urlpattern is a Rust implementation of the URLPattern standard"
license = "MIT"
[dependencies]
url = "2.5.6"
regex = "1.10.5"
serde = { version = "1.0.127", features = ["derive"] }
icu_properties = "2"
[dev-dependencies]
serde_json = "1.0.66"