Cargo Features

[dependencies]
objc2-automatic-assessment-configuration = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "bitflags", "AEAssessmentApplication", "AEAssessmentConfiguration", "AEAssessmentParticipantConfiguration", "AEAssessmentSession", "AEAssessmentSessionDelegate", "AEErrors", "AEVisibility"] }
default = std

The std feature is set by default whenever objc2-automatic-assessment-configuration is added without default-features = false somewhere in the dependency tree.

std default = alloc

Currently not possible to turn off, put here for forwards compatibility.

Enables std of optional bitflags, objc2, and objc2-foundation

alloc std

Enables alloc of objc2 and objc2-foundation

all = AEAssessmentApplication, AEAssessmentConfiguration, AEAssessmentParticipantConfiguration, AEAssessmentSession, AEAssessmentSessionDelegate, AEErrors, AEVisibility, bitflags
bitflags AEAssessmentConfiguration? all?

Enables bitflags, bitflags of objc2-foundation

AEAssessmentApplication all?

Enables NSObject and NSString of objc2-foundation

AEAssessmentConfiguration all? = bitflags

Enables NSDictionary and NSObject of objc2-foundation

AEAssessmentParticipantConfiguration all?

Enables NSObject of objc2-foundation

AEAssessmentSession all?
AEAssessmentSessionDelegate all?

Enables NSError of objc2-foundation

AEErrors all?

Enables NSError and NSString of objc2-foundation

AEVisibility all?