Cargo Features

[dependencies]
ckb-crypto = { version = "0.116.0-rc2", default-features = false, features = ["secp"] }
default = secp

The secp feature is set by default whenever ckb-crypto is added without default-features = false somewhere in the dependency tree.

secp default = secp256k1

Affects ckb-crypto::secp

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.

secp256k1 secp

Enables secp256k1 ^0.24