Cargo Features
[dependencies]
deno_task_shell = { version = "0.18.1", default-features = false, features = ["shell", "serialization"] }
- default = shell
-
The
shell
feature is set by default wheneverdeno_task_shell
is added without
somewhere in the dependency tree.default-features = false - 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.