embed_entitlements 0.1.0

Embed `.entitlements` directly in your executable binary
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 = "2024"
rust-version = "1.91"
name = "embed_entitlements"
version = "0.1.0"
authors = ["Mads Marquart <mads@marquart.dk>"]
build = false
include = [
    "README.md",
    "src",
    "tests",
    "sandbox.entitlements",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embed `.entitlements` directly in your executable binary"
readme = "README.md"
keywords = [
    "macos",
    "ios",
    "sim",
    "simulator",
    "entitlements",
]
categories = [
    "config",
    "development-tools::build-utils",
    "os::macos-apis",
]
license = "Zlib OR Apache-2.0 OR MIT"
repository = "https://github.com/madsmtm/embed_entitlements"

[package.metadata.docs.rs]
targets = ["aarch64-apple-darwin"]

[features]
pure = ["embed_entitlements_macro/pure"]

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

[[test]]
name = "binary_inspection"
path = "tests/binary_inspection.rs"

[dev-dependencies.object]
version = "0.39.0"

[target.'cfg(target_env = "sim")'.dependencies.embed_entitlements_macro]
version = "0.1.0"