Cargo Features
[dependencies]
chaotic-tempest-testbed = { version = "0.0.1", default-features = false, features = ["install", "unstable"] }
- default = install
-
The
install
feature is set by default wheneverchaotic-tempest-testbed
is added without
somewhere in the dependency tree.default-features = false - install default
-
Install the sandbox binary during compile time
- unstable = async-process, cargo_metadata
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.
- async-process unstable?
-
Enables async-process ^1.3
- cargo_metadata unstable?
-
Enables cargo_metadata ^0.14.2