Cargo Features

DDK has no features set by default.

[dependencies]
ddk = { version = "0.0.15", features = ["marketplace", "nostr", "lightning", "kormir", "p2pderivatives", "nostr-oracle", "sled", "postgres"] }
marketplace

Enables base64 ^0.13.0, nostr ^0.39.0, and nostr-sdk ^0.39.0

base64:

Nostr transport dependencies

Affects nostr::marketplace, ddk::nostr…

nostr nostr-oracle?

transport features

Enables base64 ^0.13.0, nostr ^0.39.0, and nostr-sdk ^0.39.0

Affects transport::nostr, ddk::nostr…

lightning

Enables lightning-net-tokio ^0.0.125

lightning transport

Affects transport::lightning…

kormir nostr-oracle?

oracle features

Enables reqwest

oracle feature

Affects oracle::kormir…

p2pderivatives

Enables reqwest

Affects oracle::p2p_derivatives…

nostr-oracle = kormir, nostr

Enables nostr-database ^0.39.0, nostr of kormir

Affects oracle::nostr…

sled

storage features

Enables sled

Affects storage::sled…

postgres

Enables postgres of sqlx

Affects storage::postgres…