libscap-bindings 0.0.4

Bindings for Falco's `libscap` eBPF monitoring backend C library
# 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 = "2024"
name = "libscap-bindings"
version = "0.0.4"
build = "build.rs"
exclude = [
    ".github",
    ".release-plz.toml",
    "**/*.orig",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for Falco's `libscap` eBPF monitoring backend C library"
homepage = "https://github.com/edera-dev/libscap-bindings"
readme = "README.md"
keywords = [
    "falco",
    "libscap",
    "eBPF",
    "bindings",
]
categories = [
    "external-ffi-bindings",
    "os::linux-apis",
]
license = "Apache-2.0"
repository = "https://github.com/edera-dev/libscap-bindings"

[features]
default = ["full_bindings"]
full_bindings = []

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[dev-dependencies.libc]
version = "0.2.180"

[build-dependencies.anyhow]
version = "1.0.99"

[build-dependencies.bindgen]
version = "0.72"
features = [
    "logging",
    "prettyplease",
]
default-features = false

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.flate2]
version = "1.1.8"
features = ["zlib-rs"]
default-features = false

[build-dependencies.reqwest]
version = "0.12.28"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[build-dependencies.sha256]
version = "1.6.0"

[build-dependencies.tar]
version = "0.4.44"

[target.'cfg(target_env = "musl")'.build-dependencies.bindgen]
version = "0.72"
features = [
    "logging",
    "prettyplease",
    "static",
]
default-features = false