Cargo Features

[dependencies]
appcfg = { version = "1.0.1", default-features = false, features = ["cfg_file", "chinese"] }
default = cfg_file

The cfg_file feature is set by default whenever appcfg is added without default-features = false somewhere in the dependency tree.

cfg_file default
chinese

appcfg has 3 features without comments.