Cargo Features

ckb-network has no features set by default.

[dependencies]
ckb-network = { version = "0.120.0-rc2", features = ["with_sentry", "with_dns_seeding", "fuzz"] }
with_sentry = sentry
with_dns_seeding = bs58, faster-hex, secp256k1, trust-dns-resolver
fuzz

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.

bs58 with_dns_seeding?
sentry with_sentry?
faster-hex with_dns_seeding?

Enables faster-hex ^0.6

secp256k1 with_dns_seeding?

Enables secp256k1 ^0.29

trust-dns-resolver with_dns_seeding?