# 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.60" name = "bpf-rs-macros" version = "0.2.0" authors = [ "Milan ", "bpfdeploy.io ", ] description = "Collection of proc macros used within bpf-rs and dependant crates." homepage = "https://bpfdeploy.io" readme = "README.md" keywords = [ "bpf", "ebpf", "xdp", "linux", "macros", ] license = "BSD-2-Clause" repository = "https://github.com/bpfdeploy-io/bpf-rs" [lib] proc-macro = true [dependencies.quote] version = "1.0.18" [dependencies.serde] version = "1.0.137" optional = true [dependencies.syn] version = "1.0.92"