[dependencies.windows]
features = ["Win32_System_LibraryLoader"]
version = "0.59"
[lib]
name = "is_wine"
path = "src/lib.rs"
[package]
authors = ["Domenico Mancini"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "A library to easily check if the current app is running under wine."
edition = "2021"
keywords = ["wine", "windows", "linux", "detect", "detection"]
license = "MIT"
name = "is_wine"
readme = "README.md"
repository = "https://github.com/dSyncro/is_wine"
version = "0.1.2"