Cargo Features
[dependencies]
crashy = { version = "0.3.1", default-features = false, features = ["trace", "sentry", "nacl"] }
- default = sentry
-
The
sentry
feature is set by default whenevercrashy
is added without
somewhere in the dependency tree.default-features = false - 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?