############################################################################### # @generated # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # # bazel run @//bazel/cargo:crates_vendor ############################################################################### package(default_visibility = ["//visibility:public"]) exports_files( [ "cargo-bazel.json", "crates.bzl", "defs.bzl", ] + glob( include = ["*.bazel"], allow_empty = True, ), ) filegroup( name = "srcs", srcs = glob( include = [ "*.bazel", "*.bzl", ], allow_empty = True, ), ) # Workspace Member Dependencies alias( name = "hashbrown", actual = "@crates_vendor__hashbrown-0.14.5//:hashbrown", tags = ["manual"], ) alias( name = "log", actual = "@crates_vendor__log-0.4.22//:log", tags = ["manual"], ) alias( name = "proxy-wasm", actual = "@crates_vendor__proxy-wasm-0.2.2//:proxy_wasm", tags = ["manual"], )