Cargo Features

OxTTL has no features set by default.

[dependencies]
oxttl = { version = "0.1.3", features = ["rdf-star", "async-tokio"] }
rdf-star

Enables rdf-star of oxrdf

Affects terse::TriGRecognizerContext.with_quoted_triples

async-tokio

Enables tokio

Affects n3::TokioAsyncReaderN3Parser, nquads::TokioAsyncReaderNQuadsParser, nquads::TokioAsyncWriterNQuadsSerializer, ntriples::TokioAsyncReaderNTriplesParser, ntriples::TokioAsyncWriterNTriplesSerializer, parser::TokioAsyncReaderIterator, trig::TokioAsyncReaderTriGParser, trig::TokioAsyncWriterTriGSerializer, turtle::TokioAsyncReaderTurtleParser, turtle::TokioAsyncWriterTurtleSerializer