Cargo Features

MOC has no features set by default.

[dependencies]
moc = { version = "0.12.1", features = ["storage"] }
storage

Enables slab

Affects moc::storage

Features from optional dependencies

I so far have a problem with building the cli with:
- cargo deb --target x86_64-unknown-linux-musl
It tries to compile crates/wasm but failed because of crate-type = ["cdylib"] in wasm Cargo.toml
members = [
"crates/cli",
"crates/wasm",
]