teto-dpdk 0.1.2

Rust bindings for F-Stack — high-performance userspace TCP/UDP via DPDK, bypassing the Linux kernel network stack entirely.
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 = "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"