objc2 0.3.0-beta.4

Objective-C interface and bindings to the Cocoa Foundation framework
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "block-sys"
version = "0.1.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0a27d75e09d3d1a1b72c2583aaec59db16932ea927846036b24b968d8240c08"
dependencies = [
 "objc-sys",
]

[[package]]
name = "block2"
version = "0.2.0-alpha.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "344b33cc92d2c0816f45d61b2dca4a30fb8c84e395a4323397f0965f16f990e1"
dependencies = [
 "block-sys",
 "objc2-encode",
]

[[package]]
name = "cc"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"

[[package]]
name = "iai"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71a816c97c42258aa5834d07590b718b4c9a598944cd39a52dc25b351185d678"

[[package]]
name = "libc"
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"

[[package]]
name = "malloc_buf"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f32c8c0575eee8637bf462087c00098fe16d6cb621f1abb6ebab4da414d57fd"
dependencies = [
 "libc",
]

[[package]]
name = "objc-sys"
version = "0.2.0-beta.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0925b3332d2aaa3a78b65b065cf68ab0e1d7527d5f7fe48c7613ce166f1494a"
dependencies = [
 "cc",
]

[[package]]
name = "objc2"
version = "0.3.0-beta.4"
dependencies = [
 "block2",
 "iai",
 "malloc_buf",
 "objc-sys",
 "objc2-encode",
 "objc2-proc-macros",
]

[[package]]
name = "objc2-encode"
version = "2.0.0-pre.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2612e4d4049c415e4a5de45c1d000df1bcf4782167716db14c3d5d54285da846"
dependencies = [
 "objc-sys",
]

[[package]]
name = "objc2-proc-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfdaa8f42a2b495579d80ce761db99ab60e087b161980289b8b8f2398eece3d"