Cargo Features

FastId has no features set by default.

[dependencies]
fastid = { version = "0.3.3", features = ["guid", "base62", "base64"] }
guid = uuid

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.

base62 implicit feature

Enables base62

base62:

A Base62 encoding/decoding library

base64 implicit feature

Enables base64 ^0.21

base64:

encodes and decodes base64 as bytes or utf8

uuid guid?