# 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.1" authors = [ "наб ", "Cat Plus Plus ", "Liigo ", "azyobuzin ", "Peter Atashian ", "pravic ", "Gabriel Majeri ", "SonnyX", "Johan Andersson ", "Jordan Poles ", "MSxDOS ", "Jim McGrath ", "roblabla ", "Jasper Bekkers ", "Richard Markiewicz ", "Emerson de Freitas Barcelos ", "Li Keqing ", "Alexis Bourget ", "Michael Farrell ", "Jacob Okamoto ", "Marijn Suijten ", ] build = false exclude = ["*.enc"] 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" documentation = "https://rawcdn.githack.com/nabijaczleweli/rust-embed-resource/doc/embed_resource/index.html" 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.8" [target.'cfg(all(target_os = "windows", target_env = "msvc"))'.dependencies.cc] version = "1.0" [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.52" default-features = false [target.'cfg(not(target_os = "windows"))'.dependencies.cc] version = "1.0" [target.'cfg(not(target_os = "windows"))'.dependencies.memchr] version = "2.7"