blob: 044cfef69230e73b81c19354db934b6e8ec4ba38 [file] [log] [blame]
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################
load(
"@rules_rust//rust:defs.bzl",
"rust_binary",
"rust_library",
)
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # MIT OR Apache-2.0
# ])
rust_library(
name = "clap",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"atty",
"color",
"default",
"std",
"strsim",
"suggestions",
"termcolor",
],
crate_root = "src/lib.rs",
edition = "2021",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "3.2.23",
deps = [
"@rules_rust_bindgen__atty-0.2.14//:atty",
"@rules_rust_bindgen__bitflags-1.3.2//:bitflags",
"@rules_rust_bindgen__clap_lex-0.2.4//:clap_lex",
"@rules_rust_bindgen__indexmap-1.9.2//:indexmap",
"@rules_rust_bindgen__strsim-0.10.0//:strsim",
"@rules_rust_bindgen__termcolor-1.1.3//:termcolor",
"@rules_rust_bindgen__textwrap-0.16.0//:textwrap",
],
)
rust_binary(
name = "stdio-fixture__bin",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"atty",
"color",
"default",
"std",
"strsim",
"suggestions",
"termcolor",
],
crate_root = "src/bin/stdio-fixture.rs",
edition = "2021",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "3.2.23",
deps = [
":clap",
"@rules_rust_bindgen__atty-0.2.14//:atty",
"@rules_rust_bindgen__bitflags-1.3.2//:bitflags",
"@rules_rust_bindgen__clap_lex-0.2.4//:clap_lex",
"@rules_rust_bindgen__indexmap-1.9.2//:indexmap",
"@rules_rust_bindgen__strsim-0.10.0//:strsim",
"@rules_rust_bindgen__termcolor-1.1.3//:termcolor",
"@rules_rust_bindgen__textwrap-0.16.0//:textwrap",
],
)