# 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 ", ] 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" repository = "https://github.com/denoland/rust-urlpattern" [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"