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
somewhere in the dependency tree.default-features = false - 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
-
Enables tower ^0.4.13
- toml puff-binary
-
Enables toml ^0.5.9
- dotenvy puff-binary
- notify watch-binary
-
Enables notify ^5.0.0