Cargo Features

[dependencies]
puff-rs = { version = "0.1.8", default-features = false, features = ["puff-binary", "watch-binary"] }
default = puff-binary, watch-binary

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

puff-binary default = dotenvy, toml, tower, tower-http

Required by the puff binary

watch-binary default = notify

Required by the puff-watch binary

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.

tower-http puff-binary

Enables tower-http ^0.3.4

tower puff-binary
toml puff-binary

Enables toml ^0.5.9

dotenvy puff-binary
notify watch-binary

Enables notify ^5.0.0