# 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 = "btf-rs" version = "1.1.1" include = [ "src/", "LICENSE", ] description = "Library for the BPF type format (BTF)." homepage = "https://github.com/retis-org/btf-rs" readme = "README.md" keywords = [ "bpf", "btf", "ebpf", ] license = "LGPL-2.1-or-later" repository = "https://github.com/retis-org/btf-rs" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.5" [dev-dependencies.test-case] version = "3.2" [features] test_runtime = [] [badges.maintenance] status = "actively-developed"