Cargo Features
[dependencies]
rosy = { version = "0.0.9", default-features = false, features = ["download", "static", "ruby_2_6", "version_check"] }
- default = static
-
The
static
feature is set by default wheneverrosy
is added without
somewhere in the dependency tree.default-features = false - download build
- static default
- ruby_2_6
-
Conditionally enable functionality
Features from optional dependencies
- version_check build implicit feature
-
Enables version_check ^0.1
Used to enable
cfg(nightly)