Cargo Features

[dependencies]
commodity-exchange-zh = { version = "0.1.0", default-features = false, features = ["tabled", "argh"] }
default = argh

The argh feature is set by default whenever commodity-exchange-zh is added without default-features = false somewhere in the dependency tree.

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.

tabled implicit feature

Enables tabled ^0.14

tabled:

An easy to use library for pretty print tables of Rust structs and enums

Affects util::display_option

argh default

Required by the ce binary