microsandbox-vsock 0.6.18

Host local-IPC backends for microsandbox virtio-vsock routes.
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 = "2024"
name = "microsandbox-vsock"
version = "0.6.18"
authors = ["Super Rad Company <development@superrad.company>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host local-IPC backends for microsandbox virtio-vsock routes."
readme = false
license = "Apache-2.0"
repository = "https://github.com/superradcompany/microsandbox"

[lib]
name = "microsandbox_vsock"
path = "lib/lib.rs"

[dependencies.msb_krun]
version = "=0.1.32"

[dev-dependencies.tempfile]
version = "3.15"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.nix]
version = "0.31"
features = [
    "fs",
    "socket",
]

[target."cfg(unix)".dependencies.tempfile]
version = "3.15"

[target."cfg(unix)".dependencies.tracing]
version = "0.1"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Storage_FileSystem",
    "Win32_System_IO",
    "Win32_System_Pipes",
]