# 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.70" name = "endpoint-sec-sys" version = "0.4.1" authors = ["HarfangLab Rust Team"] 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" [package.metadata.docs.rs] features = ["max"] 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"] max = ["macos_14_0_0"] [target."cfg(target_os = \"macos\")".dependencies.block2] version = "0.5" [target."cfg(target_os = \"macos\")".dependencies.libc] version = "0.2" features = ["extra_traits"] [target."cfg(target_os = \"macos\")".dependencies.mach2] version = "0.4" [target."cfg(target_os = \"macos\")".dependencies.objc2] version = "0.5"