# 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 = "tracking-params" version = "0.1.6" description = "Removes unwanted tracking parameters from URLs" documentation = "https://docs.rs/tracking-params" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mustakimali/privacy-redirect" resolver = "1" [[bench]] name = "clean" harness = false [dependencies.anyhow] version = "1.0.68" [dependencies.derivative] version = "2.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.url] version = "2.3.1" [dependencies.urlencoding] version = "2.1.2" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.test-case] version = "2.2.2"