Cargo Features

nvp has no features set by default.

[dependencies]
nvp = { version = "0.0.1", features = ["color", "json"] }
color = colored

可选彩色输出

json = serde, serde_json

可选JSON输出格式

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.

colored color?

Enables colored ^2.0

可选依赖

serde json?
serde_json json?