Cargo Features

[dependencies]
objc2-symbols = { version = "0.3.2", default-features = false, features = ["std", "alloc", "unstable-darwin-objc", "NSSymbolEffect"] }
default = NSSymbolEffect, std

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

std default = alloc
alloc std
unstable-darwin-objc
NSSymbolEffect default

Enables NSObject of objc2-foundation

objc2-symbols has 5 features without comments.