Source code

Revision control

Copy as Markdown

Other Tools

# 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 = "2024"
name = "urlpattern"
version = "0.6.0"
authors = [
"the Deno authors",
"crowlKats <crowlkats@toaxl.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rust-urlpattern is a Rust implementation of the URLPattern standard"
readme = "README.md"
license = "MIT"
[lib]
name = "urlpattern"
path = "src/lib.rs"
[[bench]]
name = "parse_patterns"
path = "benches/parse_patterns.rs"
harness = false
[dependencies.icu_properties]
version = "2"
[dependencies.regex]
version = "1.10.5"
[dependencies.serde]
version = "1.0.127"
features = ["derive"]
[dependencies.url]
version = "2.5.6"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.serde_json]
version = "1.0.66"