Cargo Features

nostr-sdk has no features set by default.

[dependencies]
nostr-sdk = { version = "0.44.1", features = ["tor", "pow-multi-thread", "all-nips", "nip03", "nip04", "nip06", "nip44", "nip47", "nip49", "nip57", "nip59", "nip96", "nip98"] }
tor

Enables tor of nostr-relay-pool

pow-multi-thread

Enables pow-multi-thread of nostr

nostr:

Enable event POW mining using multi-threads

all-nips = nip04, nip06, nip44, nip47, nip49, nip57, nip59, nip96, nip98

Enables all-nips of nostr

nip03

Enables nip03 of nostr

nip04 all-nips?

Enables nip04 of nostr

nip06 all-nips?

Enables nip06 of nostr

nip44 all-nips?

Enables nip44 of nostr

nip47 all-nips?

Enables nip47 of nostr

nip49 all-nips?

Enables nip49 of nostr

nip57 all-nips?

Enables nip57 of nostr

nip59 all-nips?

Enables nip59 of nostr

nip96 all-nips?

Enables nip96 of nostr

nip98 all-nips?

Enables nip98 of nostr

nostr-sdk has 13 features without comments.