push-packet-common 0.1.0

Internal shared types for push-packet.
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"
rust-version = "1.85"
name = "push-packet-common"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal shared types for push-packet."
homepage = "https://github.com/ct-b/push-packet"
readme = false
keywords = [
    "ebpf",
    "networking",
    "aya",
    "af-xdp",
    "xdp",
]
categories = [
    "network-programming",
    "os::linux-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ct-b/push-packet"
resolver = "2"

[features]
default = []
linear = []
user = [
    "aya",
    "ipnet",
]

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

[dependencies.aya]
version = "0.13.1"
optional = true
default-features = false

[dependencies.ipnet]
version = "2.12.0"
optional = true
default-features = false