[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"]
max = ["macos_14_0_0"]
[lib]
name = "endpoint_sec_sys"
path = "src/lib.rs"
[package]
authors = ["HarfangLab Rust Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Raw Rust wrappers around the Endpoint Security Framework"
documentation = "https://docs.rs/endpoint-sec-sys"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "endpoint-sec-sys"
readme = "README.md"
repository = "https://github.com/HarfangLab/endpoint-sec"
rust-version = "1.71"
version = "0.4.3"
[package.metadata.docs.rs]
features = ["max"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"]
[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.6"
[target.'cfg(target_os = "macos")'.dependencies.libc]
features = ["extra_traits"]
version = "0.2"
[target.'cfg(target_os = "macos")'.dependencies.mach2]
version = "0.4"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"