Cargo Features

ckb-network has no features set by default.

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

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.

lazy_static with_dns_seeding?
bs58 with_dns_seeding?

Enables bs58 ^0.4.0

sentry with_sentry?

Enables sentry ^0.26.0

faster-hex with_dns_seeding?

Enables faster-hex ^0.6

secp256k1 with_dns_seeding?

Enables secp256k1 ^0.24

trust-dns-resolver with_dns_seeding?

Enables trust-dns-resolver ^0.20