Cargo Features

wick-packet has no features set by default.

[dependencies]
wick-packet = { version = "0.17.0", features = ["std", "invocation", "rt-tokio", "datetime", "validation", "rng", "test"] }
std test?

Enables std of chrono

feature = datetime

and std of seeded-random

feature = invocation

invocation test? = rng, uuid
rt-tokio

Enables tokio

feature = rt-tokio

datetime = chrono
validation

Affects wick-packet::validation

rng invocation?

Enables rng of seeded-random

test = invocation, std

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.

tokio rt-tokio?
seeded-random rng? std?
uuid invocation?
chrono datetime? std?