Cargo Features

[dependencies]
crashy = { version = "0.3.1", default-features = false, features = ["trace", "sentry", "nacl"] }
default = sentry

The sentry feature is set by default whenever crashy is added without default-features = false somewhere in the dependency tree.

trace = opentelemetry, tracing, tracing-opentelemetry
sentry default = 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?