Cargo Features
[dependencies]
faer-qr = { version = "0.17.1", default-features = false, features = ["std", "perf-warn", "rayon", "nightly"] }
- default = rayon, std
-
These default features are set whenever
faer-qr
is added without
somewhere in the dependency tree.default-features = false - std default rayon
- perf-warn = log
- rayon default = std
- nightly
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.