Cargo Features

SYML has no features set by default.

[dependencies]
syml = { version = "0.4.0", features = ["serde_impl", "cli-utils"] }
serde_impl = serde

Enables serde_impl of linked-hash-map and derive of serde

serde:

Provide derive(Serialize, Deserialize) macros.

cli-utils = json

Affects syml::cli_utils

Required by json2syml and syml2json binaries

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.

serde serde_impl?
json cli-utils?