# This file has been automatically generated by `objc2`'s `header-translator`. # DO NOT EDIT [package] name = "objc2-multipeer-connectivity" version = "0.2.2" # Remember to update html_root_url in lib.rs description = "Bindings to the MultipeerConnectivity framework" edition = "2021" rust-version = "1.60" keywords = ["cocoa", "apple", "framework", "macos", "ios"] categories = [ "api-bindings", "development-tools::ffi", "external-ffi-bindings", "os::macos-apis", ] repository = "https://github.com/madsmtm/objc2" license = "MIT" [lints] workspace = true [dependencies] block2 = { path = "../../crates/block2", version = "0.5.1", default-features = false, optional = true } objc2 = { path = "../../crates/objc2", version = "0.5.2", default-features = false } objc2-foundation = { path = "../objc2-foundation", version = "0.2.2", default-features = false } [target.'cfg(target_os = "macos")'.dependencies] objc2-app-kit = { path = "../objc2-app-kit", version = "0.2.2", default-features = false, optional = true } [package.metadata.docs.rs] default-target = "aarch64-apple-darwin" features = ["all"] targets = [ "aarch64-apple-darwin", "x86_64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-tvos", "aarch64-apple-ios-macabi", ] [features] default = ["std"] # Currently not possible to turn off, put here for forwards compatibility. std = ["alloc", "block2?/std", "objc2/std", "objc2-app-kit?/std", "objc2-foundation/std"] alloc = ["block2?/alloc", "objc2/alloc", "objc2-app-kit?/alloc", "objc2-foundation/alloc"] block2 = ["dep:block2", "objc2-app-kit?/block2", "objc2-foundation/block2"] objc2-app-kit = ["dep:objc2-app-kit"] MCAdvertiserAssistant = [ "objc2-foundation/NSDictionary", "objc2-foundation/NSString", ] MCBrowserViewController = [ "objc2-app-kit?/NSKeyValueBinding", "objc2-app-kit?/NSNib", "objc2-app-kit?/NSResponder", "objc2-app-kit?/NSStoryboardSegue", "objc2-app-kit?/NSUserInterfaceItemIdentification", "objc2-app-kit?/NSViewController", "objc2-foundation/NSBundle", "objc2-foundation/NSCoder", "objc2-foundation/NSDictionary", "objc2-foundation/NSObject", "objc2-foundation/NSString", ] MCError = ["objc2-foundation/NSString"] MCNearbyServiceAdvertiser = [ "objc2-foundation/NSData", "objc2-foundation/NSDictionary", "objc2-foundation/NSError", "objc2-foundation/NSString", ] MCNearbyServiceBrowser = [ "objc2-foundation/NSData", "objc2-foundation/NSDate", "objc2-foundation/NSDictionary", "objc2-foundation/NSError", "objc2-foundation/NSString", ] MCPeerID = [ "objc2-foundation/NSObject", "objc2-foundation/NSString", ] MCSession = [ "objc2-foundation/NSArray", "objc2-foundation/NSData", "objc2-foundation/NSError", "objc2-foundation/NSProgress", "objc2-foundation/NSStream", "objc2-foundation/NSString", "objc2-foundation/NSURL", ] all = [ "MCAdvertiserAssistant", "MCBrowserViewController", "MCError", "MCNearbyServiceAdvertiser", "MCNearbyServiceBrowser", "MCPeerID", "MCSession", "block2", "objc2-app-kit", ]