apple-sys 0.1.0

The auto-managed -sys crate for Apple platforms using bindgen directly from build environment
[build-dependencies.bindgen]
version = "0.60.1"

[build-dependencies.serde]
features = ["derive"]
version = "1.0.140"

[build-dependencies.serde_derive]
version = "1.0.140"

[build-dependencies.toml]
version = "0.5.9"
[dependencies.objc]
optional = true
version = "0.2.7"

[features]
AGL = []
AVFAudio = []
AVFoundation = []
AVKit = []
Accelerate = []
Accessibility = []
Accounts = []
AdServices = []
AdSupport = []
AddressBook = []
AppKit = []
AppTrackingTransparency = []
AppleScriptKit = []
AppleScriptObjC = []
ApplicationServices = []
AudioToolbox = []
AudioUnit = []
AudioVideoBridging = []
AuthenticationServices = []
AutomaticAssessmentConfiguration = []
Automator = []
BackgroundTasks = []
BusinessChat = []
CFNetwork = []
CHIP = []
CalendarStore = []
CallKit = []
Carbon = []
ClassKit = []
CloudKit = []
Cocoa = []
Collaboration = []
ColorSync = []
Contacts = []
ContactsUI = []
CoreAudio = []
CoreAudioKit = []
CoreBluetooth = []
CoreData = []
CoreFoundation = []
CoreGraphics = []
CoreHaptics = []
CoreImage = []
CoreLocation = []
CoreMIDI = []
CoreML = []
CoreMedia = []
CoreMediaIO = []
CoreMotion = []
CoreServices = []
CoreSpotlight = []
CoreTelephony = []
CoreText = []
CoreVideo = []
CoreWLAN = []
CryptoTokenKit = []
DVDPlayback = []
DataDetection = []
DeviceCheck = []
DirectoryService = []
DiscRecording = []
DiscRecordingUI = []
DiskArbitration = []
EventKit = []
ExceptionHandling = []
ExecutionPolicy = []
ExposureNotification = []
ExternalAccessory = []
FWAUserLib = []
FileProvider = []
FileProviderUI = []
FinderSync = []
ForceFeedback = []
Foundation = []
GLKit = []
GLUT = []
GSS = []
GameController = []
GameKit = []
GameplayKit = []
Hypervisor = []
ICADevices = []
IMServicePlugIn = []
IOBluetooth = []
IOBluetoothUI = []
IOKit = []
IOSurface = []
IOUSBHost = []
IdentityLookup = []
ImageCaptureCore = []
ImageIO = []
InputMethodKit = []
InstallerPlugins = []
InstantMessage = []
Intents = []
IntentsUI = []
JavaNativeFoundation = []
JavaRuntimeSupport = []
JavaScriptCore = []
Kerberos = []
KernelManagement = []
LDAP = []
LatentSemanticMapping = []
LinkPresentation = []
LocalAuthentication = []
LocalAuthenticationEmbeddedUI = []
MLCompute = []
MailKit = []
MapKit = []
MediaAccessibility = []
MediaLibrary = []
MediaPlayer = []
MediaToolbox = []
Metal = []
MetalKit = []
MetalPerformanceShaders = []
MetalPerformanceShadersGraph = []
MetricKit = []
ModelIO = []
MultipeerConnectivity = []
NaturalLanguage = []
NearbyInteraction = []
NetFS = []
Network = []
NetworkExtension = []
NotificationCenter = []
OSAKit = []
OSLog = []
OpenAL = []
OpenCL = []
OpenDirectory = []
OpenGL = []
PCSC = []
PDFKit = []
PHASE = []
ParavirtualizedGraphics = []
PassKit = []
PencilKit = []
Photos = []
PhotosUI = []
PreferencePanes = []
PushKit = []
Quartz = []
QuartzCore = []
QuickLook = []
QuickLookThumbnailing = []
QuickLookUI = []
ReplayKit = []
SafariServices = []
SceneKit = []
ScreenCaptureKit = []
ScreenSaver = []
ScreenTime = []
ScriptingBridge = []
Security = []
SecurityFoundation = []
SecurityInterface = []
SensorKit = []
ServiceManagement = []
ShazamKit = []
Social = []
SoundAnalysis = []
Speech = []
SpriteKit = []
StoreKit = []
SwiftUI = []
SyncServices = []
SystemConfiguration = []
SystemExtensions = []
TWAIN = []
Tcl = []
UniformTypeIdentifiers = []
UserNotifications = []
UserNotificationsUI = []
VideoDecodeAcceleration = []
VideoSubscriberAccount = []
VideoToolbox = []
Virtualization = []
Vision = []
WebKit = []
WidgetKit = []
__allow_empty = []
default = ["objc"]
iTunesLibrary = []
vmnet = []

[package]
authors = ["Jeong YunWon <jeong@youknowone.org>"]
categories = ["api-bindings", "os::macos-apis"]
description = "The auto-managed -sys crate for Apple platforms using bindgen directly from build environment"
edition = "2021"
include = ["/src", "/*.rs", "*.toml"]
keywords = ["sys", "apple", "macos", "bindgen"]
license = "BSD-2-Clause"
name = "apple-sys"
readme = "README.md"
repository = "https://github.com/youknowone/apple-sys/"
resolver = "2"
version = "0.1.0"