Cargo Features

DLC has no features set by default.

[dependencies]
dlc = { version = "0.4.0", features = ["unstable", "use-serde"] }
unstable

for benchmarks

use-serde = serde

Enables use-serde of secp256k1-zkp ^0.7.0

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.

serde use-serde?