Cargo Features

[dependencies]
cgp-async = { version = "0.2.0", default-features = false, features = ["full", "async", "sync", "static"] }
default = full

The full feature is set by default whenever cgp-async is added without default-features = false somewhere in the dependency tree.

full default = async, send, static, sync
async full send? static? sync?
send sync full = async
static full = async

Affects static::MaybeStatic