microsandbox-network 0.3.13

Networking types and smoltcp engine for the microsandbox project.
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-network"
version = "0.3.13"
authors = ["Super Rad Company <development@superrad.company>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Networking types and smoltcp engine for the microsandbox project."
readme = false
license = "Apache-2.0"
repository = "https://github.com/superradcompany/microsandbox"

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

[dependencies.bytes]
version = "1.9"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.dirs]
version = "6.0"

[dependencies.hickory-proto]
version = "0.25"

[dependencies.hickory-resolver]
version = "0.25"

[dependencies.ipnetwork]
version = "0.21.0"
features = ["serde"]

[dependencies.libc]
version = "0.2"

[dependencies.lru]
version = "0.16.3"

[dependencies.microsandbox-utils]
version = "0.3.13"

[dependencies.msb_krun]
version = "0.1.9"
features = ["net"]

[dependencies.rcgen]
version = "0.13"
features = ["x509-parser"]

[dependencies.rustls]
version = "0.23"
features = [
    "logging",
    "ring",
    "std",
    "tls12",
]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8"

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.smoltcp]
version = "0.13"
features = [
    "medium-ethernet",
    "proto-ipv4",
    "proto-ipv6",
    "socket-tcp",
    "socket-udp",
    "socket-icmp",
    "socket-dns",
    "async",
    "alloc",
]
default-features = false

[dependencies.time]
version = "0.3"

[dependencies.tokio]
version = "1.42"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.tracing]
version = "0.1"