Cargo Features

DiceXp has no features set by default.

[dependencies]
dicexp = { version = "1.1.1", features = ["app", "serde_support"] }
app = clap

Required by the binary

serde_support = serde, serde_derive

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.

serde serde_support?

Enables serde

general deps

serde_derive serde_support?
clap app?

Enables clap

CLI deps