Cargo Features

[dependencies]
objc2-ad-support = { version = "0.3.0", default-features = false, features = ["std", "alloc", "ASIdentifierManager"] }
default = ASIdentifierManager, std

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

std default = alloc
alloc std
ASIdentifierManager default

Enables NSUUID of objc2-foundation

objc2-ad-support has 4 features without comments.