embed_plist 1.2.2

Embed property list files like Info.plist directly in your executable binary.
Documentation
[badges.maintenance]
status = "actively-developed"

[package]
authors = ["Nikolai Vazquez <hello@nikolaivazquez.com>"]
categories = ["config", "development-tools::build-utils", "no-std"]
description = "Embed property list files like Info.plist directly in your executable binary."
documentation = "https://docs.rs/embed_plist"
edition = "2018"
homepage = "https://github.com/nvzqz/embed-plist-rs"
include = ["Cargo.toml", "src", "tests", "README*", "CHANGELOG*", "LICENSE*"]
keywords = ["apple", "include", "info", "launchd", "plist"]
license = "MIT OR Apache-2.0"
name = "embed_plist"
repository = "https://github.com/nvzqz/embed-plist-rs"
version = "1.2.2"
[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin"]