Cargo Features
[dependencies]
rdfoothills-conversion = { version = "0.4.0", default-features = false, features = ["oxrdfio", "async"] }
- default = async, oxrdfio
-
These default features are set whenever
rdfoothills-conversion
is added without
somewhere in the dependency tree.default-features = false - oxrdfio default async
-
Support converwsion wiht rust RDF I/O library
oxrdfio
.Enables oxrdfio
- async default
-
Use async/tokio (vs std).
Enables async-trait, tokio, async-tokio of oxrdfio, async of rdfoothills-mime
Affects
conversion::Converter.convert_async
,conversion::cli_cmd_async
,conversion::convert_async
…