# 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.65.0" name = "abpfiff" version = "0.1.1-alpha.with.debug" authors = ["Andreas Molzer"] exclude = ["bpf-examples"] description = "Interaction with Linux BPF(2). No libbpf-sys." readme = "Readme.md" categories = [ "network-programming", "os::linux-apis", "no-std", ] license = "EUPL-1.2" repository = "https://github.com/HeroicKatora/abpfiff" [dependencies.bytemuck] version = "1.7" default-features = false [dependencies.libc] version = "0.2.108" default-features = false