# 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 = "2021" name = "apple-security-sys" version = "2.9.4" authors = [ "Steven Fackler ", "Kornel ", "Emanuele Micheletti ", ] description = "Apple Security Framework low-level FFI bindings" homepage = "https://lib.rs/crates/apple-security-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/emanuele-em/apple-security" resolver = "1" [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"]