# 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" name = "service-management-sys" version = "0.1.0" authors = ["Hank Bao "] description = "Apple `ServiceManagement.framework` low-level FFI bindings" homepage = "https://lib.rs/crates/service-management-sys" documentation = "https://docs.rs/service-management-sys" readme = "README.md" keywords = [ "ffi", "macOS", "launchd", "SMJobBless", ] categories = [ "os::macos-apis", "external-ffi-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hankbao/service-management-sys" resolver = "2" [package.metadata.docs.rs] targets = [ "aarch64-apple-darwin", "x86_64-apple-darwin", ] [dependencies.core-foundation-sys] version = "0.8" [dependencies.security-framework-sys] version = "2.6"