Cargo Features

crashy has no features set by default.

[dependencies]
crashy = { version = "0.3.2", features = ["trace", "sentry", "nacl"] }
default

no default features to avoid dependencies and have a minimal build by default

trace = opentelemetry, tracing, tracing-opentelemetry
sentry = httpclienty, tokio
nacl = networky, tokio

Affects crashy::from_hex_slice, crashy::send

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.

tracing trace?
opentelemetry trace?

Enables opentelemetry ^0.23

tracing-opentelemetry trace?

Enables tracing-opentelemetry ^0.24

tokio nacl? sentry?

Enables tokio

crates below needed for sentry integration

httpclienty sentry?
networky nacl?