Cargo Features
[dependencies]
stun-types = { version = "1.0.2", default-features = false, features = ["std", "arbitrary"] }
- default = std
-
The
stdfeature is set by default wheneverstun-typesis added withoutsomewhere in the dependency tree.default-features = false - 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