[dependencies.bitflags]
version = "2"
[dependencies.block]
version = "0.1"
[dependencies.core-foundation]
default-features = false
version = "0.10"
[dependencies.core-graphics-types]
default-features = false
version = "0.2"
[dependencies.libc]
version = "0.2"
[dependencies.objc]
version = "0.2.3"
[features]
default = ["link"]
link = ["core-foundation/link", "core-graphics-types/link"]
[lib]
name = "cocoa_foundation"
path = "src/lib.rs"
[package]
authors = ["The Servo Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Bindings to Cocoa Foundation for macOS"
edition = "2018"
homepage = "https://github.com/servo/core-foundation-rs"
license = "MIT OR Apache-2.0"
name = "cocoa-foundation"
readme = false
repository = "https://github.com/servo/core-foundation-rs"
version = "0.2.0"
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
[[test]]
name = "foundation"
path = "tests/foundation.rs"