| ############################################################################### |
| # @generated |
| # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To |
| # regenerate this file, run the following: |
| # |
| # bazel run @//bindgen/3rdparty:crates_vendor |
| ############################################################################### |
| |
| load("@rules_rust//rust:defs.bzl", "rust_library") |
| |
| package(default_visibility = ["//visibility:public"]) |
| |
| # licenses([ |
| # "TODO", # MIT OR Apache-2.0 |
| # ]) |
| |
| rust_library( |
| name = "anstream", |
| srcs = glob(["**/*.rs"]), |
| compile_data = glob( |
| include = ["**"], |
| exclude = [ |
| "**/* *", |
| "BUILD", |
| "BUILD.bazel", |
| "WORKSPACE", |
| "WORKSPACE.bazel", |
| ], |
| ), |
| crate_features = [ |
| "auto", |
| "default", |
| "wincon", |
| ], |
| crate_root = "src/lib.rs", |
| edition = "2021", |
| rustc_flags = ["--cap-lints=allow"], |
| tags = [ |
| "cargo-bazel", |
| "crate-name=anstream", |
| "manual", |
| "noclippy", |
| "norustfmt", |
| ], |
| version = "0.3.2", |
| deps = [ |
| "@rules_rust_bindgen__anstyle-1.0.0//:anstyle", |
| "@rules_rust_bindgen__anstyle-parse-0.2.0//:anstyle_parse", |
| "@rules_rust_bindgen__anstyle-query-1.0.0//:anstyle_query", |
| "@rules_rust_bindgen__colorchoice-1.0.0//:colorchoice", |
| "@rules_rust_bindgen__is-terminal-0.4.7//:is_terminal", |
| "@rules_rust_bindgen__utf8parse-0.2.1//:utf8parse", |
| ] + select({ |
| "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ |
| "@rules_rust_bindgen__anstyle-wincon-1.0.1//:anstyle_wincon", # cfg(windows) |
| ], |
| "@rules_rust//rust/platform:i686-pc-windows-msvc": [ |
| "@rules_rust_bindgen__anstyle-wincon-1.0.1//:anstyle_wincon", # cfg(windows) |
| ], |
| "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ |
| "@rules_rust_bindgen__anstyle-wincon-1.0.1//:anstyle_wincon", # cfg(windows) |
| ], |
| "//conditions:default": [], |
| }), |
| ) |