Cargo Features

[dependencies]
ctre = { version = "0.6.1", default-features = false, features = ["serde", "usage-reporting"] }
default = usage-reporting

The usage-reporting feature is set by default whenever ctre is added without default-features = false somewhere in the dependency tree.

serde

Enables serde of ctre-sys

usage-reporting default = wpilib-sys

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

wpilib-sys usage-reporting

Enables wpilib-sys ^0.2.3