Cargo Features
local-fmt-macros-internal has no features set by default.
[dependencies]
local-fmt-macros-internal = { version = "0.5.1", features = ["toml", "json", "yaml"] }
- toml
-
Enables toml
Affects
file::toml
… - json
-
Enables serde_json
Affects
file::json
… - yaml
-
Enables yaml-rust2
Affects
file::yaml
…