Cargo Features

SvcError has no features set by default.

[dependencies]
svc-error = { version = "0.6.0", features = ["sentry-extension", "serialize-status-code", "r2d2", "sqlx", "svc-agent", "svc-authn", "svc-authz"] }
sentry-extension = once_cell, sentry, sentry-anyhow
serialize-status-code = http-serde

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.

http-serde serialize-status-code?

Enables http-serde ^1.1

once_cell sentry-extension?
r2d2 implicit feature

Enables r2d2

r2d2:

A generic connection pool

sentry sentry-extension?

Enables sentry ^0.31

Affects extension::sentry

sentry-anyhow sentry-extension?

Enables sentry-anyhow ^0.31

sqlx implicit feature

Enables sqlx ^0.6

svc-agent implicit feature

Enables svc-agent

svc-agent:

An agent library

svc-authn implicit feature

Enables svc-authn

svc-authn:

An authentication library

svc-authz implicit feature

Enables svc-authz

svc-authz:

An authorization library