netmap-min-sys 0.3.1

Raw FFI bindings and helpers for Netmap
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 = "netmap-min-sys"
version = "0.3.1"
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings and helpers for Netmap"
readme = "README.md"
keywords = [
    "networking",
    "ffi",
    "netmap",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/meshackbahati/netmap-min-sys.git"

[package.metadata.docs.rs]
features = ["disable-netmap-kernel"]

[features]
default = []
disable-netmap-kernel = []

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

[dependencies.libc]
version = "0.2"

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

[build-dependencies.cc]
version = "1"