Cargo Features

[dependencies]
polyanya = { version = "0.5.2", default-features = false, features = ["verbose", "async", "no-default-baking", "serde", "tracing"] }
default = async

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

stats verbose
async default
no-default-baking
serde

Enables serde, serde of bvh2d and glam ^0.25

Features from optional dependencies

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust