Cargo Features
[dependencies]
pushwire = { version = "0.1.1", default-features = false, features = ["client", "server"] }
- default = client
-
The
clientfeature is set by default wheneverpushwireis added withoutsomewhere in the dependency tree.default-features = false - client default
-
Enables pushwire-client
- server
-
Enables pushwire-server
pushwire has 3 features without comments.