Cargo Features

[dependencies]
polyanya = { version = "0.11.1", 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 ^0.5 and glam ^0.27

Features from optional dependencies

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust