]> git.proxmox.com Git - cargo.git/blobdiff - vendor/url/Cargo.toml
New upstream version 0.52.0
[cargo.git] / vendor / url / Cargo.toml
index 0568334068646608b08244fbd20034e7d3486861..6e0b2babda8f8053be727cfcaaf350f7d1e3e572 100644 (file)
 # will likely look very different (and much more reasonable)
 
 [package]
+edition = "2018"
 name = "url"
-version = "2.1.1"
+version = "2.2.1"
 authors = ["The rust-url developers"]
+include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
 description = "URL library for Rust, based on the WHATWG URL Standard"
 documentation = "https://docs.rs/url"
-readme = "README.md"
+readme = "../README.md"
 keywords = ["url", "parser"]
 categories = ["parser-implementations", "web-programming", "encoding"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/servo/rust-url"
 
-[lib]
-test = false
-
-[[test]]
-name = "unit"
-
-[[test]]
-name = "data"
-harness = false
-
 [[bench]]
 name = "parse_url"
+path = "benches/parse_url.rs"
 harness = false
+[dependencies.form_urlencoded]
+version = "1.0.0"
+
 [dependencies.idna]
 version = "0.2.0"
 
@@ -51,9 +47,6 @@ optional = true
 [dev-dependencies.bencher]
 version = "0.1"
 
-[dev-dependencies.rustc-test]
-version = "0.3"
-
 [dev-dependencies.serde_json]
 version = "1.0"
 [badges.appveyor]