[package]
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>", "pravic <ehysta@gmail.com>", "Gabriel Majeri <gabriel.majeri6@gmail.com>", "SonnyX", "Johan Andersson <repi@repi.se>", "Jordan Poles <jpdev.noreply@gmail.com>", "MSxDOS <melcodos@gmail.com>", "Jim McGrath <jimmc2@gmail.com>", "roblabla <unfiltered@roblab.la>"]
categories = ["development-tools", "os::windows-apis"]
description = "A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable"
documentation = "https://rawcdn.githack.com/nabijaczleweli/rust-embed-resource/doc/embed_resource/index.html"
exclude = ["*.enc"]
keywords = ["cargo", "build", "windows", "resource", "manifest"]
license = "MIT"
name = "embed-resource"
readme = "README.md"
repository = "https://github.com/nabijaczleweli/rust-embed-resource"
version = "1.5.1"
[target."cfg(all(target_os = \"windows\", target_env = \"msvc\"))".dependencies.vswhom]
version = "0.1"
[target."cfg(all(target_os = \"windows\", target_env = \"msvc\"))".dependencies.winreg]
default-features = false
version = "0.8"
[target."cfg(not(target_os = \"windows\"))".dependencies.cc]
version = "1.0"