sparklers-sys 0.1.1

Low-level bindings to the Sparkle application update framework for macOS
# 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 = "2024"
name = "sparklers-sys"
version = "0.1.1"
authors = [
    "ahonn <ahonn95@outlook.com>",
    "Slint Developers <info@slint.dev>",
]
build = "build.rs"
links = "Sparkle.framework"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level bindings to the Sparkle application update framework for macOS"
homepage = "https://github.com/slint-ui/sparklers"
readme = false
license = "MIT"
repository = "https://github.com/slint-ui/sparklers"
resolver = "2"

[lib]
name = "sparklers_sys"
path = "src/lib.rs"

[build-dependencies.sparklers-find-framework]
version = "0.1"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3"
features = [
    "NSDate",
    "NSDictionary",
    "NSURL",
    "NSBundle",
    "NSError",
    "NSString",
]