mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
* The ungram file is now taken from the rust-analyzer dependencies pulled in by bazel * the grammar parsing code is not published, so it must be taken directly from rust-analyzer code. That part should be less prone to be updated than the ungram file, so it does not necessarily need to be in sync with the rust-analyzer version is used elsewhere. * both need some patches. The former is patched during build, the latter during loading in `MODULE.bazel`.
178 lines
9.1 KiB
Plaintext
Generated
178 lines
9.1 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 = "notify",
|
|
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 = [
|
|
"crossbeam-channel",
|
|
"default",
|
|
"fsevent-sys",
|
|
"macos_fsevent",
|
|
],
|
|
crate_root = "src/lib.rs",
|
|
edition = "2021",
|
|
rustc_flags = [
|
|
"--cap-lints=allow",
|
|
],
|
|
tags = [
|
|
"cargo-bazel",
|
|
"crate-name=notify",
|
|
"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-fuchsia": [],
|
|
"@rules_rust//rust/platform:aarch64-linux-android": [],
|
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
|
|
"@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: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-wasi": [],
|
|
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
|
|
"@rules_rust//rust/platform:x86_64-apple-ios": [],
|
|
"@rules_rust//rust/platform:x86_64-fuchsia": [],
|
|
"@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-linux-gnu": [],
|
|
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
|
|
"@rules_rust//rust/platform:x86_64-unknown-none": [],
|
|
"//conditions:default": ["@platforms//:incompatible"],
|
|
}),
|
|
version = "6.1.1",
|
|
deps = [
|
|
"@vendor__crossbeam-channel-0.5.14//:crossbeam_channel",
|
|
"@vendor__filetime-0.2.25//:filetime",
|
|
"@vendor__libc-0.2.168//:libc",
|
|
"@vendor__log-0.4.22//:log",
|
|
"@vendor__walkdir-2.5.0//:walkdir",
|
|
] + select({
|
|
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
|
"@vendor__bitflags-2.6.0//:bitflags", # cfg(target_os = "macos")
|
|
"@vendor__fsevent-sys-4.1.0//:fsevent_sys", # aarch64-apple-darwin
|
|
],
|
|
"@rules_rust//rust/platform:aarch64-linux-android": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
|
|
"@vendor__windows-sys-0.48.0//:windows_sys", # cfg(windows)
|
|
],
|
|
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:armv7-linux-androideabi": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:i686-apple-darwin": [
|
|
"@vendor__bitflags-2.6.0//:bitflags", # cfg(target_os = "macos")
|
|
"@vendor__fsevent-sys-4.1.0//:fsevent_sys", # i686-apple-darwin
|
|
],
|
|
"@rules_rust//rust/platform:i686-linux-android": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
|
|
"@vendor__windows-sys-0.48.0//:windows_sys", # cfg(windows)
|
|
],
|
|
"@rules_rust//rust/platform:i686-unknown-freebsd": [
|
|
"@vendor__kqueue-1.0.8//:kqueue", # cfg(any(target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonflybsd"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonflybsd"))
|
|
],
|
|
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:x86_64-apple-darwin": [
|
|
"@vendor__bitflags-2.6.0//:bitflags", # cfg(target_os = "macos")
|
|
"@vendor__fsevent-sys-4.1.0//:fsevent_sys", # x86_64-apple-darwin
|
|
],
|
|
"@rules_rust//rust/platform:x86_64-linux-android": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
|
|
"@vendor__windows-sys-0.48.0//:windows_sys", # cfg(windows)
|
|
],
|
|
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
|
|
"@vendor__kqueue-1.0.8//:kqueue", # cfg(any(target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonflybsd"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonflybsd"))
|
|
],
|
|
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
|
|
"@vendor__inotify-0.9.6//:inotify", # cfg(any(target_os = "linux", target_os = "android"))
|
|
"@vendor__mio-0.8.11//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
|
],
|
|
"//conditions:default": [],
|
|
}),
|
|
)
|