diff --git a/Cargo.toml b/Cargo.toml index bc26852..42c7630 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,14 +79,14 @@ xz = [] zstd = [] # Plugin features (meta and filter) -all-meta-plugins = ["magic"] +all-meta-plugins = ["dep:magic"] all-filter-plugins = [] # Individual plugin features -magic = ["magic"] +magic = ["dep:magic"] # MCP feature (Model Context Protocol support) -mcp = ["rmcp"] +mcp = ["dep:rmcp"] [dev-dependencies] tempfile = "3.3.0"