Cargo Features

crab-errors-rs has no features set by default.

[dependencies]
crab-errors-rs = { version = "0.1.6", features = ["libsql_error", "async_graphql", "axum_error"] }
libsql_error = libsql
async_graphql = async-graphql

Affects graphql::create_extension

axum_error = axum

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.

libsql libsql_error?

Enables libsql ^0.2.0

async-graphql async_graphql?
axum axum_error?