# 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] edition = "2021" name = "windows_exe_info" version = "0.4.2" description = "A cargo build script library for adding file information to windows executables" readme = "readme.md" keywords = [ "cargo", "build", "windows", "resource", "manifest", ] license = "MIT" repository = "https://github.com/MasterOfRespawn/windows_exe_info" [dependencies.build_cfg] version = "1.1.0" optional = true [dependencies.embed-resource] version = "2.4" optional = true [features] build_cfg = ["dep:build_cfg"] default = [ "icon_ico", "icon_placeholder", "versioninfo", "embed_resource", "windows_only", ] embed_resource = ["dep:embed-resource"] icon_autodetect = [] icon_ico = [] icon_magick = ["icon_png"] icon_placeholder = ["icon_ico"] icon_png = ["icon_ico"] manifest = [] versioninfo = [] windows_only = []