# 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 = "2018" name = "xsk-rs" version = "0.6.1" authors = ["Douglas Gray "] description = "Rust bindings for Linux AF_XDP sockets" readme = "README.md" keywords = [ "AF_XDP", "XSK", "eBPF", "XDP", ] license = "MIT" repository = "https://github.com/DouglasGray/xsk-rs" [dependencies.bitflags] version = "2.5.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.libc] version = "0.2.155" [dependencies.libxdp-sys] version = "0.2.0" [dependencies.log] version = "0.4.21" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.crossbeam-channel] version = "0.5.8" [dev-dependencies.ctrlc] version = "3.4.1" [dev-dependencies.env_logger] version = "0.10.1" [dev-dependencies.etherparse] version = "0.13.0" [dev-dependencies.futures] version = "0.3.29" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rtnetlink] version = "0.14.0" [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.structopt] version = "0.3.26" [dev-dependencies.tokio] version = "1.6" features = [ "rt-multi-thread", "macros", "sync", "signal", "time", ] default-features = false