[package]
edition = "2021"
name = "etherip-xdp-common"
version = "0.2.0"
authors = ["Menhera.org Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EtherIP implementation using XDP for Linux, in Rust - common codes."
homepage = "https://github.com/menhera-org/etherip-xdp-rs"
readme = "README.md"
license = "Apache-2.0 OR MPL-2.0"
repository = "https://github.com/menhera-org/etherip-xdp-rs"
[features]
default = []
user = ["aya"]
[lib]
name = "etherip_xdp_common"
path = "src/lib.rs"
[dependencies.aya]
version = "0.13.1"
optional = true
default-features = false