Cargo Features
ckb-bin has no features set by default.
[dependencies]
ckb-bin = { version = "0.119.0", features = ["deadlock_detection", "profiling", "with_sentry", "with_dns_seeding", "portable", "march-native"] }
- deadlock_detection
-
Enables deadlock_detection of ckb-util
Affects
helper::deadlock_detection
… - profiling
-
Enables profiling of ckb-memory-tracker, stats of ckb-shared
- with_sentry = sentry
-
Enables with_sentry of ckb-app-config, ckb-launcher, ckb-logger-service, and ckb-network
Affects
setup::Setup.subcommand_name
,setup::Setup.is_sentry_enabled
… - with_dns_seeding
-
Enables with_dns_seeding of ckb-network
- portable
-
Enables portable of ckb-launcher
- march-native
-
Enables march-native of ckb-launcher
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 with_sentry?
-
Enables sentry ^0.26.0