Cargo Features
json-ld-core has no features set by default.
[dependencies]
json-ld-core = { version = "0.21.4", features = ["reqwest", "serde"] }
- reqwest = bytes, reqwest-middleware, utf8-decode
-
Enables reqwest ^0.12
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?
-
Enables reqwest-middleware ^0.3
- bytes reqwest?
- utf8-decode reqwest?
-
Enables utf8-decode ^1.0.1