security-framework-sys 0.2.2

Security Framework bindings
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "MacTypes-sys"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dbbe033994ae2198a18517c7132d952a29fb1db44249a1234779da7c50f4698"
dependencies = [
 "libc",
]

[[package]]
name = "core-foundation-sys"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
dependencies = [
 "libc",
]

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

[[package]]
name = "security-framework-sys"
version = "0.2.2"
dependencies = [
 "MacTypes-sys",
 "core-foundation-sys",
 "libc",
]