mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
108 lines
4.4 KiB
Plaintext
Generated
108 lines
4.4 KiB
Plaintext
Generated
###############################################################################
|
|
# @generated
|
|
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
|
|
# regenerate this file, run the following:
|
|
#
|
|
# bazel run @@//misc/bazel/3rdparty:vendor_tree_sitter_extractors
|
|
###############################################################################
|
|
|
|
load("@rules_rust//rust:defs.bzl", "rust_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
rust_library(
|
|
name = "salsa",
|
|
srcs = glob(
|
|
include = ["**/*.rs"],
|
|
allow_empty = True,
|
|
),
|
|
compile_data = glob(
|
|
include = ["**"],
|
|
allow_empty = True,
|
|
exclude = [
|
|
"**/* *",
|
|
".tmp_git_root/**/*",
|
|
"BUILD",
|
|
"BUILD.bazel",
|
|
"WORKSPACE",
|
|
"WORKSPACE.bazel",
|
|
],
|
|
),
|
|
crate_features = [
|
|
"default",
|
|
"macros",
|
|
"rayon",
|
|
"salsa_unstable",
|
|
],
|
|
crate_root = "src/lib.rs",
|
|
edition = "2021",
|
|
proc_macro_deps = [
|
|
"@vendor_ts__salsa-macros-0.19.0//:salsa_macros",
|
|
],
|
|
rustc_flags = [
|
|
"--cap-lints=allow",
|
|
],
|
|
tags = [
|
|
"cargo-bazel",
|
|
"crate-name=salsa",
|
|
"manual",
|
|
"noclippy",
|
|
"norustfmt",
|
|
],
|
|
target_compatible_with = select({
|
|
"@rules_rust//rust/platform:aarch64-apple-darwin": [],
|
|
"@rules_rust//rust/platform:aarch64-apple-ios": [],
|
|
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
|
|
"@rules_rust//rust/platform:aarch64-linux-android": [],
|
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
|
|
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [],
|
|
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
|
|
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
|
|
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
|
|
"@rules_rust//rust/platform:aarch64-unknown-uefi": [],
|
|
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
|
|
"@rules_rust//rust/platform:armv7-linux-androideabi": [],
|
|
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
|
|
"@rules_rust//rust/platform:i686-apple-darwin": [],
|
|
"@rules_rust//rust/platform:i686-linux-android": [],
|
|
"@rules_rust//rust/platform:i686-pc-windows-msvc": [],
|
|
"@rules_rust//rust/platform:i686-unknown-freebsd": [],
|
|
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
|
|
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
|
|
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
|
|
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
|
|
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
|
|
"@rules_rust//rust/platform:thumbv7em-none-eabi": [],
|
|
"@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
|
|
"@rules_rust//rust/platform:wasm32-unknown-unknown": [],
|
|
"@rules_rust//rust/platform:wasm32-wasip1": [],
|
|
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
|
|
"@rules_rust//rust/platform:x86_64-apple-ios": [],
|
|
"@rules_rust//rust/platform:x86_64-linux-android": [],
|
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
|
|
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
|
|
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [],
|
|
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
|
|
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
|
|
"@rules_rust//rust/platform:x86_64-unknown-none": [],
|
|
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
|
"//conditions:default": ["@platforms//:incompatible"],
|
|
}),
|
|
version = "0.19.0",
|
|
deps = [
|
|
"@vendor_ts__boxcar-0.2.11//:boxcar",
|
|
"@vendor_ts__crossbeam-queue-0.3.12//:crossbeam_queue",
|
|
"@vendor_ts__dashmap-6.1.0//:dashmap",
|
|
"@vendor_ts__hashbrown-0.15.2//:hashbrown",
|
|
"@vendor_ts__hashlink-0.10.0//:hashlink",
|
|
"@vendor_ts__indexmap-2.9.0//:indexmap",
|
|
"@vendor_ts__parking_lot-0.12.3//:parking_lot",
|
|
"@vendor_ts__portable-atomic-1.11.0//:portable_atomic",
|
|
"@vendor_ts__rayon-1.10.0//:rayon",
|
|
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
|
"@vendor_ts__salsa-macro-rules-0.19.0//:salsa_macro_rules",
|
|
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
|
"@vendor_ts__tracing-0.1.41//:tracing",
|
|
],
|
|
)
|