You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
889 B
40 lines
889 B
--- url-1.7.2/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ url-1.7.2/Cargo.toml 2024-01-19T19:11:15.829242+00:00
|
|
@@ -21,6 +21,8 @@
|
|
categories = ["parser-implementations", "web-programming", "encoding"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/servo/rust-url"
|
|
+exclude = ["/docs/*", "/.travis.yml", "/appveyor.yml"]
|
|
+
|
|
[package.metadata.docs.rs]
|
|
features = ["query_encoding"]
|
|
|
|
@@ -37,9 +39,6 @@
|
|
[[bench]]
|
|
name = "parse_url"
|
|
harness = false
|
|
-[dependencies.encoding]
|
|
-version = "0.2"
|
|
-optional = true
|
|
|
|
[dependencies.heapsize]
|
|
version = ">=0.4.1, <0.5"
|
|
@@ -58,9 +57,6 @@
|
|
version = "0.3"
|
|
optional = true
|
|
|
|
-[dependencies.serde]
|
|
-version = ">=0.6.1, <0.9"
|
|
-optional = true
|
|
[dev-dependencies.bencher]
|
|
version = "0.1"
|
|
|
|
@@ -75,7 +71,6 @@
|
|
|
|
[features]
|
|
heap_size = ["heapsize"]
|
|
-query_encoding = ["encoding"]
|
|
[badges.appveyor]
|
|
repository = "Manishearth/rust-url"
|
|
|