blob: 29106a1d4d136557cd88db27c7df3aa21b6dc989 [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
UebelAndre6d8009d2022-07-18 08:48:51 -070013rust_library(
UebelAndre367f90e2023-06-14 05:43:55 -070014 name = "utf8parse",
Cameron Martincf5f0bd2024-02-23 10:03:02 +000015 srcs = glob(
16 include = ["**/*.rs"],
Cornelius Riemenschneider9510ab42024-07-31 22:35:49 +020017 allow_empty = True,
Cameron Martincf5f0bd2024-02-23 10:03:02 +000018 ),
UebelAndre6d8009d2022-07-18 08:48:51 -070019 compile_data = glob(
20 include = ["**"],
Cameron Martincf5f0bd2024-02-23 10:03:02 +000021 allow_empty = True,
UebelAndre6d8009d2022-07-18 08:48:51 -070022 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",
Nick Collier172b34a2024-02-14 00:37:38 +000036 rustc_flags = [
37 "--cap-lints=allow",
38 ],
UebelAndre6d8009d2022-07-18 08:48:51 -070039 tags = [
40 "cargo-bazel",
UebelAndre367f90e2023-06-14 05:43:55 -070041 "crate-name=utf8parse",
UebelAndre6d8009d2022-07-18 08:48:51 -070042 "manual",
43 "noclippy",
44 "norustfmt",
45 ],
Cameron Martin36f82512023-06-23 12:27:16 +010046 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": [],
UebelAndrefce89612023-12-28 05:38:27 -080054 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
55 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
Cameron Martin36f82512023-06-23 12:27:16 +010056 "@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": [],
UebelAndrefce89612023-12-28 05:38:27 -080079 "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
Cameron Martin36f82512023-06-23 12:27:16 +010080 "@rules_rust//rust/platform:x86_64-unknown-none": [],
81 "//conditions:default": ["@platforms//:incompatible"],
82 }),
UebelAndre51c9d3b2024-09-18 09:01:06 -070083 version = "0.2.2",
UebelAndre6d8009d2022-07-18 08:48:51 -070084)