Cargo Features

[dependencies]
pinenut = { version = "0.1.3", default-features = false, features = ["rest", "wasm"] }
default = rest

The rest feature is set by default whenever pinenut is added without default-features = false somewhere in the dependency tree.

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