linprov 0.2.1

eBPF mark-of-the-web for Linux: tag network-touched files and enforce who can exec them.
# 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.85"
name = "linprov"
version = "0.2.1"
authors = ["Friday Ortiz <friday@ortiz.sh>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "eBPF mark-of-the-web for Linux: tag network-touched files and enforce who can exec them."
homepage = "https://github.com/FridayOrtiz/linprov"
readme = "README.md"
keywords = [
    "ebpf",
    "lsm",
    "security",
    "bpf",
    "provenance",
]
categories = [
    "os::linux-apis",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/FridayOrtiz/linprov"

[[bin]]
name = "linprov"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.aya]
version = "0.13.2"
package = "aya-friday"

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.env_logger]
version = "0.11"

[dependencies.libc]
version = "0.2"

[dependencies.linprov-common]
version = "0.1.0"
features = ["user"]

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "time",
    "io-util",
    "fs",
    "net",
]

[dependencies.toml]
version = "0.9"

[dependencies.xattr]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.linprov-ebpf]
version = "0.2.0"