| ############################################################################### |
| # @generated |
| # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To |
| # regenerate this file, run the following: |
| # |
| # bazel run @//tools/rust_analyzer/3rdparty:crates_vendor |
| ############################################################################### |
| |
| load("@rules_rust//rust:defs.bzl", "rust_library") |
| |
| package(default_visibility = ["//visibility:public"]) |
| |
| # licenses([ |
| # "TODO", # MIT OR Apache-2.0 |
| # ]) |
| |
| rust_library( |
| name = "regex", |
| srcs = glob(["**/*.rs"]), |
| compile_data = glob( |
| include = ["**"], |
| exclude = [ |
| "**/* *", |
| ".tmp_git_root/**/*", |
| "BUILD", |
| "BUILD.bazel", |
| "WORKSPACE", |
| "WORKSPACE.bazel", |
| ], |
| ), |
| crate_features = [ |
| "aho-corasick", |
| "memchr", |
| "perf", |
| "perf-cache", |
| "perf-dfa", |
| "perf-inline", |
| "perf-literal", |
| "std", |
| ], |
| crate_root = "src/lib.rs", |
| edition = "2018", |
| rustc_flags = ["--cap-lints=allow"], |
| tags = [ |
| "cargo-bazel", |
| "crate-name=regex", |
| "manual", |
| "noclippy", |
| "norustfmt", |
| ], |
| target_compatible_with = select({ |
| "@rules_rust//rust/platform:aarch64-apple-darwin": [], |
| "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], |
| "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], |
| "@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-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:s390x-unknown-linux-gnu": [], |
| "@rules_rust//rust/platform:x86_64-apple-darwin": [], |
| "@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": [], |
| "//conditions:default": ["@platforms//:incompatible"], |
| }), |
| version = "1.7.0", |
| deps = [ |
| "@rules_rust_rust_analyzer__aho-corasick-0.7.20//:aho_corasick", |
| "@rules_rust_rust_analyzer__memchr-2.5.0//:memchr", |
| "@rules_rust_rust_analyzer__regex-syntax-0.6.28//:regex_syntax", |
| ], |
| ) |