[go: up one dir, main page]

url 0.3.0

URL library for Rust, based on the WHATWG URL Standard
Documentation
[dependencies]
matches = "0.1"
rustc-serialize = "0.3"
uuid = "0.1.17"

[dependencies.encoding]
optional = true
version = "0.2"

[dependencies.heapsize]
optional = true
version = "0.1.3"

[dependencies.heapsize_plugin]
optional = true
version = "0.1.0"

[dependencies.serde]
optional = true
version = "0.6.1"

[features]
heap_size = ["heapsize", "heapsize_plugin"]
query_encoding = ["encoding"]
serde_serialization = ["serde"]

[package]
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
description = "URL library for Rust, based on the WHATWG URL Standard"
documentation = "http://servo.github.io/rust-url/url/index.html"
keywords = ["url", "parser"]
license = "MIT/Apache-2.0"
name = "url"
readme = "README.md"
repository = "https://github.com/servo/rust-url"
version = "0.3.0"