tracking-params 0.1.2

Removes unwanted tracking parameters from URLs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tracking-params"
version = "0.1.2"
edition = "2021"
description = "Removes unwanted tracking parameters from URLs"
documentation = "https://docs.rs/tracking-params"
readme = "README.md"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
url = "2.3.1"
lazy_static = "1.4.0"
urlencoding = "2.1.2"

[dev-dependencies]
test-case = "2.2.2"