# 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 = "2021" name = "urlpattern" version = "0.3.0" authors = [ "the Deno authors", "crowlKats ", ] build = 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" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.unic-ucd-ident] version = "0.9.0" features = ["id"] [dependencies.url] version = "2.4.1" [dev-dependencies.serde_json] version = "1.0.66"