summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoLLy <dario.db@hotmail.com>2024-01-21 13:08:58 +0100
committerHoLLy <dario.db@hotmail.com>2024-01-21 13:08:58 +0100
commitc954950c5e8d3f3e16c5f61b3e0d3eeda9d5e000 (patch)
tree5b04ea65db1fdd77ea23920104d53cc946961e9d
parent04cd9cc922415cc3d4484eed56eacc4f4a166759 (diff)
Remove unused dependencies in mastodon-async-entities
This brings down total crate count from 49 to 28.
-rw-r--r--entities/Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/entities/Cargo.toml b/entities/Cargo.toml
index 1b6c1dc..e6c89f4 100644
--- a/entities/Cargo.toml
+++ b/entities/Cargo.toml
@@ -11,15 +11,10 @@ rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-futures = "0.3.25"
thiserror = "1"
static_assertions = "1"
derive_is_enum_variant = "0.1.1"
-[dependencies.log]
-version = "0.4"
-features = ["kv_unstable", "serde", "std", "kv_unstable_serde", "kv_unstable_std"]
-
[dependencies.serde]
version = "1"
features = ["derive"]