blob: 14e533cdb6aa14b5acbeadf5968b675baf40fb7f [file] [log] [blame]
UebelAndre6d8009d2022-07-18 08:48:51 -07001###############################################################################
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#
UebelAndre92977d12023-01-03 10:06:40 -08006# bazel run @//bindgen/3rdparty:crates_vendor
UebelAndre6d8009d2022-07-18 08:48:51 -07007###############################################################################
8
David Tolnaya31490d2023-01-05 03:08:45 -08009load("@rules_rust//rust:defs.bzl", "rust_library")
UebelAndre6d8009d2022-07-18 08:48:51 -070010
11package(default_visibility = ["//visibility:public"])
12
13# licenses([
UebelAndre367f90e2023-06-14 05:43:55 -070014# "TODO", # Apache-2.0 OR MIT
UebelAndre6d8009d2022-07-18 08:48:51 -070015# ])
16
17rust_library(
UebelAndre367f90e2023-06-14 05:43:55 -070018 name = "utf8parse",
David Tolnayd6e30032023-01-04 09:33:08 -080019 srcs = glob(["**/*.rs"]),
UebelAndre6d8009d2022-07-18 08:48:51 -070020 compile_data = glob(
21 include = ["**"],
22 exclude = [
UebelAndre91e597d2022-12-01 09:44:46 -080023 "**/* *",
Cameron Martin36f82512023-06-23 12:27:16 +010024 ".tmp_git_root/**/*",
UebelAndre91e597d2022-12-01 09:44:46 -080025 "BUILD",
David Tolnayd6e30032023-01-04 09:33:08 -080026 "BUILD.bazel",
UebelAndre91e597d2022-12-01 09:44:46 -080027 "WORKSPACE",
David Tolnayd6e30032023-01-04 09:33:08 -080028 "WORKSPACE.bazel",
UebelAndre6d8009d2022-07-18 08:48:51 -070029 ],
David Tolnayd6e30032023-01-04 09:33:08 -080030 ),
UebelAndre6d8009d2022-07-18 08:48:51 -070031 crate_features = [
UebelAndre25baabc2022-07-18 09:59:50 -070032 "default",
UebelAndre6d8009d2022-07-18 08:48:51 -070033 ],
34 crate_root = "src/lib.rs",
UebelAndre6d8009d2022-07-18 08:48:51 -070035 edition = "2018",
David Tolnayd6e30032023-01-04 09:33:08 -080036 rustc_flags = ["--cap-lints=allow"],
UebelAndre6d8009d2022-07-18 08:48:51 -070037 tags = [
38 "cargo-bazel",
UebelAndre367f90e2023-06-14 05:43:55 -070039 "crate-name=utf8parse",
UebelAndre6d8009d2022-07-18 08:48:51 -070040 "manual",
41 "noclippy",
42 "norustfmt",
43 ],
Cameron Martin36f82512023-06-23 12:27:16 +010044 target_compatible_with = select({
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
47 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
48 "@rules_rust//rust/platform:aarch64-fuchsia": [],
49 "@rules_rust//rust/platform:aarch64-linux-android": [],
50 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
51 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
52 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
53 "@rules_rust//rust/platform:armv7-linux-androideabi": [],
54 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
55 "@rules_rust//rust/platform:i686-apple-darwin": [],
56 "@rules_rust//rust/platform:i686-linux-android": [],
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:riscv32imc-unknown-none-elf": [],
62 "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
63 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
64 "@rules_rust//rust/platform:thumbv7em-none-eabi": [],
65 "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
66 "@rules_rust//rust/platform:wasm32-unknown-unknown": [],
67 "@rules_rust//rust/platform:wasm32-wasi": [],
68 "@rules_rust//rust/platform:x86_64-apple-darwin": [],
69 "@rules_rust//rust/platform:x86_64-apple-ios": [],
70 "@rules_rust//rust/platform:x86_64-fuchsia": [],
71 "@rules_rust//rust/platform:x86_64-linux-android": [],
72 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
73 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
74 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
75 "@rules_rust//rust/platform:x86_64-unknown-none": [],
76 "//conditions:default": ["@platforms//:incompatible"],
77 }),
UebelAndre367f90e2023-06-14 05:43:55 -070078 version = "0.2.1",
UebelAndre6d8009d2022-07-18 08:48:51 -070079)