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.
38 lines
1005 B
38 lines
1005 B
4 years ago
|
--- async-compression-0.3.6/Cargo.toml 2020-11-07T22:22:25+00:00
|
||
|
+++ async-compression-0.3.6/Cargo.toml 2021-03-01T16:59:59.278451+00:00
|
||
|
@@ -107,12 +107,6 @@
|
||
|
default-features = false
|
||
|
package = "tokio"
|
||
|
|
||
|
-[dependencies.tokio-03]
|
||
|
-version = "0.3.0"
|
||
|
-optional = true
|
||
|
-default-features = false
|
||
|
-package = "tokio"
|
||
|
-
|
||
|
[dependencies.xz2]
|
||
|
version = "0.1.6"
|
||
|
optional = true
|
||
|
@@ -151,12 +145,6 @@
|
||
|
default-features = false
|
||
|
package = "tokio"
|
||
|
|
||
|
-[dev-dependencies.tokio-03]
|
||
|
-version = "0.3.0"
|
||
|
-features = ["io-util", "stream"]
|
||
|
-default-features = false
|
||
|
-package = "tokio"
|
||
|
-
|
||
|
[dev-dependencies.tokio-util]
|
||
|
version = "0.4.0"
|
||
|
features = ["io"]
|
||
|
@@ -165,7 +153,7 @@
|
||
|
[features]
|
||
|
all = ["all-implementations", "all-algorithms"]
|
||
|
all-algorithms = ["brotli", "bzip2", "deflate", "gzip", "lzma", "xz", "zlib", "zstd"]
|
||
|
-all-implementations = ["futures-io", "stream", "tokio-02", "tokio-03"]
|
||
|
+all-implementations = ["futures-io", "stream", "tokio-02"]
|
||
|
default = []
|
||
|
deflate = ["flate2"]
|
||
|
futures-bufread = ["futures-io"]
|