blob: 25498e3caf6e90fa5c0151976ebcac05260a8920 [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_library")
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # MIT OR Apache-2.0
# ])
rust_library(
name = "clap_builder",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"color",
"error-context",
"help",
"std",
"suggestions",
"usage",
],
crate_root = "src/lib.rs",
edition = "2021",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=clap_builder",
"manual",
"noclippy",
"norustfmt",
],
version = "4.3.3",
deps = [
"@rules_rust_bindgen__anstream-0.3.2//:anstream",
"@rules_rust_bindgen__anstyle-1.0.0//:anstyle",
"@rules_rust_bindgen__bitflags-1.3.2//:bitflags",
"@rules_rust_bindgen__clap_lex-0.5.0//:clap_lex",
"@rules_rust_bindgen__strsim-0.10.0//:strsim",
],
)