wslpluginapi-sys 0.2.0+2.4.4

Rust bindings for the WSL Plugin API
Documentation
# 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 = "wslpluginapi-sys"
version = "0.2.0+2.4.4"
authors = ["Mickaël Véril <mika.veril@wanadoo.fr>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the WSL Plugin API"
readme = "README.md"
keywords = [
    "wsl",
    "plugin",
    "windows",
    "linux",
    "ffi",
]
categories = [
    "os::windows-apis",
    "external-ffi-bindings",
    "virtualization",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mveril/wslpluginapi-sys"
resolver = "3"

[package.metadata.docs.rs]
all-features = true
targets = [
    "x86_64-pc-windows-gnu",
    "x86_64-pc-windows-gnullvm",
    "aarch64-pc-windows-gnullvm",
]

[features]
hooks-field-names = ["dep:struct-field-names-as-array"]

[lib]
name = "wslpluginapi_sys"
path = "src/lib.rs"

[dependencies.libc]
version = "0.2"

[dependencies.struct-field-names-as-array]
version = "0.3"
features = ["derive"]
optional = true

[dependencies.windows-sys]
version = ">0.32"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Diagnostics_Debug",
    "Win32_Networking_WinSock",
]

[build-dependencies.anyhow]
version = "1.0"

[build-dependencies.hex]
version = "0.4"

[build-dependencies.semver]
version = "1.0"

[build-dependencies.serde]
version = "1.0"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0"

[build-dependencies.sha2]
version = "0.10.9"

[target."cfg(unix)".build-dependencies.cow-utils]
version = "0.1"