flyby 0.1.1

A high-performance Rust framework for composable data-ingestion pipelines.
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.95"
name = "flyby"
version = "0.1.1"
authors = ["Thanos Vassilakis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance Rust framework for composable data-ingestion pipelines."
homepage = "https://github.com/thanos/flyby"
documentation = "https://docs.rs/flyby"
readme = "README.md"
keywords = [
    "pipeline",
    "dpdk",
    "shared-memory",
    "af-xdp",
    "zero-copy",
]
categories = [
    "network-programming",
    "parsing",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/thanos/flyby"
resolver = "2"

[features]
af_xdp = []
benchmarks = []
default = ["memory"]
dpdk = []
io_uring = []
memory = []
simulator = []
spdk = []

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

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

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

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

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

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

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

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.8"

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