async-ebpf 0.2.2

Async-friendly, fully preemptive userspace eBPF runtime
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 = "async-ebpf"
version = "0.2.2"
authors = ["Heyang Zhou <zhy20000919@hotmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async-friendly, fully preemptive userspace eBPF runtime"
readme = "README.md"
license = "Apache-2.0"
resolver = "2"

[features]
default = []
testing = [
    "anyhow",
    "tokio",
    "rand/default",
]

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false
required-features = ["testing"]

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.corosensei]
version = "0.1"
features = ["default-stack"]
default-features = false

[dependencies.elf]
version = "0.7"

[dependencies.futures]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.libc]
version = "0.2"

[dependencies.memmap2]
version = "0.9"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"
default-features = false

[dependencies.scopeguard]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["async_tokio"]

[dev-dependencies.tracing-test]
version = "0.2"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cmake]
version = "0.1"