Cargo Features

cdumay_context has no features set by default.

[dependencies]
cdumay_context = { version = "1.1.2", features = ["json", "yaml", "toml"] }
json = serde_json

Affects context::Context.from_json, context::Context.to_json

yaml = serde_yaml

Affects context::Context.from_yaml, context::Context.to_yaml

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_json json?
serde_yaml yaml?
toml implicit feature

Affects context::Context.from_toml, context::Context.to_toml