Cargo Features

[dependencies]
id-ish = { version = "0.0.3", default-features = false, features = ["u128", "with-take-id", "uuid"] }
default = u128, with-take-id

These default features are set whenever id-ish is added without default-features = false somewhere in the dependency tree.

u128 default
with-take-id default

Features from optional dependencies

uuid implicit feature

Enables uuid ^0.8

uuid:

A library to generate and parse UUIDs