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 whenever rosy is added without default-features = false somewhere in the dependency tree.

download build

Enables download of aloxide

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)