Cargo Features
[dependencies]
aora = { version = "0.4.0", default-features = false, features = ["std", "file-strict"] }
- default = file-strict
-
The
file-strict
feature is set by default wheneveraora
is added without
somewhere in the dependency tree.default-features = false - std file-strict
- file-strict default = indexmap, std, strict_encoding
-
Affects
providers::file
…
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.