Cargo Features

[dependencies]
r2a = { version = "0.1.7", default-features = false, features = ["doc-only", "r2r", "r2r_common"] }
default = r2r, r2r_common

These default features are set whenever r2a is added without default-features = false somewhere in the dependency tree.

doc-only

Affects schema::SUPPORTED_SCHEMAS

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.

r2r default
r2r_common build default