Cargo Features

toml-query has no features set by default.

[dependencies]
toml-query = { version = "0.10.0", features = ["logging", "typed"] }
logging = log
typed = serde

Affects insert::TomlValueInsertExt.insert_serialized, read::TomlValueReadExt.read_deserialized, read::TomlValueReadExt.read_partial, read::Partial, set::TomlValueSetExt.set_serialized

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.

log logging?
serde typed?