aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-02 00:50:40 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-02 00:50:40 +0800
commit1140b9cd48c19d02392ab7df415a3d35c3eaf1bc (patch)
tree436832ec3f15c8baaa86a1b895e0238c756150ac /mingling/Cargo.toml
parent604fb36f4251e494b3486009145401a3c1f7b326 (diff)
Remove `full` feature from all crates
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 12ea9cf..25f310a 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -23,7 +23,6 @@ async = ["mingling_core/async", "mingling_macros/async"]
default = ["mingling_core/default"]
clap = ["mingling_core/clap", "mingling_macros/clap"]
-full = ["mingling_core/full", "mingling_macros/full", "comp", "parser"]
general_renderer = [
"mingling_core/general_renderer",
"dep:serde",