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 @//wasm_bindgen/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",
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        "derive",
35        "serde_derive",
36        "std",
37    ],
38    crate_root = "src/lib.rs",
39    edition = "2015",
40    proc_macro_deps = [
41        "@rules_rust_wasm_bindgen__serde_derive-1.0.171//:serde_derive",
42    ],
43    rustc_flags = [
44        "--cap-lints=allow",
45    ],
46    tags = [
47        "cargo-bazel",
48        "crate-name=serde",
49        "manual",
50        "noclippy",
51        "norustfmt",
52    ],
53    target_compatible_with = select({
54        "@rules_rust//rust/platform:aarch64-apple-darwin": [],
55        "@rules_rust//rust/platform:aarch64-apple-ios": [],
56        "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
57        "@rules_rust//rust/platform:aarch64-fuchsia": [],
58        "@rules_rust//rust/platform:aarch64-linux-android": [],
59        "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
60        "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
61        "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
62        "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
63        "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
64        "@rules_rust//rust/platform:armv7-linux-androideabi": [],
65        "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
66        "@rules_rust//rust/platform:i686-apple-darwin": [],
67        "@rules_rust//rust/platform:i686-linux-android": [],
68        "@rules_rust//rust/platform:i686-pc-windows-msvc": [],
69        "@rules_rust//rust/platform:i686-unknown-freebsd": [],
70        "@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
71        "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
72        "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
73        "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
74        "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
75        "@rules_rust//rust/platform:thumbv7em-none-eabi": [],
76        "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
77        "@rules_rust//rust/platform:wasm32-unknown-unknown": [],
78        "@rules_rust//rust/platform:wasm32-wasi": [],
79        "@rules_rust//rust/platform:x86_64-apple-darwin": [],
80        "@rules_rust//rust/platform:x86_64-apple-ios": [],
81        "@rules_rust//rust/platform:x86_64-fuchsia": [],
82        "@rules_rust//rust/platform:x86_64-linux-android": [],
83        "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
84        "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
85        "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
86        "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
87        "@rules_rust//rust/platform:x86_64-unknown-none": [],
88        "//conditions:default": ["@platforms//:incompatible"],
89    }),
90    version = "1.0.171",
91    deps = [
92        "@rules_rust_wasm_bindgen__serde-1.0.171//:build_script_build",
93    ],
94)
95
96cargo_build_script(
97    name = "_bs",
98    srcs = glob(
99        include = ["**/*.rs"],
100        allow_empty = True,
101    ),
102    crate_features = [
103        "default",
104        "derive",
105        "serde_derive",
106        "std",
107    ],
108    crate_name = "build_script_build",
109    crate_root = "build.rs",
110    data = glob(
111        include = ["**"],
112        allow_empty = True,
113        exclude = [
114            "**/* *",
115            ".tmp_git_root/**/*",
116            "BUILD",
117            "BUILD.bazel",
118            "WORKSPACE",
119            "WORKSPACE.bazel",
120        ],
121    ),
122    edition = "2015",
123    pkg_name = "serde",
124    rustc_flags = [
125        "--cap-lints=allow",
126    ],
127    tags = [
128        "cargo-bazel",
129        "crate-name=serde",
130        "manual",
131        "noclippy",
132        "norustfmt",
133    ],
134    version = "1.0.171",
135    visibility = ["//visibility:private"],
136)
137
138alias(
139    name = "build_script_build",
140    actual = ":_bs",
141    tags = ["manual"],
142)
143