Cargo Features

[dependencies]
ocsp-stapler = { version = "0.4.4", default-features = false, features = ["prometheus"] }
default = prometheus

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

prometheus default = itertools

Enables prometheus

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.

itertools prometheus

Enables itertools ^0.13