objc2-foundation 0.2.0-alpha.2

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

[[package]]
name = "block-sys"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc8345a978389c3f6c27a49733a888d0b74fc1feb41745f0bc0f6e8729b969e4"

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

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

[[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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f83d5bf9c4f2c0d622f4edd6288f246522c28fb5257fdc1d1741d5ca3e48fb4"

[[package]]
name = "objc2"
version = "0.3.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea32d5ccde48a0b90db4b29e7e10f0e656fdb27509c1b5be8087443bf089917"
dependencies = [
 "malloc_buf",
 "objc-sys",
 "objc2-encode",
]

[[package]]
name = "objc2-encode"
version = "2.0.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af53ff74734994bcfbd762bd310f5cb3f88b791a6c4a454bff5873f8650e5110"

[[package]]
name = "objc2-foundation"
version = "0.2.0-alpha.2"
dependencies = [
 "block2",
 "objc-sys",
 "objc2",
]