Cargo Features

[dependencies]
lamcal-repl = { version = "0.4.0", default-features = false, features = ["no-color", "config", "rustyline"] }
default = config, rustyline

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

no-color

Enables no-color of colored ^1.6

colored:

with this feature, no color will ever be written

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.

config default

Enables config ^0.9

Required by the lamcali binary

rustyline default

Enables rustyline ^2.1

Required by the lamcali binary