embed-resource 1.6.13

A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable
Documentation
[package]
name = "embed-resource"
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"
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"
# Remember to also update in appveyor.yml
# Remember to also update in src/lib.rs ~L40 (Cargo.toml example)
# Remember to also update in README
version = "1.6.13"
authors = ["наб <nabijaczleweli@nabijaczleweli.xyz>",
           "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>",
           "Jasper Bekkers <jasper@traverseresearch.nl>",
           "Richard Markiewicz <rmarkiewicz@devolutions.net>",
           "Li Keqing <me@kaze.ai>"]
exclude = ["*.enc"]


[dependencies]
rustc_version = "0.4"
toml = "=0.5.8"  # https://ci.appveyor.com/project/nabijaczleweli/rust-embed-resource/builds/44058177/job/xqpfqv6ic05g99r8#L96

[target.'cfg(not(target_os = "windows"))'.dependencies]
memchr = "2.7"
cc = "1.0"

[target.'cfg(all(target_os = "windows", target_env = "msvc"))'.dependencies]
cc = "1.0"
vswhom = "0.1"

[target.'cfg(all(target_os = "windows", target_env = "msvc"))'.dependencies.winreg]
version = "0.10"
default-features = false