2020-11-01 05:26:58 +01:00
|
|
|
"""
|
|
|
|
@generated
|
|
|
|
cargo-raze crate build file.
|
|
|
|
|
|
|
|
DO NOT EDIT! Replaced on runs of cargo-raze
|
|
|
|
"""
|
|
|
|
|
2021-03-27 09:39:02 +01:00
|
|
|
# buildifier: disable=load
|
|
|
|
load("@bazel_skylib//lib:selects.bzl", "selects")
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
# buildifier: disable=load
|
|
|
|
load(
|
2021-03-27 09:39:02 +01:00
|
|
|
"@rules_rust//rust:rust.bzl",
|
2020-11-01 05:26:58 +01:00
|
|
|
"rust_binary",
|
|
|
|
"rust_library",
|
|
|
|
"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 OR Apache-2.0"
|
|
|
|
])
|
|
|
|
|
2020-11-10 00:47:24 +01:00
|
|
|
# Generated Targets
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
# Unsupported target "blocking" with type "example" omitted
|
2020-11-10 00:47:24 +01:00
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
# Unsupported target "form" with type "example" omitted
|
2020-11-10 00:47:24 +01:00
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
# Unsupported target "json_dynamic" with type "example" omitted
|
2020-11-10 00:47:24 +01:00
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
# Unsupported target "json_typed" with type "example" omitted
|
|
|
|
|
2020-11-10 00:47:24 +01:00
|
|
|
# Unsupported target "simple" with type "example" omitted
|
|
|
|
|
|
|
|
# Unsupported target "tor_socks" with type "example" omitted
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
rust_library(
|
|
|
|
name = "reqwest",
|
2020-11-10 00:47:24 +01:00
|
|
|
srcs = glob(["**/*.rs"]),
|
|
|
|
aliases = {
|
2020-12-30 04:33:16 +01:00
|
|
|
"@raze__native_tls__0_2_7//:native_tls": "native_tls_crate",
|
2020-11-10 00:47:24 +01:00
|
|
|
},
|
|
|
|
crate_features = [
|
|
|
|
"__tls",
|
2020-11-15 05:02:53 +01:00
|
|
|
"default-tls",
|
|
|
|
"hyper-tls",
|
2020-11-10 00:47:24 +01:00
|
|
|
"json",
|
2021-04-27 14:18:12 +02:00
|
|
|
"mime_guess",
|
|
|
|
"multipart",
|
2020-11-15 05:02:53 +01:00
|
|
|
"native-tls",
|
|
|
|
"native-tls-crate",
|
2020-11-10 00:47:24 +01:00
|
|
|
"serde_json",
|
|
|
|
"socks",
|
|
|
|
"stream",
|
2021-04-27 14:18:12 +02:00
|
|
|
"tokio-native-tls",
|
2020-11-10 00:47:24 +01:00
|
|
|
"tokio-socks",
|
|
|
|
],
|
|
|
|
crate_root = "src/lib.rs",
|
2020-11-01 05:26:58 +01:00
|
|
|
crate_type = "lib",
|
2020-12-15 11:28:10 +01:00
|
|
|
data = [],
|
2020-11-10 00:47:24 +01:00
|
|
|
edition = "2018",
|
|
|
|
rustc_flags = [
|
|
|
|
"--cap-lints=allow",
|
|
|
|
],
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.11.3",
|
2020-11-10 00:47:24 +01:00
|
|
|
# buildifier: leave-alone
|
2020-11-01 05:26:58 +01:00
|
|
|
deps = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"@raze__bytes__1_0_1//:bytes",
|
|
|
|
"@raze__http__0_2_4//:http",
|
|
|
|
"@raze__hyper_timeout__0_4_1//:hyper_timeout",
|
2020-11-03 01:26:27 +01:00
|
|
|
"@raze__mime_guess__2_0_3//:mime_guess",
|
2021-03-27 05:47:16 +01:00
|
|
|
"@raze__serde__1_0_125//:serde",
|
2021-03-07 10:04:34 +01:00
|
|
|
"@raze__serde_json__1_0_64//:serde_json",
|
2021-04-27 14:18:12 +02:00
|
|
|
"@raze__serde_urlencoded__0_7_0//:serde_urlencoded",
|
2021-03-07 10:04:34 +01:00
|
|
|
"@raze__url__2_2_1//:url",
|
2020-11-01 05:26:58 +01:00
|
|
|
] + selects.with_or({
|
|
|
|
# cfg(not(target_arch = "wasm32"))
|
|
|
|
(
|
2021-03-27 09:39:02 +01:00
|
|
|
"@rules_rust//rust/platform:aarch64-apple-ios",
|
|
|
|
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
|
|
|
"@rules_rust//rust/platform:x86_64-apple-darwin",
|
|
|
|
"@rules_rust//rust/platform:x86_64-apple-ios",
|
|
|
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
|
|
|
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
2020-11-01 05:26:58 +01:00
|
|
|
): [
|
2020-11-03 01:26:27 +01:00
|
|
|
"@raze__base64__0_13_0//:base64",
|
2021-02-06 04:42:38 +01:00
|
|
|
"@raze__encoding_rs__0_8_28//:encoding_rs",
|
2021-04-27 14:18:12 +02:00
|
|
|
"@raze__futures_core__0_3_14//:futures_core",
|
|
|
|
"@raze__futures_util__0_3_14//:futures_util",
|
|
|
|
"@raze__http_body__0_4_1//:http_body",
|
|
|
|
"@raze__hyper__0_14_7//:hyper",
|
|
|
|
"@raze__hyper_tls__0_5_0//:hyper_tls",
|
2020-11-03 01:26:27 +01:00
|
|
|
"@raze__ipnet__2_3_0//:ipnet",
|
2020-11-01 05:26:58 +01:00
|
|
|
"@raze__lazy_static__1_4_0//:lazy_static",
|
2021-02-03 11:29:48 +01:00
|
|
|
"@raze__log__0_4_14//:log",
|
2020-11-01 05:26:58 +01:00
|
|
|
"@raze__mime__0_3_16//:mime",
|
2020-12-30 04:33:16 +01:00
|
|
|
"@raze__native_tls__0_2_7//:native_tls",
|
2020-11-01 05:26:58 +01:00
|
|
|
"@raze__percent_encoding__2_1_0//:percent_encoding",
|
2021-04-27 14:18:12 +02:00
|
|
|
"@raze__pin_project_lite__0_2_6//:pin_project_lite",
|
|
|
|
"@raze__tokio__1_5_0//:tokio",
|
|
|
|
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
|
|
|
|
"@raze__tokio_socks__0_5_1//:tokio_socks",
|
2020-11-01 05:26:58 +01:00
|
|
|
],
|
|
|
|
"//conditions:default": [],
|
|
|
|
}) + selects.with_or({
|
|
|
|
# cfg(windows)
|
|
|
|
(
|
2021-03-27 09:39:02 +01:00
|
|
|
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
2020-11-01 05:26:58 +01:00
|
|
|
): [
|
2020-11-03 01:26:27 +01:00
|
|
|
"@raze__winreg__0_7_0//:winreg",
|
2020-11-01 05:26:58 +01:00
|
|
|
],
|
|
|
|
"//conditions:default": [],
|
|
|
|
}),
|
|
|
|
)
|
2020-11-10 00:47:24 +01:00
|
|
|
|
|
|
|
# Unsupported target "badssl" with type "test" omitted
|
|
|
|
|
|
|
|
# Unsupported target "blocking" with type "test" omitted
|
|
|
|
|
|
|
|
# Unsupported target "brotli" with type "test" omitted
|
|
|
|
|
|
|
|
# Unsupported target "client" with type "test" omitted
|
|
|
|
|
|
|
|
# Unsupported target "cookie" with type "test" omitted
|
|
|
|
|
|
|
|
# Unsupported target "gzip" with type "test" omitted
|
|
|
|
|
|
|
|
# Unsupported target "multipart" with type "test" omitted
|
|
|
|
|
|
|
|
# Unsupported target "proxy" with type "test" omitted
|
|
|
|
|
|
|
|
# Unsupported target "redirect" with type "test" omitted
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
# Unsupported target "timeouts" with type "test" omitted
|
2021-04-27 14:18:12 +02:00
|
|
|
|
|
|
|
# Unsupported target "wasm_simple" with type "test" omitted
|