snap-tun 0.5.2

The snap-tun implementation for 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-tun"
version = "0.5.2"
authors = ["Anapaya & contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The snap-tun implementation for 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_tun"
path = "src/lib.rs"

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

[[bench]]
name = "udp_batch"
path = "benches/udp_batch.rs"
harness = false

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

[dependencies.anapaya-quinn]
version = "0.11.9-ana.0"

[dependencies.async-channel]
version = "2.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.bitfield-struct]
version = "0.12.1"

[dependencies.bytes]
version = "1.10"

[dependencies.quinn-udp]
version = "0.5.14"

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

[dependencies.scion-sdk-reqwest-connect-rpc]
version = "0.5.2"

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

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"
features = ["serde"]

[dependencies.x509-cert]
version = "0.2"

[dependencies.zerocopy]
version = "0.8.27"
features = [
    "std",
    "derive",
]

[dev-dependencies.ed25519-dalek]
version = "2.1"
features = [
    "pkcs8",
    "pem",
]

[dev-dependencies.mockall]
version = "0.14"

[dev-dependencies.pem]
version = "3.0"

[dev-dependencies.rcgen]
version = "0.14"

[dev-dependencies.socket2]
version = "0.6.1"

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

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

[lints.clippy]
mem_forget = "deny"

[lints.rust]
missing_docs = "warn"