Cargo Features

expedition has no features set by default.

[dependencies]
expedition = { version = "0.2.1", features = ["serde", "termcolor", "egui", "document-features"] }
serde

Allows serialization using serde.

Enables serde, serde of ecolor ^0.22 and egui ^0.22

termcolor

Allows output to a terminal using ANSI color codes from termcolor.

Enables termcolor

Affects expedition::termcolor

egui serde?

Allows output to an egui TextFormat, used in text labels.

Enables egui ^0.22

Affects expedition::egui

Features from optional dependencies

document-features implicit feature

Enables document-features

document-features:

Extract documentation for the feature flags from comments in Cargo.toml