blob: 48a85fc78ee507eb78601fa86f5f751794c377dd [file] [log] [blame]
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001"""
2@generated
3cargo-raze crate build file.
4
5DO NOT EDIT! Replaced on runs of cargo-raze
6"""
7
8# buildifier: disable=load
9load("@bazel_skylib//lib:selects.bzl", "selects")
10
11# buildifier: disable=load
12load(
Leopold2aa8b182023-01-14 23:31:43 +010013 "@rules_rust//rust:defs.bzl",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020014 "rust_binary",
15 "rust_library",
Leopold2aa8b182023-01-14 23:31:43 +010016 "rust_proc_macro",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020017 "rust_test",
18)
19
20package(default_visibility = [
21 # Public for visibility by "@raze__crate__version//" targets.
22 #
23 # Prefer access through "//third_party/rust/cargo", which limits external
24 # visibility to explicit Cargo.toml dependencies.
25 "//visibility:public",
26])
27
28licenses([
29 "notice", # MIT from expression "MIT OR Apache-2.0"
30])
31
32# Generated Targets
33
Lorenz Brund141d182023-10-02 15:07:01 +020034# Unsupported target "custom_default_format" with type "example" omitted
35
36# Unsupported target "custom_format" with type "example" omitted
37
38# Unsupported target "custom_logger" with type "example" omitted
39
40# Unsupported target "default" with type "example" omitted
41
42# Unsupported target "direct_logger" with type "example" omitted
43
44# Unsupported target "filters_from_code" with type "example" omitted
45
46# Unsupported target "in_tests" with type "example" omitted
47
48# Unsupported target "syslog_friendly_format" with type "example" omitted
49
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020050rust_library(
51 name = "env_logger",
52 srcs = glob(["**/*.rs"]),
53 crate_features = [
Lorenz Brund141d182023-10-02 15:07:01 +020054 "auto-color",
55 "color",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020056 "default",
57 "humantime",
58 "regex",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020059 ],
60 crate_root = "src/lib.rs",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020061 data = [],
Lorenz Brund141d182023-10-02 15:07:01 +020062 edition = "2021",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020063 rustc_flags = [
64 "--cap-lints=allow",
65 ],
66 tags = [
67 "cargo-raze",
Leopold2aa8b182023-01-14 23:31:43 +010068 "crate-name=env_logger",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020069 "manual",
70 ],
Lorenz Brund141d182023-10-02 15:07:01 +020071 version = "0.10.0",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020072 # buildifier: leave-alone
73 deps = [
Leopold2aa8b182023-01-14 23:31:43 +010074 "@raze__humantime__2_1_0//:humantime",
Lorenz Brund141d182023-10-02 15:07:01 +020075 "@raze__is_terminal__0_4_9//:is_terminal",
76 "@raze__log__0_4_20//:log",
77 "@raze__regex__1_9_6//:regex",
78 "@raze__termcolor__1_3_0//:termcolor",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020079 ],
80)
81
82# Unsupported target "init-twice-retains-filter" with type "test" omitted
83
84# Unsupported target "log-in-log" with type "test" omitted
85
86# Unsupported target "log_tls_dtors" with type "test" omitted
87
88# Unsupported target "regexp_filter" with type "test" omitted