pcapng-sys 0.15.9

Raw FFI bindings to libpcapng, a pcapng file I/O and dissection library
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"
rust-version = "1.74"
name = "pcapng-sys"
version = "0.15.9"
authors = ["Seb Tricaud <sebastien.tricaud@proton.me>"]
build = "build.rs"
links = "pcapng"
include = [
    "src/**/*.rs",
    "build.rs",
    "wrapper.h",
    "README.md",
    "vendor/**/*.c",
    "vendor/**/*.h",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to libpcapng, a pcapng file I/O and dissection library"
readme = false
keywords = [
    "pcapng",
    "pcap",
    "network",
    "ffi",
    "bindings",
]
categories = [
    "external-ffi-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/stricaud/libpcapng"

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

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

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