[package]
name = "embed-resource"
description = "A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable"
documentation = "https://cdn.rawgit.com/nabijaczleweli/rust-embed-resource/doc/embed_resource/index.html"
repository = "https://github.com/nabijaczleweli/rust-embed-resource"
readme = "README.md"
keywords = ["cargo", "build", "windows", "resource", "manifest"]
categories = ["development-tools", "os::windows-apis"]
license = "MIT"
version = "1.1.2"
authors = ["nabijaczleweli <nabijaczleweli@gmail.com>",
"Cat Plus Plus <piotrlegnica@piotrl.pl>",
"Liigo <liigo@qq.com>",
"azyobuzin <azyobuzin@users.sourceforge.jp>",
"Peter Atashian <retep998@gmail.com>"]
exclude = ["*.enc"]
[target.'cfg(all(windows, target_env = "msvc"))'.dependencies.winreg]
version = "0.4"
default-features = false