Cargo Features
[dependencies]
pinenut = { version = "0.1.3", default-features = false, features = ["rest", "wasm"] }
- default = rest
-
The
rest
feature is set by default wheneverpinenut
is added without
somewhere in the dependency tree.default-features = false - rest default
- wasm
pinenut has 3 features without comments.
Features from optional dependencies
grcp = [] // This is a soon to come feature once I enable grcp communciatio