quick_afxdp 0.4.0

AF XDP for Rust
Documentation
# 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 = "quick_afxdp"
version = "0.4.0"
authors = [
    "Dan Siemon <dan@aterlo.com>",
    "Ramik Mukherjee",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
resolver = "2"

[lib]
name = "quick_afxdp"
path = "src/lib.rs"

[[example]]
name = "dump"
path = "examples/dump.rs"

[[example]]
name = "l2fwd-1link"
path = "examples/l2fwd-1link.rs"

[[example]]
name = "l2fwd-2link"
path = "examples/l2fwd-2link.rs"

[[example]]
name = "l2fwd-2link-multicore"
path = "examples/l2fwd-2link-multicore.rs"

[[example]]
name = "rxdrop"
path = "examples/rxdrop.rs"

[[test]]
name = "bidir_hash"
path = "tests/bidir_hash.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[bench]]
name = "buf_pool"
path = "benches/buf_pool.rs"
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.35"

[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.9"

[dev-dependencies.structopt]
version = "0.3"