Cargo Features

Rant has no features set by default.

[dependencies]
rant = { version = "4.0.0-alpha.33", features = ["cli", "vm-trace"] }
cli = atty, clap, codemap, codemap-diagnostic, colored, ctrlc, embedded-triple, exitcode

Required by the binary

vm-trace

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.

atty cli?

Enables atty

CLI

clap cli?

Enables clap ^2.33.3

codemap cli?
codemap-diagnostic cli?
colored cli?
ctrlc cli?
embedded-triple cli?
exitcode cli?