rebpf 0.1.3

A ebpf library built on top of libbpf (no bcc dependency).
Documentation
[package]
name = "rebpf"
version = "0.1.3"
authors = ["Lorenzo Vannucci <lorenzo@vannucci.io>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/rebpf/"
readme = "../README.md"
repository = "https://github.com/uccidibuti/rebpf"
description = """
A ebpf library built on top of libbpf (no bcc dependency).
"""
keywords = ["bpf", "ebpf", "rebpf", "xdp"]

[features]
default = ["bpf", "userspace"]
bpf = []
userspace = []

[dependencies]
rebpf-macro = { version = "0.1.1", path = "../rebpf-macro" }
libbpf-sys = "0.0.7-1"
libc = "0.2.66"
bitflags = "1.2"
function_name = "0.2.0"