Cargo Features

Tokei has no features set by default.

[dependencies]
tokei = { version = "13.0.0-alpha.1", features = ["all", "cbor", "yaml"] }
all = cbor, yaml
cbor all? = hex, serde_cbor
yaml all? = serde_yaml

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.

hex cbor?
serde_cbor cbor?
serde_yaml yaml?