url 1.7.2

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

[[test]]
name = "unit"

[[test]]
harness = false
name = "data"
[badges.appveyor]
repository = "Manishearth/rust-url"

[badges.travis-ci]
repository = "servo/rust-url"
[dependencies.encoding]
optional = true
version = "0.2"

[dependencies.heapsize]
optional = true
version = ">=0.4.1, <0.5"

[dependencies.idna]
version = "0.1.0"

[dependencies.matches]
version = "0.1"

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

[dependencies.rustc-serialize]
optional = true
version = "0.3"

[dependencies.serde]
optional = true
version = ">=0.6.1, <0.9"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.rustc-serialize]
version = "0.3"

[dev-dependencies.rustc-test]
version = "0.3"

[dev-dependencies.serde_json]
version = ">=0.6.1, <0.9"

[features]
heap_size = ["heapsize"]
query_encoding = ["encoding"]

[lib]
test = false

[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"
keywords = ["url", "parser"]
license = "MIT/Apache-2.0"
name = "url"
readme = "README.md"
repository = "https://github.com/servo/rust-url"
version = "1.7.2"
[package.metadata.docs.rs]
features = ["query_encoding"]