[package]
edition = "2024"
rust-version = "1.85"
name = "endpoint-sec-sys"
version = "0.6.0"
authors = ["HarfangLab Rust Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw Rust wrappers around the Endpoint Security Framework"
documentation = "https://docs.rs/endpoint-sec-sys"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/HarfangLab/endpoint-sec"
resolver = "2"
[package.metadata.docs.rs]
features = [
"max",
"objc2",
]
rustdoc-args = [
"--cfg",
"docsrs",
"--generate-link-to-definition",
]
targets = [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
]
[features]
default = []
macos_10_15_1 = []
macos_10_15_4 = ["macos_10_15_1"]
macos_11_0_0 = ["macos_10_15_4"]
macos_11_3_0 = ["macos_11_0_0"]
macos_12_0_0 = ["macos_11_3_0"]
macos_13_0_0 = ["macos_12_0_0"]
macos_13_3_0 = ["macos_13_0_0"]
macos_14_0_0 = ["macos_13_3_0"]
macos_15_0_0 = ["macos_14_0_0"]
macos_15_4_0 = ["macos_15_0_0"]
max = ["macos_15_4_0"]
objc2 = ["dep:objc2"]
[lib]
name = "endpoint_sec_sys"
path = "src/lib.rs"
[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.6"
[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"
features = ["extra_traits"]
[target.'cfg(target_os = "macos")'.dependencies.mach2]
version = "0.6"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"
optional = true