# 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 = "wincompatlib" version = "0.7.5" authors = ["Nikita Podvirnyi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Set of interfaces to run windows applications on unix-like systems using Wine" readme = "README.md" license = "MIT" [lib] name = "wincompatlib" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.blake3] version = "1.5" optional = true [dependencies.minreq] version = "2.12" features = [ "https-rustls", "https-rustls-probe", ] optional = true [dev-dependencies.serial_test] version = "3.1" [features] all = [ "dxvk", "wine-bundles", "wine-proton", "wine-fonts", "winetricks", ] default = ["all"] dxvk = [] wine-bundles = [] wine-fonts = [ "dep:minreq", "dep:blake3", ] wine-proton = ["wine-bundles"] winetricks = []