# 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 = "aya-obj" version = "0.1.0" authors = ["Aya Contributors"] description = "An eBPF object file parsing library with BTF and relocation support." homepage = "https://aya-rs.dev" documentation = "https://docs.rs/aya-obj" readme = "README.md" keywords = [ "bpf", "btf", "ebpf", "elf", "object", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aya-rs/aya" [dependencies.bytes] version = "1" default-features = false [dependencies.core-error] version = "0.0.0" default-features = true [dependencies.hashbrown] version = "0.14.3" default-features = true [dependencies.log] version = "0.4" default-features = false [dependencies.object] version = "0.36" features = [ "elf", "read_core", ] default-features = false [dependencies.thiserror] version = "1" default-features = false [dev-dependencies.assert_matches] version = "1.5.0" default-features = false [dev-dependencies.rbpf] version = "0.2.0" default-features = false [features] std = []