Cargo Features

sophia_resource has no features set by default.

[dependencies]
sophia_resource = { version = "0.8.0", features = ["jsonld", "xml", "file_url", "http_client"] }
jsonld = futures-util, sophia_jsonld

This feature enables the JSON-LD parser and serializer

xml = sophia_xml

This feature enables the RDF/XML parser and serializer

file_url

NOT IMPLEMENTED YET: This feature enables retrieval of resource graphs over file: URLs

http_client

NOT IMPLEMENTED YET: This feature enables retrieval of resource graphs over HTTP(S)

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.

futures-util jsonld?
sophia_jsonld jsonld?
sophia_xml xml?