aya 0.11.0

An eBPF library with a focus on developer experience and operability.
Documentation
[dependencies.async-io]
optional = true
version = "1.3"

[dependencies.async-std]
optional = true
version = "1.9.0"

[dependencies.bitflags]
version = "1.2.1"

[dependencies.bytes]
version = "1"

[dependencies.futures]
default-features = false
features = ["std"]
optional = true
version = "0.3.12"

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2.105"

[dependencies.log]
version = "0.4"

[dependencies.object]
default-features = false
features = ["std", "read_core", "elf"]
version = "0.28"

[dependencies.parking_lot]
features = ["send_guard"]
version = "0.12.0"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "net"]
optional = true
version = "1.2.0"
[dev-dependencies.matches]
version = "0.1.8"

[features]
async = ["futures"]
async_std = ["async-std", "async-io", "async"]
async_tokio = ["tokio", "async"]
default = []

[package]
authors = ["The Aya Contributors"]
description = "An eBPF library with a focus on developer experience and operability."
documentation = "https://docs.rs/aya"
edition = "2018"
keywords = ["ebpf", "bpf", "linux", "kernel"]
license = "MIT OR Apache-2.0"
name = "aya"
readme = "README.md"
repository = "https://github.com/aya-rs/aya"
version = "0.11.0"