57 lines
1.3 KiB
TOML
57 lines
1.3 KiB
TOML
# 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]
|
|
name = "uds_windows"
|
|
version = "1.1.0"
|
|
authors = [
|
|
"Azure IoT Edge Devs",
|
|
"Harald Hoyer <harald@redhat.com>",
|
|
]
|
|
exclude = [
|
|
".gitignore",
|
|
".github",
|
|
]
|
|
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"
|
|
|
|
[dependencies.memoffset]
|
|
version = "0.9.0"
|
|
|
|
[target."cfg(windows)".dependencies.tempfile]
|
|
version = "3"
|
|
|
|
[target."cfg(windows)".dependencies.winapi]
|
|
version = "0.3.9"
|
|
features = [
|
|
"winsock2",
|
|
"ws2def",
|
|
"minwinbase",
|
|
"ntdef",
|
|
"processthreadsapi",
|
|
"handleapi",
|
|
"ws2tcpip",
|
|
"winbase",
|
|
]
|