objc2 0.3.0-alpha.5

Objective-C runtime bindings and interface.
[build-dependencies.cc]
optional = true
version = "1"
[dependencies.malloc_buf]
optional = true
version = "1.0"

[dependencies.objc-sys]
version = "=0.2.0-alpha.0"

[dependencies.objc2-encode]
version = "=2.0.0-beta.1"

[features]
catch_all = ["exception"]
exception = ["cc"]
malloc = ["malloc_buf"]
unstable_autoreleasesafe = []
verify_message = ["malloc"]

[package]
authors = ["Steven Sheldon", "Mads Marquart <mads@marquart.dk>"]
build = "build.rs"
categories = ["api-bindings", "development-tools::ffi", "os::macos-apis"]
description = "Objective-C runtime bindings and interface."
documentation = "https://docs.rs/objc2/"
edition = "2018"
keywords = ["objective-c", "macos", "ios", "objc_msgSend"]
license = "MIT"
name = "objc2"
readme = "README.md"
repository = "https://github.com/madsmtm/objc2"
version = "0.3.0-alpha.5"
[package.metadata.docs.rs]
cargo-args = ["-Z", "build-std"]
default-target = "x86_64-apple-darwin"
features = ["exception", "malloc"]
targets = ["x86_64-apple-darwin", "i686-apple-darwin", "aarch64-apple-ios", "x86_64-apple-ios", "x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]