zlayer-overlay 0.10.71

Encrypted overlay networking for containers using boringtun userspace WireGuard
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 = "zlayer-overlay"
version = "0.10.71"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encrypted overlay networking for containers using boringtun userspace WireGuard"
readme = "README.md"
keywords = [
    "container",
    "networking",
    "boringtun",
    "overlay",
    "userspace",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/zachhandley/ZLayer"

[features]
default = []
nat = [
    "dep:rand",
    "dep:socket2",
]

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

[[test]]
name = "nat_e2e"
path = "tests/nat_e2e.rs"

[[test]]
name = "overlay_e2e"
path = "tests/overlay_e2e.rs"

[dependencies.base64]
version = "0.22"

[dependencies.blake2]
version = "0.10"

[dependencies.boringtun]
version = "0.7.0"
features = ["device"]

[dependencies.hex]
version = "0.4"

[dependencies.hickory-client]
version = "0.24"

[dependencies.hickory-server]
version = "0.24"

[dependencies.ipnet]
version = "2.10"

[dependencies.rand]
version = "0.9"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.socket2]
version = "0.5"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.49"
features = [
    "full",
    "tracing",
]

[dependencies.tracing]
version = "0.1"

[dependencies.x25519-dalek]
version = "2"
features = [
    "static_secrets",
    "getrandom",
]

[dependencies.zlayer-core]
version = "0.10.71"

[dependencies.zlayer-spec]
version = "0.10.71"

[target.'cfg(target_os = "linux")'.dependencies.futures-util]
version = "0.3"

[target.'cfg(target_os = "linux")'.dependencies.netlink-packet-route]
version = "0.19"

[target.'cfg(target_os = "linux")'.dependencies.rtnetlink]
version = "0.14"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
dead_code = "warn"
unsafe_code = "warn"