dpdk-stdlib 0.1.0

Safe Rust wrappers for DPDK EAL, Port, Mbuf, Mempool, and RX/TX queues
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 = "2021"
name = "dpdk-stdlib"
version = "0.1.0"
build = false
exclude = [
    "deploy/",
    "packer/",
    "scripts/",
    "notes/",
    "docs/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrappers for DPDK EAL, Port, Mbuf, Mempool, and RX/TX queues"
readme = "README.md"
keywords = [
    "dpdk",
    "networking",
    "udp",
    "kernel-bypass",
    "zero-copy",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/gspivey/dpdk-stdlib-rust"

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

[dependencies.dpdk-sys]
version = "0.1.0"
package = "dpdk-stdlib-sys"

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "1"

[dev-dependencies.serial_test]
version = "3"