apple-apis 0.1.0

System bindings for Apple APIs
# 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"
rust-version = "1.95"
name = "apple-apis"
version = "0.1.0"
authors = ["Meadowsys <meadowsys@kiwin.gay>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System bindings for Apple APIs"
readme = false
license = "MIT"
repository = "https://github.com/meadowsys/apple-apis"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
features = [
    "all",
    "std",
    "sys",
]
targets = ["aarch64-apple-darwin"]

[features]
accessibility = []
all-technologies = [
    "accessibility",
    "dispatch",
    "pushkit",
    "swift",
]
default = ["std"]
dispatch = ["swift"]
pushkit = [
    "dispatch",
    "swift",
]
std = []
swift = []
unstable-sys = []

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

[build-dependencies.serde]
version = "1.0.229"
features = ["derive"]

[build-dependencies.serde-json]
version = "1.0.151"
package = "serde_json"