[package]
edition = "2024"
rust-version = "1.97"
name = "teto-dpdk"
version = "0.1.2"
authors = ["Mehve Labs <554170+davidebenato@users.noreply.github.com>"]
build = "build.rs"
links = "fstack"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for F-Stack — high-performance userspace TCP/UDP via DPDK, bypassing the Linux kernel network stack entirely."
homepage = "https://github.com/mehve-labs/teto-dpdk"
documentation = "https://docs.rs/teto-dpdk"
readme = "README.md"
keywords = [
"dpdk",
"fstack",
"networking",
"userspace",
"tcp",
]
categories = [
"network-programming",
"asynchronous",
"external-ffi-bindings",
]
license = "AGPL-3.0-only"
repository = "https://github.com/mehve-labs/teto-dpdk"
[lib]
name = "teto_dpdk"
path = "src/lib.rs"
[[example]]
name = "tcp_echo"
path = "examples/tcp_echo.rs"
[[example]]
name = "udp_echo"
path = "examples/udp_echo.rs"
[dependencies.cxx]
version = "1.0.194"
[build-dependencies.cxx-build]
version = "1.0.194"
[build-dependencies.pkg-config]
version = "0.3.32"