summaryrefslogtreecommitdiff
path: root/mingling_core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/Cargo.toml')
-rw-r--r--mingling_core/Cargo.toml10
1 files changed, 4 insertions, 6 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index d60c36e..c642c70 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -7,14 +7,12 @@ description = "Core of the mingling library"
repository = "https://github.com/catilgrass/mingling"
[features]
-full = ["macros", "general_renderer"]
-default = ["macros"]
-macros = ["mingling_macros"]
-general_renderer = ["dep:serde", "mingling_macros/serde"]
+default = []
+full = ["general_renderer"]
+general_renderer = ["dep:serde"]
[dependencies]
-mingling_macros = { version = "0.1.1", optional = true }
just_fmt = "0.1.2"
serde = { version = "1.0", features = ["derive"], optional = true }
thiserror = "2"
-tokio = { version = "1", features = ["full"] }
+tokio = { version = "1", features = ["io-std", "io-util"] }