aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e269c29..8b55119 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,11 +7,13 @@ edition = "2021"
futures = { version = "0.3.*" }
chrono = "0.4"
tokio = { version = "1", features = ["full"] }
-reqwest = { version = "0.11", features = ["json"] }
+reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
feed-rs = "1.0"
html2md = "0.2.13"
mime = "0.3.16"
-mysql = "22.0.0"
+mysql = { version = "22.0.0", default-features = false, features = ["rustls-tls"] }
+flate2 = { version = "*", default-features = false, features = ["zlib"] }
+mysql_common = { version = "*", default-features = false }
log = "0.4"
env_logger = "0.9.0"