security-framework 2.11.1

Security.framework bindings for macOS and iOS
Documentation
[badges.maintenance]
status = "looking-for-maintainer"

[dependencies.bitflags]
version = "2.6"

[dependencies.core-foundation]
version = "0.9.4"

[dependencies.core-foundation-sys]
version = "0.8.6"

[dependencies.libc]
version = "0.2.139"

[dependencies.log]
optional = true
version = "0.4.20"

[dependencies.num-bigint]
optional = true
version = "0.4.6"

[dependencies.security-framework-sys]
default-features = false
version = "2.11.1"

[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.tempfile]
version = "3.3.0"

[dev-dependencies.time]
version = "0.3.17"

[dev-dependencies.x509-parser]
version = "0.16"

[[example]]
name = "client"

[[example]]
name = "find_internet_password"

[[example]]
name = "set_internet_password"

[features]
OSX_10_10 = ["OSX_10_9", "security-framework-sys/OSX_10_10"]
OSX_10_11 = ["OSX_10_10", "security-framework-sys/OSX_10_11"]
OSX_10_12 = ["OSX_10_11", "security-framework-sys/OSX_10_12"]
OSX_10_13 = ["OSX_10_12", "security-framework-sys/OSX_10_13", "alpn", "session-tickets", "serial-number-bigint"]
OSX_10_14 = ["OSX_10_13", "security-framework-sys/OSX_10_14"]
OSX_10_15 = ["OSX_10_14", "security-framework-sys/OSX_10_15"]
OSX_10_9 = ["security-framework-sys/OSX_10_9"]
alpn = []
default = ["OSX_10_12"]
job-bless = []
nightly = []
serial-number-bigint = ["dep:num-bigint"]
session-tickets = []

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_sign_loss = "allow"
if_not_else = "allow"
inline_always = "allow"
items_after_statements = "allow"
iter_not_returning_iterator = "allow"
map_unwrap_or = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
redundant_closure_for_method_calls = "allow"
similar_names = "allow"
unnested_or_patterns = "allow"
wildcard_imports = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -100

[package]
authors = ["Steven Fackler <sfackler@gmail.com>", "Kornel <kornel@geekhood.net>"]
categories = ["os::macos-apis", "cryptography", "api-bindings"]
description = "Security.framework bindings for macOS and iOS"
documentation = "https://docs.rs/security_framework"
edition = "2021"
exclude = ["test/*"]
homepage = "https://lib.rs/crates/security_framework"
keywords = ["iOS", "TLS", "SSL", "crypto", "keychain"]
license = "MIT OR Apache-2.0"
name = "security-framework"
readme = "README.md"
repository = "https://github.com/kornelski/rust-security-framework"
rust-version = "1.60"
version = "2.11.1"

[package.metadata.docs.rs]
features = ["OSX_10_15"]
targets = ["x86_64-apple-darwin", "aarch64-apple-ios"]