Cargo Features

[dependencies]
crabslab = { version = "0.5.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 default-features = false somewhere in the dependency tree.

futures-lite default

Enables futures-lite ^1.13

glam default

Enables glam ^0.24

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