# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60" name = "objc2-core-wlan" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to the CoreWLAN framework" readme = "README.md" keywords = [ "cocoa", "apple", "framework", "macos", ] categories = [ "api-bindings", "development-tools::ffi", "external-ffi-bindings", "os::macos-apis", ] license = "MIT" repository = "https://github.com/madsmtm/objc2" [package.metadata.docs.rs] default-target = "aarch64-apple-darwin" features = ["all"] targets = [ "aarch64-apple-darwin", "x86_64-apple-darwin", "aarch64-apple-ios-macabi", ] [lib] name = "objc2_core_wlan" path = "src/lib.rs" [dependencies.bitflags] version = "2.5.0" optional = true default-features = false [dependencies.objc2] version = "0.5.2" default-features = false [dependencies.objc2-foundation] version = "0.2.2" default-features = false [features] CWChannel = ["objc2-foundation/NSObject"] CWConfiguration = [ "objc2-foundation/NSObject", "objc2-foundation/NSOrderedSet", ] CWInterface = [ "objc2-foundation/NSData", "objc2-foundation/NSError", "objc2-foundation/NSSet", "objc2-foundation/NSString", ] CWNetwork = [ "objc2-foundation/NSData", "objc2-foundation/NSObject", "objc2-foundation/NSString", ] CWNetworkProfile = [ "objc2-foundation/NSData", "objc2-foundation/NSObject", "objc2-foundation/NSString", ] CWWiFiClient = [ "objc2-foundation/NSArray", "objc2-foundation/NSError", "objc2-foundation/NSString", ] CoreWLANConstants = ["objc2-foundation/NSString"] CoreWLANTypes = ["bitflags"] CoreWLANUtil = ["objc2-foundation/NSSet"] all = [ "CWChannel", "CWConfiguration", "CWInterface", "CWNetwork", "CWNetworkProfile", "CWWiFiClient", "CoreWLANConstants", "CoreWLANTypes", "CoreWLANUtil", "bitflags", ] alloc = [ "objc2/alloc", "objc2-foundation/alloc", ] bitflags = [ "dep:bitflags", "objc2-foundation/bitflags", ] default = ["std"] std = [ "alloc", "bitflags?/std", "objc2/std", "objc2-foundation/std", ] [lints.clippy] cargo = "warn" ptr_as_ptr = "warn" [lints.rust] elided_lifetimes_in_paths = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" non_ascii_idents = "deny" unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "deny"