Cargo Features
[dependencies]
objc2-multipeer-connectivity = { version = "0.3.0", default-features = false, features = ["std", "alloc", "block2", "objc2-app-kit", "MCAdvertiserAssistant", "MCBrowserViewController", "MCError", "MCNearbyServiceAdvertiser", "MCNearbyServiceBrowser", "MCPeerID", "MCSession", "MultipeerConnectivity"] }
- default = MCAdvertiserAssistant, MCBrowserViewController, MCError, MCNearbyServiceAdvertiser, MCNearbyServiceBrowser, MCPeerID, MCSession, MultipeerConnectivity, block2, objc2-app-kit, std
-
These default features are set whenever
objc2-multipeer-connectivity
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- block2 default
-
Enables block2
- objc2-app-kit default
-
Enables objc2-app-kit
- MCAdvertiserAssistant default
-
Enables NSDictionary and NSString of objc2-foundation
- MCBrowserViewController default
-
Enables NSBundle, NSCoder, NSDictionary, NSObject and NSString of objc2-foundation
- MCError default
-
Enables NSString of objc2-foundation
- MCNearbyServiceAdvertiser default
-
Enables NSData, NSDictionary, NSError and NSString of objc2-foundation
- MCNearbyServiceBrowser default
-
Enables NSData, NSDate, NSDictionary, NSError and NSString of objc2-foundation
- MCPeerID default
-
Enables NSObject and NSString of objc2-foundation
- MCSession default
-
Enables NSArray, NSData, NSError, NSProgress, NSStream, NSString and NSURL of objc2-foundation
- MultipeerConnectivity default
objc2-multipeer-connectivity has 13 features without comments.