# 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 = "thunk-rs" version = "0.3.2" authors = ["felixmaker"] description = "Thunk the Rust program to support Windows XP, Vista and more!" documentation = "https://docs.rs/thunk-rs" readme = "README.md" keywords = ["build-dependencies"] categories = ["development-tools::build-utils"] license = "Apache-2.0 OR MIT" repository = "https://github.com/felixmaker/thunk" [lib] name = "thunk" path = "src/lib.rs" [dependencies] [features] default = ["xp"] lib = [] subsystem_windows = [] vc_ltl_only = [] vista = [] win10 = ["win10_10240"] win10_10240 = [] win10_19041 = [] win7 = [] win8 = [] windows_vista = ["vista"] windows_xp = ["xp"] xp = []