Cargo Features

[dependencies]
tooey = { version = "0.7.1", default-features = false, features = ["no_std", "std", "objects"] }
default = objects

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

no_std
std

Affects tooey::std_features

objects default

Affects tooey::objects