# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xdpsock" version = "0.1.0" authors = ["Collins Huff collinsrhuff@gmail.com", "Douglas Gray "] description = "Rust bindings for Linux AF_XDP sockets" readme = "README.md" keywords = ["AF_XDP", "XSK", "eBPF", "XDP"] categories = ["os::unix-apis", "external-ffi-bindings"] license = "MIT" repository = "https://github.com/seeyarh/xdpsock" [dependencies.bitflags] version = "1.2.1" [dependencies.core_affinity] version = "0.5.10" [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.errno] version = "0.2.7" [dependencies.etherparse] version = "0.9.0" [dependencies.libbpf-sys] version = "0.3.0-1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dev-dependencies.anyhow] version = "1.0.32" [dev-dependencies.byteorder] version = "1" [dev-dependencies.clap] version = "3.0.0-beta.2" [dev-dependencies.ctrlc] version = "3.1.7" [dev-dependencies.env_logger] version = "0.8.2" [dev-dependencies.futures] version = "0.3.5" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.rtnetlink] version = "0.3.0" [dev-dependencies.rusty-fork] version = "0.3.0" [dev-dependencies.serial_test] version = "0.5.1"