Cargo Features

BLIPlab has no features set by default.

[dependencies]
bliplab = { version = "0.0.3", features = ["bin", "example-skip-defaults", "json", "json5", "yaml", "ron", "lexpr"] }
bin = anyhow, cfg-exclusive, cfg-if

Required by the binary

example-skip-defaults
json = serde_json
json5

Enables json5

yaml = serde_yaml
ron

Enables ron ^0.10

lexpr = serde-lexpr

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.

anyhow bin?
serde_json json?
serde_yaml yaml?
serde-lexpr lexpr?
cfg-exclusive bin?
cfg-if bin?