blob: 02db083b199ed9634d49fe183ce652a2333d6149 [file] [log] [blame]
###############################################################################
# @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 = "env_logger",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"atty",
"default",
"humantime",
"regex",
"termcolor",
],
crate_root = "src/lib.rs",
edition = "2018",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "0.9.3",
deps = [
"@rules_rust_bindgen__atty-0.2.14//:atty",
"@rules_rust_bindgen__humantime-2.1.0//:humantime",
"@rules_rust_bindgen__log-0.4.17//:log",
"@rules_rust_bindgen__regex-1.7.0//:regex",
"@rules_rust_bindgen__termcolor-1.1.3//:termcolor",
],
)