libbpf-sys 0.2.0-3

Rust bindings to libbpf from the Linux kernel
Documentation
[package]
name = "libbpf-sys"
version = "0.2.0-3"
description = "Rust bindings to libbpf from the Linux kernel"
readme = "README.md"
repository = "https://github.com/alexforster/libbpf-sys"
homepage = "https://github.com/alexforster/libbpf-sys"
keywords = ["bpf", "ebpf", "xdp"]
authors = [
	"Alex Forster <alex@alexforster.com>",
	"Dan Siemon <dan@coverfire.com>",
	"Daniel Xu <dxu@dxuuu.xyz>",
]
license = "BSD-2-Clause"
edition = "2018"
build = "build.rs"
links = "libbpf"

[badges]
travis-ci = { repository = "alexforster/libbpf-sys" }
maintenance = { status = "passively-maintained" }

[build-dependencies]
cc = "^1.0"

[lib]
crate-type = ["lib", "staticlib"]