[features]
apple = []
gnustep-1-7 = []
gnustep-1-8 = ["gnustep-1-7"]
gnustep-1-9 = ["gnustep-1-8"]
gnustep-2-0 = ["gnustep-1-9"]
gnustep-2-1 = ["gnustep-2-0"]
objfw = []
winobjc = ["gnustep-1-8"]
[package]
authors = ["Mads Marquart <mads@marquart.dk>"]
build = "build.rs"
categories = ["external-ffi-bindings", "os::macos-apis"]
description = "Raw bindings to the Objective-C runtime and ABI"
documentation = "https://docs.rs/objc-sys/"
edition = "2018"
exclude = ["helper-scripts/*"]
keywords = ["objective-c", "macos", "ios", "objc_msgSend", "sys"]
license = "MIT"
links = "objc"
name = "objc-sys"
readme = "README.md"
repository = "https://github.com/madsmtm/objc2"
version = "0.2.0-alpha.0"
[package.metadata.docs.rs]
cargo-args = ["-Z", "build-std"]
default-target = "x86_64-apple-darwin"
targets = ["x86_64-apple-darwin", "i686-apple-darwin", "aarch64-apple-ios", "x86_64-apple-ios", "x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]