Cargo Features

json-ld-core has no features set by default.

[dependencies]
json-ld-core = { version = "0.16.0", features = ["reqwest", "serde"] }
reqwest = bytes, utf8-decode

Enables reqwest ^0.11

For the reqwest loader

Affects loader::reqwest

serde

Enables serde and serde of json-syntax

json-syntax:

Serialization/Deserialization support using serde.

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.

bytes reqwest?
utf8-decode reqwest?