Cargo Features

[dependencies]
dipstick = { version = "0.9.1", default-features = false, features = ["self_metrics", "tokio", "bench", "skeptic", "crossbeam-channel", "parking_lot", "tiny_http"] }
default = crossbeam-channel, parking_lot, self_metrics

These default features are set whenever dipstick is added without default-features = false somewhere in the dependency tree.

self_metrics default
tokio
bench

Affects dipstick::bench

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.

skeptic implicit feature

Enables skeptic

skeptic:

Test your Rust markdown documentation via Cargo

crossbeam-channel default

Enables crossbeam-channel ^0.4

parking_lot default

Enables parking_lot ^0.10

tiny_http implicit feature

Enables tiny_http ^0.7

optional dep for standalone http pull metrics