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 default-features = false somewhere in the dependency tree.

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.

serde_json json std
once_cell json std