Cargo Features

fin_iex has no features set by default.

[dependencies]
fin_iex = { version = "0.1.2", features = ["iex-tool"] }
iex-tool = clap, flexi_logger, num-format, prettytable-rs, term_size

Required by the iex-tool binary

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.

clap iex-tool?

Enables clap ~2.33

Command-Line feature dependencies

flexi_logger iex-tool?

Enables flexi_logger ^0.13.2

num-format iex-tool?
prettytable-rs iex-tool?

Enables prettytable-rs ^0.8.0

term_size iex-tool?