summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoLLy <dario.db@hotmail.com>2024-01-21 13:11:49 +0100
committerHoLLy <dario.db@hotmail.com>2024-01-23 13:35:14 +0100
commit53d655ffa31a69c754b2d4746fd2fa1efe165c45 (patch)
tree434dfc7d783dcbefa0a9a13a73c35cc285593144
parentc954950c5e8d3f3e16c5f61b3e0d3eeda9d5e000 (diff)
Remove unused dependencies in mastodon-async
This brings down crate count for a standard windows build from 179 to 178, and `--all-targets --features all` from 287 to 260.
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7baade6..3aebd74 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,6 @@ futures = "0.3.25"
doc-comment = "0.3"
serde_json = "1"
serde_urlencoded = "0.7.1"
-tap-reader = "1"
url = "2"
futures-util = "0.3.25"
static_assertions = "1.1.0"
@@ -102,9 +101,6 @@ tempfile = "3"
# for examples:
femme = "2.2.1"
html2text = "0.6.0"
-[dev-dependencies.criterion]
-version = "0.5.1"
-features = ["async_tokio"]
[build-dependencies.skeptic]
version = "0.13"