Cargo Features

[dependencies]
ekg-error = { version = "0.0.19", default-features = false, features = ["iref", "serde", "aws-lambda", "rdftk-support", "sparql", "fs", "rdfox-support", "oxigraph-support", "uuid", "reqwest", "gix", "tokio", "salvo", "tracing-subscriber", "xlsx"] }
default = iref, serde

These default features are set whenever ekg-error is added without default-features = false somewhere in the dependency tree.

iref default

Enables iref

serde default aws-lambda?

Enables serde_json and serde_path_to_error

aws-lambda = aws-types, lambda_runtime, serde
rdftk-support

Enables rdftk_core and rdftk_iri

sparql oxigraph-support? rdfox-support?

Enables spargebra

fs

Enables ignore

rdfox-support = sparql

Enables r2d2 and rdfox-sys

oxigraph-support = sparql
uuid

Enables uuid

reqwest

Enables reqwest ^0.11.18, reqwest-streams ^0.2.5, and url

gix

Enables gix-discover ^0.29.0

tauri tokio
salvo

Enables salvo ^0.65.1 and salvo_core ^0.65.1

tracing-subscriber

Enables tracing and tracing-subscriber

xlsx

Enables xlsxwriter

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.

lambda_runtime aws-lambda?

Enables lambda_runtime ^0.9.0

aws-types aws-lambda?