Cargo Features
[dependencies]
crabslab = { version = "0.6.1", default-features = false, features = ["futures-lite", "glam", "async-channel", "bytemuck", "log", "snafu"] }
- default = futures-lite, glam
-
These default features are set whenever
crabslab
is added without
somewhere in the dependency tree.default-features = false - futures-lite default
-
Enables futures-lite ^1.13
- glam default
-
Enables glam
Features from optional dependencies
- async-channel implicit feature
-
Enables async-channel ^1.8
async-channel:
Async multi-producer multi-consumer channel
- bytemuck implicit feature
-
Enables bytemuck
bytemuck:
A crate for mucking around with piles of bytes
- log implicit feature
-
Enables log
log:
A lightweight logging facade for Rust
- snafu implicit feature
-
Enables snafu ^0.7
snafu:
An ergonomic error handling library