Cargo Features
[dependencies]
num-format = { version = "0.4.4", default-features = false, features = ["std", "with-serde", "with-system-locale", "with-num-bigint"] }
- default = std
-
The
std
feature is set by default whenevernum-format
is added without
somewhere in the dependency tree.default-features = false - std default with-num-bigint? with-system-locale?
-
Enables arrayvec
- with-serde
-
Enables serde of arrayvec and derive of serde
serde:
Provide derive(Serialize, Deserialize) macros.
- with-system-locale = cfg-if, encoding_rs, lazy_static, libc, num-format-windows, std, widestring
-
Enables winapi
- with-num-bigint = num-bigint, std
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.