Cargo Features

[dependencies]
untidy-biscuit = { version = "0.1.3", default-features = false, features = ["all", "datetime", "xattrs", "miscellany", "id"] }
default = all

The all feature is set by default whenever untidy-biscuit is added without default-features = false somewhere in the dependency tree.

all default = datetime, id, miscellany, xattrs
datetime all

Affects untidy-biscuit::datetime

xattrs all

Affects untidy-biscuit::xattrs

miscellany all

Affects untidy-biscuit::miscellany

id all

Affects untidy-biscuit::id