Cargo Features

[dependencies]
polyanya = { version = "0.12.0", default-features = false, features = ["verbose", "async", "no-default-baking", "detailed-layers", "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
detailed-layers

Affects layers::Layer.scale, polyanya::Path.path_with_layers

serde

Enables serde, serde of bvh2d and glam

Features from optional dependencies

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust