Cargo Features

[dependencies]
objc2-finder-sync = { version = "0.3.0", default-features = false, features = ["std", "alloc", "block2", "objc2-app-kit"] }
default = block2, objc2-app-kit, std

These default features are set whenever objc2-finder-sync is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc std
block2 default

Enables block2

objc2-app-kit default

Enables objc2-app-kit

objc2-finder-sync has 5 features without comments.