cacao 0.3.2

Rust bindings for AppKit (macOS/Airyx/GNUStep, beta) and UIKit (iOS/tvOS, alpha).
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.block]
version = "0.1.6"

[dependencies.core-foundation]
version = "0.9"

[dependencies.core-graphics]
version = "0.22"

[dependencies.dispatch]
version = "0.2.0"

[dependencies.infer]
optional = true
version = "0.4"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2"

[dependencies.objc]
version = "0.2.7"

[dependencies.objc_id]
version = "0.1.1"

[dependencies.os_info]
version = "3.0.1"

[dependencies.url]
version = "2.1.1"

[dependencies.uuid]
features = ["v4"]
optional = true
version = "0.8"

[dev-dependencies.eval]
version = "0.4"

[[example]]
name = "webview_custom_protocol"
required-features = ["webview"]

[features]
appkit = ["core-foundation/mac_os_10_8_features"]
autolayout = []
cloudkit = []
color_fallbacks = []
default = ["appkit", "autolayout"]
quicklook = []
uikit = []
user-notifications = ["uuid"]
webview = ["infer"]
webview-downloading-macos = []

[package]
authors = ["Ryan McGrath <ryan@rymc.io>"]
build = "build.rs"
categories = ["gui", "os::macos-apis", "os::ios-apis"]
description = "Rust bindings for AppKit (macOS/Airyx/GNUStep, beta) and UIKit (iOS/tvOS, alpha)."
edition = "2018"
keywords = ["gui", "macos", "ios", "appkit", "uikit"]
license = "MIT OR MPL-2.0+"
name = "cacao"
readme = "README.md"
repository = "https://github.com/ryanmcgrath/cacao"
version = "0.3.2"

[package.metadata.bundle.example.ios-beta]
category = "Developer Tool"
identifier = "com.cacao.ios-test"
long_description = "An example Cacao iOS app."
name = "ios-beta"
short_description = "An example Cacao iOS app."

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-apple-darwin"
rustdoc-args = ["--cfg", "docsrs"]