Cargo Features

[dependencies]
deno_task_shell = { version = "0.16.0", default-features = false, features = ["shell", "serialization"] }
default = shell

The shell feature is set by default whenever deno_task_shell is added without default-features = false somewhere in the dependency tree.

shell default = futures, glob, os_pipe, path-dedot, tokio, tokio-util
serialization = serde

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

futures shell
glob shell
path-dedot shell
tokio shell
tokio-util shell
os_pipe shell
serde serialization?