# 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" rust-version = "1.60" name = "apple-security-framework" version = "2.9.2" authors = [ "Steven Fackler ", "Kornel ", "Rob Ede ", ] exclude = ["test/*"] description = "Apple `Security.framework` bindings for macOS and iOS" readme = "README.md" keywords = [ "iOS", "TLS", "SSL", "crypto", "keychain", ] categories = [ "os::macos-apis", "cryptography", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/x52dev/apple-security-framework" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "x86_64-apple-darwin", "aarch64-apple-ios", ] [dependencies.apple-security-framework-sys] version = "2.9" default-features = false [dependencies.bitflags] version = "2" [dependencies.core-foundation] version = "0.9.3" [dependencies.core-foundation-sys] version = "0.8.3" [dependencies.libc] version = "0.2.139" [dependencies.log] version = "0.4.17" optional = true [dependencies.num-bigint] version = "0.4.3" optional = true [features] OSX_10_10 = [ "OSX_10_9", "apple-security-framework-sys/OSX_10_10", ] OSX_10_11 = [ "OSX_10_10", "apple-security-framework-sys/OSX_10_11", ] OSX_10_12 = [ "OSX_10_11", "apple-security-framework-sys/OSX_10_12", ] OSX_10_13 = [ "OSX_10_12", "apple-security-framework-sys/OSX_10_13", "alpn", "session-tickets", "serial-number-bigint", ] OSX_10_14 = [ "OSX_10_13", "apple-security-framework-sys/OSX_10_14", ] OSX_10_15 = [ "OSX_10_14", "apple-security-framework-sys/OSX_10_15", ] OSX_10_9 = ["apple-security-framework-sys/OSX_10_9"] alpn = [] default = ["OSX_10_9"] job-bless = [] nightly = [] serial-number-bigint = ["dep:num-bigint"] session-tickets = [] [badges.maintenance] status = "passive-maintainance"