Cargo Features
efivar has no features set by default.
[dependencies]
efivar = { version = "2.0.0", features = ["store"] }
- store = base64, serde, serde_derive, toml
-
Affects
efivar::store
,efivar::file_store
…
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.
- base64 store?
-
Enables base64 ^0.21.2
- serde store?
- serde_derive store?
- toml store?
-
Enables toml ^0.7.6