Cargo Features
[dependencies]
deno_task_shell = { version = "0.28.0", default-features = false, features = ["shell", "serialization"] }
- default = shell
-
The
shellfeature is set by default wheneverdeno_task_shellis added withoutsomewhere in the dependency tree.default-features = false - shell default = deno_path_util, futures, glob, nix, path-dedot, sys_traits, tokio, which, windows-sys
- 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
- serde serialization?
- tokio shell
- deno_path_util shell
- sys_traits shell
- which shell
- nix unix shell
-
Enables nix ^0.29.0
- windows-sys win shell
-
Enables windows-sys ^0.59.0