Cargo Features

CKB has no features set by default.

[dependencies]
ckb = { version = "0.116.0-rc2", features = ["deadlock_detection", "with_sentry", "with_dns_seeding", "profiling", "portable", "march-native", "tokio-trace"] }
deadlock_detection

Enables deadlock_detection of ckb-bin

with_sentry

Enables with_sentry of ckb-bin

with_dns_seeding

Enables with_dns_seeding of ckb-bin

profiling

Enables profiling of ckb-bin and tikv-jemallocator

portable

Enables portable of ckb-bin

march-native

Enables march-native of ckb-bin

tokio-trace = console-subscriber

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.

console-subscriber tokio-trace?