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 wheneverrs-postgres-stat2otel
is added without
somewhere in the dependency tree.default-features = false - 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