[go: up one dir, main page]

security-framework-sys 0.1.15

Security Framework bindings
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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 = []