summaryrefslogtreecommitdiffstats
path: root/vendor/security-framework-sys/Cargo.toml
blob: 5213eeb086496474f59d545016c1c01af094ddd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "security-framework-sys"
version = "2.9.0"
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"
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.8.3"

[dependencies.libc]
version = "0.2.139"

[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_14 = ["OSX_10_13"]
OSX_10_15 = ["OSX_10_14"]
OSX_10_9 = []
default = ["OSX_10_9"]

[badges.maintenance]
status = "passively-maintained"