Cargo Features
DDK has no features set by default.
[dependencies]
ddk = { version = "0.0.14", features = ["marketplace", "nostr", "lightning", "kormir", "p2pderivatives", "sled"] }
- marketplace
-
Enables base64 ^0.13.0, nostr, and nostr-sdk
base64:
Nostr transport dependencies
Affects
nostr::marketplace
… - nostr
-
transport features
Enables base64 ^0.13.0, nostr, and nostr-sdk
Affects
transport::nostr
… - lightning
-
Enables lightning-net-tokio ^0.0.125
lightning transport
Affects
transport::lightning
… - kormir
-
oracle features
Enables reqwest
oracle feature
Affects
oracle::kormir
… - p2pderivatives
-
Enables reqwest
Affects
oracle::p2p_derivatives
… - sled
-
storage features
Enables sled
Affects
storage::sled
…