[package] name = "network-types" version = "0.0.7" description = "Rust structs representing network-related types in Linux." keywords = ["linux", "network", "osi", "packet", "headers"] license = "MIT" authors = ["Michal Rostecki "] repository = "https://github.com/vadorovsky/network-types" readme = "README.md" edition = "2021" [dependencies] serde = { version = "1", default-features = false, features = ["derive"], optional = true } [dev-dependencies] aya-ebpf = { git = "https://github.com/aya-rs/aya", branch = "main" } aya-log-ebpf = { git = "https://github.com/aya-rs/aya", branch = "main" } bincode = { version = "2.0.0-rc.3", default-features = false, features = ["serde","alloc"] }