Cargo Features
[dependencies]
probe-rs-cli-util = { version = "0.18.0", default-features = false, features = ["sentry", "anyhow"] }
- default = anyhow
-
The
anyhow
feature is set by default wheneverprobe-rs-cli-util
is added without
somewhere in the dependency tree.default-features = false
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.
- sentry implicit feature
-
Enables sentry ^0.30.0
sentry:
Sentry (getsentry.com) client for rust ;)
Affects
logging::capture_error
,logging::capture_anyhow
,logging::capture_panic
… - anyhow default