blob: 50d102e9d4793dc349dea69a209fa8f77c3106d2 [file] [log] [blame]
Adam Snaider1c095c92023-07-08 02:09:58 -04001###############################################################################
2# @generated
3# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4# regenerate this file, run the following:
5#
6# bazel run @//wasm_bindgen/3rdparty:crates_vendor
7###############################################################################
8
9load("@rules_rust//rust:defs.bzl", "rust_library")
10
11package(default_visibility = ["//visibility:public"])
12
13# licenses([
14# "TODO", # MIT
15# ])
16
17rust_library(
18 name = "curl_sys",
19 srcs = glob(["**/*.rs"]),
20 compile_data = glob(
21 include = ["**"],
22 exclude = [
23 "**/* *",
24 ".tmp_git_root/**/*",
25 "BUILD",
26 "BUILD.bazel",
27 "WORKSPACE",
28 "WORKSPACE.bazel",
29 ],
30 ),
31 crate_features = [
32 "openssl-sys",
33 "ssl",
34 ],
35 crate_root = "lib.rs",
36 edition = "2018",
37 rustc_flags = ["--cap-lints=allow"],
38 tags = [
39 "cargo-bazel",
40 "crate-name=curl-sys",
41 "manual",
42 "noclippy",
43 "norustfmt",
44 ],
45 target_compatible_with = select({
46 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
47 "@rules_rust//rust/platform:aarch64-apple-ios": [],
48 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
49 "@rules_rust//rust/platform:aarch64-fuchsia": [],
50 "@rules_rust//rust/platform:aarch64-linux-android": [],
51 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
52 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
53 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
54 "@rules_rust//rust/platform:armv7-linux-androideabi": [],
55 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
56 "@rules_rust//rust/platform:i686-apple-darwin": [],
57 "@rules_rust//rust/platform:i686-linux-android": [],
58 "@rules_rust//rust/platform:i686-pc-windows-msvc": [],
59 "@rules_rust//rust/platform:i686-unknown-freebsd": [],
60 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
61 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
62 "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
63 "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
64 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
65 "@rules_rust//rust/platform:thumbv7em-none-eabi": [],
66 "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
67 "@rules_rust//rust/platform:wasm32-unknown-unknown": [],
68 "@rules_rust//rust/platform:wasm32-wasi": [],
69 "@rules_rust//rust/platform:x86_64-apple-darwin": [],
70 "@rules_rust//rust/platform:x86_64-apple-ios": [],
71 "@rules_rust//rust/platform:x86_64-fuchsia": [],
72 "@rules_rust//rust/platform:x86_64-linux-android": [],
73 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
74 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
75 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
76 "@rules_rust//rust/platform:x86_64-unknown-none": [],
77 "//conditions:default": ["@platforms//:incompatible"],
78 }),
79 version = "0.4.59+curl-7.86.0",
80 deps = [
81 "@rules_rust_wasm_bindgen__libc-0.2.139//:libc",
82 "@rules_rust_wasm_bindgen__libz-sys-1.1.8//:libz_sys",
83 ] + select({
84 "@rules_rust//rust/platform:aarch64-apple-ios": [
85 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
86 ],
87 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [
88 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
89 ],
90 "@rules_rust//rust/platform:aarch64-fuchsia": [
91 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
92 ],
93 "@rules_rust//rust/platform:aarch64-linux-android": [
94 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
95 ],
96 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
97 "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(windows)
98 ],
99 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
100 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
101 ],
102 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
103 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
104 ],
105 "@rules_rust//rust/platform:armv7-linux-androideabi": [
106 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
107 ],
108 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
109 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
110 ],
111 "@rules_rust//rust/platform:i686-linux-android": [
112 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
113 ],
114 "@rules_rust//rust/platform:i686-pc-windows-msvc": [
115 "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(windows)
116 ],
117 "@rules_rust//rust/platform:i686-unknown-freebsd": [
118 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
119 ],
120 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [
121 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
122 ],
123 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
124 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
125 ],
126 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
127 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
128 ],
129 "@rules_rust//rust/platform:x86_64-apple-ios": [
130 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
131 ],
132 "@rules_rust//rust/platform:x86_64-fuchsia": [
133 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
134 ],
135 "@rules_rust//rust/platform:x86_64-linux-android": [
136 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
137 ],
138 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
139 "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(windows)
140 ],
141 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [
142 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
143 ],
144 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
145 "@rules_rust_wasm_bindgen__openssl-sys-0.9.80//:openssl_sys", # cfg(all(unix, not(target_os = "macos")))
146 ],
147 "//conditions:default": [],
148 }),
149)