xdp 0.8.0

AF_XDP socket support without C dependencies
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.0"
name = "xdp"
version = "0.8.0"
build = false
exclude = [
    "*.sh",
    ".github",
    "deny.toml",
    "release.toml",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AF_XDP socket support without C dependencies"
homepage = "https://codeberg.org/ca1ne/xdp"
documentation = "https://docs.rs/xdp"
readme = "README.md"
categories = [
    "network-programming",
    "os::linux-apis",
]
license = "Apache-2.0 OR MIT"
repository = "https://codeberg.org/ca1ne/xdp"

[badges.maintenance]
status = "actively-developed"

[features]
__debug = []

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