[dependencies.form_urlencoded]
default-features = false
features = ["alloc"]
version = "1.2.1"
[dependencies.idna]
default-features = false
features = ["alloc", "compiled_data"]
version = "1.0.3"
[dependencies.percent-encoding]
default-features = false
features = ["alloc"]
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 = ["std"]
expose_internals = []
std = ["idna/std", "percent-encoding/std", "form_urlencoded/std"]
[lib]
name = "url"
path = "src/lib.rs"
[package]
authors = ["The rust-url developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parser-implementations", "web-programming", "encoding", "no-std"]
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.57"
version = "2.5.3"
[package.metadata.docs.rs]
features = ["serde"]
rustdoc-args = ["--generate-link-to-definition"]
[package.metadata.playground]
features = ["serde"]
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies.wasm-bindgen-test]
version = "0.3"
[[test]]
name = "unit"
path = "tests/unit.rs"
[[test]]
harness = false
name = "url_wpt"
path = "tests/wpt.rs"