Cargo Features
[dependencies]
leptos-shadcn-performance-audit = { version = "0.1.0", default-features = false, features = ["benchmarks", "cli", "web", "js-sys"] }
harness = false
- default = benchmarks, monitoring
-
These default features are set whenever
leptos-shadcn-performance-auditis added withoutsomewhere in the dependency tree.default-features = false - monitoring benchmarks default
- cli = indicatif
- web = wasm-bindgen, web-sys
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.
- js-sys wasm32 implicit feature
- indicatif not wasm32 cli?
-
Enables indicatif ^0.17
- wasm-bindgen wasm32 web?
- web-sys wasm32 web?