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
somewhere in the dependency tree.default-features = false - 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 ^0.3.1 and rdftk_iri ^0.1.9
- sparql oxigraph-support? rdfox-support?
-
Enables spargebra ^0.2.8
- fs
-
Enables ignore
- rdfox-support = sparql
-
Enables r2d2 and rdfox-sys ^0.0.3
- 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.