blob: 108b1493eabdf3023e0f41acae9bf0a3995965eb [file] [log] [blame]
Jeff Vander Stoep2a876fb2020-12-17 19:57:45 +01001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "url"
Jeff Vander Stoepff880822021-05-07 16:28:07 +020016version = "2.2.2"
Jeff Vander Stoep2a876fb2020-12-17 19:57:45 +010017authors = ["The rust-url developers"]
Haibo Huang619a7d32021-02-18 17:01:06 -080018include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
Jeff Vander Stoep2a876fb2020-12-17 19:57:45 +010019description = "URL library for Rust, based on the WHATWG URL Standard"
20documentation = "https://docs.rs/url"
21readme = "../README.md"
22keywords = ["url", "parser"]
23categories = ["parser-implementations", "web-programming", "encoding"]
24license = "MIT/Apache-2.0"
25repository = "https://github.com/servo/rust-url"
26
27[[bench]]
28name = "parse_url"
29path = "benches/parse_url.rs"
30harness = false
31[dependencies.form_urlencoded]
32version = "1.0.0"
33
34[dependencies.idna]
35version = "0.2.0"
36
37[dependencies.matches]
38version = "0.1"
39
40[dependencies.percent-encoding]
41version = "2.1.0"
42
43[dependencies.serde]
44version = "1.0"
45features = ["derive"]
46optional = true
47[dev-dependencies.bencher]
48version = "0.1"
49
50[dev-dependencies.serde_json]
51version = "1.0"
52[badges.appveyor]
53repository = "Manishearth/rust-url"
54
55[badges.travis-ci]
56repository = "servo/rust-url"