Cargo Features
[dependencies]
stainless_script = { version = "0.1.2", default-features = false, features = ["executor-binary", "format-json", "format-bincode"] }
- default = executor-binary, format-bincode, format-json
-
These default features are set whenever
stainless_script
is added without
somewhere in the dependency tree.default-features = false - executor-binary default format-bincode format-json = clap, glob
-
Required by the ssce binary
- format-json default = executor-binary, serde_json
- format-bincode default = bincode, executor-binary
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.