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//rust:defs.bzl", "rust_library")
10
11package(default_visibility = ["//visibility:public"])
12
13rust_library(
14    name = "rouille",
15    srcs = glob(
16        include = ["**/*.rs"],
17        allow_empty = True,
18    ),
19    compile_data = glob(
20        include = ["**"],
21        allow_empty = True,
22        exclude = [
23            "**/* *",
24            ".tmp_git_root/**/*",
25            "BUILD",
26            "BUILD.bazel",
27            "WORKSPACE",
28            "WORKSPACE.bazel",
29        ],
30    ),
31    crate_root = "src/lib.rs",
32    edition = "2015",
33    proc_macro_deps = [
34        "@rules_rust_wasm_bindgen__serde_derive-1.0.171//:serde_derive",
35    ],
36    rustc_flags = [
37        "--cap-lints=allow",
38    ],
39    tags = [
40        "cargo-bazel",
41        "crate-name=rouille",
42        "manual",
43        "noclippy",
44        "norustfmt",
45    ],
46    target_compatible_with = select({
47        "@rules_rust//rust/platform:aarch64-apple-darwin": [],
48        "@rules_rust//rust/platform:aarch64-apple-ios": [],
49        "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
50        "@rules_rust//rust/platform:aarch64-fuchsia": [],
51        "@rules_rust//rust/platform:aarch64-linux-android": [],
52        "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
53        "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
54        "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
55        "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
56        "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
57        "@rules_rust//rust/platform:armv7-linux-androideabi": [],
58        "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
59        "@rules_rust//rust/platform:i686-apple-darwin": [],
60        "@rules_rust//rust/platform:i686-linux-android": [],
61        "@rules_rust//rust/platform:i686-pc-windows-msvc": [],
62        "@rules_rust//rust/platform:i686-unknown-freebsd": [],
63        "@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
64        "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
65        "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
66        "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
67        "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
68        "@rules_rust//rust/platform:thumbv7em-none-eabi": [],
69        "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
70        "@rules_rust//rust/platform:wasm32-unknown-unknown": [],
71        "@rules_rust//rust/platform:wasm32-wasi": [],
72        "@rules_rust//rust/platform:x86_64-apple-darwin": [],
73        "@rules_rust//rust/platform:x86_64-apple-ios": [],
74        "@rules_rust//rust/platform:x86_64-fuchsia": [],
75        "@rules_rust//rust/platform:x86_64-linux-android": [],
76        "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
77        "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
78        "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
79        "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
80        "@rules_rust//rust/platform:x86_64-unknown-none": [],
81        "//conditions:default": ["@platforms//:incompatible"],
82    }),
83    version = "3.6.2",
84    deps = [
85        "@rules_rust_wasm_bindgen__base64-0.13.1//:base64",
86        "@rules_rust_wasm_bindgen__chrono-0.4.26//:chrono",
87        "@rules_rust_wasm_bindgen__filetime-0.2.21//:filetime",
88        "@rules_rust_wasm_bindgen__multipart-0.18.0//:multipart",
89        "@rules_rust_wasm_bindgen__percent-encoding-2.3.0//:percent_encoding",
90        "@rules_rust_wasm_bindgen__rand-0.8.5//:rand",
91        "@rules_rust_wasm_bindgen__serde-1.0.171//:serde",
92        "@rules_rust_wasm_bindgen__serde_json-1.0.102//:serde_json",
93        "@rules_rust_wasm_bindgen__sha1_smol-1.0.0//:sha1_smol",
94        "@rules_rust_wasm_bindgen__threadpool-1.8.1//:threadpool",
95        "@rules_rust_wasm_bindgen__time-0.3.23//:time",
96        "@rules_rust_wasm_bindgen__tiny_http-0.12.0//:tiny_http",
97        "@rules_rust_wasm_bindgen__url-2.4.0//:url",
98    ],
99)
100