[go: up one dir, main page]

url 0.1.1

URL parser for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "url"
version = "0.1.1"
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]

description = "URL parser for Rust"
documentation = "http://servo.github.io/rust-url/url/index.html"
repository = "https://github.com/servo/rust-url"
readme = "README.md"
keywords = ["url", "parser"]
license = "MIT / Apache 2"


[dependencies]
encoding = "0.2"