Cargo Features

[dependencies]
qd = { version = "0.5.1", default-features = false, features = ["std", "faer"] }
default = faer, std

These default features are set whenever qd is added without default-features = false somewhere in the dependency tree.

std default

Enables std of faer-entity ^0.17.0 and pulp

faer default = faer-entity

Affects qd::entity

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

faer-entity faer std

Enables faer-entity ^0.17.0