Cargo Features
[dependencies]
objc2-store-kit = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "bitflags", "block2", "objc2-app-kit", "SKANError", "SKAdImpression", "SKAdNetwork", "SKArcadeService", "SKCloudServiceController", "SKCloudServiceSetupViewController", "SKDownload", "SKError", "SKOverlay", "SKOverlayConfiguration", "SKOverlayTransitionContext", "SKPayment", "SKPaymentDiscount", "SKPaymentQueue", "SKPaymentTransaction", "SKProduct", "SKProductDiscount", "SKProductStorePromotionController", "SKProductsRequest", "SKReceiptRefreshRequest", "SKRequest", "SKStoreProductViewController", "SKStoreReviewController", "SKStorefront", "StoreKitDefines"] }
- default = std
-
The
std
feature is set by default wheneverobjc2-store-kit
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Currently not possible to turn off, put here for forwards compatibility.
Enables std of optional bitflags, optional block2, objc2, optional objc2-app-kit, and objc2-foundation
- alloc std
-
Enables alloc of optional block2, objc2, optional objc2-app-kit, and objc2-foundation
- all = SKANError, SKAdImpression, SKAdNetwork, SKArcadeService, SKCloudServiceController, SKCloudServiceSetupViewController, SKDownload, SKError, SKOverlay, SKOverlayConfiguration, SKOverlayTransitionContext, SKPayment, SKPaymentDiscount, SKPaymentQueue, SKPaymentTransaction, SKProduct, SKProductDiscount, SKProductStorePromotionController, SKProductsRequest, SKReceiptRefreshRequest, SKRequest, SKStoreProductViewController, SKStoreReviewController, SKStorefront, StoreKitDefines, bitflags, block2, objc2-app-kit
- bitflags SKCloudServiceController? all?
-
Enables bitflags, bitflags of objc2-foundation and optional objc2-app-kit
- block2 all?
-
Enables block2, block2 of objc2-foundation and optional objc2-app-kit
- objc2-app-kit all?
-
Enables objc2-app-kit
- SKANError all?
-
Enables NSString of objc2-foundation
- SKAdImpression all?
-
Enables NSString and NSValue of objc2-foundation
- SKAdNetwork all?
-
Enables NSError and NSString of objc2-foundation
- SKArcadeService all?
-
Enables NSData and NSError of objc2-foundation
- SKCloudServiceController all? = bitflags
-
Enables NSError, NSNotification and NSString of objc2-foundation
- SKCloudServiceSetupViewController all?
-
Enables NSBundle, NSCoder, NSDictionary, NSError, NSObject and NSString of objc2-foundation, NSKeyValueBinding, NSNib, NSResponder, NSStoryboardSegue, NSUserInterfaceItemIdentification and NSViewController of optional objc2-app-kit
- SKDownload all?
-
Enables NSDate, NSError, NSString, NSURL and NSValue of objc2-foundation
- SKError all?
-
Enables NSString of objc2-foundation
- SKOverlay all?
-
Enables NSError of objc2-foundation
- SKOverlayConfiguration all?
-
Enables NSString of objc2-foundation
- SKOverlayTransitionContext all?
-
Enables NSGeometry of objc2-foundation
- SKPayment all?
-
Enables NSData, NSObject and NSString of objc2-foundation
- SKPaymentDiscount all?
-
Enables NSString, NSUUID and NSValue of objc2-foundation
- SKPaymentQueue all?
-
Enables NSArray, NSError and NSString of objc2-foundation
- SKPaymentTransaction all?
-
Enables NSArray, NSData, NSDate, NSError and NSString of objc2-foundation
- SKProduct all?
-
Enables NSArray, NSDecimalNumber, NSLocale, NSString and NSValue of objc2-foundation
- SKProductDiscount all?
-
Enables NSDecimalNumber, NSLocale, NSString and NSValue of objc2-foundation
- SKProductStorePromotionController all?
-
Enables NSArray and NSError of objc2-foundation
- SKProductsRequest all?
-
Enables NSArray, NSSet and NSString of objc2-foundation
- SKReceiptRefreshRequest all?
-
Enables NSDictionary and NSString of objc2-foundation
- SKRequest all?
-
Enables NSError of objc2-foundation
- SKStoreProductViewController all?
-
Enables NSBundle, NSCoder, NSDictionary, NSError, NSObject and NSString of objc2-foundation, NSKeyValueBinding, NSNib, NSResponder, NSStoryboardSegue, NSUserInterfaceItemIdentification and NSViewController of optional objc2-app-kit
- SKStoreReviewController all?
- SKStorefront all?
-
Enables NSString of objc2-foundation
- StoreKitDefines all?