blob: 457eb583f0f28a114d2ea4605257a3d8ac8f7f6a [file] [log] [blame]
UebelAndre59fab4e2022-03-03 06:49:27 -08001###############################################################################
2# @generated
UebelAndre824b1212022-07-15 05:32:23 -07003# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4# regenerate this file, run the following:
UebelAndre59fab4e2022-03-03 06:49:27 -08005#
UebelAndre92977d12023-01-03 10:06:40 -08006# bazel run @//crate_universe/3rdparty:crates_vendor
UebelAndre59fab4e2022-03-03 06:49:27 -08007###############################################################################
8
David Tolnaya31490d2023-01-05 03:08:45 -08009load("@rules_rust//rust:defs.bzl", "rust_library")
UebelAndre59fab4e2022-03-03 06:49:27 -080010
11package(default_visibility = ["//visibility:public"])
12
UebelAndre59fab4e2022-03-03 06:49:27 -080013rust_library(
James Leitch77495a72023-07-13 12:30:36 -070014 name = "utf8parse",
Daniel Wagner-Hall53daac72024-02-22 14:59:10 +000015 srcs = glob(
16 include = ["**/*.rs"],
17 allow_empty = False,
18 ),
UebelAndre60f26d42022-07-07 05:45:59 -070019 compile_data = glob(
20 include = ["**"],
Daniel Wagner-Hall53daac72024-02-22 14:59:10 +000021 allow_empty = True,
UebelAndre60f26d42022-07-07 05:45:59 -070022 exclude = [
UebelAndre9a047b02022-12-01 09:11:39 -080023 "**/* *",
Cameron Martin36f82512023-06-23 12:27:16 +010024 ".tmp_git_root/**/*",
UebelAndre9a047b02022-12-01 09:11:39 -080025 "BUILD",
David Tolnayd6e30032023-01-04 09:33:08 -080026 "BUILD.bazel",
UebelAndre9a047b02022-12-01 09:11:39 -080027 "WORKSPACE",
David Tolnayd6e30032023-01-04 09:33:08 -080028 "WORKSPACE.bazel",
UebelAndre60f26d42022-07-07 05:45:59 -070029 ],
David Tolnayd6e30032023-01-04 09:33:08 -080030 ),
UebelAndrea9cc0122023-03-13 09:35:36 -070031 crate_features = [
UebelAndrea9cc0122023-03-13 09:35:36 -070032 "default",
UebelAndrea9cc0122023-03-13 09:35:36 -070033 ],
UebelAndre59fab4e2022-03-03 06:49:27 -080034 crate_root = "src/lib.rs",
James Leitch77495a72023-07-13 12:30:36 -070035 edition = "2018",
James Leitch978d7a02023-12-27 10:28:11 -070036 rustc_flags = [
37 "--cap-lints=allow",
38 ],
UebelAndre59fab4e2022-03-03 06:49:27 -080039 tags = [
40 "cargo-bazel",
James Leitch77495a72023-07-13 12:30:36 -070041 "crate-name=utf8parse",
UebelAndre59fab4e2022-03-03 06:49:27 -080042 "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": [],
James Leitchbf041302023-12-11 09:40:32 -080054 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
John Hughesc3581a52023-12-13 17:27:47 +010055 "@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": [],
James Leitchbf041302023-12-11 09:40:32 -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 }),
James Leitch77495a72023-07-13 12:30:36 -070083 version = "0.2.1",
UebelAndre59fab4e2022-03-03 06:49:27 -080084)