# 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 = "afxdp" version = "0.4.0" authors = ["Dan Siemon "] description = "AF XDP for Rust" homepage = "https://github.com/aterlo/afxdp-rs" readme = "README.md" keywords = ["AF_XDP", "XDP"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/aterlo/afxdp-rs" [[bench]] name = "buf_pool" harness = false [dependencies.arraydeque] version = "0.4" [dependencies.errno] version = "0.2" [dependencies.libbpf-sys] version = "0.3.0-1" [dependencies.libc] version = "0.2" [dependencies.thiserror] version = "1.0" [dev-dependencies.cli-table] version = "0.4" [dev-dependencies.core_affinity] version = "0.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.crossbeam-channel] version = "0.5" [dev-dependencies.ctrlc] version = "3.1" [dev-dependencies.pnet] version = "0.27" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rlimit] version = "0.5" [dev-dependencies.rtrb] version = "0.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.8" [dev-dependencies.structopt] version = "0.3"