Cargo Features
[dependencies]
sparkles = { version = "0.1.4", default-features = false, features = ["accurate-timestamps-x86", "self-tracing"] }
- default = self-tracing
-
The
self-tracing
feature is set by default wheneversparkles
is added without
somewhere in the dependency tree.default-features = false - accurate-timestamps-x86
-
Enables accurate-timestamps-x86 of sparkles-core
- self-tracing default
sparkles has 3 features without comments.