wslapi 0.1.3

Managing the Windows Subsystem for Linux
Documentation
[lib]
path = "src/_lib.rs"

[package]
authors = ["MaulingMonkey <git@maulingmonkey.com>"]
categories = ["api-bindings", "os::windows-apis"]
description = "Managing the Windows Subsystem for Linux"
documentation = "https://docs.rs/wslapi"
edition = "2018"
exclude = [".vscode"]
keywords = ["wsl", "wslapi", "lxss"]
license = "Apache-2.0 OR MIT"
name = "wslapi"
readme = "Readme.md"
repository = "https://github.com/MaulingMonkey/wslapi"
version = "0.1.3"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"]

[target."cfg(windows)".dependencies.minidl]
version = "0.1"

[target."cfg(windows)".dependencies.wchar]
version = "0.6.1"

[target."cfg(windows)".dependencies.winapi]
features = ["minwindef", "ntdef", "winerror", "combaseapi", "handleapi", "processthreadsapi", "synchapi", "winbase", "winnt", "winreg"]
version = "0.3.9"