Cargo Features
[dependencies]
aora = { version = "0.6.3", default-features = false, features = ["std", "all", "file-strict", "rand"] }
- 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
- all = file-strict
- file-strict default all? = binfile, 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.
- binfile file-strict
- strict_encoding file-strict
- indexmap file-strict
- rand wasm32 implicit feature
-
Enables rand ^0.8.4
rand:
Random number generators and other randomness functionality