Cargo Features

[dependencies]
stun-types = { version = "1.0.2", default-features = false, features = ["std", "arbitrary"] }
default = std

The std feature is set by default whenever stun-types is added without default-features = false somewhere in the dependency tree.

std default

Enables reset of hmac, std of thiserror and thread_rng of rand

rand:

Option: enable ThreadRng and rng()

Affects attribute::add_display_impl

arbitrary

Enables arbitrary