Cargo Features

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

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

Enables reqwest

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.

reqwest-middleware reqwest?
bytes reqwest?
utf8-decode reqwest?