uds_windows 1.2.0

Unix Domain Sockets for Windows!
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"
rust-version = "1.85"
name = "uds_windows"
version = "1.2.0"
authors = [
    "Azure IoT Edge Devs",
    "Harald Hoyer <harald@redhat.com>",
]
build = false
exclude = [
    ".gitignore",
    ".github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unix Domain Sockets for Windows!"
readme = "README.md"
keywords = [
    "windows",
    "uds",
    "unix",
    "domain",
    "sockets",
]
categories = ["os::windows-apis"]
license = "MIT"
repository = "https://github.com/haraldh/rust_uds_windows"

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

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

[dependencies.memoffset]
version = "0.9.0"

[target."cfg(windows)".dependencies.tempfile]
version = "3"

[target."cfg(windows)".dependencies.windows-sys]
version = ">=0.59"
features = [
    "Win32_Networking_WinSock",
    "Win32_Foundation",
    "Win32_System_Threading",
    "Win32_System_IO",
]