url 2.5.0

URL library for Rust, based on the WHATWG URL Standard
Documentation
[[bench]]
harness = false
name = "parse_url"
path = "benches/parse_url.rs"

[[test]]
harness = false
name = "url_wpt"
path = "tests/wpt.rs"
[dependencies.form_urlencoded]
version = "1.2.1"

[dependencies.idna]
version = "0.5.0"

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
debugger_visualizer = []
default = []
expose_internals = []

[package]
authors = ["The rust-url developers"]
categories = ["parser-implementations", "web-programming", "encoding"]
description = "URL library for Rust, based on the WHATWG URL Standard"
documentation = "https://docs.rs/url"
edition = "2018"
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
keywords = ["url", "parser"]
license = "MIT OR Apache-2.0"
name = "url"
readme = "README.md"
repository = "https://github.com/servo/rust-url"
rust-version = "1.56"
version = "2.5.0"
[package.metadata.docs.rs]
features = ["serde"]
rustdoc-args = ["--generate-link-to-definition"]

[package.metadata.playground]
features = ["serde"]