| ############################################################################### |
| # @generated |
| # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To |
| # regenerate this file, run the following: |
| # |
| # bazel run @//crate_universe/3rdparty:crates_vendor |
| ############################################################################### |
| |
| # buildifier: disable=bzl-visibility |
| load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") |
| load( |
| "@rules_rust//rust:defs.bzl", |
| "rust_library", |
| ) |
| |
| package(default_visibility = ["//visibility:public"]) |
| |
| # licenses([ |
| # "TODO", # Unlicense/MIT |
| # ]) |
| |
| rust_library( |
| name = "walkdir", |
| srcs = glob( |
| include = [ |
| "**/*.rs", |
| ], |
| exclude = [ |
| ], |
| ), |
| aliases = select({ |
| "//conditions:default": { |
| }, |
| }), |
| compile_data = glob( |
| include = ["**"], |
| exclude = [ |
| "**/* *", |
| "BUILD.bazel", |
| "BUILD", |
| "WORKSPACE.bazel", |
| "WORKSPACE", |
| ], |
| ) + select_with_or({ |
| "//conditions:default": [ |
| ], |
| }), |
| crate_features = [ |
| ], |
| crate_root = "src/lib.rs", |
| data = select_with_or({ |
| "//conditions:default": [ |
| ], |
| }), |
| edition = "2018", |
| proc_macro_deps = [ |
| ] + select({ |
| "//conditions:default": [ |
| ], |
| }), |
| rustc_env = { |
| }, |
| rustc_env_files = select_with_or({ |
| "//conditions:default": [ |
| ], |
| }), |
| rustc_flags = [ |
| # In most cases, warnings in 3rd party crates are not interesting as |
| # they're out of the control of consumers. The flag here silences |
| # warnings. For more details see: |
| # https://doc.rust-lang.org/rustc/lints/levels.html |
| "--cap-lints=allow", |
| ], |
| tags = [ |
| "cargo-bazel", |
| "manual", |
| "noclippy", |
| "norustfmt", |
| ], |
| version = "2.3.2", |
| deps = [ |
| ] + select({ |
| "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ |
| "@cui__same-file-1.0.6//:same_file", # common dependency |
| "@cui__winapi-0.3.9//:winapi", # cfg(windows) |
| "@cui__winapi-util-0.1.5//:winapi_util", # cfg(windows) |
| ], |
| "@rules_rust//rust/platform:i686-pc-windows-msvc": [ |
| "@cui__same-file-1.0.6//:same_file", # common dependency |
| "@cui__winapi-0.3.9//:winapi", # cfg(windows) |
| "@cui__winapi-util-0.1.5//:winapi_util", # cfg(windows) |
| ], |
| "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ |
| "@cui__same-file-1.0.6//:same_file", # common dependency |
| "@cui__winapi-0.3.9//:winapi", # cfg(windows) |
| "@cui__winapi-util-0.1.5//:winapi_util", # cfg(windows) |
| ], |
| "//conditions:default": [ |
| "@cui__same-file-1.0.6//:same_file", |
| ], |
| }), |
| ) |