Cargo Features

[dependencies]
infrarust_config = { version = "1.3.3", default-features = false, features = ["telemetry", "docker", "tempfile"] }
default = docker

The docker feature is set by default whenever infrarust_config is added without default-features = false somewhere in the dependency tree.

telemetry = tracing-opentelemetry
docker default = bollard

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.

tempfile implicit feature

Enables tempfile

tempfile:

A library for managing temporary files and directories

bollard docker

Enables bollard ^0.18.1

tracing-opentelemetry telemetry?