blob: 6e7921c730d67f1d459380e190c3d99ba481076c [file] [log] [blame]
# 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.4.3"
authors = ["Steven Fackler <sfackler@gmail.com>", "Kornel <kornel@geekhood.net>"]
description = "Apple `Security.framework` low-level FFI bindings"
homepage = "https://lib.rs/crates/security-framework-sys"
documentation = "https://kornelski.github.io/rust-security-framework/doc/security_framework_sys"
readme = "README.md"
keywords = ["ffi", "iOS", "TLS", "SSL", "crypto"]
categories = ["os::macos-apis", "external-ffi-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kornelski/rust-security-framework"
[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin", "aarch64-apple-ios"]
[dependencies.core-foundation-sys]
version = "0.7"
[dependencies.libc]
version = "0.2.47"
[features]
OSX_10_10 = ["OSX_10_9"]
OSX_10_11 = ["OSX_10_10"]
OSX_10_12 = ["OSX_10_11"]
OSX_10_13 = ["OSX_10_12"]
OSX_10_9 = []
[badges.maintenance]
status = "passively-maintained"