anki/cargo/remote/BUILD.tokio-native-tls-0.3.0.bazel

67 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-11-03 01:26:27 +01:00
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
2020-11-03 01:26:27 +01:00
# buildifier: disable=load
load(
"@rules_rust//rust:defs.bzl",
2020-11-03 01:26:27 +01:00
"rust_binary",
"rust_library",
"rust_proc_macro",
2020-11-03 01:26:27 +01:00
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT"
2020-11-03 01:26:27 +01:00
])
# Generated Targets
# Unsupported target "download-rust-lang" with type "example" omitted
# Unsupported target "echo" with type "example" omitted
2020-11-03 01:26:27 +01:00
rust_library(
name = "tokio_native_tls",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
2020-12-15 11:28:10 +01:00
data = [],
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=tokio-native-tls",
"manual",
],
version = "0.3.0",
# buildifier: leave-alone
2020-11-03 01:26:27 +01:00
deps = [
2021-10-02 12:42:03 +02:00
"@raze__native_tls__0_2_8//:native_tls",
2021-11-18 11:54:00 +01:00
"@raze__tokio__1_14_0//:tokio",
],
2020-11-03 01:26:27 +01:00
)
# Unsupported target "bad" with type "test" omitted
# Unsupported target "google" with type "test" omitted
# Unsupported target "smoke" with type "test" omitted