[dependencies.malloced]
optional = true
version = "1"
[dev-dependencies.rand]
version = "0.7.3"
[features]
app_kit = ["foundation"]
cf_network = ["core_foundation"]
core_animation = ["foundation"]
core_audio = []
core_foundation = ["objc"]
core_graphics = []
core_image = ["foundation"]
core_services = ["core_foundation"]
core_text = ["core_foundation"]
core_video = ["foundation"]
default = ["malloced"]
dispatch = []
foundation = ["objc", "core_graphics"]
io_kit = ["core_foundation"]
objc = []
system_configuration = ["core_foundation"]
ui_kit = ["foundation"]
[package]
authors = ["Nikolai Vazquez <hello@nikolaivazquez.com>"]
categories = ["api-bindings", "development-tools::ffi", "os"]
description = "Rusty bindings for Apple libraries"
documentation = "https://docs.rs/fruity"
edition = "2018"
homepage = "https://github.com/nvzqz/fruity"
include = ["Cargo.toml", "src", "tests", "examples", "README*", "CHANGELOG*", "LICENSE*"]
keywords = ["apple", "cocoa", "objc", "foundation", "uikit"]
license = "MIT OR Apache-2.0"
name = "fruity"
repository = "https://github.com/nvzqz/fruity"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-apple-darwin"]