[dependencies.libc]
version = "0.2.105"
[dependencies.log]
version = "0.4"
[dev-dependencies]
[features]
no_safety_checks = []
[lib]
name = "xdp_socket"
path = "src/lib.rs"
[lints.clippy]
uninlined_format_args = "allow"
unused_trait_names = "warn"
[lints.rust]
unused-extern-crates = "warn"
[package]
authors = ["Alexey Sudachen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple and fast API to use XDP sockets in Rust"
edition = "2024"
homepage = "https://github.com/sudachen/xdp-rs"
license = "MIT OR Apache-2.0"
name = "xdp-socket"
readme = "README.md"
repository = "https://github.com/sudachen/xdp-rs"
resolver = "2"
rust-version = "1.85.0"
version = "0.1.3"