| """ | 
 | @generated | 
 | cargo-raze generated Bazel file. | 
 |  | 
 | DO NOT EDIT! Replaced on runs of cargo-raze | 
 | """ | 
 |  | 
 | package(default_visibility = ["//visibility:public"]) | 
 |  | 
 | licenses([ | 
 |     "notice",  # See individual crates for specific licenses | 
 | ]) | 
 |  | 
 | # Aliased targets | 
 | alias( | 
 |     name = "cargo_bin_mdbook", | 
 |     actual = "@raze__mdbook__0_4_35//:cargo_bin_mdbook", | 
 |     tags = [ | 
 |         "cargo-raze", | 
 |         "manual", | 
 |     ], | 
 | ) | 
 |  | 
 | alias( | 
 |     name = "mdbook", | 
 |     actual = "@raze__mdbook__0_4_35//:mdbook", | 
 |     tags = [ | 
 |         "cargo-raze", | 
 |         "manual", | 
 |     ], | 
 | ) | 
 |  | 
 | alias( | 
 |     name = "protoc_gen_prost", | 
 |     actual = "@raze__protoc_gen_prost__0_2_3//:protoc_gen_prost", | 
 |     tags = [ | 
 |         "cargo-raze", | 
 |         "manual", | 
 |     ], | 
 | ) | 
 |  | 
 | # Export file for Stardoc support | 
 | exports_files( | 
 |     glob([ | 
 |         "**/*.bazel", | 
 |         "**/*.bzl", | 
 |     ]), | 
 |     visibility = ["//visibility:public"], | 
 | ) | 
 |  | 
 | filegroup( | 
 |     name = "srcs", | 
 |     srcs = glob([ | 
 |         "**/*.bazel", | 
 |         "**/*.bzl", | 
 |     ]), | 
 |     visibility = ["//visibility:public"], | 
 | ) |