[package]
name = "security-framework-sys"
version = "0.1.15"
authors = ["Steven Fackler <sfackler@gmail.com>"]
build = "build.rs"
description = "Security Framework bindings"
documentation = "https://sfackler.github.io/rust-security-framework/doc/v0.1.14/security_framework_sys"
readme = "../README.md"
keywords = ["OSX", "iOS", "TLS", "SSL", "crypto"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/rust-security-framework"
[dependencies.core-foundation-sys]
version = "0.2.1"
[dependencies.libc]
version = "0.2"
[features]
OSX_10_11 = ["OSX_10_10"]
OSX_10_9 = ["OSX_10_8"]
OSX_10_12 = ["OSX_10_11"]
OSX_10_10 = ["OSX_10_9"]
OSX_10_8 = []