snap-dataplane 0.5.2

Data plane implementation of the SNAP transport underlay for SCION
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 = "snap-dataplane"
version = "0.5.2"
authors = ["Anapaya & contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data plane implementation of the SNAP transport underlay for SCION"
readme = "README.md"
keywords = [
    "SCION",
    "networking",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/anapaya/scion-sdk"
resolver = "2"

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

[dependencies.ana-gotatun]
version = "0.2.1-ana.0"

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1.10"

[dependencies.prometheus]
version = "0.14"
features = ["process"]

[dependencies.regex]
version = "1.12.2"

[dependencies.scion-sdk-observability]
version = "0.5.2"

[dependencies.scion-sdk-utils]
version = "0.5.2"

[dependencies.sciparse]
version = "0.5.2"

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

[dependencies.snap-tun]
version = "0.5.2"

[dependencies.test-log]
version = "0.2"
features = [
    "trace",
    "trace",
]

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.utoipa]
version = "5.4"
features = [
    "chrono",
    "url",
    "uuid",
    "yaml",
    "time",
]

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

[dev-dependencies.scion-proto]
version = "0.5.2"

[lints.clippy]
mem_forget = "deny"

[lints.rust]
missing_docs = "warn"