Cargo Features

[dependencies]
shortguid = { version = "0.6.0", default-features = false, features = ["random", "serde", "arbitrary"] }
default = random

The random feature is set by default whenever shortguid is added without default-features = false somewhere in the dependency tree.

random default

Enables v4 of uuid

serde

Enables serde, serde of uuid

arbitrary

Enables arbitrary of uuid and derive of arbitrary

arbitrary:

Turn this feature on to enable support for #[derive(Arbitrary)].

ShortGuid has 4 features without comments.