By default, only `std` feature is enabled. Add a `full` feature to enable: - `std` - `rand` (see https://github.com/rust-nostr/nostr/pull/1167) - `os-rng` (see https://github.com/rust-nostr/nostr/issues/1168) - `all-nips` --- Alternatively, enable those stuff under the `default` features, instead of adding `full` feature?
By default, only
stdfeature is enabled. Add afullfeature to enable:stdrand(see nostr: addrandfeature and refine wasm32-unknown-* dependencies #1167)os-rng(see nostr: addos-rngfeature #1168)all-nipsAlternatively, enable those stuff under the
defaultfeatures, instead of addingfullfeature?