| ############################################################################### |
| # @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", # Apache-2.0 |
| # ]) |
| |
| rust_library( |
| name = "crates_index", |
| srcs = glob(["**/*.rs"]), |
| compile_data = glob( |
| include = ["**"], |
| exclude = [ |
| "**/* *", |
| "BUILD", |
| "BUILD.bazel", |
| "WORKSPACE", |
| "WORKSPACE.bazel", |
| ], |
| ), |
| crate_root = "src/lib.rs", |
| edition = "2021", |
| proc_macro_deps = [ |
| "@cui__serde_derive-1.0.152//:serde_derive", |
| ], |
| rustc_flags = ["--cap-lints=allow"], |
| tags = [ |
| "cargo-bazel", |
| "manual", |
| "noclippy", |
| "norustfmt", |
| ], |
| version = "0.18.11", |
| deps = [ |
| "@cui__git2-0.15.0//:git2", |
| "@cui__hex-0.4.3//:hex", |
| "@cui__home-0.5.4//:home", |
| "@cui__memchr-2.5.0//:memchr", |
| "@cui__num_cpus-1.15.0//:num_cpus", |
| "@cui__rustc-hash-1.1.0//:rustc_hash", |
| "@cui__semver-1.0.16//:semver", |
| "@cui__serde-1.0.152//:serde", |
| "@cui__serde_json-1.0.91//:serde_json", |
| "@cui__smartstring-1.0.1//:smartstring", |
| "@cui__toml-0.5.10//:toml", |
| ], |
| ) |