Cargo Features

[dependencies]
prometheus = { version = "0.13.3", default-features = false, features = ["gen", "nightly", "process", "push"] }
default = protobuf

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

gen = protobuf-codegen-pure
nightly = libc

Affects histogram::Timespec

process = libc, procfs

Affects prometheus::process_collector

push = libc, protobuf, reqwest

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.

libc nightly? process? push?
protobuf default push?

Enables protobuf ^2.0

Affects prometheus::proto

reqwest push?

Enables reqwest ^0.11

protobuf-codegen-pure build gen?
procfs linux process?

Enables procfs ^0.14