embed-resource 3.0.7

A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
name = "embed-resource"
version = "3.0.7"
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>",
    "Emerson de Freitas Barcelos <emersonfxbx@gmail.com>",
    "Li Keqing <me@kaze.ai>",
    "Alexis Bourget <alexis.bourget@gmail.com>",
    "Michael Farrell <micolous+git@gmail.com>",
    "Jacob Okamoto <oko@oko.io>",
    "Marijn Suijten <marijn@traverseresearch.nl>",
    "Lucas Nogueira <lucas@tauri.app>",
    "CharlesChen0823 <yongchen0823@gmail.com>",
    "Daniel Schaefer <dhs@frame.work>",
    "Rene Leonhardt",
    "ssrlive",
    "Kan-Ru Chen <kanru@kanru.info>",
]
build = false
exclude = ["*.enc"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable"
readme = "README.md"
keywords = [
    "cargo",
    "build",
    "windows",
    "resource",
    "manifest",
]
categories = [
    "development-tools",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/nabijaczleweli/rust-embed-resource"

[lib]
name = "embed_resource"
path = "src/lib.rs"

[[bin]]
name = "embed-resource"
path = "src/main.rs"

[dependencies.rustc_version]
version = "0.4"

[dependencies.toml]
version = "0.9"

[target.'cfg(all(target_os = "windows", target_env = "msvc"))'.dependencies.cc]
version = "1.2"

[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]
version = "0.55"
default-features = false

[target.'cfg(not(target_os = "windows"))'.dependencies.cc]
version = "1.2"

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