Remove features from tokio.

This commit is contained in:
Kavin 2023-08-21 09:35:41 +01:00
parent 2c81e10652
commit c40f40ce18
No known key found for this signature in database
GPG key ID: 6E4598CA5C92C41F
2 changed files with 48 additions and 131 deletions

View file

@ -8,10 +8,10 @@ edition = "2021"
[dependencies]
jni = "0.21.1"
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip", "socks"], default-features = false}
tokio = {version = "1.32.0", features = ["full"]}
tokio = {version = "1.32.0", features = ["rt-multi-thread"], default-features = false}
[lib]
crate-type = ["cdylib"]
[profile.release]
lto = true
lto = true