[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"