Cargo Features

[dependencies]
cgp-async = { version = "0.4.0", default-features = false, features = ["full", "async", "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 static full = async

cgp-async has 4 features without comments.