From 532f4ceba2bddb1c84d2e0bdd69808a3ebd5ca4a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 19 Apr 2026 00:31:05 +0800 Subject: Make async an optional feature --- mingling/Cargo.lock | 1 - mingling/Cargo.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling') diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock index cdc62c3..77afe87 100644 --- a/mingling/Cargo.lock +++ b/mingling/Cargo.lock @@ -247,7 +247,6 @@ dependencies = [ "serde_json", "serde_yaml", "thiserror", - "tokio", "toml", ] diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 3d08662..9472cb2 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -17,6 +17,7 @@ mingling = { path = ".", features = ["full"] } [features] debug = ["mingling_core/debug"] +async = ["mingling_core/async", "mingling_macros/async"] default = ["mingling_core/default"] full = ["mingling_core/full", "mingling_macros/full", "comp", "parser"] general_renderer = [ -- cgit