Cargo Features

[dependencies]
rs-postgres-stat2otel = { version = "0.2.1", default-features = false, features = ["config_toml"] }
default = config_toml

The config_toml feature is set by default whenever rs-postgres-stat2otel is added without default-features = false somewhere in the dependency tree.

config_toml default = toml

Affects query::from_toml_slice, query::from_slice_default

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.

toml config_toml

Enables toml ^0.5.9