Cargo Features
ckb-network has no features set by default.
[dependencies]
ckb-network = { version = "0.201.0", features = ["with_sentry", "with_dns_seeding", "fuzz"] }
- with_sentry = sentry
- with_dns_seeding = bs58, faster-hex, hickory-resolver, secp256k1
- 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?
-
Enables sentry ^0.34.0
- faster-hex with_dns_seeding?
-
Enables faster-hex ^0.6
- secp256k1 with_dns_seeding?
-
Enables secp256k1 ^0.30
- hickory-resolver with_dns_seeding?
-
Enables hickory-resolver ^0.24.2