backgroundassets 0.1.1

Safe Rust bindings for Apple's BackgroundAssets framework — on-demand asset packs delivered via App Store on macOS
Documentation
# 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.76"
name = "backgroundassets"
version = "0.1.1"
authors = ["Per Johansson <per@doom.fish>"]
build = "build.rs"
include = [
    "src/**/*",
    "swift-bridge/Package.swift",
    "swift-bridge/Sources/**/*",
    "examples/**/*",
    "tests/**/*",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "COVERAGE.md",
    "COVERAGE_AUDIT.md",
    "LICENSE-*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for Apple's BackgroundAssets framework — on-demand asset packs delivered via App Store on macOS"
homepage = "https://github.com/doom-fish/backgroundassets-rs"
readme = "README.md"
keywords = [
    "backgroundassets",
    "assetpack",
    "apple",
    "macos",
]
categories = [
    "api-bindings",
    "os::macos-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/doom-fish/backgroundassets-rs"

[package.metadata.docs.rs]
all-features = true
default-target = "aarch64-apple-darwin"
targets = [
    "aarch64-apple-darwin",
    "x86_64-apple-darwin",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[badges.maintenance]
status = "actively-developed"

[features]
async = ["dep:doom-fish-utils"]
default = []

[lib]
name = "backgroundassets"
crate-type = ["lib"]
path = "src/lib.rs"

[[example]]
name = "01_list_pack_status"
path = "examples/01_list_pack_status.rs"
required-features = ["async"]

[[example]]
name = "02_download_pack"
path = "examples/02_download_pack.rs"
required-features = ["async"]

[[example]]
name = "03_extension_handler"
path = "examples/03_extension_handler.rs"
required-features = ["async"]

[[test]]
name = "asset_pack_smoke"
path = "tests/asset_pack_smoke.rs"
required-features = ["async"]

[dependencies.doom-fish-utils]
version = ">=0.3, <0.4"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.pollster]
version = "0.3"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]

[profile.release]
debug = 2
strip = "none"