# 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 = "normalize-url-rs" version = "0.2.0" description = "Port of Node.js URL normalization library" homepage = "https://github.com/frysztak/normalize-url-rs" readme = "README.md" keywords = [ "url", "normalize", "normalization", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/frysztak/normalize-url-rs" [dependencies.anyhow] version = "1.0.68" [dependencies.derive_builder] version = "0.12.0" [dependencies.fancy-regex] version = "0.11.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.thiserror] version = "1.0.38" [dependencies.url] version = "2.3.1" [dependencies.urlencoding] version = "2.1.2" [dev-dependencies.rstest] version = "0.16.0"