Cargo Features
[dependencies]
stremio-official-addons = { version = "2.0.12", default-features = false, features = ["std", "json"] }
- default = json, std
-
These default features are set whenever
stremio-official-addons
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of once_cell and serde_json
once_cell:
Enables
once_cell::sync
module. - json default = once_cell, serde_json
-
Affects
stremio-official-addons::ADDONS_JSON
…
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.