apple-sys 0.1.0

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
objc = { version = "0.2.7", optional = true }

[build-dependencies]
bindgen = "0.60.1"
serde = { version = "1.0.140", features = ["derive"] }
serde_derive = "1.0.140"
toml = "0.5.9"

[features]
default = ["objc"]
__allow_empty = []

# AUTO-GENERATED: DO NOT ADD ANYTHING BELOW THIS LINE
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 = []
iTunesLibrary = []
vmnet = []