objc2 0.3.0-alpha.5

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

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

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

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

[[package]]
name = "objc2"
version = "0.3.0-alpha.5"
dependencies = [
 "cc",
 "malloc_buf",
 "objc-sys",
 "objc2-encode",
]

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