• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1###############################################################################
2# @generated
3# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4# regenerate this file, run the following:
5#
6#     bazel run @//tools/rust_analyzer/3rdparty:crates_vendor
7###############################################################################
8
9load("@rules_rust//cargo:defs.bzl", "cargo_build_script")
10load("@rules_rust//rust:defs.bzl", "rust_library")
11
12package(default_visibility = ["//visibility:public"])
13
14rust_library(
15    name = "serde_json",
16    srcs = glob(
17        include = ["**/*.rs"],
18        allow_empty = True,
19    ),
20    compile_data = glob(
21        include = ["**"],
22        allow_empty = True,
23        exclude = [
24            "**/* *",
25            ".tmp_git_root/**/*",
26            "BUILD",
27            "BUILD.bazel",
28            "WORKSPACE",
29            "WORKSPACE.bazel",
30        ],
31    ),
32    crate_features = [
33        "default",
34        "std",
35    ],
36    crate_root = "src/lib.rs",
37    edition = "2021",
38    rustc_flags = [
39        "--cap-lints=allow",
40    ],
41    tags = [
42        "cargo-bazel",
43        "crate-name=serde_json",
44        "manual",
45        "noclippy",
46        "norustfmt",
47    ],
48    target_compatible_with = select({
49        "@rules_rust//rust/platform:aarch64-apple-darwin": [],
50        "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
51        "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
52        "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
53        "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
54        "@rules_rust//rust/platform:armv7-linux-androideabi": [],
55        "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
56        "@rules_rust//rust/platform:i686-apple-darwin": [],
57        "@rules_rust//rust/platform:i686-pc-windows-msvc": [],
58        "@rules_rust//rust/platform:i686-unknown-freebsd": [],
59        "@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
60        "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
61        "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
62        "@rules_rust//rust/platform:x86_64-apple-darwin": [],
63        "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
64        "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
65        "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
66        "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
67        "//conditions:default": ["@platforms//:incompatible"],
68    }),
69    version = "1.0.102",
70    deps = [
71        "@rrra__itoa-1.0.8//:itoa",
72        "@rrra__ryu-1.0.14//:ryu",
73        "@rrra__serde-1.0.171//:serde",
74        "@rrra__serde_json-1.0.102//:build_script_build",
75    ],
76)
77
78cargo_build_script(
79    name = "_bs",
80    srcs = glob(
81        include = ["**/*.rs"],
82        allow_empty = True,
83    ),
84    crate_features = [
85        "default",
86        "std",
87    ],
88    crate_name = "build_script_build",
89    crate_root = "build.rs",
90    data = glob(
91        include = ["**"],
92        allow_empty = True,
93        exclude = [
94            "**/* *",
95            ".tmp_git_root/**/*",
96            "BUILD",
97            "BUILD.bazel",
98            "WORKSPACE",
99            "WORKSPACE.bazel",
100        ],
101    ),
102    edition = "2021",
103    pkg_name = "serde_json",
104    rustc_flags = [
105        "--cap-lints=allow",
106    ],
107    tags = [
108        "cargo-bazel",
109        "crate-name=serde_json",
110        "manual",
111        "noclippy",
112        "norustfmt",
113    ],
114    version = "1.0.102",
115    visibility = ["//visibility:private"],
116)
117
118alias(
119    name = "build_script_build",
120    actual = ":_bs",
121    tags = ["manual"],
122)
123