blob: 11721abc493da27abeb9ec55722b632a553d6c14 [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//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 = "omaha_client",
package_url = "https://github.com/google/omaha-client",
package_version = "0.2.2",
)
license(
name = "license",
license_kinds = [
"@rules_license//licenses/spdx:Apache-2.0",
"@rules_license//licenses/spdx:BSD-2-Clause",
"@rules_license//licenses/spdx:MIT",
],
license_text = "LICENSE-APACHE",
)
rust_library(
name = "omaha_client",
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 = "2021",
proc_macro_deps = [
"//third_party/rust_crates/vendor/serde_repr-0.1.7:serde_repr",
"//third_party/rust_crates/vendor/typed-builder-0.10.0:typed_builder",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=omaha_client",
"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 = "0.2.2",
deps = [
"//third_party/rust_crates/vendor/anyhow-1.0.98:anyhow",
"//third_party/rust_crates/vendor/chrono-0.4.41:chrono",
"//third_party/rust_crates/vendor/ecdsa-0.14.8:ecdsa",
"//third_party/rust_crates/vendor/elliptic-curve-0.12.3:elliptic_curve",
"//third_party/rust_crates/vendor/futures-0.3.31:futures",
"//third_party/rust_crates/vendor/hex-0.4.3:hex",
"//third_party/rust_crates/vendor/http-0.2.4:http",
"//third_party/rust_crates/vendor/hyper-0.14.19:hyper",
"//third_party/rust_crates/vendor/itertools-0.14.0:itertools",
"//third_party/rust_crates/vendor/p256-0.11.1:p256",
"//third_party/rust_crates/vendor/pin-project-1.0.11:pin_project",
"//third_party/rust_crates/vendor/pkcs8-0.9.0:pkcs8",
"//third_party/rust_crates/vendor/pretty_assertions-1.2.1:pretty_assertions",
"//third_party/rust_crates/vendor/rand-0.8.4:rand",
"//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/sha2-0.10.8:sha2",
"//third_party/rust_crates/vendor/signature-1.6.4:signature",
"//third_party/rust_crates/vendor/thiserror-2.0.12:thiserror",
"//third_party/rust_crates/vendor/tracing-0.1.40:tracing",
"//third_party/rust_crates/vendor/uuid-1.1.2:uuid",
],
)