blob: d2c55717ee39deacef96f9d8da847b1122d2c939 [file] [log] [blame]
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# fx update-rustc-third-party
###############################################################################
load("@rules_rust//cargo:defs.bzl", "cargo_build_script")
load("@rules_rust//rust:defs.bzl", "rust_library")
load("@rules_license//rules:license.bzl", "license")
load("@rules_license//rules:package_info.bzl", "package_info")
package(
default_package_metadata = [
":license",
":package_info",
],
default_visibility = ["//visibility:public"],
)
package_info(
name = "package_info",
package_name = "valico",
package_url = "https://github.com/rustless/valico",
package_version = "2.4.2",
)
license(
name = "license",
license_kinds = ["@rules_license//licenses/spdx:MIT"],
license_text = "LICENSE",
)
rust_library(
name = "valico",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
),
compile_data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=valico",
"manual",
"noclippy",
"norustfmt",
],
target_compatible_with = select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [],
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [],
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [],
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "2.4.2",
deps = [
"//third_party/rust_crates/vendor/chrono-0.4.41:chrono",
"//third_party/rust_crates/vendor/jsonway-2.0.0:jsonway",
"//third_party/rust_crates/vendor/phf-0.7.24:phf",
"//third_party/rust_crates/vendor/publicsuffix-1.5.4:publicsuffix",
"//third_party/rust_crates/vendor/regex-1.7.3:regex",
"//third_party/rust_crates/vendor/serde-1.0.204:serde",
"//third_party/rust_crates/vendor/serde_json-1.0.143:serde_json",
"//third_party/rust_crates/vendor/url-1.7.2:url",
"//third_party/rust_crates/vendor/uuid-0.7.2:uuid",
"//third_party/rust_crates/vendor/valico-2.4.2:build_script_build",
],
)
cargo_build_script(
name = "_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
),
compile_data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
"**/*.rs",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_name = "build_script_build",
crate_root = "build.rs",
data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
edition = "2015",
pkg_name = "valico",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=valico",
"manual",
"noclippy",
"norustfmt",
],
version = "2.4.2",
visibility = ["//visibility:private"],
deps = [
"//third_party/rust_crates/vendor/phf_codegen-0.7.24:phf_codegen",
],
)
alias(
name = "build_script_build",
actual = ":_bs",
tags = ["manual"],
)