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
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- ASIdentifierManager default
-
Enables NSUUID of objc2-foundation
objc2-ad-support has 4 features without comments.