blob: 32c1075c02e1cd0a4c02f2d9df48c3c8b1b02600 [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 @//crate_universe/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 = "git2",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_root = "src/lib.rs",
edition = "2018",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "0.15.0",
deps = [
"@cui__bitflags-1.3.2//:bitflags",
"@cui__libc-0.2.139//:libc",
"@cui__libgit2-sys-0.14.0-1.5.0//:libgit2_sys",
"@cui__log-0.4.17//:log",
"@cui__url-2.3.1//:url",
],
)