# 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 = "oldwin-targets" version = "0.1.0" authors = ["Honsun Zhu "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for easy to compatible with older Windows" readme = "README.md" categories = ["os::windows-apis"] license-file = "LICENSE" repository = "https://github.com/honsunrise/oldwin" [lib] name = "oldwin_targets" path = "src/lib.rs" [dependencies.oldwin-vc-ltl5] version = "0.1.0" optional = true [dependencies.oldwin-yy-thunks] version = "0.1.0" optional = true [build-dependencies.mutually_exclusive_features] version = "0.1.0" [features] default = [ "vc-ltl5", "win7", ] vc-ltl5 = [ "yy-thunks", "dep:oldwin-vc-ltl5", ] vista = [ "oldwin-vc-ltl5?/vista", "oldwin-yy-thunks?/vista", ] win10 = [ "oldwin-vc-ltl5?/win10", "oldwin-yy-thunks?/win10", ] win7 = [ "oldwin-vc-ltl5?/win7", "oldwin-yy-thunks?/win7", ] win8 = [ "oldwin-vc-ltl5?/win8", "oldwin-yy-thunks?/win8", ] xp = [ "oldwin-vc-ltl5?/xp", "oldwin-yy-thunks?/xp", ] yy-thunks = ["dep:oldwin-yy-thunks"]