# 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 = "bpf-feature" version = "0.1.1" authors = [ "Milan ", "bpfdeploy.io ", ] description = "A library for eBPF feature detection" homepage = "https://bpfdeploy.io" readme = "README.md" keywords = [ "bpf", "ebpf", "xdp", "linux", "kernel", ] license = "BSD-2-Clause" repository = "https://github.com/bpfdeploy-io/bpf-rs" [dependencies.bpf-rs] version = "0.3.0" [dependencies.bpf-rs-macros] version = "0.2.0" [dependencies.flate2] version = "1.0.22" [dependencies.nix] version = "0.23.1" [dependencies.serde] version = "1.0.136" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.30" [dev-dependencies.serde_json] version = "1.0.79" [features] serde = [ "dep:serde", "bpf-rs/serde", ]