Run buildifier to reformat bzl/BUILD files (#260)
* Run buildifier to reformat bzl/BUILD files
To make followup migration PRs less noisy. Buildifier cannot be told not
to reformat the code when it's told to migrate for Bazel's incompatible
changes.
* Run buildifier on wasm_bindgen
diff --git a/bindgen/raze/BUILD b/bindgen/raze/BUILD
index 29312ca..08ed4b4 100644
--- a/bindgen/raze/BUILD
+++ b/bindgen/raze/BUILD
@@ -3,15 +3,18 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = ["//visibility:public"])
licenses([
- "notice" # See individual crates for specific licenses
+ "notice", # See individual crates for specific licenses
])
+
alias(
name = "bindgen",
actual = "@raze__bindgen__0_40_0//:bindgen",
)
+
alias(
# Extra aliased target, from raze configuration
# N.B.: The exact form of this is subject to change.
diff --git a/bindgen/raze/crates.bzl b/bindgen/raze/crates.bzl
index 4e0de7b..a2d65e6 100644
--- a/bindgen/raze/crates.bzl
+++ b/bindgen/raze/crates.bzl
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
def _new_http_archive(name, **kwargs):
if not native.existing_rule(name):
- http_archive(name=name, **kwargs)
+ http_archive(name = name, **kwargs)
def _new_git_repository(name, **kwargs):
if not native.existing_rule(name):
- new_git_repository(name=name, **kwargs)
+ new_git_repository(name = name, **kwargs)
def raze_fetch_remote_crates():
-
_new_http_archive(
name = "raze__aho_corasick__0_6_9",
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/aho-corasick/aho-corasick-0.6.9.crate",
type = "tar.gz",
sha256 = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e",
strip_prefix = "aho-corasick-0.6.9",
- build_file = Label("//bindgen/raze/remote:aho-corasick-0.6.9.BUILD")
+ build_file = Label("//bindgen/raze/remote:aho-corasick-0.6.9.BUILD"),
)
_new_http_archive(
@@ -31,7 +31,7 @@
type = "tar.gz",
sha256 = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b",
strip_prefix = "ansi_term-0.11.0",
- build_file = Label("//bindgen/raze/remote:ansi_term-0.11.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:ansi_term-0.11.0.BUILD"),
)
_new_http_archive(
@@ -40,7 +40,7 @@
type = "tar.gz",
sha256 = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652",
strip_prefix = "atty-0.2.11",
- build_file = Label("//bindgen/raze/remote:atty-0.2.11.BUILD")
+ build_file = Label("//bindgen/raze/remote:atty-0.2.11.BUILD"),
)
_new_http_archive(
@@ -49,7 +49,7 @@
type = "tar.gz",
sha256 = "8f4c4ffe91e0f26bdcc5a8dd58cbf0358ad772b8ec1ae274a11a0ba54ec175f4",
strip_prefix = "bindgen-0.40.0",
- build_file = Label("//bindgen/raze/remote:bindgen-0.40.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:bindgen-0.40.0.BUILD"),
)
_new_http_archive(
@@ -58,7 +58,7 @@
type = "tar.gz",
sha256 = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12",
strip_prefix = "bitflags-1.0.4",
- build_file = Label("//bindgen/raze/remote:bitflags-1.0.4.BUILD")
+ build_file = Label("//bindgen/raze/remote:bitflags-1.0.4.BUILD"),
)
_new_http_archive(
@@ -67,7 +67,7 @@
type = "tar.gz",
sha256 = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749",
strip_prefix = "cc-1.0.28",
- build_file = Label("//bindgen/raze/remote:cc-1.0.28.BUILD")
+ build_file = Label("//bindgen/raze/remote:cc-1.0.28.BUILD"),
)
_new_http_archive(
@@ -76,7 +76,7 @@
type = "tar.gz",
sha256 = "42aac45e9567d97474a834efdee3081b3c942b2205be932092f53354ce503d6c",
strip_prefix = "cexpr-0.2.3",
- build_file = Label("//bindgen/raze/remote:cexpr-0.2.3.BUILD")
+ build_file = Label("//bindgen/raze/remote:cexpr-0.2.3.BUILD"),
)
_new_http_archive(
@@ -85,7 +85,7 @@
type = "tar.gz",
sha256 = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4",
strip_prefix = "cfg-if-0.1.6",
- build_file = Label("//bindgen/raze/remote:cfg-if-0.1.6.BUILD")
+ build_file = Label("//bindgen/raze/remote:cfg-if-0.1.6.BUILD"),
)
_new_http_archive(
@@ -94,7 +94,7 @@
type = "tar.gz",
sha256 = "d7f7c04e52c35222fffcc3a115b5daf5f7e2bfb71c13c4e2321afe1fc71859c2",
strip_prefix = "clang-sys-0.23.0",
- build_file = Label("//bindgen/raze/remote:clang-sys-0.23.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:clang-sys-0.23.0.BUILD"),
)
_new_http_archive(
@@ -103,7 +103,7 @@
type = "tar.gz",
sha256 = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e",
strip_prefix = "clap-2.32.0",
- build_file = Label("//bindgen/raze/remote:clap-2.32.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:clap-2.32.0.BUILD"),
)
_new_http_archive(
@@ -112,7 +112,7 @@
type = "tar.gz",
sha256 = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38",
strip_prefix = "env_logger-0.5.13",
- build_file = Label("//bindgen/raze/remote:env_logger-0.5.13.BUILD")
+ build_file = Label("//bindgen/raze/remote:env_logger-0.5.13.BUILD"),
)
_new_http_archive(
@@ -121,7 +121,7 @@
type = "tar.gz",
sha256 = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb",
strip_prefix = "glob-0.2.11",
- build_file = Label("//bindgen/raze/remote:glob-0.2.11.BUILD")
+ build_file = Label("//bindgen/raze/remote:glob-0.2.11.BUILD"),
)
_new_http_archive(
@@ -130,7 +130,7 @@
type = "tar.gz",
sha256 = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114",
strip_prefix = "humantime-1.2.0",
- build_file = Label("//bindgen/raze/remote:humantime-1.2.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:humantime-1.2.0.BUILD"),
)
_new_http_archive(
@@ -139,7 +139,7 @@
type = "tar.gz",
sha256 = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1",
strip_prefix = "lazy_static-1.2.0",
- build_file = Label("//bindgen/raze/remote:lazy_static-1.2.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:lazy_static-1.2.0.BUILD"),
)
_new_http_archive(
@@ -148,7 +148,7 @@
type = "tar.gz",
sha256 = "e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047",
strip_prefix = "libc-0.2.48",
- build_file = Label("//bindgen/raze/remote:libc-0.2.48.BUILD")
+ build_file = Label("//bindgen/raze/remote:libc-0.2.48.BUILD"),
)
_new_http_archive(
@@ -157,7 +157,7 @@
type = "tar.gz",
sha256 = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2",
strip_prefix = "libloading-0.5.0",
- build_file = Label("//bindgen/raze/remote:libloading-0.5.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:libloading-0.5.0.BUILD"),
)
_new_http_archive(
@@ -166,7 +166,7 @@
type = "tar.gz",
sha256 = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6",
strip_prefix = "log-0.4.6",
- build_file = Label("//bindgen/raze/remote:log-0.4.6.BUILD")
+ build_file = Label("//bindgen/raze/remote:log-0.4.6.BUILD"),
)
_new_http_archive(
@@ -175,7 +175,7 @@
type = "tar.gz",
sha256 = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a",
strip_prefix = "memchr-1.0.2",
- build_file = Label("//bindgen/raze/remote:memchr-1.0.2.BUILD")
+ build_file = Label("//bindgen/raze/remote:memchr-1.0.2.BUILD"),
)
_new_http_archive(
@@ -184,7 +184,7 @@
type = "tar.gz",
sha256 = "e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8",
strip_prefix = "memchr-2.1.3",
- build_file = Label("//bindgen/raze/remote:memchr-2.1.3.BUILD")
+ build_file = Label("//bindgen/raze/remote:memchr-2.1.3.BUILD"),
)
_new_http_archive(
@@ -193,7 +193,7 @@
type = "tar.gz",
sha256 = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b",
strip_prefix = "nom-3.2.1",
- build_file = Label("//bindgen/raze/remote:nom-3.2.1.BUILD")
+ build_file = Label("//bindgen/raze/remote:nom-3.2.1.BUILD"),
)
_new_http_archive(
@@ -202,7 +202,7 @@
type = "tar.gz",
sha256 = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099",
strip_prefix = "peeking_take_while-0.1.2",
- build_file = Label("//bindgen/raze/remote:peeking_take_while-0.1.2.BUILD")
+ build_file = Label("//bindgen/raze/remote:peeking_take_while-0.1.2.BUILD"),
)
_new_http_archive(
@@ -211,7 +211,7 @@
type = "tar.gz",
sha256 = "77997c53ae6edd6d187fec07ec41b207063b5ee6f33680e9fa86d405cdd313d4",
strip_prefix = "proc-macro2-0.3.5",
- build_file = Label("//bindgen/raze/remote:proc-macro2-0.3.5.BUILD")
+ build_file = Label("//bindgen/raze/remote:proc-macro2-0.3.5.BUILD"),
)
_new_http_archive(
@@ -220,7 +220,7 @@
type = "tar.gz",
sha256 = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0",
strip_prefix = "quick-error-1.2.2",
- build_file = Label("//bindgen/raze/remote:quick-error-1.2.2.BUILD")
+ build_file = Label("//bindgen/raze/remote:quick-error-1.2.2.BUILD"),
)
_new_http_archive(
@@ -229,7 +229,7 @@
type = "tar.gz",
sha256 = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8",
strip_prefix = "quote-0.5.2",
- build_file = Label("//bindgen/raze/remote:quote-0.5.2.BUILD")
+ build_file = Label("//bindgen/raze/remote:quote-0.5.2.BUILD"),
)
_new_http_archive(
@@ -238,7 +238,7 @@
type = "tar.gz",
sha256 = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85",
strip_prefix = "redox_syscall-0.1.51",
- build_file = Label("//bindgen/raze/remote:redox_syscall-0.1.51.BUILD")
+ build_file = Label("//bindgen/raze/remote:redox_syscall-0.1.51.BUILD"),
)
_new_http_archive(
@@ -247,7 +247,7 @@
type = "tar.gz",
sha256 = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76",
strip_prefix = "redox_termios-0.1.1",
- build_file = Label("//bindgen/raze/remote:redox_termios-0.1.1.BUILD")
+ build_file = Label("//bindgen/raze/remote:redox_termios-0.1.1.BUILD"),
)
_new_http_archive(
@@ -256,7 +256,7 @@
type = "tar.gz",
sha256 = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f",
strip_prefix = "regex-1.1.0",
- build_file = Label("//bindgen/raze/remote:regex-1.1.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:regex-1.1.0.BUILD"),
)
_new_http_archive(
@@ -265,7 +265,7 @@
type = "tar.gz",
sha256 = "8c2f35eedad5295fdf00a63d7d4b238135723f92b434ec06774dad15c7ab0861",
strip_prefix = "regex-syntax-0.6.5",
- build_file = Label("//bindgen/raze/remote:regex-syntax-0.6.5.BUILD")
+ build_file = Label("//bindgen/raze/remote:regex-syntax-0.6.5.BUILD"),
)
_new_http_archive(
@@ -274,7 +274,7 @@
type = "tar.gz",
sha256 = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550",
strip_prefix = "strsim-0.7.0",
- build_file = Label("//bindgen/raze/remote:strsim-0.7.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:strsim-0.7.0.BUILD"),
)
_new_http_archive(
@@ -283,7 +283,7 @@
type = "tar.gz",
sha256 = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f",
strip_prefix = "termcolor-1.0.4",
- build_file = Label("//bindgen/raze/remote:termcolor-1.0.4.BUILD")
+ build_file = Label("//bindgen/raze/remote:termcolor-1.0.4.BUILD"),
)
_new_http_archive(
@@ -292,7 +292,7 @@
type = "tar.gz",
sha256 = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096",
strip_prefix = "termion-1.5.1",
- build_file = Label("//bindgen/raze/remote:termion-1.5.1.BUILD")
+ build_file = Label("//bindgen/raze/remote:termion-1.5.1.BUILD"),
)
_new_http_archive(
@@ -301,7 +301,7 @@
type = "tar.gz",
sha256 = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6",
strip_prefix = "textwrap-0.10.0",
- build_file = Label("//bindgen/raze/remote:textwrap-0.10.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:textwrap-0.10.0.BUILD"),
)
_new_http_archive(
@@ -310,7 +310,7 @@
type = "tar.gz",
sha256 = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b",
strip_prefix = "thread_local-0.3.6",
- build_file = Label("//bindgen/raze/remote:thread_local-0.3.6.BUILD")
+ build_file = Label("//bindgen/raze/remote:thread_local-0.3.6.BUILD"),
)
_new_http_archive(
@@ -319,7 +319,7 @@
type = "tar.gz",
sha256 = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86",
strip_prefix = "ucd-util-0.1.3",
- build_file = Label("//bindgen/raze/remote:ucd-util-0.1.3.BUILD")
+ build_file = Label("//bindgen/raze/remote:ucd-util-0.1.3.BUILD"),
)
_new_http_archive(
@@ -328,7 +328,7 @@
type = "tar.gz",
sha256 = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526",
strip_prefix = "unicode-width-0.1.5",
- build_file = Label("//bindgen/raze/remote:unicode-width-0.1.5.BUILD")
+ build_file = Label("//bindgen/raze/remote:unicode-width-0.1.5.BUILD"),
)
_new_http_archive(
@@ -337,7 +337,7 @@
type = "tar.gz",
sha256 = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc",
strip_prefix = "unicode-xid-0.1.0",
- build_file = Label("//bindgen/raze/remote:unicode-xid-0.1.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:unicode-xid-0.1.0.BUILD"),
)
_new_http_archive(
@@ -346,7 +346,7 @@
type = "tar.gz",
sha256 = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737",
strip_prefix = "utf8-ranges-1.0.2",
- build_file = Label("//bindgen/raze/remote:utf8-ranges-1.0.2.BUILD")
+ build_file = Label("//bindgen/raze/remote:utf8-ranges-1.0.2.BUILD"),
)
_new_http_archive(
@@ -355,7 +355,7 @@
type = "tar.gz",
sha256 = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a",
strip_prefix = "vec_map-0.8.1",
- build_file = Label("//bindgen/raze/remote:vec_map-0.8.1.BUILD")
+ build_file = Label("//bindgen/raze/remote:vec_map-0.8.1.BUILD"),
)
_new_http_archive(
@@ -364,7 +364,7 @@
type = "tar.gz",
sha256 = "e84a603e7e0b1ce1aa1ee2b109c7be00155ce52df5081590d1ffb93f4f515cb2",
strip_prefix = "which-1.0.5",
- build_file = Label("//bindgen/raze/remote:which-1.0.5.BUILD")
+ build_file = Label("//bindgen/raze/remote:which-1.0.5.BUILD"),
)
_new_http_archive(
@@ -373,7 +373,7 @@
type = "tar.gz",
sha256 = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0",
strip_prefix = "winapi-0.3.6",
- build_file = Label("//bindgen/raze/remote:winapi-0.3.6.BUILD")
+ build_file = Label("//bindgen/raze/remote:winapi-0.3.6.BUILD"),
)
_new_http_archive(
@@ -382,7 +382,7 @@
type = "tar.gz",
sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0",
- build_file = Label("//bindgen/raze/remote:winapi-i686-pc-windows-gnu-0.4.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:winapi-i686-pc-windows-gnu-0.4.0.BUILD"),
)
_new_http_archive(
@@ -391,7 +391,7 @@
type = "tar.gz",
sha256 = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab",
strip_prefix = "winapi-util-0.1.1",
- build_file = Label("//bindgen/raze/remote:winapi-util-0.1.1.BUILD")
+ build_file = Label("//bindgen/raze/remote:winapi-util-0.1.1.BUILD"),
)
_new_http_archive(
@@ -400,7 +400,7 @@
type = "tar.gz",
sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0",
- build_file = Label("//bindgen/raze/remote:winapi-x86_64-pc-windows-gnu-0.4.0.BUILD")
+ build_file = Label("//bindgen/raze/remote:winapi-x86_64-pc-windows-gnu-0.4.0.BUILD"),
)
_new_http_archive(
@@ -409,6 +409,5 @@
type = "tar.gz",
sha256 = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba",
strip_prefix = "wincolor-1.0.1",
- build_file = Label("//bindgen/raze/remote:wincolor-1.0.1.BUILD")
+ build_file = Label("//bindgen/raze/remote:wincolor-1.0.1.BUILD"),
)
-
diff --git a/bindgen/raze/libloading.BUILD b/bindgen/raze/libloading.BUILD
index 7c02e57..81be670 100644
--- a/bindgen/raze/libloading.BUILD
+++ b/bindgen/raze/libloading.BUILD
@@ -29,6 +29,6 @@
crate_root = "src/lib.rs",
crate_type = "lib",
rustc_flags = ["--cap-lints=allow"],
- deps = [":global_static"],
visibility = ["//visibility:public"],
+ deps = [":global_static"],
)
diff --git a/bindgen/raze/remote/aho-corasick-0.6.9.BUILD b/bindgen/raze/remote/aho-corasick-0.6.9.BUILD
index 482324e..a164832 100644
--- a/bindgen/raze/remote/aho-corasick-0.6.9.BUILD
+++ b/bindgen/raze/remote/aho-corasick-0.6.9.BUILD
@@ -3,62 +3,61 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
rust_binary(
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_aho_corasick_dot",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/main.rs",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.9",
deps = [
# Binaries get an implicit dependency on their lib
":aho_corasick",
"@raze__memchr__2_1_3//:memchr",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.9",
- crate_features = [
- ],
)
-
rust_library(
name = "aho_corasick",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__memchr__2_1_3//:memchr",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.6.9",
- crate_features = [
+ deps = [
+ "@raze__memchr__2_1_3//:memchr",
],
)
diff --git a/bindgen/raze/remote/ansi_term-0.11.0.BUILD b/bindgen/raze/remote/ansi_term-0.11.0.BUILD
index 8aadd76..1770b57 100644
--- a/bindgen/raze/remote/ansi_term-0.11.0.BUILD
+++ b/bindgen/raze/remote/ansi_term-0.11.0.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "ansi_term",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.11.0",
- crate_features = [
+ deps = [
],
)
diff --git a/bindgen/raze/remote/atty-0.2.11.BUILD b/bindgen/raze/remote/atty-0.2.11.BUILD
index 2c2fb11..f60817b 100644
--- a/bindgen/raze/remote/atty-0.2.11.BUILD
+++ b/bindgen/raze/remote/atty-0.2.11.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "atty" with type "example" omitted
rust_library(
name = "atty",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_48//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.11",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_48//:libc",
],
)
-
diff --git a/bindgen/raze/remote/bindgen-0.40.0.BUILD b/bindgen/raze/remote/bindgen-0.40.0.BUILD
index 2272804..4e313c2 100644
--- a/bindgen/raze/remote/bindgen-0.40.0.BUILD
+++ b/bindgen/raze/remote/bindgen-0.40.0.BUILD
@@ -3,77 +3,92 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "BSD-3-Clause"
+ "notice", # "BSD-3-Clause"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
rust_binary(
name = "bindgen_build_script",
srcs = glob(["**/*.rs"]),
- crate_root = "build.rs",
- edition = "2015",
- deps = [
+ crate_features = [
+ "default",
+ "env_logger",
+ "log",
+ "logging",
],
+ crate_root = "build.rs",
+ data = glob(["*"]),
+ edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
- crate_features = [
- "default",
- "env_logger",
- "log",
- "logging",
- ],
- data = glob(["*"]),
version = "0.40.0",
visibility = ["//visibility:private"],
+ deps = [
+ ],
)
genrule(
name = "bindgen_build_script_executor",
- srcs = glob(["*", "**/*.rs"]),
+ srcs = glob([
+ "*",
+ "**/*.rs",
+ ]),
outs = ["bindgen_out_dir_outputs.tar.gz"],
- tools = [
- ":bindgen_build_script",
- ],
+ cmd = "mkdir -p bindgen_out_dir_outputs/;" +
+ " (export CARGO_MANIFEST_DIR=\"$$PWD/$$(dirname $(location :Cargo.toml))\";" +
+ # TODO(acmcarther): This needs to be revisited as part of the cross compilation story.
+ # See also: https://github.com/google/cargo-raze/pull/54
+ " export TARGET='x86_64-unknown-linux-gnu';" +
+ " export RUST_BACKTRACE=1;" +
+ " export CARGO_FEATURE_DEFAULT=1;" +
+ " export CARGO_FEATURE_ENV_LOGGER=1;" +
+ " export CARGO_FEATURE_LOG=1;" +
+ " export CARGO_FEATURE_LOGGING=1;" +
+ " export OUT_DIR=$$PWD/bindgen_out_dir_outputs;" +
+ " export BINARY_PATH=\"$$PWD/$(location :bindgen_build_script)\";" +
+ " export OUT_TAR=$$PWD/$@;" +
+ " cd $$(dirname $(location :Cargo.toml)) && $$BINARY_PATH && tar -czf $$OUT_TAR -C $$OUT_DIR .)",
local = 1,
- cmd = "mkdir -p bindgen_out_dir_outputs/;"
- + " (export CARGO_MANIFEST_DIR=\"$$PWD/$$(dirname $(location :Cargo.toml))\";"
- # TODO(acmcarther): This needs to be revisited as part of the cross compilation story.
- # See also: https://github.com/google/cargo-raze/pull/54
- + " export TARGET='x86_64-unknown-linux-gnu';"
- + " export RUST_BACKTRACE=1;"
- + " export CARGO_FEATURE_DEFAULT=1;"
- + " export CARGO_FEATURE_ENV_LOGGER=1;"
- + " export CARGO_FEATURE_LOG=1;"
- + " export CARGO_FEATURE_LOGGING=1;"
- + " export OUT_DIR=$$PWD/bindgen_out_dir_outputs;"
- + " export BINARY_PATH=\"$$PWD/$(location :bindgen_build_script)\";"
- + " export OUT_TAR=$$PWD/$@;"
- + " cd $$(dirname $(location :Cargo.toml)) && $$BINARY_PATH && tar -czf $$OUT_TAR -C $$OUT_DIR .)"
+ tools = [
+ ":bindgen_build_script",
+ ],
)
rust_binary(
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_bindgen",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "env_logger",
+ "log",
+ "logging",
+ ],
crate_root = "src/main.rs",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ out_dir_tar = ":bindgen_build_script_executor",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.40.0",
deps = [
# Binaries get an implicit dependency on their lib
":bindgen",
@@ -91,26 +106,25 @@
"@raze__regex__1_1_0//:regex",
"@raze__which__1_0_5//:which",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- out_dir_tar = ":bindgen_build_script_executor",
- version = "0.40.0",
+)
+
+rust_library(
+ name = "bindgen",
+ srcs = glob(["**/*.rs"]),
crate_features = [
"default",
"env_logger",
"log",
"logging",
],
-)
-
-
-rust_library(
- name = "bindgen",
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ out_dir_tar = ":bindgen_build_script_executor",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.40.0",
deps = [
"@raze__bitflags__1_0_4//:bitflags",
"@raze__cexpr__0_2_3//:cexpr",
@@ -126,16 +140,4 @@
"@raze__regex__1_1_0//:regex",
"@raze__which__1_0_5//:which",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- out_dir_tar = ":bindgen_build_script_executor",
- version = "0.40.0",
- crate_features = [
- "default",
- "env_logger",
- "log",
- "logging",
- ],
)
-
diff --git a/bindgen/raze/remote/bitflags-1.0.4.BUILD b/bindgen/raze/remote/bitflags-1.0.4.BUILD
index 66fb925..fe2acec 100644
--- a/bindgen/raze/remote/bitflags-1.0.4.BUILD
+++ b/bindgen/raze/remote/bitflags-1.0.4.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "bitflags",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.4",
- crate_features = [
- "default",
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/cc-1.0.28.BUILD b/bindgen/raze/remote/cc-1.0.28.BUILD
index 7e13706..009b698 100644
--- a/bindgen/raze/remote/cc-1.0.28.BUILD
+++ b/bindgen/raze/remote/cc-1.0.28.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "cc",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.28",
- crate_features = [
+ deps = [
],
)
@@ -45,18 +44,18 @@
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_gcc_shim",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/bin/gcc-shim.rs",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- # Binaries get an implicit dependency on their lib
- ":cc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.28",
- crate_features = [
+ deps = [
+ # Binaries get an implicit dependency on their lib
+ ":cc",
],
)
diff --git a/bindgen/raze/remote/cexpr-0.2.3.BUILD b/bindgen/raze/remote/cexpr-0.2.3.BUILD
index 2d402c2..60cc697 100644
--- a/bindgen/raze/remote/cexpr-0.2.3.BUILD
+++ b/bindgen/raze/remote/cexpr-0.2.3.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "cexpr",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__nom__3_2_1//:nom",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.3",
- crate_features = [
+ deps = [
+ "@raze__nom__3_2_1//:nom",
],
)
diff --git a/bindgen/raze/remote/cfg-if-0.1.6.BUILD b/bindgen/raze/remote/cfg-if-0.1.6.BUILD
index 8d7e20a..763c0f2 100644
--- a/bindgen/raze/remote/cfg-if-0.1.6.BUILD
+++ b/bindgen/raze/remote/cfg-if-0.1.6.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "cfg_if",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.6",
- crate_features = [
+ deps = [
],
)
diff --git a/bindgen/raze/remote/clang-sys-0.23.0.BUILD b/bindgen/raze/remote/clang-sys-0.23.0.BUILD
index 01ca16c..45a0bca 100644
--- a/bindgen/raze/remote/clang-sys-0.23.0.BUILD
+++ b/bindgen/raze/remote/clang-sys-0.23.0.BUILD
@@ -3,43 +3,31 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0"
+ "notice", # "Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "clang_sys",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__glob__0_2_11//:glob",
- "@raze__libc__0_2_48//:libc",
- "@raze__libloading__0_5_0//:libloading",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.23.0",
crate_features = [
"clang_6_0",
"gte_clang_3_6",
@@ -52,6 +40,18 @@
"libloading",
"runtime",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.23.0",
+ deps = [
+ "@raze__glob__0_2_11//:glob",
+ "@raze__libc__0_2_48//:libc",
+ "@raze__libloading__0_5_0//:libloading",
+ ],
)
# Unsupported target "lib" with type "test" omitted
diff --git a/bindgen/raze/remote/clap-2.32.0.BUILD b/bindgen/raze/remote/clap-2.32.0.BUILD
index 5585d78..13b8782 100644
--- a/bindgen/raze/remote/clap-2.32.0.BUILD
+++ b/bindgen/raze/remote/clap-2.32.0.BUILD
@@ -3,46 +3,29 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "clap",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__ansi_term__0_11_0//:ansi_term",
- "@raze__atty__0_2_11//:atty",
- "@raze__bitflags__1_0_4//:bitflags",
- "@raze__strsim__0_7_0//:strsim",
- "@raze__textwrap__0_10_0//:textwrap",
- "@raze__unicode_width__0_1_5//:unicode_width",
- "@raze__vec_map__0_8_1//:vec_map",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "2.32.0",
crate_features = [
"ansi_term",
"atty",
@@ -52,5 +35,20 @@
"suggestions",
"vec_map",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "2.32.0",
+ deps = [
+ "@raze__ansi_term__0_11_0//:ansi_term",
+ "@raze__atty__0_2_11//:atty",
+ "@raze__bitflags__1_0_4//:bitflags",
+ "@raze__strsim__0_7_0//:strsim",
+ "@raze__textwrap__0_10_0//:textwrap",
+ "@raze__unicode_width__0_1_5//:unicode_width",
+ "@raze__vec_map__0_8_1//:vec_map",
+ ],
)
-
diff --git a/bindgen/raze/remote/env_logger-0.5.13.BUILD b/bindgen/raze/remote/env_logger-0.5.13.BUILD
index 253e243..f896131 100644
--- a/bindgen/raze/remote/env_logger-0.5.13.BUILD
+++ b/bindgen/raze/remote/env_logger-0.5.13.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "custom_default_format" with type "example" omitted
# Unsupported target "custom_format" with type "example" omitted
# Unsupported target "custom_logger" with type "example" omitted
@@ -31,10 +31,18 @@
rust_library(
name = "env_logger",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "regex",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.5.13",
deps = [
"@raze__atty__0_2_11//:atty",
"@raze__humantime__1_2_0//:humantime",
@@ -42,14 +50,6 @@
"@raze__regex__1_1_0//:regex",
"@raze__termcolor__1_0_4//:termcolor",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.5.13",
- crate_features = [
- "default",
- "regex",
- ],
)
# Unsupported target "log-in-log" with type "test" omitted
diff --git a/bindgen/raze/remote/glob-0.2.11.BUILD b/bindgen/raze/remote/glob-0.2.11.BUILD
index e1980c3..c05c202 100644
--- a/bindgen/raze/remote/glob-0.2.11.BUILD
+++ b/bindgen/raze/remote/glob-0.2.11.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "glob",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.11",
- crate_features = [
+ deps = [
],
)
diff --git a/bindgen/raze/remote/humantime-1.2.0.BUILD b/bindgen/raze/remote/humantime-1.2.0.BUILD
index c00bdeb..37dd90a 100644
--- a/bindgen/raze/remote/humantime-1.2.0.BUILD
+++ b/bindgen/raze/remote/humantime-1.2.0.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "datetime_format" with type "bench" omitted
# Unsupported target "datetime_parse" with type "bench" omitted
rust_library(
name = "humantime",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__quick_error__1_2_2//:quick_error",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.2.0",
- crate_features = [
+ deps = [
+ "@raze__quick_error__1_2_2//:quick_error",
],
)
-
diff --git a/bindgen/raze/remote/lazy_static-1.2.0.BUILD b/bindgen/raze/remote/lazy_static-1.2.0.BUILD
index 2bfb3e0..0cd1ffc 100644
--- a/bindgen/raze/remote/lazy_static-1.2.0.BUILD
+++ b/bindgen/raze/remote/lazy_static-1.2.0.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "lazy_static",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.2.0",
- crate_features = [
+ deps = [
],
)
diff --git a/bindgen/raze/remote/libc-0.2.48.BUILD b/bindgen/raze/remote/libc-0.2.48.BUILD
index 31bd9e8..02cec6b 100644
--- a/bindgen/raze/remote/libc-0.2.48.BUILD
+++ b/bindgen/raze/remote/libc-0.2.48.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "libc",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.48",
crate_features = [
"default",
"use_std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.48",
+ deps = [
+ ],
)
-
diff --git a/bindgen/raze/remote/libloading-0.5.0.BUILD b/bindgen/raze/remote/libloading-0.5.0.BUILD
index ee505fe..01b689c 100644
--- a/bindgen/raze/remote/libloading-0.5.0.BUILD
+++ b/bindgen/raze/remote/libloading-0.5.0.BUILD
@@ -3,42 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "ISC"
+ "notice", # "ISC"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
# Unsupported target "functions" with type "test" omitted
rust_library(
name = "libloading",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.5.0",
- crate_features = [
+ deps = [
],
)
diff --git a/bindgen/raze/remote/log-0.4.6.BUILD b/bindgen/raze/remote/log-0.4.6.BUILD
index 4673fea..bed04df 100644
--- a/bindgen/raze/remote/log-0.4.6.BUILD
+++ b/bindgen/raze/remote/log-0.4.6.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "filters" with type "test" omitted
rust_library(
name = "log",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__cfg_if__0_1_6//:cfg_if",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.6",
- crate_features = [
- "std",
+ deps = [
+ "@raze__cfg_if__0_1_6//:cfg_if",
],
)
-
diff --git a/bindgen/raze/remote/memchr-1.0.2.BUILD b/bindgen/raze/remote/memchr-1.0.2.BUILD
index a895f25..9bb42b9 100644
--- a/bindgen/raze/remote/memchr-1.0.2.BUILD
+++ b/bindgen/raze/remote/memchr-1.0.2.BUILD
@@ -3,45 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "memchr",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_48//:libc",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.0.2",
crate_features = [
"libc",
"use_std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.0.2",
+ deps = [
+ "@raze__libc__0_2_48//:libc",
+ ],
)
-
diff --git a/bindgen/raze/remote/memchr-2.1.3.BUILD b/bindgen/raze/remote/memchr-2.1.3.BUILD
index ff1a025..179795a 100644
--- a/bindgen/raze/remote/memchr-2.1.3.BUILD
+++ b/bindgen/raze/remote/memchr-2.1.3.BUILD
@@ -3,47 +3,46 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "memchr",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__cfg_if__0_1_6//:cfg_if",
- "@raze__libc__0_2_48//:libc",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "2.1.3",
crate_features = [
"default",
"libc",
"use_std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "2.1.3",
+ deps = [
+ "@raze__cfg_if__0_1_6//:cfg_if",
+ "@raze__libc__0_2_48//:libc",
+ ],
)
-
diff --git a/bindgen/raze/remote/nom-3.2.1.BUILD b/bindgen/raze/remote/nom-3.2.1.BUILD
index 9aca6ca..b4f56dd 100644
--- a/bindgen/raze/remote/nom-3.2.1.BUILD
+++ b/bindgen/raze/remote/nom-3.2.1.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "arithmetic" with type "test" omitted
# Unsupported target "arithmetic_ast" with type "test" omitted
# Unsupported target "blockbuf-arithmetic" with type "test" omitted
@@ -38,17 +38,7 @@
rust_library(
name = "nom",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__memchr__1_0_2//:memchr",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "3.2.1",
crate_features = [
"default",
"memchr",
@@ -56,6 +46,16 @@
"stream",
"verbose-errors",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "3.2.1",
+ deps = [
+ "@raze__memchr__1_0_2//:memchr",
+ ],
)
# Unsupported target "omnom" with type "test" omitted
diff --git a/bindgen/raze/remote/peeking_take_while-0.1.2.BUILD b/bindgen/raze/remote/peeking_take_while-0.1.2.BUILD
index 27e8693..a262efe 100644
--- a/bindgen/raze/remote/peeking_take_while-0.1.2.BUILD
+++ b/bindgen/raze/remote/peeking_take_while-0.1.2.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "peeking_take_while",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.2",
- crate_features = [
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/proc-macro2-0.3.5.BUILD b/bindgen/raze/remote/proc-macro2-0.3.5.BUILD
index 92a97b9..74bd702 100644
--- a/bindgen/raze/remote/proc-macro2-0.3.5.BUILD
+++ b/bindgen/raze/remote/proc-macro2-0.3.5.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "proc_macro2",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__unicode_xid__0_1_0//:unicode_xid",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.5",
- crate_features = [
+ deps = [
+ "@raze__unicode_xid__0_1_0//:unicode_xid",
],
)
diff --git a/bindgen/raze/remote/quick-error-1.2.2.BUILD b/bindgen/raze/remote/quick-error-1.2.2.BUILD
index c51de2d..70c0bcb 100644
--- a/bindgen/raze/remote/quick-error-1.2.2.BUILD
+++ b/bindgen/raze/remote/quick-error-1.2.2.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "context" with type "example" omitted
rust_library(
name = "quick_error",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.2.2",
- crate_features = [
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/quote-0.5.2.BUILD b/bindgen/raze/remote/quote-0.5.2.BUILD
index 508c1df..88df984 100644
--- a/bindgen/raze/remote/quote-0.5.2.BUILD
+++ b/bindgen/raze/remote/quote-0.5.2.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "quote",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__proc_macro2__0_3_5//:proc_macro2",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.5.2",
- crate_features = [
+ deps = [
+ "@raze__proc_macro2__0_3_5//:proc_macro2",
],
)
diff --git a/bindgen/raze/remote/redox_syscall-0.1.51.BUILD b/bindgen/raze/remote/redox_syscall-0.1.51.BUILD
index 8648afb..d2136ab 100644
--- a/bindgen/raze/remote/redox_syscall-0.1.51.BUILD
+++ b/bindgen/raze/remote/redox_syscall-0.1.51.BUILD
@@ -3,44 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
alias(
- name = "redox_syscall",
- actual = ":syscall",
+ name = "redox_syscall",
+ actual = ":syscall",
)
rust_library(
name = "syscall",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.51",
- crate_features = [
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/redox_termios-0.1.1.BUILD b/bindgen/raze/remote/redox_termios-0.1.1.BUILD
index 6173808..8eea84a 100644
--- a/bindgen/raze/remote/redox_termios-0.1.1.BUILD
+++ b/bindgen/raze/remote/redox_termios-0.1.1.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "redox_termios",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__redox_syscall__0_1_51//:redox_syscall",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.1",
- crate_features = [
+ deps = [
+ "@raze__redox_syscall__0_1_51//:redox_syscall",
],
)
-
diff --git a/bindgen/raze/remote/regex-1.1.0.BUILD b/bindgen/raze/remote/regex-1.1.0.BUILD
index 70318bb..3bc74dd 100644
--- a/bindgen/raze/remote/regex-1.1.0.BUILD
+++ b/bindgen/raze/remote/regex-1.1.0.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "backtrack" with type "test" omitted
# Unsupported target "backtrack-bytes" with type "test" omitted
# Unsupported target "backtrack-utf8bytes" with type "test" omitted
@@ -36,10 +36,18 @@
rust_library(
name = "regex",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "use_std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.1.0",
deps = [
"@raze__aho_corasick__0_6_9//:aho_corasick",
"@raze__memchr__2_1_3//:memchr",
@@ -47,14 +55,6 @@
"@raze__thread_local__0_3_6//:thread_local",
"@raze__utf8_ranges__1_0_2//:utf8_ranges",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.1.0",
- crate_features = [
- "default",
- "use_std",
- ],
)
# Unsupported target "shootout-regex-dna" with type "example" omitted
diff --git a/bindgen/raze/remote/regex-syntax-0.6.5.BUILD b/bindgen/raze/remote/regex-syntax-0.6.5.BUILD
index 5f29f8c..fcab5a2 100644
--- a/bindgen/raze/remote/regex-syntax-0.6.5.BUILD
+++ b/bindgen/raze/remote/regex-syntax-0.6.5.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "regex_syntax",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__ucd_util__0_1_3//:ucd_util",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.6.5",
- crate_features = [
+ deps = [
+ "@raze__ucd_util__0_1_3//:ucd_util",
],
)
-
diff --git a/bindgen/raze/remote/strsim-0.7.0.BUILD b/bindgen/raze/remote/strsim-0.7.0.BUILD
index a429808..27c2437 100644
--- a/bindgen/raze/remote/strsim-0.7.0.BUILD
+++ b/bindgen/raze/remote/strsim-0.7.0.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "lib" with type "test" omitted
rust_library(
name = "strsim",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.7.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/termcolor-1.0.4.BUILD b/bindgen/raze/remote/termcolor-1.0.4.BUILD
index ebdf387..9ad06f2 100644
--- a/bindgen/raze/remote/termcolor-1.0.4.BUILD
+++ b/bindgen/raze/remote/termcolor-1.0.4.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "Unlicense OR MIT"
+ "restricted", # "Unlicense OR MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "termcolor",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.4",
- crate_features = [
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/termion-1.5.1.BUILD b/bindgen/raze/remote/termion-1.5.1.BUILD
index 6164736..74baab6 100644
--- a/bindgen/raze/remote/termion-1.5.1.BUILD
+++ b/bindgen/raze/remote/termion-1.5.1.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "alternate_screen" with type "example" omitted
# Unsupported target "alternate_screen_raw" with type "example" omitted
# Unsupported target "async" with type "example" omitted
@@ -41,18 +41,18 @@
rust_library(
name = "termion",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_48//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.5.1",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_48//:libc",
],
)
diff --git a/bindgen/raze/remote/textwrap-0.10.0.BUILD b/bindgen/raze/remote/textwrap-0.10.0.BUILD
index 777f385..bab2bec 100644
--- a/bindgen/raze/remote/textwrap-0.10.0.BUILD
+++ b/bindgen/raze/remote/textwrap-0.10.0.BUILD
@@ -3,44 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "layout" with type "example" omitted
# Unsupported target "linear" with type "bench" omitted
# Unsupported target "termwidth" with type "example" omitted
rust_library(
name = "textwrap",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__unicode_width__0_1_5//:unicode_width",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.10.0",
- crate_features = [
+ deps = [
+ "@raze__unicode_width__0_1_5//:unicode_width",
],
)
diff --git a/bindgen/raze/remote/thread_local-0.3.6.BUILD b/bindgen/raze/remote/thread_local-0.3.6.BUILD
index bc76676..5410b73 100644
--- a/bindgen/raze/remote/thread_local-0.3.6.BUILD
+++ b/bindgen/raze/remote/thread_local-0.3.6.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "thread_local" with type "bench" omitted
rust_library(
name = "thread_local",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__lazy_static__1_2_0//:lazy_static",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.6",
- crate_features = [
+ deps = [
+ "@raze__lazy_static__1_2_0//:lazy_static",
],
)
-
diff --git a/bindgen/raze/remote/ucd-util-0.1.3.BUILD b/bindgen/raze/remote/ucd-util-0.1.3.BUILD
index 6f8688e..c842f65 100644
--- a/bindgen/raze/remote/ucd-util-0.1.3.BUILD
+++ b/bindgen/raze/remote/ucd-util-0.1.3.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "ucd_util",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.3",
- crate_features = [
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/unicode-width-0.1.5.BUILD b/bindgen/raze/remote/unicode-width-0.1.5.BUILD
index 1ab5a8a..5f0fbb6 100644
--- a/bindgen/raze/remote/unicode-width-0.1.5.BUILD
+++ b/bindgen/raze/remote/unicode-width-0.1.5.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "unicode_width",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.5",
- crate_features = [
- "default",
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/unicode-xid-0.1.0.BUILD b/bindgen/raze/remote/unicode-xid-0.1.0.BUILD
index 511fcf8..021f67f 100644
--- a/bindgen/raze/remote/unicode-xid-0.1.0.BUILD
+++ b/bindgen/raze/remote/unicode-xid-0.1.0.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "unicode_xid",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.0",
- crate_features = [
- "default",
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/utf8-ranges-1.0.2.BUILD b/bindgen/raze/remote/utf8-ranges-1.0.2.BUILD
index c2993e1..3459d60 100644
--- a/bindgen/raze/remote/utf8-ranges-1.0.2.BUILD
+++ b/bindgen/raze/remote/utf8-ranges-1.0.2.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "utf8_ranges",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.2",
- crate_features = [
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/vec_map-0.8.1.BUILD b/bindgen/raze/remote/vec_map-0.8.1.BUILD
index 4309bea..0d0498f 100644
--- a/bindgen/raze/remote/vec_map-0.8.1.BUILD
+++ b/bindgen/raze/remote/vec_map-0.8.1.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "vec_map",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.8.1",
- crate_features = [
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/which-1.0.5.BUILD b/bindgen/raze/remote/which-1.0.5.BUILD
index cc92293..69a0ea0 100644
--- a/bindgen/raze/remote/which-1.0.5.BUILD
+++ b/bindgen/raze/remote/which-1.0.5.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "which",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_48//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.5",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_48//:libc",
],
)
-
diff --git a/bindgen/raze/remote/winapi-0.3.6.BUILD b/bindgen/raze/remote/winapi-0.3.6.BUILD
index 57928ac..cb8df4d 100644
--- a/bindgen/raze/remote/winapi-0.3.6.BUILD
+++ b/bindgen/raze/remote/winapi-0.3.6.BUILD
@@ -3,40 +3,31 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "winapi",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.6",
crate_features = [
"consoleapi",
"errhandlingapi",
@@ -50,5 +41,13 @@
"wincon",
"winerror",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.6",
+ deps = [
+ ],
)
-
diff --git a/bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD b/bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD
index 11e2028..9d39984 100644
--- a/bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD
+++ b/bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "winapi_i686_pc_windows_gnu",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/winapi-util-0.1.1.BUILD b/bindgen/raze/remote/winapi-util-0.1.1.BUILD
index 1bfd949..9caf268 100644
--- a/bindgen/raze/remote/winapi-util-0.1.1.BUILD
+++ b/bindgen/raze/remote/winapi-util-0.1.1.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "winapi_util",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.1",
- crate_features = [
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD b/bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD
index cba7ac0..c1f34d1 100644
--- a/bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD
+++ b/bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "winapi_x86_64_pc_windows_gnu",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/bindgen/raze/remote/wincolor-1.0.1.BUILD b/bindgen/raze/remote/wincolor-1.0.1.BUILD
index edcc7e6..21fb10f 100644
--- a/bindgen/raze/remote/wincolor-1.0.1.BUILD
+++ b/bindgen/raze/remote/wincolor-1.0.1.BUILD
@@ -3,43 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "wincolor",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__winapi__0_3_6//:winapi",
- "@raze__winapi_util__0_1_1//:winapi_util",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.1",
- crate_features = [
+ deps = [
+ "@raze__winapi__0_3_6//:winapi",
+ "@raze__winapi_util__0_1_1//:winapi_util",
],
)
-
diff --git a/bindgen/repositories.bzl b/bindgen/repositories.bzl
index 3ba58b8..c04f307 100644
--- a/bindgen/repositories.bzl
+++ b/bindgen/repositories.bzl
@@ -40,7 +40,7 @@
sha256 = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2",
strip_prefix = "libloading-0.5.0",
# TODO: This is a manual patch, need https://github.com/google/cargo-raze/issues/58
- build_file = Label("//bindgen/raze:libloading.BUILD")
+ build_file = Label("//bindgen/raze:libloading.BUILD"),
)
raze_fetch_remote_crates()
@@ -86,4 +86,4 @@
_local_libstdcpp = repository_rule(
implementation = _local_libstdcpp_impl,
-)
\ No newline at end of file
+)
diff --git a/docs/BUILD b/docs/BUILD
index 4f94499..8d958c4 100644
--- a/docs/BUILD
+++ b/docs/BUILD
@@ -22,8 +22,8 @@
"rust_bindgen_library",
],
deps = [
- "@io_bazel_rules_rust//rust:rules",
- "@io_bazel_rules_rust//proto:rules",
"@io_bazel_rules_rust//bindgen:rules",
+ "@io_bazel_rules_rust//proto:rules",
+ "@io_bazel_rules_rust//rust:rules",
],
)
diff --git a/examples/ffi/rust_calling_c/BUILD b/examples/ffi/rust_calling_c/BUILD
index 8e14f4c..c9b0964 100644
--- a/examples/ffi/rust_calling_c/BUILD
+++ b/examples/ffi/rust_calling_c/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ["//ffi/rust_calling_c:__subpackages__"])
-load("@io_bazel_rules_rust//rust:rust.bzl", "rust_library", "rust_test", "rust_binary", "rust_doc")
+load("@io_bazel_rules_rust//rust:rust.bzl", "rust_binary", "rust_doc", "rust_library", "rust_test")
rust_library(
name = "matrix",
diff --git a/examples/fibonacci/BUILD b/examples/fibonacci/BUILD
index a902f9f..9434ae3 100644
--- a/examples/fibonacci/BUILD
+++ b/examples/fibonacci/BUILD
@@ -1,10 +1,10 @@
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
- "rust_test",
"rust_benchmark",
"rust_doc",
"rust_doc_test",
+ "rust_library",
+ "rust_test",
)
rust_library(
diff --git a/examples/hello_lib/BUILD b/examples/hello_lib/BUILD
index c8123d5..758eee9 100644
--- a/examples/hello_lib/BUILD
+++ b/examples/hello_lib/BUILD
@@ -2,10 +2,10 @@
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
- "rust_test",
"rust_doc",
"rust_doc_test",
+ "rust_library",
+ "rust_test",
)
rust_library(
@@ -14,8 +14,8 @@
"src/greeter.rs",
"src/lib.rs",
],
- rustc_flags = ["--cap-lints=allow"],
crate_features = ["default"],
+ rustc_flags = ["--cap-lints=allow"],
)
rust_library(
diff --git a/examples/hello_out_dir/BUILD b/examples/hello_out_dir/BUILD
index 24ba16e..f291e1b 100644
--- a/examples/hello_out_dir/BUILD
+++ b/examples/hello_out_dir/BUILD
@@ -19,6 +19,6 @@
rust_test(
name = "hello_out_dir_test",
- out_dir_tar = ":repacked_srcs.tar.gz",
crate = ":hello_out_dir",
+ out_dir_tar = ":repacked_srcs.tar.gz",
)
diff --git a/examples/hello_runfiles/BUILD b/examples/hello_runfiles/BUILD
index 58f1b32..82a22c4 100644
--- a/examples/hello_runfiles/BUILD
+++ b/examples/hello_runfiles/BUILD
@@ -9,8 +9,8 @@
rust_binary(
name = "hello_runfiles",
- edition = "2018",
srcs = ["hello_runfiles.rs"],
data = ["hello_runfiles.rs"], # Yes, we're being cute.
+ edition = "2018",
deps = ["@io_bazel_rules_rust//tools/runfiles"],
)
diff --git a/examples/hello_world_wasm/BUILD b/examples/hello_world_wasm/BUILD
index 04bf4b4..3946495 100644
--- a/examples/hello_world_wasm/BUILD
+++ b/examples/hello_world_wasm/BUILD
@@ -4,12 +4,10 @@
"@io_bazel_rules_rust//rust:rust.bzl",
"rust_binary",
)
-
load(
"@io_bazel_rules_rust//wasm_bindgen:wasm_bindgen.bzl",
"rust_wasm_bindgen",
)
-
load(
"@build_bazel_rules_nodejs//:defs.bzl",
"jasmine_node_test",
@@ -24,7 +22,7 @@
rust_wasm_bindgen(
name = "hello_world_wasm_bindgen",
- wasm_file = ":hello_world_wasm"
+ wasm_file = ":hello_world_wasm",
)
jasmine_node_test(
diff --git a/proto/raze/BUILD b/proto/raze/BUILD
index 244f1aa..e8af4e6 100644
--- a/proto/raze/BUILD
+++ b/proto/raze/BUILD
@@ -3,43 +3,52 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = ["//visibility:public"])
licenses([
- "notice" # See individual crates for specific licenses
+ "notice", # See individual crates for specific licenses
])
+
alias(
name = "grpc",
actual = "@raze__grpc__0_4_0//:grpc",
)
+
alias(
name = "grpc_compiler",
actual = "@raze__grpc_compiler__0_4_0//:grpc_compiler",
)
+
alias(
# Extra aliased target, from raze configuration
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_protoc_gen_rust_grpc",
actual = "@raze__grpc_compiler__0_4_0//:cargo_bin_protoc_gen_rust_grpc",
)
+
alias(
name = "protobuf",
actual = "@raze__protobuf__1_6_0//:protobuf",
)
+
alias(
name = "protobuf_codegen",
actual = "@raze__protobuf_codegen__1_6_0//:protobuf_codegen",
)
+
alias(
# Extra aliased target, from raze configuration
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_protoc_gen_rust",
actual = "@raze__protobuf_codegen__1_6_0//:cargo_bin_protoc_gen_rust",
)
+
alias(
name = "tls_api",
actual = "@raze__tls_api__0_1_20//:tls_api",
)
+
alias(
name = "tls_api_stub",
actual = "@raze__tls_api_stub__0_1_20//:tls_api_stub",
diff --git a/proto/raze/crates.bzl b/proto/raze/crates.bzl
index edd76b6..aa5af23 100644
--- a/proto/raze/crates.bzl
+++ b/proto/raze/crates.bzl
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
def _new_http_archive(name, **kwargs):
if not native.existing_rule(name):
- http_archive(name=name, **kwargs)
+ http_archive(name = name, **kwargs)
def _new_git_repository(name, **kwargs):
if not native.existing_rule(name):
- new_git_repository(name=name, **kwargs)
+ new_git_repository(name = name, **kwargs)
def raze_fetch_remote_crates():
-
_new_http_archive(
name = "raze__arrayvec__0_4_7",
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/arrayvec/arrayvec-0.4.7.crate",
type = "tar.gz",
sha256 = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef",
strip_prefix = "arrayvec-0.4.7",
- build_file = Label("//proto/raze/remote:arrayvec-0.4.7.BUILD")
+ build_file = Label("//proto/raze/remote:arrayvec-0.4.7.BUILD"),
)
_new_http_archive(
@@ -31,7 +31,7 @@
type = "tar.gz",
sha256 = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643",
strip_prefix = "base64-0.9.3",
- build_file = Label("//proto/raze/remote:base64-0.9.3.BUILD")
+ build_file = Label("//proto/raze/remote:base64-0.9.3.BUILD"),
)
_new_http_archive(
@@ -40,7 +40,7 @@
type = "tar.gz",
sha256 = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12",
strip_prefix = "bitflags-1.0.4",
- build_file = Label("//proto/raze/remote:bitflags-1.0.4.BUILD")
+ build_file = Label("//proto/raze/remote:bitflags-1.0.4.BUILD"),
)
_new_http_archive(
@@ -49,7 +49,7 @@
type = "tar.gz",
sha256 = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d",
strip_prefix = "byteorder-1.2.7",
- build_file = Label("//proto/raze/remote:byteorder-1.2.7.BUILD")
+ build_file = Label("//proto/raze/remote:byteorder-1.2.7.BUILD"),
)
_new_http_archive(
@@ -58,7 +58,7 @@
type = "tar.gz",
sha256 = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62",
strip_prefix = "bytes-0.4.10",
- build_file = Label("//proto/raze/remote:bytes-0.4.10.BUILD")
+ build_file = Label("//proto/raze/remote:bytes-0.4.10.BUILD"),
)
_new_http_archive(
@@ -67,7 +67,7 @@
type = "tar.gz",
sha256 = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4",
strip_prefix = "cfg-if-0.1.6",
- build_file = Label("//proto/raze/remote:cfg-if-0.1.6.BUILD")
+ build_file = Label("//proto/raze/remote:cfg-if-0.1.6.BUILD"),
)
_new_http_archive(
@@ -76,7 +76,7 @@
type = "tar.gz",
sha256 = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f",
strip_prefix = "cloudabi-0.0.3",
- build_file = Label("//proto/raze/remote:cloudabi-0.0.3.BUILD")
+ build_file = Label("//proto/raze/remote:cloudabi-0.0.3.BUILD"),
)
_new_http_archive(
@@ -85,7 +85,7 @@
type = "tar.gz",
sha256 = "4fe1b6f945f824c7a25afe44f62e25d714c0cc523f8e99d8db5cd1026e1269d3",
strip_prefix = "crossbeam-deque-0.6.2",
- build_file = Label("//proto/raze/remote:crossbeam-deque-0.6.2.BUILD")
+ build_file = Label("//proto/raze/remote:crossbeam-deque-0.6.2.BUILD"),
)
_new_http_archive(
@@ -94,7 +94,7 @@
type = "tar.gz",
sha256 = "2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8",
strip_prefix = "crossbeam-epoch-0.6.1",
- build_file = Label("//proto/raze/remote:crossbeam-epoch-0.6.1.BUILD")
+ build_file = Label("//proto/raze/remote:crossbeam-epoch-0.6.1.BUILD"),
)
_new_http_archive(
@@ -103,7 +103,7 @@
type = "tar.gz",
sha256 = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015",
strip_prefix = "crossbeam-utils-0.5.0",
- build_file = Label("//proto/raze/remote:crossbeam-utils-0.5.0.BUILD")
+ build_file = Label("//proto/raze/remote:crossbeam-utils-0.5.0.BUILD"),
)
_new_http_archive(
@@ -112,7 +112,7 @@
type = "tar.gz",
sha256 = "6efda20eef4ccf2a862d442a1e0319d568f9133e16a085a1f8126fe9b6da852d",
strip_prefix = "crossbeam-utils-0.6.0",
- build_file = Label("//proto/raze/remote:crossbeam-utils-0.6.0.BUILD")
+ build_file = Label("//proto/raze/remote:crossbeam-utils-0.6.0.BUILD"),
)
_new_http_archive(
@@ -121,7 +121,7 @@
type = "tar.gz",
sha256 = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82",
strip_prefix = "fuchsia-zircon-0.3.3",
- build_file = Label("//proto/raze/remote:fuchsia-zircon-0.3.3.BUILD")
+ build_file = Label("//proto/raze/remote:fuchsia-zircon-0.3.3.BUILD"),
)
_new_http_archive(
@@ -130,7 +130,7 @@
type = "tar.gz",
sha256 = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7",
strip_prefix = "fuchsia-zircon-sys-0.3.3",
- build_file = Label("//proto/raze/remote:fuchsia-zircon-sys-0.3.3.BUILD")
+ build_file = Label("//proto/raze/remote:fuchsia-zircon-sys-0.3.3.BUILD"),
)
_new_http_archive(
@@ -139,7 +139,7 @@
type = "tar.gz",
sha256 = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b",
strip_prefix = "futures-0.1.25",
- build_file = Label("//proto/raze/remote:futures-0.1.25.BUILD")
+ build_file = Label("//proto/raze/remote:futures-0.1.25.BUILD"),
)
_new_http_archive(
@@ -148,7 +148,7 @@
type = "tar.gz",
sha256 = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4",
strip_prefix = "futures-cpupool-0.1.8",
- build_file = Label("//proto/raze/remote:futures-cpupool-0.1.8.BUILD")
+ build_file = Label("//proto/raze/remote:futures-cpupool-0.1.8.BUILD"),
)
_new_http_archive(
@@ -157,7 +157,7 @@
type = "tar.gz",
sha256 = "3ec0a20eaa2682f7efe0ed9bf749a8264d1da9df9375ddfcec1643f21a4a5ec9",
strip_prefix = "grpc-0.4.0",
- build_file = Label("//proto/raze/remote:grpc-0.4.0.BUILD")
+ build_file = Label("//proto/raze/remote:grpc-0.4.0.BUILD"),
)
_new_http_archive(
@@ -166,7 +166,7 @@
type = "tar.gz",
sha256 = "ae0ed7696fcbc435a4c7eb90573ea4211a2fb27d74b9a38f784bb0de025a1f18",
strip_prefix = "grpc-compiler-0.4.0",
- build_file = Label("//proto/raze/remote:grpc-compiler-0.4.0.BUILD")
+ build_file = Label("//proto/raze/remote:grpc-compiler-0.4.0.BUILD"),
)
_new_http_archive(
@@ -175,7 +175,7 @@
type = "tar.gz",
sha256 = "08dd97d857b9c194e7bff2e046f5711fa95f2532945497eca6913640eb664060",
strip_prefix = "httpbis-0.6.1",
- build_file = Label("//proto/raze/remote:httpbis-0.6.1.BUILD")
+ build_file = Label("//proto/raze/remote:httpbis-0.6.1.BUILD"),
)
_new_http_archive(
@@ -184,7 +184,7 @@
type = "tar.gz",
sha256 = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08",
strip_prefix = "iovec-0.1.2",
- build_file = Label("//proto/raze/remote:iovec-0.1.2.BUILD")
+ build_file = Label("//proto/raze/remote:iovec-0.1.2.BUILD"),
)
_new_http_archive(
@@ -193,7 +193,7 @@
type = "tar.gz",
sha256 = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d",
strip_prefix = "kernel32-sys-0.2.2",
- build_file = Label("//proto/raze/remote:kernel32-sys-0.2.2.BUILD")
+ build_file = Label("//proto/raze/remote:kernel32-sys-0.2.2.BUILD"),
)
_new_http_archive(
@@ -202,7 +202,7 @@
type = "tar.gz",
sha256 = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1",
strip_prefix = "lazy_static-1.2.0",
- build_file = Label("//proto/raze/remote:lazy_static-1.2.0.BUILD")
+ build_file = Label("//proto/raze/remote:lazy_static-1.2.0.BUILD"),
)
_new_http_archive(
@@ -211,7 +211,7 @@
type = "tar.gz",
sha256 = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0",
strip_prefix = "lazycell-1.2.0",
- build_file = Label("//proto/raze/remote:lazycell-1.2.0.BUILD")
+ build_file = Label("//proto/raze/remote:lazycell-1.2.0.BUILD"),
)
_new_http_archive(
@@ -220,7 +220,7 @@
type = "tar.gz",
sha256 = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d",
strip_prefix = "libc-0.2.43",
- build_file = Label("//proto/raze/remote:libc-0.2.43.BUILD")
+ build_file = Label("//proto/raze/remote:libc-0.2.43.BUILD"),
)
_new_http_archive(
@@ -229,7 +229,7 @@
type = "tar.gz",
sha256 = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a",
strip_prefix = "lock_api-0.1.4",
- build_file = Label("//proto/raze/remote:lock_api-0.1.4.BUILD")
+ build_file = Label("//proto/raze/remote:lock_api-0.1.4.BUILD"),
)
_new_http_archive(
@@ -238,7 +238,7 @@
type = "tar.gz",
sha256 = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b",
strip_prefix = "log-0.3.9",
- build_file = Label("//proto/raze/remote:log-0.3.9.BUILD")
+ build_file = Label("//proto/raze/remote:log-0.3.9.BUILD"),
)
_new_http_archive(
@@ -247,7 +247,7 @@
type = "tar.gz",
sha256 = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6",
strip_prefix = "log-0.4.6",
- build_file = Label("//proto/raze/remote:log-0.4.6.BUILD")
+ build_file = Label("//proto/raze/remote:log-0.4.6.BUILD"),
)
_new_http_archive(
@@ -256,7 +256,7 @@
type = "tar.gz",
sha256 = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3",
strip_prefix = "memoffset-0.2.1",
- build_file = Label("//proto/raze/remote:memoffset-0.2.1.BUILD")
+ build_file = Label("//proto/raze/remote:memoffset-0.2.1.BUILD"),
)
_new_http_archive(
@@ -265,7 +265,7 @@
type = "tar.gz",
sha256 = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432",
strip_prefix = "mio-0.6.16",
- build_file = Label("//proto/raze/remote:mio-0.6.16.BUILD")
+ build_file = Label("//proto/raze/remote:mio-0.6.16.BUILD"),
)
_new_http_archive(
@@ -274,7 +274,7 @@
type = "tar.gz",
sha256 = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125",
strip_prefix = "mio-uds-0.6.7",
- build_file = Label("//proto/raze/remote:mio-uds-0.6.7.BUILD")
+ build_file = Label("//proto/raze/remote:mio-uds-0.6.7.BUILD"),
)
_new_http_archive(
@@ -283,7 +283,7 @@
type = "tar.gz",
sha256 = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919",
strip_prefix = "miow-0.2.1",
- build_file = Label("//proto/raze/remote:miow-0.2.1.BUILD")
+ build_file = Label("//proto/raze/remote:miow-0.2.1.BUILD"),
)
_new_http_archive(
@@ -292,7 +292,7 @@
type = "tar.gz",
sha256 = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88",
strip_prefix = "net2-0.2.33",
- build_file = Label("//proto/raze/remote:net2-0.2.33.BUILD")
+ build_file = Label("//proto/raze/remote:net2-0.2.33.BUILD"),
)
_new_http_archive(
@@ -301,7 +301,7 @@
type = "tar.gz",
sha256 = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2",
strip_prefix = "nodrop-0.1.12",
- build_file = Label("//proto/raze/remote:nodrop-0.1.12.BUILD")
+ build_file = Label("//proto/raze/remote:nodrop-0.1.12.BUILD"),
)
_new_http_archive(
@@ -310,7 +310,7 @@
type = "tar.gz",
sha256 = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30",
strip_prefix = "num_cpus-1.8.0",
- build_file = Label("//proto/raze/remote:num_cpus-1.8.0.BUILD")
+ build_file = Label("//proto/raze/remote:num_cpus-1.8.0.BUILD"),
)
_new_http_archive(
@@ -319,7 +319,7 @@
type = "tar.gz",
sha256 = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37",
strip_prefix = "owning_ref-0.3.3",
- build_file = Label("//proto/raze/remote:owning_ref-0.3.3.BUILD")
+ build_file = Label("//proto/raze/remote:owning_ref-0.3.3.BUILD"),
)
_new_http_archive(
@@ -328,7 +328,7 @@
type = "tar.gz",
sha256 = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5",
strip_prefix = "parking_lot-0.6.4",
- build_file = Label("//proto/raze/remote:parking_lot-0.6.4.BUILD")
+ build_file = Label("//proto/raze/remote:parking_lot-0.6.4.BUILD"),
)
_new_http_archive(
@@ -337,7 +337,7 @@
type = "tar.gz",
sha256 = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c",
strip_prefix = "parking_lot_core-0.3.1",
- build_file = Label("//proto/raze/remote:parking_lot_core-0.3.1.BUILD")
+ build_file = Label("//proto/raze/remote:parking_lot_core-0.3.1.BUILD"),
)
_new_http_archive(
@@ -346,7 +346,7 @@
type = "tar.gz",
sha256 = "63af89a2e832acba65595d0fc9b8444f5b014356c2a7ad759d6b846c4fa52efb",
strip_prefix = "protobuf-1.6.0",
- build_file = Label("//proto/raze/remote:protobuf-1.6.0.BUILD")
+ build_file = Label("//proto/raze/remote:protobuf-1.6.0.BUILD"),
)
_new_http_archive(
@@ -355,7 +355,7 @@
type = "tar.gz",
sha256 = "89f7524bbb8c6796a164d29cbd8aae51ece80e4ae2040ffb2faa875b2f6823b4",
strip_prefix = "protobuf-codegen-1.6.0",
- build_file = Label("//proto/raze/remote:protobuf-codegen-1.6.0.BUILD")
+ build_file = Label("//proto/raze/remote:protobuf-codegen-1.6.0.BUILD"),
)
_new_http_archive(
@@ -364,7 +364,7 @@
type = "tar.gz",
sha256 = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c",
strip_prefix = "rand-0.5.5",
- build_file = Label("//proto/raze/remote:rand-0.5.5.BUILD")
+ build_file = Label("//proto/raze/remote:rand-0.5.5.BUILD"),
)
_new_http_archive(
@@ -373,7 +373,7 @@
type = "tar.gz",
sha256 = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372",
strip_prefix = "rand_core-0.2.2",
- build_file = Label("//proto/raze/remote:rand_core-0.2.2.BUILD")
+ build_file = Label("//proto/raze/remote:rand_core-0.2.2.BUILD"),
)
_new_http_archive(
@@ -382,7 +382,7 @@
type = "tar.gz",
sha256 = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db",
strip_prefix = "rand_core-0.3.0",
- build_file = Label("//proto/raze/remote:rand_core-0.3.0.BUILD")
+ build_file = Label("//proto/raze/remote:rand_core-0.3.0.BUILD"),
)
_new_http_archive(
@@ -391,7 +391,7 @@
type = "tar.gz",
sha256 = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a",
strip_prefix = "rustc_version-0.2.3",
- build_file = Label("//proto/raze/remote:rustc_version-0.2.3.BUILD")
+ build_file = Label("//proto/raze/remote:rustc_version-0.2.3.BUILD"),
)
_new_http_archive(
@@ -400,7 +400,7 @@
type = "tar.gz",
sha256 = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9",
strip_prefix = "safemem-0.3.0",
- build_file = Label("//proto/raze/remote:safemem-0.3.0.BUILD")
+ build_file = Label("//proto/raze/remote:safemem-0.3.0.BUILD"),
)
_new_http_archive(
@@ -409,7 +409,7 @@
type = "tar.gz",
sha256 = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28",
strip_prefix = "scoped-tls-0.1.2",
- build_file = Label("//proto/raze/remote:scoped-tls-0.1.2.BUILD")
+ build_file = Label("//proto/raze/remote:scoped-tls-0.1.2.BUILD"),
)
_new_http_archive(
@@ -418,7 +418,7 @@
type = "tar.gz",
sha256 = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27",
strip_prefix = "scopeguard-0.3.3",
- build_file = Label("//proto/raze/remote:scopeguard-0.3.3.BUILD")
+ build_file = Label("//proto/raze/remote:scopeguard-0.3.3.BUILD"),
)
_new_http_archive(
@@ -427,7 +427,7 @@
type = "tar.gz",
sha256 = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403",
strip_prefix = "semver-0.9.0",
- build_file = Label("//proto/raze/remote:semver-0.9.0.BUILD")
+ build_file = Label("//proto/raze/remote:semver-0.9.0.BUILD"),
)
_new_http_archive(
@@ -436,7 +436,7 @@
type = "tar.gz",
sha256 = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3",
strip_prefix = "semver-parser-0.7.0",
- build_file = Label("//proto/raze/remote:semver-parser-0.7.0.BUILD")
+ build_file = Label("//proto/raze/remote:semver-parser-0.7.0.BUILD"),
)
_new_http_archive(
@@ -445,7 +445,7 @@
type = "tar.gz",
sha256 = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23",
strip_prefix = "slab-0.3.0",
- build_file = Label("//proto/raze/remote:slab-0.3.0.BUILD")
+ build_file = Label("//proto/raze/remote:slab-0.3.0.BUILD"),
)
_new_http_archive(
@@ -454,7 +454,7 @@
type = "tar.gz",
sha256 = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d",
strip_prefix = "slab-0.4.1",
- build_file = Label("//proto/raze/remote:slab-0.4.1.BUILD")
+ build_file = Label("//proto/raze/remote:slab-0.4.1.BUILD"),
)
_new_http_archive(
@@ -463,7 +463,7 @@
type = "tar.gz",
sha256 = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d",
strip_prefix = "smallvec-0.6.5",
- build_file = Label("//proto/raze/remote:smallvec-0.6.5.BUILD")
+ build_file = Label("//proto/raze/remote:smallvec-0.6.5.BUILD"),
)
_new_http_archive(
@@ -472,7 +472,7 @@
type = "tar.gz",
sha256 = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8",
strip_prefix = "stable_deref_trait-1.1.1",
- build_file = Label("//proto/raze/remote:stable_deref_trait-1.1.1.BUILD")
+ build_file = Label("//proto/raze/remote:stable_deref_trait-1.1.1.BUILD"),
)
_new_http_archive(
@@ -481,7 +481,7 @@
type = "tar.gz",
sha256 = "e452fe2fdf40a10715adb3a5f244c7411cdf2ecc887b07160310939785db9182",
strip_prefix = "tls-api-0.1.20",
- build_file = Label("//proto/raze/remote:tls-api-0.1.20.BUILD")
+ build_file = Label("//proto/raze/remote:tls-api-0.1.20.BUILD"),
)
_new_http_archive(
@@ -490,7 +490,7 @@
type = "tar.gz",
sha256 = "25a2dcddd0fd52bdbedf9b4f0fd1cb884abfa0984e6a54121d4cefdf3d234e4c",
strip_prefix = "tls-api-stub-0.1.20",
- build_file = Label("//proto/raze/remote:tls-api-stub-0.1.20.BUILD")
+ build_file = Label("//proto/raze/remote:tls-api-stub-0.1.20.BUILD"),
)
_new_http_archive(
@@ -499,7 +499,7 @@
type = "tar.gz",
sha256 = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895",
strip_prefix = "tokio-0.1.11",
- build_file = Label("//proto/raze/remote:tokio-0.1.11.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-0.1.11.BUILD"),
)
_new_http_archive(
@@ -508,7 +508,7 @@
type = "tar.gz",
sha256 = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f",
strip_prefix = "tokio-codec-0.1.1",
- build_file = Label("//proto/raze/remote:tokio-codec-0.1.1.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-codec-0.1.1.BUILD"),
)
_new_http_archive(
@@ -517,7 +517,7 @@
type = "tar.gz",
sha256 = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71",
strip_prefix = "tokio-core-0.1.17",
- build_file = Label("//proto/raze/remote:tokio-core-0.1.17.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-core-0.1.17.BUILD"),
)
_new_http_archive(
@@ -526,7 +526,7 @@
type = "tar.gz",
sha256 = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c",
strip_prefix = "tokio-current-thread-0.1.3",
- build_file = Label("//proto/raze/remote:tokio-current-thread-0.1.3.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-current-thread-0.1.3.BUILD"),
)
_new_http_archive(
@@ -535,7 +535,7 @@
type = "tar.gz",
sha256 = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde",
strip_prefix = "tokio-executor-0.1.5",
- build_file = Label("//proto/raze/remote:tokio-executor-0.1.5.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-executor-0.1.5.BUILD"),
)
_new_http_archive(
@@ -544,7 +544,7 @@
type = "tar.gz",
sha256 = "60ae25f6b17d25116d2cba342083abe5255d3c2c79cb21ea11aa049c53bf7c75",
strip_prefix = "tokio-fs-0.1.4",
- build_file = Label("//proto/raze/remote:tokio-fs-0.1.4.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-fs-0.1.4.BUILD"),
)
_new_http_archive(
@@ -553,7 +553,7 @@
type = "tar.gz",
sha256 = "7392fe0a70d5ce0c882c4778116c519bd5dbaa8a7c3ae3d04578b3afafdcda21",
strip_prefix = "tokio-io-0.1.10",
- build_file = Label("//proto/raze/remote:tokio-io-0.1.10.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-io-0.1.10.BUILD"),
)
_new_http_archive(
@@ -562,7 +562,7 @@
type = "tar.gz",
sha256 = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018",
strip_prefix = "tokio-reactor-0.1.6",
- build_file = Label("//proto/raze/remote:tokio-reactor-0.1.6.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-reactor-0.1.6.BUILD"),
)
_new_http_archive(
@@ -571,7 +571,7 @@
type = "tar.gz",
sha256 = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912",
strip_prefix = "tokio-tcp-0.1.2",
- build_file = Label("//proto/raze/remote:tokio-tcp-0.1.2.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-tcp-0.1.2.BUILD"),
)
_new_http_archive(
@@ -580,7 +580,7 @@
type = "tar.gz",
sha256 = "3929aee321c9220ed838ed6c3928be7f9b69986b0e3c22c972a66dbf8a298c68",
strip_prefix = "tokio-threadpool-0.1.8",
- build_file = Label("//proto/raze/remote:tokio-threadpool-0.1.8.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-threadpool-0.1.8.BUILD"),
)
_new_http_archive(
@@ -589,7 +589,7 @@
type = "tar.gz",
sha256 = "6131e780037787ff1b3f8aad9da83bca02438b72277850dd6ad0d455e0e20efc",
strip_prefix = "tokio-timer-0.1.2",
- build_file = Label("//proto/raze/remote:tokio-timer-0.1.2.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-timer-0.1.2.BUILD"),
)
_new_http_archive(
@@ -598,7 +598,7 @@
type = "tar.gz",
sha256 = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e",
strip_prefix = "tokio-timer-0.2.7",
- build_file = Label("//proto/raze/remote:tokio-timer-0.2.7.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-timer-0.2.7.BUILD"),
)
_new_http_archive(
@@ -607,7 +607,7 @@
type = "tar.gz",
sha256 = "c7ac6ebb2f40e7e068cb43e1f3b09b40d7869bcc7e49e7f50610d4e0e75a18d7",
strip_prefix = "tokio-tls-api-0.1.20",
- build_file = Label("//proto/raze/remote:tokio-tls-api-0.1.20.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-tls-api-0.1.20.BUILD"),
)
_new_http_archive(
@@ -616,7 +616,7 @@
type = "tar.gz",
sha256 = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c",
strip_prefix = "tokio-udp-0.1.2",
- build_file = Label("//proto/raze/remote:tokio-udp-0.1.2.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-udp-0.1.2.BUILD"),
)
_new_http_archive(
@@ -625,7 +625,7 @@
type = "tar.gz",
sha256 = "65ae5d255ce739e8537221ed2942e0445f4b3b813daebac1c0050ddaaa3587f9",
strip_prefix = "tokio-uds-0.1.7",
- build_file = Label("//proto/raze/remote:tokio-uds-0.1.7.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-uds-0.1.7.BUILD"),
)
_new_http_archive(
@@ -634,7 +634,7 @@
type = "tar.gz",
sha256 = "df195376b43508f01570bacc73e13a1de0854dc59e79d1ec09913e8db6dd2a70",
strip_prefix = "tokio-uds-0.2.3",
- build_file = Label("//proto/raze/remote:tokio-uds-0.2.3.BUILD")
+ build_file = Label("//proto/raze/remote:tokio-uds-0.2.3.BUILD"),
)
_new_http_archive(
@@ -643,7 +643,7 @@
type = "tar.gz",
sha256 = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564",
strip_prefix = "unix_socket-0.5.0",
- build_file = Label("//proto/raze/remote:unix_socket-0.5.0.BUILD")
+ build_file = Label("//proto/raze/remote:unix_socket-0.5.0.BUILD"),
)
_new_http_archive(
@@ -652,7 +652,7 @@
type = "tar.gz",
sha256 = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56",
strip_prefix = "unreachable-1.0.0",
- build_file = Label("//proto/raze/remote:unreachable-1.0.0.BUILD")
+ build_file = Label("//proto/raze/remote:unreachable-1.0.0.BUILD"),
)
_new_http_archive(
@@ -661,7 +661,7 @@
type = "tar.gz",
sha256 = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d",
strip_prefix = "void-1.0.2",
- build_file = Label("//proto/raze/remote:void-1.0.2.BUILD")
+ build_file = Label("//proto/raze/remote:void-1.0.2.BUILD"),
)
_new_http_archive(
@@ -670,7 +670,7 @@
type = "tar.gz",
sha256 = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a",
strip_prefix = "winapi-0.2.8",
- build_file = Label("//proto/raze/remote:winapi-0.2.8.BUILD")
+ build_file = Label("//proto/raze/remote:winapi-0.2.8.BUILD"),
)
_new_http_archive(
@@ -679,7 +679,7 @@
type = "tar.gz",
sha256 = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0",
strip_prefix = "winapi-0.3.6",
- build_file = Label("//proto/raze/remote:winapi-0.3.6.BUILD")
+ build_file = Label("//proto/raze/remote:winapi-0.3.6.BUILD"),
)
_new_http_archive(
@@ -688,7 +688,7 @@
type = "tar.gz",
sha256 = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc",
strip_prefix = "winapi-build-0.1.1",
- build_file = Label("//proto/raze/remote:winapi-build-0.1.1.BUILD")
+ build_file = Label("//proto/raze/remote:winapi-build-0.1.1.BUILD"),
)
_new_http_archive(
@@ -697,7 +697,7 @@
type = "tar.gz",
sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0",
- build_file = Label("//proto/raze/remote:winapi-i686-pc-windows-gnu-0.4.0.BUILD")
+ build_file = Label("//proto/raze/remote:winapi-i686-pc-windows-gnu-0.4.0.BUILD"),
)
_new_http_archive(
@@ -706,7 +706,7 @@
type = "tar.gz",
sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0",
- build_file = Label("//proto/raze/remote:winapi-x86_64-pc-windows-gnu-0.4.0.BUILD")
+ build_file = Label("//proto/raze/remote:winapi-x86_64-pc-windows-gnu-0.4.0.BUILD"),
)
_new_http_archive(
@@ -715,6 +715,5 @@
type = "tar.gz",
sha256 = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e",
strip_prefix = "ws2_32-sys-0.2.1",
- build_file = Label("//proto/raze/remote:ws2_32-sys-0.2.1.BUILD")
+ build_file = Label("//proto/raze/remote:ws2_32-sys-0.2.1.BUILD"),
)
-
diff --git a/proto/raze/remote/arrayvec-0.4.7.BUILD b/proto/raze/remote/arrayvec-0.4.7.BUILD
index 4b13495..c918167 100644
--- a/proto/raze/remote/arrayvec-0.4.7.BUILD
+++ b/proto/raze/remote/arrayvec-0.4.7.BUILD
@@ -3,41 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "arraystring" with type "bench" omitted
rust_library(
name = "arrayvec",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__nodrop__0_1_12//:nodrop",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.7",
- crate_features = [
+ deps = [
+ "@raze__nodrop__0_1_12//:nodrop",
],
)
diff --git a/proto/raze/remote/base64-0.9.3.BUILD b/proto/raze/remote/base64-0.9.3.BUILD
index 7690c92..0dd9e60 100644
--- a/proto/raze/remote/base64-0.9.3.BUILD
+++ b/proto/raze/remote/base64-0.9.3.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "base64",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__byteorder__1_2_7//:byteorder",
- "@raze__safemem__0_3_0//:safemem",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.9.3",
- crate_features = [
+ deps = [
+ "@raze__byteorder__1_2_7//:byteorder",
+ "@raze__safemem__0_3_0//:safemem",
],
)
diff --git a/proto/raze/remote/bitflags-1.0.4.BUILD b/proto/raze/remote/bitflags-1.0.4.BUILD
index c61b930..f61c3e0 100644
--- a/proto/raze/remote/bitflags-1.0.4.BUILD
+++ b/proto/raze/remote/bitflags-1.0.4.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "bitflags",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.4",
- crate_features = [
- "default",
+ deps = [
],
)
-
diff --git a/proto/raze/remote/byteorder-1.2.7.BUILD b/proto/raze/remote/byteorder-1.2.7.BUILD
index aa48254..d786b67 100644
--- a/proto/raze/remote/byteorder-1.2.7.BUILD
+++ b/proto/raze/remote/byteorder-1.2.7.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "Unlicense OR MIT"
+ "restricted", # "Unlicense OR MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "byteorder",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.2.7",
crate_features = [
"default",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.2.7",
+ deps = [
+ ],
)
-
diff --git a/proto/raze/remote/bytes-0.4.10.BUILD b/proto/raze/remote/bytes-0.4.10.BUILD
index 2b92d95..9caa36f 100644
--- a/proto/raze/remote/bytes-0.4.10.BUILD
+++ b/proto/raze/remote/bytes-0.4.10.BUILD
@@ -3,42 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bytes" with type "bench" omitted
rust_library(
name = "bytes",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__byteorder__1_2_7//:byteorder",
- "@raze__iovec__0_1_2//:iovec",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.10",
- crate_features = [
+ deps = [
+ "@raze__byteorder__1_2_7//:byteorder",
+ "@raze__iovec__0_1_2//:iovec",
],
)
diff --git a/proto/raze/remote/cfg-if-0.1.6.BUILD b/proto/raze/remote/cfg-if-0.1.6.BUILD
index 4c3a1cf..188671f 100644
--- a/proto/raze/remote/cfg-if-0.1.6.BUILD
+++ b/proto/raze/remote/cfg-if-0.1.6.BUILD
@@ -3,39 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "cfg_if",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.6",
- crate_features = [
+ deps = [
],
)
diff --git a/proto/raze/remote/cloudabi-0.0.3.BUILD b/proto/raze/remote/cloudabi-0.0.3.BUILD
index c5d4173..1c278a9 100644
--- a/proto/raze/remote/cloudabi-0.0.3.BUILD
+++ b/proto/raze/remote/cloudabi-0.0.3.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "BSD-2-Clause"
+ "restricted", # "BSD-2-Clause"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "cloudabi",
- crate_root = "cloudabi.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__bitflags__1_0_4//:bitflags",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.0.3",
crate_features = [
"bitflags",
"default",
],
+ crate_root = "cloudabi.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.0.3",
+ deps = [
+ "@raze__bitflags__1_0_4//:bitflags",
+ ],
)
-
diff --git a/proto/raze/remote/crossbeam-deque-0.6.2.BUILD b/proto/raze/remote/crossbeam-deque-0.6.2.BUILD
index 54963c7..016bbfc 100644
--- a/proto/raze/remote/crossbeam-deque-0.6.2.BUILD
+++ b/proto/raze/remote/crossbeam-deque-0.6.2.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "crossbeam_deque",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__crossbeam_epoch__0_6_1//:crossbeam_epoch",
- "@raze__crossbeam_utils__0_6_0//:crossbeam_utils",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.6.2",
- crate_features = [
+ deps = [
+ "@raze__crossbeam_epoch__0_6_1//:crossbeam_epoch",
+ "@raze__crossbeam_utils__0_6_0//:crossbeam_utils",
],
)
diff --git a/proto/raze/remote/crossbeam-epoch-0.6.1.BUILD b/proto/raze/remote/crossbeam-epoch-0.6.1.BUILD
index aaca7cf..b739355 100644
--- a/proto/raze/remote/crossbeam-epoch-0.6.1.BUILD
+++ b/proto/raze/remote/crossbeam-epoch-0.6.1.BUILD
@@ -3,32 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "crossbeam_epoch",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "crossbeam-utils",
+ "default",
+ "lazy_static",
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.1",
deps = [
"@raze__arrayvec__0_4_7//:arrayvec",
"@raze__cfg_if__0_1_6//:cfg_if",
@@ -37,16 +46,6 @@
"@raze__memoffset__0_2_1//:memoffset",
"@raze__scopeguard__0_3_3//:scopeguard",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.1",
- crate_features = [
- "crossbeam-utils",
- "default",
- "lazy_static",
- "std",
- ],
)
# Unsupported target "defer" with type "bench" omitted
diff --git a/proto/raze/remote/crossbeam-utils-0.5.0.BUILD b/proto/raze/remote/crossbeam-utils-0.5.0.BUILD
index 6940516..994bd1d 100644
--- a/proto/raze/remote/crossbeam-utils-0.5.0.BUILD
+++ b/proto/raze/remote/crossbeam-utils-0.5.0.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "crossbeam_utils",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.5.0",
crate_features = [
"default",
"use_std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.5.0",
+ deps = [
+ ],
)
-
diff --git a/proto/raze/remote/crossbeam-utils-0.6.0.BUILD b/proto/raze/remote/crossbeam-utils-0.6.0.BUILD
index 17ea1bd..44bb7af 100644
--- a/proto/raze/remote/crossbeam-utils-0.6.0.BUILD
+++ b/proto/raze/remote/crossbeam-utils-0.6.0.BUILD
@@ -3,44 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "atomic_cell" with type "bench" omitted
# Unsupported target "cache_padded" with type "test" omitted
rust_library(
name = "crossbeam_utils",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__cfg_if__0_1_6//:cfg_if",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.6.0",
- crate_features = [
- "default",
- "std",
+ deps = [
+ "@raze__cfg_if__0_1_6//:cfg_if",
],
)
diff --git a/proto/raze/remote/fuchsia-zircon-0.3.3.BUILD b/proto/raze/remote/fuchsia-zircon-0.3.3.BUILD
index 0b9a744..eb46d70 100644
--- a/proto/raze/remote/fuchsia-zircon-0.3.3.BUILD
+++ b/proto/raze/remote/fuchsia-zircon-0.3.3.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "BSD-3-Clause"
+ "notice", # "BSD-3-Clause"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "fuchsia_zircon",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__bitflags__1_0_4//:bitflags",
- "@raze__fuchsia_zircon_sys__0_3_3//:fuchsia_zircon_sys",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.3",
- crate_features = [
+ deps = [
+ "@raze__bitflags__1_0_4//:bitflags",
+ "@raze__fuchsia_zircon_sys__0_3_3//:fuchsia_zircon_sys",
],
)
-
diff --git a/proto/raze/remote/fuchsia-zircon-sys-0.3.3.BUILD b/proto/raze/remote/fuchsia-zircon-sys-0.3.3.BUILD
index 90fab3c..4f69892 100644
--- a/proto/raze/remote/fuchsia-zircon-sys-0.3.3.BUILD
+++ b/proto/raze/remote/fuchsia-zircon-sys-0.3.3.BUILD
@@ -3,39 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "BSD-3-Clause"
+ "notice", # "BSD-3-Clause"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "fuchsia_zircon_sys",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.3",
- crate_features = [
+ deps = [
],
)
diff --git a/proto/raze/remote/futures-0.1.25.BUILD b/proto/raze/remote/futures-0.1.25.BUILD
index db2e24c..a6a0bc7 100644
--- a/proto/raze/remote/futures-0.1.25.BUILD
+++ b/proto/raze/remote/futures-0.1.25.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "all" with type "test" omitted
# Unsupported target "bilock" with type "bench" omitted
# Unsupported target "bilock" with type "test" omitted
@@ -35,20 +35,20 @@
rust_library(
name = "futures",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.25",
crate_features = [
"default",
"use_std",
"with-deprecated",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.25",
+ deps = [
+ ],
)
# Unsupported target "futures_ordered" with type "test" omitted
diff --git a/proto/raze/remote/futures-cpupool-0.1.8.BUILD b/proto/raze/remote/futures-cpupool-0.1.8.BUILD
index 0e8d170..e681dff 100644
--- a/proto/raze/remote/futures-cpupool-0.1.8.BUILD
+++ b/proto/raze/remote/futures-cpupool-0.1.8.BUILD
@@ -3,45 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "futures_cpupool",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__futures__0_1_25//:futures",
- "@raze__num_cpus__1_8_0//:num_cpus",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.8",
crate_features = [
"default",
"futures",
"with-deprecated",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.8",
+ deps = [
+ "@raze__futures__0_1_25//:futures",
+ "@raze__num_cpus__1_8_0//:num_cpus",
+ ],
)
# Unsupported target "smoke" with type "test" omitted
diff --git a/proto/raze/remote/grpc-0.4.0.BUILD b/proto/raze/remote/grpc-0.4.0.BUILD
index 41cc3a1..bbe90c2 100644
--- a/proto/raze/remote/grpc-0.4.0.BUILD
+++ b/proto/raze/remote/grpc-0.4.0.BUILD
@@ -3,33 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "client" with type "test" omitted
rust_library(
name = "grpc",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.4.0",
deps = [
"@raze__base64__0_9_3//:base64",
"@raze__bytes__0_4_10//:bytes",
@@ -44,12 +50,6 @@
"@raze__tokio_io__0_1_10//:tokio_io",
"@raze__tokio_tls_api__0_1_20//:tokio_tls_api",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.4.0",
- crate_features = [
- ],
)
# Unsupported target "server" with type "test" omitted
diff --git a/proto/raze/remote/grpc-compiler-0.4.0.BUILD b/proto/raze/remote/grpc-compiler-0.4.0.BUILD
index dbba288..13cbdda 100644
--- a/proto/raze/remote/grpc-compiler-0.4.0.BUILD
+++ b/proto/raze/remote/grpc-compiler-0.4.0.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "grpc_compiler",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__protobuf__1_6_0//:protobuf",
- "@raze__protobuf_codegen__1_6_0//:protobuf_codegen",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.0",
- crate_features = [
+ deps = [
+ "@raze__protobuf__1_6_0//:protobuf",
+ "@raze__protobuf_codegen__1_6_0//:protobuf_codegen",
],
)
@@ -45,19 +44,18 @@
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_protoc_gen_rust_grpc",
- crate_root = "src/bin/protoc-gen-rust-grpc.rs",
srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
+ crate_root = "src/bin/protoc-gen-rust-grpc.rs",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.4.0",
deps = [
# Binaries get an implicit dependency on their lib
":grpc_compiler",
"@raze__protobuf__1_6_0//:protobuf",
"@raze__protobuf_codegen__1_6_0//:protobuf_codegen",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.4.0",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/httpbis-0.6.1.BUILD b/proto/raze/remote/httpbis-0.6.1.BUILD
index 0d293be..bae8414 100644
--- a/proto/raze/remote/httpbis-0.6.1.BUILD
+++ b/proto/raze/remote/httpbis-0.6.1.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
# Unsupported target "client" with type "example" omitted
# Unsupported target "client" with type "test" omitted
@@ -30,9 +30,15 @@
rust_library(
name = "httpbis",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.1",
deps = [
"@raze__bytes__0_4_10//:bytes",
"@raze__futures__0_1_25//:futures",
@@ -49,12 +55,6 @@
"@raze__unix_socket__0_5_0//:unix_socket",
"@raze__void__1_0_2//:void",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.1",
- crate_features = [
- ],
)
# Unsupported target "server" with type "example" omitted
diff --git a/proto/raze/remote/iovec-0.1.2.BUILD b/proto/raze/remote/iovec-0.1.2.BUILD
index 02adc77..d1fbdc9 100644
--- a/proto/raze/remote/iovec-0.1.2.BUILD
+++ b/proto/raze/remote/iovec-0.1.2.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "iovec",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_43//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.2",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_43//:libc",
],
)
-
diff --git a/proto/raze/remote/kernel32-sys-0.2.2.BUILD b/proto/raze/remote/kernel32-sys-0.2.2.BUILD
index 94de20a..007855e 100644
--- a/proto/raze/remote/kernel32-sys-0.2.2.BUILD
+++ b/proto/raze/remote/kernel32-sys-0.2.2.BUILD
@@ -3,45 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
alias(
- name = "kernel32_sys",
- actual = ":kernel32",
+ name = "kernel32_sys",
+ actual = ":kernel32",
)
rust_library(
name = "kernel32",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__winapi__0_2_8//:winapi",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.2",
- crate_features = [
+ deps = [
+ "@raze__winapi__0_2_8//:winapi",
],
)
-
diff --git a/proto/raze/remote/lazy_static-1.2.0.BUILD b/proto/raze/remote/lazy_static-1.2.0.BUILD
index 730e161..de352f5 100644
--- a/proto/raze/remote/lazy_static-1.2.0.BUILD
+++ b/proto/raze/remote/lazy_static-1.2.0.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "lazy_static",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
"--cfg=lazy_static_heap_impl",
],
version = "1.2.0",
- crate_features = [
+ deps = [
],
)
diff --git a/proto/raze/remote/lazycell-1.2.0.BUILD b/proto/raze/remote/lazycell-1.2.0.BUILD
index 3be9d54..784e6c9 100644
--- a/proto/raze/remote/lazycell-1.2.0.BUILD
+++ b/proto/raze/remote/lazycell-1.2.0.BUILD
@@ -3,39 +3,37 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "lazycell",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.2.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/proto/raze/remote/libc-0.2.43.BUILD b/proto/raze/remote/libc-0.2.43.BUILD
index 9001936..4fc1e59 100644
--- a/proto/raze/remote/libc-0.2.43.BUILD
+++ b/proto/raze/remote/libc-0.2.43.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "libc",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.43",
crate_features = [
"default",
"use_std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.43",
+ deps = [
+ ],
)
-
diff --git a/proto/raze/remote/lock_api-0.1.4.BUILD b/proto/raze/remote/lock_api-0.1.4.BUILD
index fb5ef75..a0187d0 100644
--- a/proto/raze/remote/lock_api-0.1.4.BUILD
+++ b/proto/raze/remote/lock_api-0.1.4.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "lock_api",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "owning_ref",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__owning_ref__0_3_3//:owning_ref",
- "@raze__scopeguard__0_3_3//:scopeguard",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.4",
- crate_features = [
- "owning_ref",
+ deps = [
+ "@raze__owning_ref__0_3_3//:owning_ref",
+ "@raze__scopeguard__0_3_3//:scopeguard",
],
)
-
diff --git a/proto/raze/remote/log-0.3.9.BUILD b/proto/raze/remote/log-0.3.9.BUILD
index a07c259..111e642 100644
--- a/proto/raze/remote/log-0.3.9.BUILD
+++ b/proto/raze/remote/log-0.3.9.BUILD
@@ -3,43 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "log",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__log__0_4_6//:log",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.9",
crate_features = [
"default",
"log",
"use_std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.9",
+ deps = [
+ "@raze__log__0_4_6//:log",
+ ],
)
-
diff --git a/proto/raze/remote/log-0.4.6.BUILD b/proto/raze/remote/log-0.4.6.BUILD
index 2101ac3..0ea48f4 100644
--- a/proto/raze/remote/log-0.4.6.BUILD
+++ b/proto/raze/remote/log-0.4.6.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "filters" with type "test" omitted
rust_library(
name = "log",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__cfg_if__0_1_6//:cfg_if",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.6",
- crate_features = [
- "std",
+ deps = [
+ "@raze__cfg_if__0_1_6//:cfg_if",
],
)
-
diff --git a/proto/raze/remote/memoffset-0.2.1.BUILD b/proto/raze/remote/memoffset-0.2.1.BUILD
index 1d8dd80..c149b52 100644
--- a/proto/raze/remote/memoffset-0.2.1.BUILD
+++ b/proto/raze/remote/memoffset-0.2.1.BUILD
@@ -3,39 +3,37 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "memoffset",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.1",
- crate_features = [
+ deps = [
],
)
-
diff --git a/proto/raze/remote/mio-0.6.16.BUILD b/proto/raze/remote/mio-0.6.16.BUILD
index c5901f8..e1e9522 100644
--- a/proto/raze/remote/mio-0.6.16.BUILD
+++ b/proto/raze/remote/mio-0.6.16.BUILD
@@ -3,33 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench_poll" with type "bench" omitted
rust_library(
name = "mio",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "with-deprecated",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.16",
deps = [
"@raze__iovec__0_1_2//:iovec",
"@raze__lazycell__1_2_0//:lazycell",
@@ -38,14 +46,6 @@
"@raze__net2__0_2_33//:net2",
"@raze__slab__0_4_1//:slab",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.16",
- crate_features = [
- "default",
- "with-deprecated",
- ],
)
# Unsupported target "test" with type "test" omitted
diff --git a/proto/raze/remote/mio-uds-0.6.7.BUILD b/proto/raze/remote/mio-uds-0.6.7.BUILD
index 95aa2bd..3af5581 100644
--- a/proto/raze/remote/mio-uds-0.6.7.BUILD
+++ b/proto/raze/remote/mio-uds-0.6.7.BUILD
@@ -3,43 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "echo" with type "test" omitted
rust_library(
name = "mio_uds",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__iovec__0_1_2//:iovec",
- "@raze__libc__0_2_43//:libc",
- "@raze__mio__0_6_16//:mio",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.6.7",
- crate_features = [
+ deps = [
+ "@raze__iovec__0_1_2//:iovec",
+ "@raze__libc__0_2_43//:libc",
+ "@raze__mio__0_6_16//:mio",
],
)
diff --git a/proto/raze/remote/miow-0.2.1.BUILD b/proto/raze/remote/miow-0.2.1.BUILD
index e63346d..b7ce01e 100644
--- a/proto/raze/remote/miow-0.2.1.BUILD
+++ b/proto/raze/remote/miow-0.2.1.BUILD
@@ -3,43 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "miow",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.1",
deps = [
"@raze__kernel32_sys__0_2_2//:kernel32_sys",
"@raze__net2__0_2_33//:net2",
"@raze__winapi__0_2_8//:winapi",
"@raze__ws2_32_sys__0_2_1//:ws2_32_sys",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.1",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/net2-0.2.33.BUILD b/proto/raze/remote/net2-0.2.33.BUILD
index a26f111..fa15980 100644
--- a/proto/raze/remote/net2-0.2.33.BUILD
+++ b/proto/raze/remote/net2-0.2.33.BUILD
@@ -3,44 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "all" with type "test" omitted
rust_library(
name = "net2",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__cfg_if__0_1_6//:cfg_if",
- "@raze__libc__0_2_43//:libc",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.33",
crate_features = [
"default",
"duration",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.33",
+ deps = [
+ "@raze__cfg_if__0_1_6//:cfg_if",
+ "@raze__libc__0_2_43//:libc",
+ ],
)
-
diff --git a/proto/raze/remote/nodrop-0.1.12.BUILD b/proto/raze/remote/nodrop-0.1.12.BUILD
index f48b0ad..238b14b 100644
--- a/proto/raze/remote/nodrop-0.1.12.BUILD
+++ b/proto/raze/remote/nodrop-0.1.12.BUILD
@@ -3,39 +3,37 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "nodrop",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.12",
- crate_features = [
+ deps = [
],
)
-
diff --git a/proto/raze/remote/num_cpus-1.8.0.BUILD b/proto/raze/remote/num_cpus-1.8.0.BUILD
index 81ad395..6c378d1 100644
--- a/proto/raze/remote/num_cpus-1.8.0.BUILD
+++ b/proto/raze/remote/num_cpus-1.8.0.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "num_cpus",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_43//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.8.0",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_43//:libc",
],
)
-
diff --git a/proto/raze/remote/owning_ref-0.3.3.BUILD b/proto/raze/remote/owning_ref-0.3.3.BUILD
index a97a677..1798a7d 100644
--- a/proto/raze/remote/owning_ref-0.3.3.BUILD
+++ b/proto/raze/remote/owning_ref-0.3.3.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "owning_ref",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__stable_deref_trait__1_1_1//:stable_deref_trait",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.3",
- crate_features = [
+ deps = [
+ "@raze__stable_deref_trait__1_1_1//:stable_deref_trait",
],
)
-
diff --git a/proto/raze/remote/parking_lot-0.6.4.BUILD b/proto/raze/remote/parking_lot-0.6.4.BUILD
index c9b346f..6be5946 100644
--- a/proto/raze/remote/parking_lot-0.6.4.BUILD
+++ b/proto/raze/remote/parking_lot-0.6.4.BUILD
@@ -3,44 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "parking_lot",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__lock_api__0_1_4//:lock_api",
- "@raze__parking_lot_core__0_3_1//:parking_lot_core",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.4",
crate_features = [
"default",
"lock_api",
"owning_ref",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.4",
+ deps = [
+ "@raze__lock_api__0_1_4//:lock_api",
+ "@raze__parking_lot_core__0_3_1//:parking_lot_core",
+ ],
)
-
diff --git a/proto/raze/remote/parking_lot_core-0.3.1.BUILD b/proto/raze/remote/parking_lot_core-0.3.1.BUILD
index 7ada4e9..22f098d 100644
--- a/proto/raze/remote/parking_lot_core-0.3.1.BUILD
+++ b/proto/raze/remote/parking_lot_core-0.3.1.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "parking_lot_core",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.1",
deps = [
"@raze__libc__0_2_43//:libc",
"@raze__rand__0_5_5//:rand",
"@raze__smallvec__0_6_5//:smallvec",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.1",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/protobuf-1.6.0.BUILD b/proto/raze/remote/protobuf-1.6.0.BUILD
index 3a081c1..176ec41 100644
--- a/proto/raze/remote/protobuf-1.6.0.BUILD
+++ b/proto/raze/remote/protobuf-1.6.0.BUILD
@@ -3,44 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "coded_input_stream" with type "bench" omitted
# Unsupported target "coded_output_stream" with type "bench" omitted
rust_library(
name = "protobuf",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__bytes__0_4_10//:bytes",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.6.0",
crate_features = [
"bytes",
"with-bytes",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.6.0",
+ deps = [
+ "@raze__bytes__0_4_10//:bytes",
+ ],
)
-
diff --git a/proto/raze/remote/protobuf-codegen-1.6.0.BUILD b/proto/raze/remote/protobuf-codegen-1.6.0.BUILD
index c4b3014..0d4aa72 100644
--- a/proto/raze/remote/protobuf-codegen-1.6.0.BUILD
+++ b/proto/raze/remote/protobuf-codegen-1.6.0.BUILD
@@ -3,59 +3,58 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
rust_binary(
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_protobuf_bin_gen_rust_do_not_use",
- crate_root = "src/bin/protobuf-bin-gen-rust-do-not-use.rs",
srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
+ crate_root = "src/bin/protobuf-bin-gen-rust-do-not-use.rs",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.6.0",
deps = [
# Binaries get an implicit dependency on their lib
":protobuf_codegen",
"@raze__protobuf__1_6_0//:protobuf",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.6.0",
- crate_features = [
- ],
)
-
rust_library(
name = "protobuf_codegen",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__protobuf__1_6_0//:protobuf",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.6.0",
- crate_features = [
+ deps = [
+ "@raze__protobuf__1_6_0//:protobuf",
],
)
@@ -63,18 +62,17 @@
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_protoc_gen_rust",
- crate_root = "src/bin/protoc-gen-rust.rs",
srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
+ crate_root = "src/bin/protoc-gen-rust.rs",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.6.0",
deps = [
# Binaries get an implicit dependency on their lib
":protobuf_codegen",
"@raze__protobuf__1_6_0//:protobuf",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.6.0",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/rand-0.5.5.BUILD b/proto/raze/remote/rand-0.5.5.BUILD
index 5883aa3..7b3a28f 100644
--- a/proto/raze/remote/rand-0.5.5.BUILD
+++ b/proto/raze/remote/rand-0.5.5.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bool" with type "test" omitted
# Unsupported target "distributions" with type "bench" omitted
# Unsupported target "generators" with type "bench" omitted
@@ -32,17 +32,7 @@
rust_library(
name = "rand",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_43//:libc",
- "@raze__rand_core__0_2_2//:rand_core",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.5.5",
crate_features = [
"alloc",
"cloudabi",
@@ -53,5 +43,14 @@
"std",
"winapi",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.5.5",
+ deps = [
+ "@raze__libc__0_2_43//:libc",
+ "@raze__rand_core__0_2_2//:rand_core",
+ ],
)
-
diff --git a/proto/raze/remote/rand_core-0.2.2.BUILD b/proto/raze/remote/rand_core-0.2.2.BUILD
index 50a1fdd..5dbfd18 100644
--- a/proto/raze/remote/rand_core-0.2.2.BUILD
+++ b/proto/raze/remote/rand_core-0.2.2.BUILD
@@ -3,43 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "rand_core",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__rand_core__0_3_0//:rand_core",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.2",
crate_features = [
"alloc",
"rand_core",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.2",
+ deps = [
+ "@raze__rand_core__0_3_0//:rand_core",
+ ],
)
-
diff --git a/proto/raze/remote/rand_core-0.3.0.BUILD b/proto/raze/remote/rand_core-0.3.0.BUILD
index 3e44ddc..1ce5d62 100644
--- a/proto/raze/remote/rand_core-0.3.0.BUILD
+++ b/proto/raze/remote/rand_core-0.3.0.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "rand_core",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.0",
crate_features = [
"alloc",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.0",
+ deps = [
+ ],
)
-
diff --git a/proto/raze/remote/rustc_version-0.2.3.BUILD b/proto/raze/remote/rustc_version-0.2.3.BUILD
index 7d8aae0..60f4246 100644
--- a/proto/raze/remote/rustc_version-0.2.3.BUILD
+++ b/proto/raze/remote/rustc_version-0.2.3.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "rustc_version",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__semver__0_9_0//:semver",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.3",
- crate_features = [
+ deps = [
+ "@raze__semver__0_9_0//:semver",
],
)
-
diff --git a/proto/raze/remote/safemem-0.3.0.BUILD b/proto/raze/remote/safemem-0.3.0.BUILD
index 8c72ad2..d984c90 100644
--- a/proto/raze/remote/safemem-0.3.0.BUILD
+++ b/proto/raze/remote/safemem-0.3.0.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "safemem",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.0",
crate_features = [
"default",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.0",
+ deps = [
+ ],
)
-
diff --git a/proto/raze/remote/scoped-tls-0.1.2.BUILD b/proto/raze/remote/scoped-tls-0.1.2.BUILD
index 2d7940b..fd5d677 100644
--- a/proto/raze/remote/scoped-tls-0.1.2.BUILD
+++ b/proto/raze/remote/scoped-tls-0.1.2.BUILD
@@ -3,39 +3,37 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "scoped_tls",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.2",
- crate_features = [
+ deps = [
],
)
-
diff --git a/proto/raze/remote/scopeguard-0.3.3.BUILD b/proto/raze/remote/scopeguard-0.3.3.BUILD
index 5f89d83..96f75a7 100644
--- a/proto/raze/remote/scopeguard-0.3.3.BUILD
+++ b/proto/raze/remote/scopeguard-0.3.3.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "readme" with type "example" omitted
rust_library(
name = "scopeguard",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.3",
- crate_features = [
+ deps = [
],
)
-
diff --git a/proto/raze/remote/semver-0.9.0.BUILD b/proto/raze/remote/semver-0.9.0.BUILD
index bd4f7e2..e49d2c5 100644
--- a/proto/raze/remote/semver-0.9.0.BUILD
+++ b/proto/raze/remote/semver-0.9.0.BUILD
@@ -3,43 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "deprecation" with type "test" omitted
# Unsupported target "regression" with type "test" omitted
rust_library(
name = "semver",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__semver_parser__0_7_0//:semver_parser",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.9.0",
- crate_features = [
- "default",
+ deps = [
+ "@raze__semver_parser__0_7_0//:semver_parser",
],
)
diff --git a/proto/raze/remote/semver-parser-0.7.0.BUILD b/proto/raze/remote/semver-parser-0.7.0.BUILD
index 586a743..21e4786 100644
--- a/proto/raze/remote/semver-parser-0.7.0.BUILD
+++ b/proto/raze/remote/semver-parser-0.7.0.BUILD
@@ -3,39 +3,37 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "semver_parser",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.7.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/proto/raze/remote/slab-0.3.0.BUILD b/proto/raze/remote/slab-0.3.0.BUILD
index cf21855..8e0c05c 100644
--- a/proto/raze/remote/slab-0.3.0.BUILD
+++ b/proto/raze/remote/slab-0.3.0.BUILD
@@ -3,39 +3,37 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "slab",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/proto/raze/remote/slab-0.4.1.BUILD b/proto/raze/remote/slab-0.4.1.BUILD
index 5c272a7..c076c7e 100644
--- a/proto/raze/remote/slab-0.4.1.BUILD
+++ b/proto/raze/remote/slab-0.4.1.BUILD
@@ -3,39 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "slab",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.1",
- crate_features = [
+ deps = [
],
)
diff --git a/proto/raze/remote/smallvec-0.6.5.BUILD b/proto/raze/remote/smallvec-0.6.5.BUILD
index 97af18b..442e90b 100644
--- a/proto/raze/remote/smallvec-0.6.5.BUILD
+++ b/proto/raze/remote/smallvec-0.6.5.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "smallvec",
- crate_root = "lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__unreachable__1_0_0//:unreachable",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.5",
crate_features = [
"default",
"std",
],
+ crate_root = "lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.5",
+ deps = [
+ "@raze__unreachable__1_0_0//:unreachable",
+ ],
)
-
diff --git a/proto/raze/remote/stable_deref_trait-1.1.1.BUILD b/proto/raze/remote/stable_deref_trait-1.1.1.BUILD
index dabdef9..9f3f125 100644
--- a/proto/raze/remote/stable_deref_trait-1.1.1.BUILD
+++ b/proto/raze/remote/stable_deref_trait-1.1.1.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "stable_deref_trait",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.1.1",
crate_features = [
"default",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.1.1",
+ deps = [
+ ],
)
-
diff --git a/proto/raze/remote/tls-api-0.1.20.BUILD b/proto/raze/remote/tls-api-0.1.20.BUILD
index 9924b4f..851bec4 100644
--- a/proto/raze/remote/tls-api-0.1.20.BUILD
+++ b/proto/raze/remote/tls-api-0.1.20.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "tls_api",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__log__0_4_6//:log",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.20",
- crate_features = [
+ deps = [
+ "@raze__log__0_4_6//:log",
],
)
-
diff --git a/proto/raze/remote/tls-api-stub-0.1.20.BUILD b/proto/raze/remote/tls-api-stub-0.1.20.BUILD
index bf89316..4117b2a 100644
--- a/proto/raze/remote/tls-api-stub-0.1.20.BUILD
+++ b/proto/raze/remote/tls-api-stub-0.1.20.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "tls_api_stub",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__tls_api__0_1_20//:tls_api",
- "@raze__void__1_0_2//:void",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.20",
- crate_features = [
+ deps = [
+ "@raze__tls_api__0_1_20//:tls_api",
+ "@raze__void__1_0_2//:void",
],
)
-
diff --git a/proto/raze/remote/tokio-0.1.11.BUILD b/proto/raze/remote/tokio-0.1.11.BUILD
index a42ccf2..8baa9c1 100644
--- a/proto/raze/remote/tokio-0.1.11.BUILD
+++ b/proto/raze/remote/tokio-0.1.11.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "buffered" with type "test" omitted
# Unsupported target "chat" with type "example" omitted
# Unsupported target "chat-combinator" with type "example" omitted
@@ -50,9 +50,15 @@
rust_library(
name = "tokio",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.11",
deps = [
"@raze__bytes__0_4_10//:bytes",
"@raze__futures__0_1_25//:futures",
@@ -69,12 +75,6 @@
"@raze__tokio_udp__0_1_2//:tokio_udp",
"@raze__tokio_uds__0_2_3//:tokio_uds",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.11",
- crate_features = [
- ],
)
# Unsupported target "udp-client" with type "example" omitted
diff --git a/proto/raze/remote/tokio-codec-0.1.1.BUILD b/proto/raze/remote/tokio-codec-0.1.1.BUILD
index ddf90f4..24a12fc 100644
--- a/proto/raze/remote/tokio-codec-0.1.1.BUILD
+++ b/proto/raze/remote/tokio-codec-0.1.1.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "codecs" with type "test" omitted
# Unsupported target "framed" with type "test" omitted
# Unsupported target "framed_read" with type "test" omitted
@@ -30,19 +30,18 @@
rust_library(
name = "tokio_codec",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.1",
deps = [
"@raze__bytes__0_4_10//:bytes",
"@raze__futures__0_1_25//:futures",
"@raze__tokio_io__0_1_10//:tokio_io",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.1",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/tokio-core-0.1.17.BUILD b/proto/raze/remote/tokio-core-0.1.17.BUILD
index 319e9e2..471301a 100644
--- a/proto/raze/remote/tokio-core-0.1.17.BUILD
+++ b/proto/raze/remote/tokio-core-0.1.17.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "buffered" with type "test" omitted
# Unsupported target "chain" with type "test" omitted
# Unsupported target "chat" with type "example" omitted
@@ -51,9 +51,15 @@
rust_library(
name = "tokio_core",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.17",
deps = [
"@raze__bytes__0_4_10//:bytes",
"@raze__futures__0_1_25//:futures",
@@ -67,12 +73,6 @@
"@raze__tokio_reactor__0_1_6//:tokio_reactor",
"@raze__tokio_timer__0_2_7//:tokio_timer",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.17",
- crate_features = [
- ],
)
# Unsupported target "udp" with type "test" omitted
diff --git a/proto/raze/remote/tokio-current-thread-0.1.3.BUILD b/proto/raze/remote/tokio-current-thread-0.1.3.BUILD
index 3cf21ff..adfccec 100644
--- a/proto/raze/remote/tokio-current-thread-0.1.3.BUILD
+++ b/proto/raze/remote/tokio-current-thread-0.1.3.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "current_thread" with type "test" omitted
rust_library(
name = "tokio_current_thread",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__futures__0_1_25//:futures",
- "@raze__tokio_executor__0_1_5//:tokio_executor",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.3",
- crate_features = [
+ deps = [
+ "@raze__futures__0_1_25//:futures",
+ "@raze__tokio_executor__0_1_5//:tokio_executor",
],
)
-
diff --git a/proto/raze/remote/tokio-executor-0.1.5.BUILD b/proto/raze/remote/tokio-executor-0.1.5.BUILD
index 8f34ea2..3063f82 100644
--- a/proto/raze/remote/tokio-executor-0.1.5.BUILD
+++ b/proto/raze/remote/tokio-executor-0.1.5.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "executor" with type "test" omitted
rust_library(
name = "tokio_executor",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__futures__0_1_25//:futures",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.5",
- crate_features = [
+ deps = [
+ "@raze__futures__0_1_25//:futures",
],
)
-
diff --git a/proto/raze/remote/tokio-fs-0.1.4.BUILD b/proto/raze/remote/tokio-fs-0.1.4.BUILD
index 533dd41..0cc95ec 100644
--- a/proto/raze/remote/tokio-fs-0.1.4.BUILD
+++ b/proto/raze/remote/tokio-fs-0.1.4.BUILD
@@ -3,44 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "file" with type "test" omitted
# Unsupported target "std-echo" with type "example" omitted
rust_library(
name = "tokio_fs",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.4",
deps = [
"@raze__futures__0_1_25//:futures",
"@raze__tokio_io__0_1_10//:tokio_io",
"@raze__tokio_threadpool__0_1_8//:tokio_threadpool",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.4",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/tokio-io-0.1.10.BUILD b/proto/raze/remote/tokio-io-0.1.10.BUILD
index d4a620d..b3eae75 100644
--- a/proto/raze/remote/tokio-io-0.1.10.BUILD
+++ b/proto/raze/remote/tokio-io-0.1.10.BUILD
@@ -3,44 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "async_read" with type "test" omitted
# Unsupported target "length_delimited" with type "test" omitted
rust_library(
name = "tokio_io",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.10",
deps = [
"@raze__bytes__0_4_10//:bytes",
"@raze__futures__0_1_25//:futures",
"@raze__log__0_4_6//:log",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.10",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/tokio-reactor-0.1.6.BUILD b/proto/raze/remote/tokio-reactor-0.1.6.BUILD
index 60fb15c..14b8421 100644
--- a/proto/raze/remote/tokio-reactor-0.1.6.BUILD
+++ b/proto/raze/remote/tokio-reactor-0.1.6.BUILD
@@ -3,33 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "basic" with type "bench" omitted
rust_library(
name = "tokio_reactor",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.6",
deps = [
"@raze__crossbeam_utils__0_5_0//:crossbeam_utils",
"@raze__futures__0_1_25//:futures",
@@ -42,11 +48,4 @@
"@raze__tokio_executor__0_1_5//:tokio_executor",
"@raze__tokio_io__0_1_10//:tokio_io",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.6",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/tokio-tcp-0.1.2.BUILD b/proto/raze/remote/tokio-tcp-0.1.2.BUILD
index 5778cb9..4c549d8 100644
--- a/proto/raze/remote/tokio-tcp-0.1.2.BUILD
+++ b/proto/raze/remote/tokio-tcp-0.1.2.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "chain" with type "test" omitted
# Unsupported target "echo" with type "test" omitted
# Unsupported target "limit" with type "test" omitted
@@ -31,9 +31,15 @@
rust_library(
name = "tokio_tcp",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.2",
deps = [
"@raze__bytes__0_4_10//:bytes",
"@raze__futures__0_1_25//:futures",
@@ -42,11 +48,4 @@
"@raze__tokio_io__0_1_10//:tokio_io",
"@raze__tokio_reactor__0_1_6//:tokio_reactor",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.2",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/tokio-threadpool-0.1.8.BUILD b/proto/raze/remote/tokio-threadpool-0.1.8.BUILD
index f0e24e9..776ccd4 100644
--- a/proto/raze/remote/tokio-threadpool-0.1.8.BUILD
+++ b/proto/raze/remote/tokio-threadpool-0.1.8.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "basic" with type "bench" omitted
# Unsupported target "blocking" with type "bench" omitted
# Unsupported target "blocking" with type "test" omitted
@@ -35,9 +35,15 @@
rust_library(
name = "tokio_threadpool",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.8",
deps = [
"@raze__crossbeam_deque__0_6_2//:crossbeam_deque",
"@raze__crossbeam_utils__0_5_0//:crossbeam_utils",
@@ -47,11 +53,4 @@
"@raze__rand__0_5_5//:rand",
"@raze__tokio_executor__0_1_5//:tokio_executor",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.8",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/tokio-timer-0.1.2.BUILD b/proto/raze/remote/tokio-timer-0.1.2.BUILD
index f0b8da5..1c46927 100644
--- a/proto/raze/remote/tokio-timer-0.1.2.BUILD
+++ b/proto/raze/remote/tokio-timer-0.1.2.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "support" with type "test" omitted
# Unsupported target "test_timer" with type "test" omitted
rust_library(
name = "tokio_timer",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__futures__0_1_25//:futures",
- "@raze__slab__0_3_0//:slab",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.2",
- crate_features = [
+ deps = [
+ "@raze__futures__0_1_25//:futures",
+ "@raze__slab__0_3_0//:slab",
],
)
-
diff --git a/proto/raze/remote/tokio-timer-0.2.7.BUILD b/proto/raze/remote/tokio-timer-0.2.7.BUILD
index 9686fea..ac3954b 100644
--- a/proto/raze/remote/tokio-timer-0.2.7.BUILD
+++ b/proto/raze/remote/tokio-timer-0.2.7.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "clock" with type "test" omitted
# Unsupported target "deadline" with type "test" omitted
# Unsupported target "delay" with type "test" omitted
@@ -33,20 +33,19 @@
rust_library(
name = "tokio_timer",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.7",
deps = [
"@raze__crossbeam_utils__0_5_0//:crossbeam_utils",
"@raze__futures__0_1_25//:futures",
"@raze__slab__0_4_1//:slab",
"@raze__tokio_executor__0_1_5//:tokio_executor",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.7",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/tokio-tls-api-0.1.20.BUILD b/proto/raze/remote/tokio-tls-api-0.1.20.BUILD
index 16ad24b..0b64821 100644
--- a/proto/raze/remote/tokio-tls-api-0.1.20.BUILD
+++ b/proto/raze/remote/tokio-tls-api-0.1.20.BUILD
@@ -3,45 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bad" with type "test" omitted
# Unsupported target "smoke" with type "test" omitted
rust_library(
name = "tokio_tls_api",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.20",
deps = [
"@raze__futures__0_1_25//:futures",
"@raze__tls_api__0_1_20//:tls_api",
"@raze__tokio_core__0_1_17//:tokio_core",
"@raze__tokio_io__0_1_10//:tokio_io",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.20",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/tokio-udp-0.1.2.BUILD b/proto/raze/remote/tokio-udp-0.1.2.BUILD
index a2eb24e..3eedb52 100644
--- a/proto/raze/remote/tokio-udp-0.1.2.BUILD
+++ b/proto/raze/remote/tokio-udp-0.1.2.BUILD
@@ -3,32 +3,37 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "tokio_udp",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.2",
deps = [
"@raze__bytes__0_4_10//:bytes",
"@raze__futures__0_1_25//:futures",
@@ -38,12 +43,6 @@
"@raze__tokio_io__0_1_10//:tokio_io",
"@raze__tokio_reactor__0_1_6//:tokio_reactor",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.2",
- crate_features = [
- ],
)
# Unsupported target "udp" with type "test" omitted
diff --git a/proto/raze/remote/tokio-uds-0.1.7.BUILD b/proto/raze/remote/tokio-uds-0.1.7.BUILD
index abd1aa2..8b5bd57 100644
--- a/proto/raze/remote/tokio-uds-0.1.7.BUILD
+++ b/proto/raze/remote/tokio-uds-0.1.7.BUILD
@@ -3,32 +3,37 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "tokio_uds",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.7",
deps = [
"@raze__bytes__0_4_10//:bytes",
"@raze__futures__0_1_25//:futures",
@@ -40,11 +45,4 @@
"@raze__tokio_core__0_1_17//:tokio_core",
"@raze__tokio_io__0_1_10//:tokio_io",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.7",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/tokio-uds-0.2.3.BUILD b/proto/raze/remote/tokio-uds-0.2.3.BUILD
index d8baf2f..a113809 100644
--- a/proto/raze/remote/tokio-uds-0.2.3.BUILD
+++ b/proto/raze/remote/tokio-uds-0.2.3.BUILD
@@ -3,33 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "stream" with type "test" omitted
rust_library(
name = "tokio_uds",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.3",
deps = [
"@raze__bytes__0_4_10//:bytes",
"@raze__futures__0_1_25//:futures",
@@ -41,11 +47,4 @@
"@raze__tokio_io__0_1_10//:tokio_io",
"@raze__tokio_reactor__0_1_6//:tokio_reactor",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.3",
- crate_features = [
- ],
)
-
diff --git a/proto/raze/remote/unix_socket-0.5.0.BUILD b/proto/raze/remote/unix_socket-0.5.0.BUILD
index 36c8bcb..4520e77 100644
--- a/proto/raze/remote/unix_socket-0.5.0.BUILD
+++ b/proto/raze/remote/unix_socket-0.5.0.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "unix_socket",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__cfg_if__0_1_6//:cfg_if",
- "@raze__libc__0_2_43//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.5.0",
- crate_features = [
+ deps = [
+ "@raze__cfg_if__0_1_6//:cfg_if",
+ "@raze__libc__0_2_43//:libc",
],
)
-
diff --git a/proto/raze/remote/unreachable-1.0.0.BUILD b/proto/raze/remote/unreachable-1.0.0.BUILD
index 15e40c3..14b22f7 100644
--- a/proto/raze/remote/unreachable-1.0.0.BUILD
+++ b/proto/raze/remote/unreachable-1.0.0.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "unreachable",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__void__1_0_2//:void",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.0",
- crate_features = [
+ deps = [
+ "@raze__void__1_0_2//:void",
],
)
-
diff --git a/proto/raze/remote/void-1.0.2.BUILD b/proto/raze/remote/void-1.0.2.BUILD
index 2ea0dcb..ed59917 100644
--- a/proto/raze/remote/void-1.0.2.BUILD
+++ b/proto/raze/remote/void-1.0.2.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "void",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.0.2",
crate_features = [
"default",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.0.2",
+ deps = [
+ ],
)
-
diff --git a/proto/raze/remote/winapi-0.2.8.BUILD b/proto/raze/remote/winapi-0.2.8.BUILD
index e35e4c6..d33a9a1 100644
--- a/proto/raze/remote/winapi-0.2.8.BUILD
+++ b/proto/raze/remote/winapi-0.2.8.BUILD
@@ -3,39 +3,37 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "winapi",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.8",
- crate_features = [
+ deps = [
],
)
-
diff --git a/proto/raze/remote/winapi-0.3.6.BUILD b/proto/raze/remote/winapi-0.3.6.BUILD
index e98beff..5a224bb 100644
--- a/proto/raze/remote/winapi-0.3.6.BUILD
+++ b/proto/raze/remote/winapi-0.3.6.BUILD
@@ -3,39 +3,31 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "winapi",
- crate_root = "src/lib.rs",
- crate_type = "lib",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.6",
crate_features = [
"errhandlingapi",
"handleapi",
@@ -51,5 +43,12 @@
"ws2ipdef",
"ws2tcpip",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.6",
+ deps = [
+ ],
)
-
diff --git a/proto/raze/remote/winapi-build-0.1.1.BUILD b/proto/raze/remote/winapi-build-0.1.1.BUILD
index efc3fd9..2830fac 100644
--- a/proto/raze/remote/winapi-build-0.1.1.BUILD
+++ b/proto/raze/remote/winapi-build-0.1.1.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
alias(
- name = "winapi_build",
- actual = ":build",
+ name = "winapi_build",
+ actual = ":build",
)
rust_library(
name = "build",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.1",
- crate_features = [
+ deps = [
],
)
-
diff --git a/proto/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD b/proto/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD
index b5b4c38..f5a2f4b 100644
--- a/proto/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD
+++ b/proto/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "winapi_i686_pc_windows_gnu",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/proto/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD b/proto/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD
index 058ed32..260c674 100644
--- a/proto/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD
+++ b/proto/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "winapi_x86_64_pc_windows_gnu",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/proto/raze/remote/ws2_32-sys-0.2.1.BUILD b/proto/raze/remote/ws2_32-sys-0.2.1.BUILD
index b7ddab9..342110b 100644
--- a/proto/raze/remote/ws2_32-sys-0.2.1.BUILD
+++ b/proto/raze/remote/ws2_32-sys-0.2.1.BUILD
@@ -3,45 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//proto/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//proto/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
alias(
- name = "ws2_32_sys",
- actual = ":ws2_32",
+ name = "ws2_32_sys",
+ actual = ":ws2_32",
)
rust_library(
name = "ws2_32",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__winapi__0_2_8//:winapi",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.1",
- crate_features = [
+ deps = [
+ "@raze__winapi__0_2_8//:winapi",
],
)
-
diff --git a/rust/platform/BUILD b/rust/platform/BUILD
index 1d88305..8e7621e 100644
--- a/rust/platform/BUILD
+++ b/rust/platform/BUILD
@@ -10,4 +10,3 @@
"//...",
],
)
-
diff --git a/rust/platform/platform.bzl b/rust/platform/platform.bzl
index 98a90ad..52c8f45 100644
--- a/rust/platform/platform.bzl
+++ b/rust/platform/platform.bzl
@@ -82,12 +82,12 @@
native.constraint_value(
name = "wasm32",
- constraint_setting = "@platforms//cpu"
+ constraint_setting = "@platforms//cpu",
)
native.platform(
name = "wasm",
constraint_values = [
"@io_bazel_rules_rust//rust/platform:wasm32",
- ]
+ ],
)
diff --git a/rust/private/dummy_cc_toolchain/BUILD b/rust/private/dummy_cc_toolchain/BUILD
index c80b063..7e2127d 100644
--- a/rust/private/dummy_cc_toolchain/BUILD
+++ b/rust/private/dummy_cc_toolchain/BUILD
@@ -1,4 +1,5 @@
load(":dummy_cc_toolchain.bzl", "dummy_cc_toolchain")
+
dummy_cc_toolchain(name = "dummy_cc_wasm32")
# When compiling Rust code for wasm32, we avoid linking to cpp code so we introduce a dummy cc
@@ -6,8 +7,7 @@
# TODO(jedmonds@spotify.com): Need to support linking C code to rust code when compiling for wasm32.
toolchain(
name = "dummy_cc_wasm32_toolchain",
+ target_compatible_with = ["//rust/platform:wasm32"],
toolchain = ":dummy_cc_wasm32",
toolchain_type = "@bazel_tools//tools/cpp:toolchain_type",
- target_compatible_with = ["//rust/platform:wasm32"]
)
-
diff --git a/rust/private/dummy_cc_toolchain/dummy_cc_toolchain.bzl b/rust/private/dummy_cc_toolchain/dummy_cc_toolchain.bzl
index 1b98564..38c7d25 100644
--- a/rust/private/dummy_cc_toolchain/dummy_cc_toolchain.bzl
+++ b/rust/private/dummy_cc_toolchain/dummy_cc_toolchain.bzl
@@ -5,4 +5,3 @@
implementation = _dummy_cc_toolchain_impl,
attrs = {},
)
-
diff --git a/rust/private/rust.bzl b/rust/private/rust.bzl
index 835faf7..852589e 100644
--- a/rust/private/rust.bzl
+++ b/rust/private/rust.bzl
@@ -174,9 +174,9 @@
elif len(ctx.attr.deps) == 1 and len(ctx.files.srcs) == 0:
dep = ctx.attr.deps[0].label
msg = _OLD_INLINE_TEST_CRATE_MSG.format(
- name=test_binary.basename,
- dep=dep if ctx.label.package != dep.package else ":" + dep.name
- )
+ name = test_binary.basename,
+ dep = dep if ctx.label.package != dep.package else ":" + dep.name,
+ )
fail(msg)
else:
# Target is a standalone crate. Build the test binary as its own crate.
@@ -346,7 +346,7 @@
cfg = wasm_transition,
toolchains = [
"@io_bazel_rules_rust//rust:toolchain",
- "@bazel_tools//tools/cpp:toolchain_type"
+ "@bazel_tools//tools/cpp:toolchain_type",
],
doc = """
Builds a Rust library crate.
@@ -432,7 +432,7 @@
host_fragments = ["cpp"],
toolchains = [
"@io_bazel_rules_rust//rust:toolchain",
- "@bazel_tools//tools/cpp:toolchain_type"
+ "@bazel_tools//tools/cpp:toolchain_type",
],
doc = """
Builds a Rust binary crate.
@@ -530,7 +530,7 @@
test = True,
toolchains = [
"@io_bazel_rules_rust//rust:toolchain",
- "@bazel_tools//tools/cpp:toolchain_type"
+ "@bazel_tools//tools/cpp:toolchain_type",
],
doc = """
Builds a Rust test crate.
@@ -677,7 +677,7 @@
host_fragments = ["cpp"],
toolchains = [
"@io_bazel_rules_rust//rust:toolchain",
- "@bazel_tools//tools/cpp:toolchain_type"
+ "@bazel_tools//tools/cpp:toolchain_type",
],
doc = """
Builds a Rust benchmark test.
diff --git a/rust/private/rustc.bzl b/rust/private/rustc.bzl
index 2f514cf..0839ae4 100644
--- a/rust/private/rustc.bzl
+++ b/rust/private/rustc.bzl
@@ -145,7 +145,8 @@
kwargs = {
"ctx": ctx,
} if len(BAZEL_VERSION) == 0 or versions.is_at_least(
- "0.25.0", BAZEL_VERSION
+ "0.25.0",
+ BAZEL_VERSION,
) else {}
feature_configuration = cc_common.configure_features(
cc_toolchain = cc_toolchain,
@@ -250,8 +251,9 @@
# Gets the paths to the folders containing the standard library (or libcore)
rust_lib_paths = depset([file.dirname for file in toolchain.rust_lib.files.to_list()]).to_list()
+
# Tell Rustc where to find the standard library
- args.add_all(rust_lib_paths, before_each = "-L", format_each="%s")
+ args.add_all(rust_lib_paths, before_each = "-L", format_each = "%s")
args.add_all(rust_flags)
args.add_all(getattr(ctx.attr, "rustc_flags", []))
@@ -328,7 +330,7 @@
# nb. This field is required for cc_library to depend on our output.
files = depset([crate_info.output]),
runfiles = runfiles,
- executable = crate_info.output if crate_info.type == "bin" else None
+ executable = crate_info.output if crate_info.type == "bin" else None,
),
]
diff --git a/test/BUILD b/test/BUILD
index 0bcf7b6..4aaab03 100644
--- a/test/BUILD
+++ b/test/BUILD
@@ -1,7 +1,7 @@
load(
"//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
load(
diff --git a/test/chained_direct_deps/BUILD b/test/chained_direct_deps/BUILD
index 94c3115..046812e 100644
--- a/test/chained_direct_deps/BUILD
+++ b/test/chained_direct_deps/BUILD
@@ -1,8 +1,8 @@
load(
"//rust:rust.bzl",
+ "rust_doc_test",
"rust_library",
"rust_test",
- "rust_doc_test",
)
rust_library(
@@ -20,8 +20,8 @@
name = "mod3",
srcs = ["mod3.rs"],
deps = [
- ":mod2",
":mod1",
+ ":mod2",
],
)
diff --git a/test/inline_test_with_deps/test/BUILD b/test/inline_test_with_deps/test/BUILD
index ae7ed15..69b081c 100644
--- a/test/inline_test_with_deps/test/BUILD
+++ b/test/inline_test_with_deps/test/BUILD
@@ -8,8 +8,8 @@
rust_library(
name = "inline",
- edition = "2018",
srcs = ["src/lib.rs"],
+ edition = "2018",
)
rust_test(
diff --git a/test/inline_test_with_deps/test_with_srcs/BUILD b/test/inline_test_with_deps/test_with_srcs/BUILD
index f136310..63ef23b 100644
--- a/test/inline_test_with_deps/test_with_srcs/BUILD
+++ b/test/inline_test_with_deps/test_with_srcs/BUILD
@@ -8,13 +8,13 @@
rust_library(
name = "inline",
- edition = "2018",
srcs = ["src/lib.rs"],
+ edition = "2018",
)
rust_test(
name = "inline_test",
- crate = ":inline",
srcs = ["src/extra.rs"],
+ crate = ":inline",
deps = ["//test/inline_test_with_deps/dep"],
)
diff --git a/tools/runfiles/BUILD b/tools/runfiles/BUILD
index b347f2e..0bc27ff 100644
--- a/tools/runfiles/BUILD
+++ b/tools/runfiles/BUILD
@@ -13,8 +13,8 @@
rust_test(
name = "runfiles_test",
- data = ["data/sample.txt"],
crate = ":runfiles",
+ data = ["data/sample.txt"],
)
rust_doc_test(
diff --git a/wasm_bindgen/raze/BUILD b/wasm_bindgen/raze/BUILD
index 3ef9947..7d72a44 100644
--- a/wasm_bindgen/raze/BUILD
+++ b/wasm_bindgen/raze/BUILD
@@ -3,15 +3,18 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = ["//visibility:public"])
licenses([
- "notice" # See individual crates for specific licenses
+ "notice", # See individual crates for specific licenses
])
+
alias(
name = "wasm_bindgen",
actual = "@raze__wasm_bindgen__0_2_48//:wasm_bindgen",
)
+
alias(
# Extra aliased target, from raze configuration
# N.B.: The exact form of this is subject to change.
diff --git a/wasm_bindgen/raze/crates.bzl b/wasm_bindgen/raze/crates.bzl
index f3c989b..924da42 100644
--- a/wasm_bindgen/raze/crates.bzl
+++ b/wasm_bindgen/raze/crates.bzl
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
def _new_http_archive(name, **kwargs):
if not native.existing_rule(name):
- http_archive(name=name, **kwargs)
+ http_archive(name = name, **kwargs)
def _new_git_repository(name, **kwargs):
if not native.existing_rule(name):
- new_git_repository(name=name, **kwargs)
+ new_git_repository(name = name, **kwargs)
def raze_fetch_remote_crates():
-
_new_http_archive(
name = "raze__aho_corasick__0_7_3",
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/aho-corasick/aho-corasick-0.7.3.crate",
type = "tar.gz",
sha256 = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c",
strip_prefix = "aho-corasick-0.7.3",
- build_file = Label("//wasm_bindgen/raze/remote:aho-corasick-0.7.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:aho-corasick-0.7.3.BUILD"),
)
_new_http_archive(
@@ -31,7 +31,7 @@
type = "tar.gz",
sha256 = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392",
strip_prefix = "argon2rs-0.2.5",
- build_file = Label("//wasm_bindgen/raze/remote:argon2rs-0.2.5.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:argon2rs-0.2.5.BUILD"),
)
_new_http_archive(
@@ -40,7 +40,7 @@
type = "tar.gz",
sha256 = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71",
strip_prefix = "arrayvec-0.4.10",
- build_file = Label("//wasm_bindgen/raze/remote:arrayvec-0.4.10.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:arrayvec-0.4.10.BUILD"),
)
_new_http_archive(
@@ -49,7 +49,7 @@
type = "tar.gz",
sha256 = "97be891acc47ca214468e09425d02cef3af2c94d0d82081cd02061f996802f14",
strip_prefix = "ascii-0.8.7",
- build_file = Label("//wasm_bindgen/raze/remote:ascii-0.8.7.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:ascii-0.8.7.BUILD"),
)
_new_http_archive(
@@ -58,7 +58,7 @@
type = "tar.gz",
sha256 = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652",
strip_prefix = "atty-0.2.11",
- build_file = Label("//wasm_bindgen/raze/remote:atty-0.2.11.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:atty-0.2.11.BUILD"),
)
_new_http_archive(
@@ -67,7 +67,7 @@
type = "tar.gz",
sha256 = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf",
strip_prefix = "autocfg-0.1.4",
- build_file = Label("//wasm_bindgen/raze/remote:autocfg-0.1.4.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:autocfg-0.1.4.BUILD"),
)
_new_http_archive(
@@ -76,7 +76,7 @@
type = "tar.gz",
sha256 = "18b50f5258d1a9ad8396d2d345827875de4261b158124d4c819d9b351454fae5",
strip_prefix = "backtrace-0.3.32",
- build_file = Label("//wasm_bindgen/raze/remote:backtrace-0.3.32.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:backtrace-0.3.32.BUILD"),
)
_new_http_archive(
@@ -85,7 +85,7 @@
type = "tar.gz",
sha256 = "12cb9f1eef1d1fc869ad5a26c9fa48516339a15e54a227a25460fc304815fdb3",
strip_prefix = "backtrace-sys-0.1.29",
- build_file = Label("//wasm_bindgen/raze/remote:backtrace-sys-0.1.29.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:backtrace-sys-0.1.29.BUILD"),
)
_new_http_archive(
@@ -94,7 +94,7 @@
type = "tar.gz",
sha256 = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643",
strip_prefix = "base64-0.9.3",
- build_file = Label("//wasm_bindgen/raze/remote:base64-0.9.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:base64-0.9.3.BUILD"),
)
_new_http_archive(
@@ -103,7 +103,7 @@
type = "tar.gz",
sha256 = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd",
strip_prefix = "bitflags-1.1.0",
- build_file = Label("//wasm_bindgen/raze/remote:bitflags-1.1.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:bitflags-1.1.0.BUILD"),
)
_new_http_archive(
@@ -112,7 +112,7 @@
type = "tar.gz",
sha256 = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400",
strip_prefix = "blake2-rfc-0.2.18",
- build_file = Label("//wasm_bindgen/raze/remote:blake2-rfc-0.2.18.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:blake2-rfc-0.2.18.BUILD"),
)
_new_http_archive(
@@ -121,7 +121,7 @@
type = "tar.gz",
sha256 = "72f25c67abbf523ff8457771622fb731ac4a2391439de33bc60febcdee1749c9",
strip_prefix = "buf_redux-0.8.1",
- build_file = Label("//wasm_bindgen/raze/remote:buf_redux-0.8.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:buf_redux-0.8.1.BUILD"),
)
_new_http_archive(
@@ -130,7 +130,7 @@
type = "tar.gz",
sha256 = "84dca3afd8e01b9526818b7963e5b4916063b3cdf9f10cf6b73ef0bd0ec37aa5",
strip_prefix = "bumpalo-2.4.3",
- build_file = Label("//wasm_bindgen/raze/remote:bumpalo-2.4.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:bumpalo-2.4.3.BUILD"),
)
_new_http_archive(
@@ -139,7 +139,7 @@
type = "tar.gz",
sha256 = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5",
strip_prefix = "byteorder-1.3.2",
- build_file = Label("//wasm_bindgen/raze/remote:byteorder-1.3.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:byteorder-1.3.2.BUILD"),
)
_new_http_archive(
@@ -148,7 +148,7 @@
type = "tar.gz",
sha256 = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d",
strip_prefix = "cc-1.0.37",
- build_file = Label("//wasm_bindgen/raze/remote:cc-1.0.37.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:cc-1.0.37.BUILD"),
)
_new_http_archive(
@@ -157,7 +157,7 @@
type = "tar.gz",
sha256 = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33",
strip_prefix = "cfg-if-0.1.9",
- build_file = Label("//wasm_bindgen/raze/remote:cfg-if-0.1.9.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:cfg-if-0.1.9.BUILD"),
)
_new_http_archive(
@@ -166,7 +166,7 @@
type = "tar.gz",
sha256 = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe",
strip_prefix = "chrono-0.4.7",
- build_file = Label("//wasm_bindgen/raze/remote:chrono-0.4.7.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:chrono-0.4.7.BUILD"),
)
_new_http_archive(
@@ -175,7 +175,7 @@
type = "tar.gz",
sha256 = "498d20a7aaf62625b9bf26e637cf7736417cde1d0c99f1d04d1170229a85cf87",
strip_prefix = "chunked_transfer-0.3.1",
- build_file = Label("//wasm_bindgen/raze/remote:chunked_transfer-0.3.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:chunked_transfer-0.3.1.BUILD"),
)
_new_http_archive(
@@ -184,7 +184,7 @@
type = "tar.gz",
sha256 = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f",
strip_prefix = "cloudabi-0.0.3",
- build_file = Label("//wasm_bindgen/raze/remote:cloudabi-0.0.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:cloudabi-0.0.3.BUILD"),
)
_new_http_archive(
@@ -193,7 +193,7 @@
type = "tar.gz",
sha256 = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e",
strip_prefix = "constant_time_eq-0.1.3",
- build_file = Label("//wasm_bindgen/raze/remote:constant_time_eq-0.1.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:constant_time_eq-0.1.3.BUILD"),
)
_new_http_archive(
@@ -202,7 +202,7 @@
type = "tar.gz",
sha256 = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13",
strip_prefix = "crossbeam-deque-0.6.3",
- build_file = Label("//wasm_bindgen/raze/remote:crossbeam-deque-0.6.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:crossbeam-deque-0.6.3.BUILD"),
)
_new_http_archive(
@@ -211,7 +211,7 @@
type = "tar.gz",
sha256 = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4",
strip_prefix = "crossbeam-epoch-0.7.1",
- build_file = Label("//wasm_bindgen/raze/remote:crossbeam-epoch-0.7.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:crossbeam-epoch-0.7.1.BUILD"),
)
_new_http_archive(
@@ -220,7 +220,7 @@
type = "tar.gz",
sha256 = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b",
strip_prefix = "crossbeam-queue-0.1.2",
- build_file = Label("//wasm_bindgen/raze/remote:crossbeam-queue-0.1.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:crossbeam-queue-0.1.2.BUILD"),
)
_new_http_archive(
@@ -229,7 +229,7 @@
type = "tar.gz",
sha256 = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c",
strip_prefix = "crossbeam-utils-0.6.5",
- build_file = Label("//wasm_bindgen/raze/remote:crossbeam-utils-0.6.5.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:crossbeam-utils-0.6.5.BUILD"),
)
_new_http_archive(
@@ -238,7 +238,7 @@
type = "tar.gz",
sha256 = "f8ed9a22aa8c4e49ac0c896279ef532a43a7df2f54fcd19fa36960de029f965f",
strip_prefix = "curl-0.4.22",
- build_file = Label("//wasm_bindgen/raze/remote:curl-0.4.22.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:curl-0.4.22.BUILD"),
)
_new_http_archive(
@@ -247,7 +247,7 @@
type = "tar.gz",
sha256 = "d2427916f870661c5473e41bb7a5ac08d1a01ae1a4db495f724e7b7212e40a73",
strip_prefix = "curl-sys-0.4.19",
- build_file = Label("//wasm_bindgen/raze/remote:curl-sys-0.4.19.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:curl-sys-0.4.19.BUILD"),
)
_new_http_archive(
@@ -256,7 +256,7 @@
type = "tar.gz",
sha256 = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901",
strip_prefix = "dirs-1.0.5",
- build_file = Label("//wasm_bindgen/raze/remote:dirs-1.0.5.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:dirs-1.0.5.BUILD"),
)
_new_http_archive(
@@ -265,7 +265,7 @@
type = "tar.gz",
sha256 = "7f525a586d310c87df72ebcd98009e57f1cc030c8c268305287a476beb653969",
strip_prefix = "docopt-1.1.0",
- build_file = Label("//wasm_bindgen/raze/remote:docopt-1.1.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:docopt-1.1.0.BUILD"),
)
_new_http_archive(
@@ -274,7 +274,7 @@
type = "tar.gz",
sha256 = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b",
strip_prefix = "either-1.5.2",
- build_file = Label("//wasm_bindgen/raze/remote:either-1.5.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:either-1.5.2.BUILD"),
)
_new_http_archive(
@@ -283,7 +283,7 @@
type = "tar.gz",
sha256 = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a",
strip_prefix = "env_logger-0.6.1",
- build_file = Label("//wasm_bindgen/raze/remote:env_logger-0.6.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:env_logger-0.6.1.BUILD"),
)
_new_http_archive(
@@ -292,7 +292,7 @@
type = "tar.gz",
sha256 = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2",
strip_prefix = "failure-0.1.5",
- build_file = Label("//wasm_bindgen/raze/remote:failure-0.1.5.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:failure-0.1.5.BUILD"),
)
_new_http_archive(
@@ -301,7 +301,7 @@
type = "tar.gz",
sha256 = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1",
strip_prefix = "failure_derive-0.1.5",
- build_file = Label("//wasm_bindgen/raze/remote:failure_derive-0.1.5.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:failure_derive-0.1.5.BUILD"),
)
_new_http_archive(
@@ -310,7 +310,7 @@
type = "tar.gz",
sha256 = "450537dc346f0c4d738dda31e790da1da5d4bd12145aad4da0d03d713cb3794f",
strip_prefix = "filetime-0.2.6",
- build_file = Label("//wasm_bindgen/raze/remote:filetime-0.2.6.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:filetime-0.2.6.BUILD"),
)
_new_http_archive(
@@ -319,7 +319,7 @@
type = "tar.gz",
sha256 = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba",
strip_prefix = "fuchsia-cprng-0.1.1",
- build_file = Label("//wasm_bindgen/raze/remote:fuchsia-cprng-0.1.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:fuchsia-cprng-0.1.1.BUILD"),
)
_new_http_archive(
@@ -328,7 +328,7 @@
type = "tar.gz",
sha256 = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205",
strip_prefix = "heck-0.3.1",
- build_file = Label("//wasm_bindgen/raze/remote:heck-0.3.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:heck-0.3.1.BUILD"),
)
_new_http_archive(
@@ -337,7 +337,7 @@
type = "tar.gz",
sha256 = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83",
strip_prefix = "httparse-1.3.3",
- build_file = Label("//wasm_bindgen/raze/remote:httparse-1.3.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:httparse-1.3.3.BUILD"),
)
_new_http_archive(
@@ -346,7 +346,7 @@
type = "tar.gz",
sha256 = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114",
strip_prefix = "humantime-1.2.0",
- build_file = Label("//wasm_bindgen/raze/remote:humantime-1.2.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:humantime-1.2.0.BUILD"),
)
_new_http_archive(
@@ -355,7 +355,7 @@
type = "tar.gz",
sha256 = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005",
strip_prefix = "id-arena-2.2.1",
- build_file = Label("//wasm_bindgen/raze/remote:id-arena-2.2.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:id-arena-2.2.1.BUILD"),
)
_new_http_archive(
@@ -364,7 +364,7 @@
type = "tar.gz",
sha256 = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e",
strip_prefix = "idna-0.1.5",
- build_file = Label("//wasm_bindgen/raze/remote:idna-0.1.5.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:idna-0.1.5.BUILD"),
)
_new_http_archive(
@@ -373,7 +373,7 @@
type = "tar.gz",
sha256 = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f",
strip_prefix = "itoa-0.4.4",
- build_file = Label("//wasm_bindgen/raze/remote:itoa-0.4.4.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:itoa-0.4.4.BUILD"),
)
_new_http_archive(
@@ -382,7 +382,7 @@
type = "tar.gz",
sha256 = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d",
strip_prefix = "kernel32-sys-0.2.2",
- build_file = Label("//wasm_bindgen/raze/remote:kernel32-sys-0.2.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:kernel32-sys-0.2.2.BUILD"),
)
_new_http_archive(
@@ -391,7 +391,7 @@
type = "tar.gz",
sha256 = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14",
strip_prefix = "lazy_static-1.3.0",
- build_file = Label("//wasm_bindgen/raze/remote:lazy_static-1.3.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:lazy_static-1.3.0.BUILD"),
)
_new_http_archive(
@@ -400,7 +400,7 @@
type = "tar.gz",
sha256 = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a",
strip_prefix = "leb128-0.2.4",
- build_file = Label("//wasm_bindgen/raze/remote:leb128-0.2.4.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:leb128-0.2.4.BUILD"),
)
_new_http_archive(
@@ -409,7 +409,7 @@
type = "tar.gz",
sha256 = "6281b86796ba5e4366000be6e9e18bf35580adf9e63fbe2294aadb587613a319",
strip_prefix = "libc-0.2.58",
- build_file = Label("//wasm_bindgen/raze/remote:libc-0.2.58.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:libc-0.2.58.BUILD"),
)
_new_http_archive(
@@ -418,7 +418,7 @@
type = "tar.gz",
sha256 = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe",
strip_prefix = "libz-sys-1.0.25",
- build_file = Label("//wasm_bindgen/raze/remote:libz-sys-1.0.25.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:libz-sys-1.0.25.BUILD"),
)
_new_http_archive(
@@ -427,7 +427,7 @@
type = "tar.gz",
sha256 = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b",
strip_prefix = "log-0.3.9",
- build_file = Label("//wasm_bindgen/raze/remote:log-0.3.9.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:log-0.3.9.BUILD"),
)
_new_http_archive(
@@ -436,7 +436,7 @@
type = "tar.gz",
sha256 = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6",
strip_prefix = "log-0.4.6",
- build_file = Label("//wasm_bindgen/raze/remote:log-0.4.6.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:log-0.4.6.BUILD"),
)
_new_http_archive(
@@ -445,7 +445,7 @@
type = "tar.gz",
sha256 = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08",
strip_prefix = "matches-0.1.8",
- build_file = Label("//wasm_bindgen/raze/remote:matches-0.1.8.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:matches-0.1.8.BUILD"),
)
_new_http_archive(
@@ -454,7 +454,7 @@
type = "tar.gz",
sha256 = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39",
strip_prefix = "memchr-2.2.0",
- build_file = Label("//wasm_bindgen/raze/remote:memchr-2.2.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:memchr-2.2.0.BUILD"),
)
_new_http_archive(
@@ -463,7 +463,7 @@
type = "tar.gz",
sha256 = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3",
strip_prefix = "memoffset-0.2.1",
- build_file = Label("//wasm_bindgen/raze/remote:memoffset-0.2.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:memoffset-0.2.1.BUILD"),
)
_new_http_archive(
@@ -472,7 +472,7 @@
type = "tar.gz",
sha256 = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0",
strip_prefix = "mime-0.2.6",
- build_file = Label("//wasm_bindgen/raze/remote:mime-0.2.6.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:mime-0.2.6.BUILD"),
)
_new_http_archive(
@@ -481,7 +481,7 @@
type = "tar.gz",
sha256 = "0d977de9ee851a0b16e932979515c0f3da82403183879811bc97d50bd9cc50f7",
strip_prefix = "mime_guess-1.8.7",
- build_file = Label("//wasm_bindgen/raze/remote:mime_guess-1.8.7.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:mime_guess-1.8.7.BUILD"),
)
_new_http_archive(
@@ -490,7 +490,7 @@
type = "tar.gz",
sha256 = "adba94490a79baf2d6a23eac897157047008272fa3eecb3373ae6377b91eca28",
strip_prefix = "multipart-0.15.4",
- build_file = Label("//wasm_bindgen/raze/remote:multipart-0.15.4.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:multipart-0.15.4.BUILD"),
)
_new_http_archive(
@@ -499,7 +499,7 @@
type = "tar.gz",
sha256 = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945",
strip_prefix = "nodrop-0.1.13",
- build_file = Label("//wasm_bindgen/raze/remote:nodrop-0.1.13.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:nodrop-0.1.13.BUILD"),
)
_new_http_archive(
@@ -508,7 +508,7 @@
type = "tar.gz",
sha256 = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09",
strip_prefix = "num-integer-0.1.41",
- build_file = Label("//wasm_bindgen/raze/remote:num-integer-0.1.41.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:num-integer-0.1.41.BUILD"),
)
_new_http_archive(
@@ -517,7 +517,7 @@
type = "tar.gz",
sha256 = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32",
strip_prefix = "num-traits-0.2.8",
- build_file = Label("//wasm_bindgen/raze/remote:num-traits-0.2.8.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:num-traits-0.2.8.BUILD"),
)
_new_http_archive(
@@ -526,7 +526,7 @@
type = "tar.gz",
sha256 = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273",
strip_prefix = "num_cpus-1.10.1",
- build_file = Label("//wasm_bindgen/raze/remote:num_cpus-1.10.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:num_cpus-1.10.1.BUILD"),
)
_new_http_archive(
@@ -535,7 +535,7 @@
type = "tar.gz",
sha256 = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef",
strip_prefix = "numtoa-0.1.0",
- build_file = Label("//wasm_bindgen/raze/remote:numtoa-0.1.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:numtoa-0.1.0.BUILD"),
)
_new_http_archive(
@@ -544,7 +544,7 @@
type = "tar.gz",
sha256 = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de",
strip_prefix = "openssl-probe-0.1.2",
- build_file = Label("//wasm_bindgen/raze/remote:openssl-probe-0.1.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:openssl-probe-0.1.2.BUILD"),
)
_new_http_archive(
@@ -553,7 +553,7 @@
type = "tar.gz",
sha256 = "75bdd6dbbb4958d38e47a1d2348847ad1eb4dc205dc5d37473ae504391865acc",
strip_prefix = "openssl-sys-0.9.47",
- build_file = Label("//wasm_bindgen/raze/remote:openssl-sys-0.9.47.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:openssl-sys-0.9.47.BUILD"),
)
_new_http_archive(
@@ -562,7 +562,7 @@
type = "tar.gz",
sha256 = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831",
strip_prefix = "percent-encoding-1.0.1",
- build_file = Label("//wasm_bindgen/raze/remote:percent-encoding-1.0.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:percent-encoding-1.0.1.BUILD"),
)
_new_http_archive(
@@ -571,7 +571,7 @@
type = "tar.gz",
sha256 = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18",
strip_prefix = "phf-0.7.24",
- build_file = Label("//wasm_bindgen/raze/remote:phf-0.7.24.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:phf-0.7.24.BUILD"),
)
_new_http_archive(
@@ -580,7 +580,7 @@
type = "tar.gz",
sha256 = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e",
strip_prefix = "phf_codegen-0.7.24",
- build_file = Label("//wasm_bindgen/raze/remote:phf_codegen-0.7.24.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:phf_codegen-0.7.24.BUILD"),
)
_new_http_archive(
@@ -589,7 +589,7 @@
type = "tar.gz",
sha256 = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662",
strip_prefix = "phf_generator-0.7.24",
- build_file = Label("//wasm_bindgen/raze/remote:phf_generator-0.7.24.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:phf_generator-0.7.24.BUILD"),
)
_new_http_archive(
@@ -598,7 +598,7 @@
type = "tar.gz",
sha256 = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0",
strip_prefix = "phf_shared-0.7.24",
- build_file = Label("//wasm_bindgen/raze/remote:phf_shared-0.7.24.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:phf_shared-0.7.24.BUILD"),
)
_new_http_archive(
@@ -607,7 +607,7 @@
type = "tar.gz",
sha256 = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c",
strip_prefix = "pkg-config-0.3.14",
- build_file = Label("//wasm_bindgen/raze/remote:pkg-config-0.3.14.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:pkg-config-0.3.14.BUILD"),
)
_new_http_archive(
@@ -616,7 +616,7 @@
type = "tar.gz",
sha256 = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759",
strip_prefix = "proc-macro2-0.4.30",
- build_file = Label("//wasm_bindgen/raze/remote:proc-macro2-0.4.30.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:proc-macro2-0.4.30.BUILD"),
)
_new_http_archive(
@@ -625,7 +625,7 @@
type = "tar.gz",
sha256 = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0",
strip_prefix = "quick-error-1.2.2",
- build_file = Label("//wasm_bindgen/raze/remote:quick-error-1.2.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:quick-error-1.2.2.BUILD"),
)
_new_http_archive(
@@ -634,7 +634,7 @@
type = "tar.gz",
sha256 = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db",
strip_prefix = "quote-0.6.12",
- build_file = Label("//wasm_bindgen/raze/remote:quote-0.6.12.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:quote-0.6.12.BUILD"),
)
_new_http_archive(
@@ -643,7 +643,7 @@
type = "tar.gz",
sha256 = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293",
strip_prefix = "rand-0.4.6",
- build_file = Label("//wasm_bindgen/raze/remote:rand-0.4.6.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand-0.4.6.BUILD"),
)
_new_http_archive(
@@ -652,7 +652,7 @@
type = "tar.gz",
sha256 = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9",
strip_prefix = "rand-0.5.6",
- build_file = Label("//wasm_bindgen/raze/remote:rand-0.5.6.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand-0.5.6.BUILD"),
)
_new_http_archive(
@@ -661,7 +661,7 @@
type = "tar.gz",
sha256 = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca",
strip_prefix = "rand-0.6.5",
- build_file = Label("//wasm_bindgen/raze/remote:rand-0.6.5.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand-0.6.5.BUILD"),
)
_new_http_archive(
@@ -670,7 +670,7 @@
type = "tar.gz",
sha256 = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef",
strip_prefix = "rand_chacha-0.1.1",
- build_file = Label("//wasm_bindgen/raze/remote:rand_chacha-0.1.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand_chacha-0.1.1.BUILD"),
)
_new_http_archive(
@@ -679,7 +679,7 @@
type = "tar.gz",
sha256 = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b",
strip_prefix = "rand_core-0.3.1",
- build_file = Label("//wasm_bindgen/raze/remote:rand_core-0.3.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand_core-0.3.1.BUILD"),
)
_new_http_archive(
@@ -688,7 +688,7 @@
type = "tar.gz",
sha256 = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0",
strip_prefix = "rand_core-0.4.0",
- build_file = Label("//wasm_bindgen/raze/remote:rand_core-0.4.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand_core-0.4.0.BUILD"),
)
_new_http_archive(
@@ -697,7 +697,7 @@
type = "tar.gz",
sha256 = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4",
strip_prefix = "rand_hc-0.1.0",
- build_file = Label("//wasm_bindgen/raze/remote:rand_hc-0.1.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand_hc-0.1.0.BUILD"),
)
_new_http_archive(
@@ -706,7 +706,7 @@
type = "tar.gz",
sha256 = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08",
strip_prefix = "rand_isaac-0.1.1",
- build_file = Label("//wasm_bindgen/raze/remote:rand_isaac-0.1.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand_isaac-0.1.1.BUILD"),
)
_new_http_archive(
@@ -715,7 +715,7 @@
type = "tar.gz",
sha256 = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b",
strip_prefix = "rand_jitter-0.1.4",
- build_file = Label("//wasm_bindgen/raze/remote:rand_jitter-0.1.4.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand_jitter-0.1.4.BUILD"),
)
_new_http_archive(
@@ -724,7 +724,7 @@
type = "tar.gz",
sha256 = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071",
strip_prefix = "rand_os-0.1.3",
- build_file = Label("//wasm_bindgen/raze/remote:rand_os-0.1.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand_os-0.1.3.BUILD"),
)
_new_http_archive(
@@ -733,7 +733,7 @@
type = "tar.gz",
sha256 = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44",
strip_prefix = "rand_pcg-0.1.2",
- build_file = Label("//wasm_bindgen/raze/remote:rand_pcg-0.1.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand_pcg-0.1.2.BUILD"),
)
_new_http_archive(
@@ -742,7 +742,7 @@
type = "tar.gz",
sha256 = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c",
strip_prefix = "rand_xorshift-0.1.1",
- build_file = Label("//wasm_bindgen/raze/remote:rand_xorshift-0.1.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rand_xorshift-0.1.1.BUILD"),
)
_new_http_archive(
@@ -751,7 +751,7 @@
type = "tar.gz",
sha256 = "a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4",
strip_prefix = "rayon-1.1.0",
- build_file = Label("//wasm_bindgen/raze/remote:rayon-1.1.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rayon-1.1.0.BUILD"),
)
_new_http_archive(
@@ -760,7 +760,7 @@
type = "tar.gz",
sha256 = "ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2",
strip_prefix = "rayon-core-1.5.0",
- build_file = Label("//wasm_bindgen/raze/remote:rayon-core-1.5.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rayon-core-1.5.0.BUILD"),
)
_new_http_archive(
@@ -769,7 +769,7 @@
type = "tar.gz",
sha256 = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2",
strip_prefix = "rdrand-0.4.0",
- build_file = Label("//wasm_bindgen/raze/remote:rdrand-0.4.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rdrand-0.4.0.BUILD"),
)
_new_http_archive(
@@ -778,7 +778,7 @@
type = "tar.gz",
sha256 = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252",
strip_prefix = "redox_syscall-0.1.54",
- build_file = Label("//wasm_bindgen/raze/remote:redox_syscall-0.1.54.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:redox_syscall-0.1.54.BUILD"),
)
_new_http_archive(
@@ -787,7 +787,7 @@
type = "tar.gz",
sha256 = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76",
strip_prefix = "redox_termios-0.1.1",
- build_file = Label("//wasm_bindgen/raze/remote:redox_termios-0.1.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:redox_termios-0.1.1.BUILD"),
)
_new_http_archive(
@@ -796,7 +796,7 @@
type = "tar.gz",
sha256 = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828",
strip_prefix = "redox_users-0.3.0",
- build_file = Label("//wasm_bindgen/raze/remote:redox_users-0.3.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:redox_users-0.3.0.BUILD"),
)
_new_http_archive(
@@ -805,7 +805,7 @@
type = "tar.gz",
sha256 = "0b2f0808e7d7e4fb1cb07feb6ff2f4bc827938f24f8c2e6a3beb7370af544bdd",
strip_prefix = "regex-1.1.7",
- build_file = Label("//wasm_bindgen/raze/remote:regex-1.1.7.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:regex-1.1.7.BUILD"),
)
_new_http_archive(
@@ -814,7 +814,7 @@
type = "tar.gz",
sha256 = "9d76410686f9e3a17f06128962e0ecc5755870bb890c34820c7af7f1db2e1d48",
strip_prefix = "regex-syntax-0.6.7",
- build_file = Label("//wasm_bindgen/raze/remote:regex-syntax-0.6.7.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:regex-syntax-0.6.7.BUILD"),
)
_new_http_archive(
@@ -823,7 +823,7 @@
type = "tar.gz",
sha256 = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e",
strip_prefix = "remove_dir_all-0.5.2",
- build_file = Label("//wasm_bindgen/raze/remote:remove_dir_all-0.5.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:remove_dir_all-0.5.2.BUILD"),
)
_new_http_archive(
@@ -832,7 +832,7 @@
type = "tar.gz",
sha256 = "112568052ec17fa26c6c11c40acbb30d3ad244bf3d6da0be181f5e7e42e5004f",
strip_prefix = "rouille-3.0.0",
- build_file = Label("//wasm_bindgen/raze/remote:rouille-3.0.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rouille-3.0.0.BUILD"),
)
_new_http_archive(
@@ -841,7 +841,7 @@
type = "tar.gz",
sha256 = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af",
strip_prefix = "rustc-demangle-0.1.15",
- build_file = Label("//wasm_bindgen/raze/remote:rustc-demangle-0.1.15.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:rustc-demangle-0.1.15.BUILD"),
)
_new_http_archive(
@@ -850,7 +850,7 @@
type = "tar.gz",
sha256 = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f",
strip_prefix = "ryu-0.2.8",
- build_file = Label("//wasm_bindgen/raze/remote:ryu-0.2.8.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:ryu-0.2.8.BUILD"),
)
_new_http_archive(
@@ -859,7 +859,7 @@
type = "tar.gz",
sha256 = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f",
strip_prefix = "safemem-0.2.0",
- build_file = Label("//wasm_bindgen/raze/remote:safemem-0.2.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:safemem-0.2.0.BUILD"),
)
_new_http_archive(
@@ -868,7 +868,7 @@
type = "tar.gz",
sha256 = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9",
strip_prefix = "safemem-0.3.0",
- build_file = Label("//wasm_bindgen/raze/remote:safemem-0.3.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:safemem-0.3.0.BUILD"),
)
_new_http_archive(
@@ -877,7 +877,7 @@
type = "tar.gz",
sha256 = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339",
strip_prefix = "schannel-0.1.15",
- build_file = Label("//wasm_bindgen/raze/remote:schannel-0.1.15.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:schannel-0.1.15.BUILD"),
)
_new_http_archive(
@@ -886,7 +886,7 @@
type = "tar.gz",
sha256 = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8",
strip_prefix = "scoped_threadpool-0.1.9",
- build_file = Label("//wasm_bindgen/raze/remote:scoped_threadpool-0.1.9.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:scoped_threadpool-0.1.9.BUILD"),
)
_new_http_archive(
@@ -895,7 +895,7 @@
type = "tar.gz",
sha256 = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27",
strip_prefix = "scopeguard-0.3.3",
- build_file = Label("//wasm_bindgen/raze/remote:scopeguard-0.3.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:scopeguard-0.3.3.BUILD"),
)
_new_http_archive(
@@ -904,7 +904,7 @@
type = "tar.gz",
sha256 = "076a696fdea89c19d3baed462576b8f6d663064414b5c793642da8dfeb99475b",
strip_prefix = "serde-1.0.94",
- build_file = Label("//wasm_bindgen/raze/remote:serde-1.0.94.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:serde-1.0.94.BUILD"),
)
_new_http_archive(
@@ -913,7 +913,7 @@
type = "tar.gz",
sha256 = "ef45eb79d6463b22f5f9e16d283798b7c0175ba6050bc25c1a946c122727fe7b",
strip_prefix = "serde_derive-1.0.94",
- build_file = Label("//wasm_bindgen/raze/remote:serde_derive-1.0.94.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:serde_derive-1.0.94.BUILD"),
)
_new_http_archive(
@@ -922,7 +922,7 @@
type = "tar.gz",
sha256 = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d",
strip_prefix = "serde_json-1.0.39",
- build_file = Label("//wasm_bindgen/raze/remote:serde_json-1.0.39.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:serde_json-1.0.39.BUILD"),
)
_new_http_archive(
@@ -931,7 +931,7 @@
type = "tar.gz",
sha256 = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d",
strip_prefix = "sha1-0.6.0",
- build_file = Label("//wasm_bindgen/raze/remote:sha1-0.6.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:sha1-0.6.0.BUILD"),
)
_new_http_archive(
@@ -940,7 +940,7 @@
type = "tar.gz",
sha256 = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac",
strip_prefix = "siphasher-0.2.3",
- build_file = Label("//wasm_bindgen/raze/remote:siphasher-0.2.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:siphasher-0.2.3.BUILD"),
)
_new_http_archive(
@@ -949,7 +949,7 @@
type = "tar.gz",
sha256 = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7",
strip_prefix = "smallvec-0.6.10",
- build_file = Label("//wasm_bindgen/raze/remote:smallvec-0.6.10.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:smallvec-0.6.10.BUILD"),
)
_new_http_archive(
@@ -958,7 +958,7 @@
type = "tar.gz",
sha256 = "4e626972d3593207547f14bf5fc9efa4d0e7283deb73fef1dff313dae9ab8878",
strip_prefix = "socket2-0.3.9",
- build_file = Label("//wasm_bindgen/raze/remote:socket2-0.3.9.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:socket2-0.3.9.BUILD"),
)
_new_http_archive(
@@ -967,7 +967,7 @@
type = "tar.gz",
sha256 = "032c03039aae92b350aad2e3779c352e104d919cb192ba2fabbd7b831ce4f0f6",
strip_prefix = "strsim-0.9.2",
- build_file = Label("//wasm_bindgen/raze/remote:strsim-0.9.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:strsim-0.9.2.BUILD"),
)
_new_http_archive(
@@ -976,7 +976,7 @@
type = "tar.gz",
sha256 = "ee06ea4b620ab59a2267c6b48be16244a3389f8bfa0986bdd15c35b890b00af3",
strip_prefix = "syn-0.15.43",
- build_file = Label("//wasm_bindgen/raze/remote:syn-0.15.43.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:syn-0.15.43.BUILD"),
)
_new_http_archive(
@@ -985,7 +985,7 @@
type = "tar.gz",
sha256 = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f",
strip_prefix = "synstructure-0.10.2",
- build_file = Label("//wasm_bindgen/raze/remote:synstructure-0.10.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:synstructure-0.10.2.BUILD"),
)
_new_http_archive(
@@ -994,7 +994,7 @@
type = "tar.gz",
sha256 = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8",
strip_prefix = "tempdir-0.3.7",
- build_file = Label("//wasm_bindgen/raze/remote:tempdir-0.3.7.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:tempdir-0.3.7.BUILD"),
)
_new_http_archive(
@@ -1003,7 +1003,7 @@
type = "tar.gz",
sha256 = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef",
strip_prefix = "tempfile-3.0.8",
- build_file = Label("//wasm_bindgen/raze/remote:tempfile-3.0.8.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:tempfile-3.0.8.BUILD"),
)
_new_http_archive(
@@ -1012,7 +1012,7 @@
type = "tar.gz",
sha256 = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42",
strip_prefix = "term-0.5.2",
- build_file = Label("//wasm_bindgen/raze/remote:term-0.5.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:term-0.5.2.BUILD"),
)
_new_http_archive(
@@ -1021,7 +1021,7 @@
type = "tar.gz",
sha256 = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e",
strip_prefix = "termcolor-1.0.5",
- build_file = Label("//wasm_bindgen/raze/remote:termcolor-1.0.5.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:termcolor-1.0.5.BUILD"),
)
_new_http_archive(
@@ -1030,7 +1030,7 @@
type = "tar.gz",
sha256 = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330",
strip_prefix = "termion-1.5.3",
- build_file = Label("//wasm_bindgen/raze/remote:termion-1.5.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:termion-1.5.3.BUILD"),
)
_new_http_archive(
@@ -1039,7 +1039,7 @@
type = "tar.gz",
sha256 = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b",
strip_prefix = "thread_local-0.3.6",
- build_file = Label("//wasm_bindgen/raze/remote:thread_local-0.3.6.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:thread_local-0.3.6.BUILD"),
)
_new_http_archive(
@@ -1048,7 +1048,7 @@
type = "tar.gz",
sha256 = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865",
strip_prefix = "threadpool-1.7.1",
- build_file = Label("//wasm_bindgen/raze/remote:threadpool-1.7.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:threadpool-1.7.1.BUILD"),
)
_new_http_archive(
@@ -1057,7 +1057,7 @@
type = "tar.gz",
sha256 = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f",
strip_prefix = "time-0.1.42",
- build_file = Label("//wasm_bindgen/raze/remote:time-0.1.42.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:time-0.1.42.BUILD"),
)
_new_http_archive(
@@ -1066,7 +1066,7 @@
type = "tar.gz",
sha256 = "1661fa0a44c95d01604bd05c66732a446c657efb62b5164a7a083a3b552b4951",
strip_prefix = "tiny_http-0.6.2",
- build_file = Label("//wasm_bindgen/raze/remote:tiny_http-0.6.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:tiny_http-0.6.2.BUILD"),
)
_new_http_archive(
@@ -1075,7 +1075,7 @@
type = "tar.gz",
sha256 = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1",
strip_prefix = "twoway-0.1.8",
- build_file = Label("//wasm_bindgen/raze/remote:twoway-0.1.8.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:twoway-0.1.8.BUILD"),
)
_new_http_archive(
@@ -1084,7 +1084,7 @@
type = "tar.gz",
sha256 = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86",
strip_prefix = "ucd-util-0.1.3",
- build_file = Label("//wasm_bindgen/raze/remote:ucd-util-0.1.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:ucd-util-0.1.3.BUILD"),
)
_new_http_archive(
@@ -1093,7 +1093,7 @@
type = "tar.gz",
sha256 = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33",
strip_prefix = "unicase-1.4.2",
- build_file = Label("//wasm_bindgen/raze/remote:unicase-1.4.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:unicase-1.4.2.BUILD"),
)
_new_http_archive(
@@ -1102,7 +1102,7 @@
type = "tar.gz",
sha256 = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5",
strip_prefix = "unicode-bidi-0.3.4",
- build_file = Label("//wasm_bindgen/raze/remote:unicode-bidi-0.3.4.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:unicode-bidi-0.3.4.BUILD"),
)
_new_http_archive(
@@ -1111,7 +1111,7 @@
type = "tar.gz",
sha256 = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426",
strip_prefix = "unicode-normalization-0.1.8",
- build_file = Label("//wasm_bindgen/raze/remote:unicode-normalization-0.1.8.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:unicode-normalization-0.1.8.BUILD"),
)
_new_http_archive(
@@ -1120,7 +1120,7 @@
type = "tar.gz",
sha256 = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9",
strip_prefix = "unicode-segmentation-1.3.0",
- build_file = Label("//wasm_bindgen/raze/remote:unicode-segmentation-1.3.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:unicode-segmentation-1.3.0.BUILD"),
)
_new_http_archive(
@@ -1129,7 +1129,7 @@
type = "tar.gz",
sha256 = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc",
strip_prefix = "unicode-xid-0.1.0",
- build_file = Label("//wasm_bindgen/raze/remote:unicode-xid-0.1.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:unicode-xid-0.1.0.BUILD"),
)
_new_http_archive(
@@ -1138,7 +1138,7 @@
type = "tar.gz",
sha256 = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a",
strip_prefix = "url-1.7.2",
- build_file = Label("//wasm_bindgen/raze/remote:url-1.7.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:url-1.7.2.BUILD"),
)
_new_http_archive(
@@ -1147,7 +1147,7 @@
type = "tar.gz",
sha256 = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde",
strip_prefix = "utf8-ranges-1.0.3",
- build_file = Label("//wasm_bindgen/raze/remote:utf8-ranges-1.0.3.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:utf8-ranges-1.0.3.BUILD"),
)
_new_http_archive(
@@ -1156,7 +1156,7 @@
type = "tar.gz",
sha256 = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d",
strip_prefix = "vcpkg-0.2.6",
- build_file = Label("//wasm_bindgen/raze/remote:vcpkg-0.2.6.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:vcpkg-0.2.6.BUILD"),
)
_new_http_archive(
@@ -1165,7 +1165,7 @@
type = "tar.gz",
sha256 = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd",
strip_prefix = "version_check-0.1.5",
- build_file = Label("//wasm_bindgen/raze/remote:version_check-0.1.5.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:version_check-0.1.5.BUILD"),
)
_new_http_archive(
@@ -1174,7 +1174,7 @@
type = "tar.gz",
sha256 = "9b751c638c5c86d92af28a3a68ce879b719c7e1cad75c66a3377ce386b9d705f",
strip_prefix = "walrus-0.8.0",
- build_file = Label("//wasm_bindgen/raze/remote:walrus-0.8.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:walrus-0.8.0.BUILD"),
)
_new_http_archive(
@@ -1183,7 +1183,7 @@
type = "tar.gz",
sha256 = "30dcc194dbffb8025ca1b42a92f8c33ac28b1025cd771f0d884f89508b5fb094",
strip_prefix = "walrus-macro-0.8.0",
- build_file = Label("//wasm_bindgen/raze/remote:walrus-macro-0.8.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:walrus-macro-0.8.0.BUILD"),
)
_new_http_archive(
@@ -1192,7 +1192,7 @@
type = "tar.gz",
sha256 = "4de97fa1806bb1a99904216f6ac5e0c050dc4f8c676dc98775047c38e5c01b55",
strip_prefix = "wasm-bindgen-0.2.48",
- build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-0.2.48.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-0.2.48.BUILD"),
)
_new_http_archive(
@@ -1201,7 +1201,7 @@
type = "tar.gz",
sha256 = "96b9065758e62fd7a445c1b37f427edc69771c400f13771ff0653e49fd39a8e7",
strip_prefix = "wasm-bindgen-anyref-xform-0.2.48",
- build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-anyref-xform-0.2.48.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-anyref-xform-0.2.48.BUILD"),
)
_new_http_archive(
@@ -1210,7 +1210,7 @@
type = "tar.gz",
sha256 = "5d82c170ef9f5b2c63ad4460dfcee93f3ec04a9a36a4cc20bc973c39e59ab8e3",
strip_prefix = "wasm-bindgen-backend-0.2.48",
- build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-backend-0.2.48.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-backend-0.2.48.BUILD"),
)
_new_http_archive(
@@ -1219,7 +1219,7 @@
type = "tar.gz",
sha256 = "ceb1786f6098700f9e2b33ad640392920c84cee6e9bdd8251e44e35fac472638",
strip_prefix = "wasm-bindgen-cli-0.2.48",
- build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-cli-0.2.48.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-cli-0.2.48.BUILD"),
)
_new_http_archive(
@@ -1228,7 +1228,7 @@
type = "tar.gz",
sha256 = "66aae0d39c155c9bf27b3c21113120d4c47bb0193234f15b98448b7b119c87be",
strip_prefix = "wasm-bindgen-cli-support-0.2.48",
- build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-cli-support-0.2.48.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-cli-support-0.2.48.BUILD"),
)
_new_http_archive(
@@ -1237,7 +1237,7 @@
type = "tar.gz",
sha256 = "f07d50f74bf7a738304f6b8157f4a581e1512cd9e9cdb5baad8c31bbe8ffd81d",
strip_prefix = "wasm-bindgen-macro-0.2.48",
- build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-macro-0.2.48.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-macro-0.2.48.BUILD"),
)
_new_http_archive(
@@ -1246,7 +1246,7 @@
type = "tar.gz",
sha256 = "95cf8fe77e45ba5f91bc8f3da0c3aa5d464b3d8ed85d84f4d4c7cc106436b1d7",
strip_prefix = "wasm-bindgen-macro-support-0.2.48",
- build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-macro-support-0.2.48.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-macro-support-0.2.48.BUILD"),
)
_new_http_archive(
@@ -1255,7 +1255,7 @@
type = "tar.gz",
sha256 = "d9c2d4d4756b2e46d3a5422e06277d02e4d3e1d62d138b76a4c681e925743623",
strip_prefix = "wasm-bindgen-shared-0.2.48",
- build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-shared-0.2.48.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-shared-0.2.48.BUILD"),
)
_new_http_archive(
@@ -1264,7 +1264,7 @@
type = "tar.gz",
sha256 = "61de14e4283261b9ce99b15bd3fb52a4c8f56a3efef4b46cf2fa11c2a180be10",
strip_prefix = "wasm-bindgen-threads-xform-0.2.48",
- build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-threads-xform-0.2.48.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-threads-xform-0.2.48.BUILD"),
)
_new_http_archive(
@@ -1273,7 +1273,7 @@
type = "tar.gz",
sha256 = "7cfc73f030ca101c85e75f5c5e2db061e762ff600edd77693c5c8581b90bdfe6",
strip_prefix = "wasm-bindgen-wasm-interpreter-0.2.48",
- build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-wasm-interpreter-0.2.48.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-wasm-interpreter-0.2.48.BUILD"),
)
_new_http_archive(
@@ -1282,7 +1282,7 @@
type = "tar.gz",
sha256 = "216c964db43e07890435d9b152e59f0f520787ebed2c0666609fe8d933c3b749",
strip_prefix = "wasm-webidl-bindings-0.1.2",
- build_file = Label("//wasm_bindgen/raze/remote:wasm-webidl-bindings-0.1.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasm-webidl-bindings-0.1.2.BUILD"),
)
_new_http_archive(
@@ -1291,7 +1291,7 @@
type = "tar.gz",
sha256 = "566a9eefa2267a1a32af59807326e84191cdff41c3fc2efda0a790d821615b31",
strip_prefix = "wasmparser-0.30.0",
- build_file = Label("//wasm_bindgen/raze/remote:wasmparser-0.30.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wasmparser-0.30.0.BUILD"),
)
_new_http_archive(
@@ -1300,7 +1300,7 @@
type = "tar.gz",
sha256 = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a",
strip_prefix = "winapi-0.2.8",
- build_file = Label("//wasm_bindgen/raze/remote:winapi-0.2.8.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:winapi-0.2.8.BUILD"),
)
_new_http_archive(
@@ -1309,7 +1309,7 @@
type = "tar.gz",
sha256 = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770",
strip_prefix = "winapi-0.3.7",
- build_file = Label("//wasm_bindgen/raze/remote:winapi-0.3.7.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:winapi-0.3.7.BUILD"),
)
_new_http_archive(
@@ -1318,7 +1318,7 @@
type = "tar.gz",
sha256 = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc",
strip_prefix = "winapi-build-0.1.1",
- build_file = Label("//wasm_bindgen/raze/remote:winapi-build-0.1.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:winapi-build-0.1.1.BUILD"),
)
_new_http_archive(
@@ -1327,7 +1327,7 @@
type = "tar.gz",
sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0",
- build_file = Label("//wasm_bindgen/raze/remote:winapi-i686-pc-windows-gnu-0.4.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:winapi-i686-pc-windows-gnu-0.4.0.BUILD"),
)
_new_http_archive(
@@ -1336,7 +1336,7 @@
type = "tar.gz",
sha256 = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9",
strip_prefix = "winapi-util-0.1.2",
- build_file = Label("//wasm_bindgen/raze/remote:winapi-util-0.1.2.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:winapi-util-0.1.2.BUILD"),
)
_new_http_archive(
@@ -1345,7 +1345,7 @@
type = "tar.gz",
sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0",
- build_file = Label("//wasm_bindgen/raze/remote:winapi-x86_64-pc-windows-gnu-0.4.0.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:winapi-x86_64-pc-windows-gnu-0.4.0.BUILD"),
)
_new_http_archive(
@@ -1354,6 +1354,5 @@
type = "tar.gz",
sha256 = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba",
strip_prefix = "wincolor-1.0.1",
- build_file = Label("//wasm_bindgen/raze/remote:wincolor-1.0.1.BUILD")
+ build_file = Label("//wasm_bindgen/raze/remote:wincolor-1.0.1.BUILD"),
)
-
diff --git a/wasm_bindgen/raze/overrides/BUILD b/wasm_bindgen/raze/overrides/BUILD
index 8b4c604..659b67b 100644
--- a/wasm_bindgen/raze/overrides/BUILD
+++ b/wasm_bindgen/raze/overrides/BUILD
@@ -1 +1 @@
-exports_files(["backtrace-sys-0.1.29.BUILD"])
\ No newline at end of file
+exports_files(["backtrace-sys-0.1.29.BUILD"])
diff --git a/wasm_bindgen/raze/overrides/backtrace-sys-0.1.29.BUILD b/wasm_bindgen/raze/overrides/backtrace-sys-0.1.29.BUILD
index bd6785d..6ab0d5f 100644
--- a/wasm_bindgen/raze/overrides/backtrace-sys-0.1.29.BUILD
+++ b/wasm_bindgen/raze/overrides/backtrace-sys-0.1.29.BUILD
@@ -1,4 +1,4 @@
-package(default_visibility=["//ext/public/rust/cargo:__subpackages__"])
+package(default_visibility = ["//ext/public/rust/cargo:__subpackages__"])
licenses([
"notice", # "MIT,Apache-2.0"
@@ -6,48 +6,47 @@
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
)
genrule(
- name="touch_config_header",
- outs=[
+ name = "touch_config_header",
+ outs = [
"config.h",
],
- cmd="touch $@",
+ cmd = "touch $@",
)
genrule(
- name="touch_backtrace_supported_header",
- outs=[
+ name = "touch_backtrace_supported_header",
+ outs = [
"backtrace-supported.h",
],
- cmd="touch $@",
+ cmd = "touch $@",
)
cc_library(
- name="backtrace_native",
- srcs=[
- ":touch_config_header",
- ":touch_backtrace_supported_header",
- "src/libbacktrace/internal.h",
- "src/libbacktrace/backtrace.h",
+ name = "backtrace_native",
+ srcs = [
"src/libbacktrace/alloc.c",
+ "src/libbacktrace/backtrace.h",
"src/libbacktrace/dwarf.c",
+ "src/libbacktrace/elf.c",
"src/libbacktrace/fileline.c",
+ "src/libbacktrace/internal.h",
"src/libbacktrace/posix.c",
"src/libbacktrace/read.c",
"src/libbacktrace/sort.c",
"src/libbacktrace/state.c",
- "src/libbacktrace/elf.c",
+ ":touch_backtrace_supported_header",
+ ":touch_config_header",
],
- includes=["."],
- copts=[
+ copts = [
"-fvisibility=hidden",
"-fPIC",
],
- defines=[
+ defines = [
"BACKTRACE_ELF_SIZE=64",
"BACKTRACE_SUPPORTED=1",
"BACKTRACE_USES_MALLOC=1",
@@ -56,17 +55,17 @@
"_GNU_SOURCE=1",
"_LARGE_FILES=1",
],
+ includes = ["."],
)
rust_library(
- name="backtrace_sys",
- crate_root="src/lib.rs",
- crate_type="lib",
- srcs=glob(["**/*.rs"]),
- deps=[
- "@raze__libc__0_2_58//:libc",
- ":backtrace_native",
- ],
+ name = "backtrace_sys",
+ srcs = glob(["**/*.rs"]),
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
visibility = ["//visibility:public"],
+ deps = [
+ ":backtrace_native",
+ "@raze__libc__0_2_58//:libc",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/aho-corasick-0.7.3.BUILD b/wasm_bindgen/raze/remote/aho-corasick-0.7.3.BUILD
index 34ad796..1a5dcee 100644
--- a/wasm_bindgen/raze/remote/aho-corasick-0.7.3.BUILD
+++ b/wasm_bindgen/raze/remote/aho-corasick-0.7.3.BUILD
@@ -3,45 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "aho_corasick",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__memchr__2_2_0//:memchr",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.7.3",
crate_features = [
"default",
"memchr",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.7.3",
+ deps = [
+ "@raze__memchr__2_2_0//:memchr",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/argon2rs-0.2.5.BUILD b/wasm_bindgen/raze/remote/argon2rs-0.2.5.BUILD
index cfc6ef0..0f47628 100644
--- a/wasm_bindgen/raze/remote/argon2rs-0.2.5.BUILD
+++ b/wasm_bindgen/raze/remote/argon2rs-0.2.5.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "argon2rs",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__blake2_rfc__0_2_18//:blake2_rfc",
- "@raze__scoped_threadpool__0_1_9//:scoped_threadpool",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.5",
- crate_features = [
+ deps = [
+ "@raze__blake2_rfc__0_2_18//:blake2_rfc",
+ "@raze__scoped_threadpool__0_1_9//:scoped_threadpool",
],
)
diff --git a/wasm_bindgen/raze/remote/arrayvec-0.4.10.BUILD b/wasm_bindgen/raze/remote/arrayvec-0.4.10.BUILD
index ae5de80..19dff64 100644
--- a/wasm_bindgen/raze/remote/arrayvec-0.4.10.BUILD
+++ b/wasm_bindgen/raze/remote/arrayvec-0.4.10.BUILD
@@ -3,42 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "arraystring" with type "bench" omitted
rust_library(
name = "arrayvec",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__nodrop__0_1_13//:nodrop",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.10",
- crate_features = [
+ deps = [
+ "@raze__nodrop__0_1_13//:nodrop",
],
)
diff --git a/wasm_bindgen/raze/remote/ascii-0.8.7.BUILD b/wasm_bindgen/raze/remote/ascii-0.8.7.BUILD
index 472165a..9d928de 100644
--- a/wasm_bindgen/raze/remote/ascii-0.8.7.BUILD
+++ b/wasm_bindgen/raze/remote/ascii-0.8.7.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "ascii",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.8.7",
- crate_features = [
- "default",
- "std",
+ deps = [
],
)
diff --git a/wasm_bindgen/raze/remote/atty-0.2.11.BUILD b/wasm_bindgen/raze/remote/atty-0.2.11.BUILD
index 8355d47..4e25e4a 100644
--- a/wasm_bindgen/raze/remote/atty-0.2.11.BUILD
+++ b/wasm_bindgen/raze/remote/atty-0.2.11.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "atty" with type "example" omitted
rust_library(
name = "atty",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_58//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.11",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_58//:libc",
],
)
-
diff --git a/wasm_bindgen/raze/remote/autocfg-0.1.4.BUILD b/wasm_bindgen/raze/remote/autocfg-0.1.4.BUILD
index db22420..540ad37 100644
--- a/wasm_bindgen/raze/remote/autocfg-0.1.4.BUILD
+++ b/wasm_bindgen/raze/remote/autocfg-0.1.4.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "autocfg",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.4",
- crate_features = [
+ deps = [
],
)
diff --git a/wasm_bindgen/raze/remote/backtrace-0.3.32.BUILD b/wasm_bindgen/raze/remote/backtrace-0.3.32.BUILD
index 8d7fa2b..7ed075d 100644
--- a/wasm_bindgen/raze/remote/backtrace-0.3.32.BUILD
+++ b/wasm_bindgen/raze/remote/backtrace-0.3.32.BUILD
@@ -3,45 +3,32 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "accuracy" with type "test" omitted
# Unsupported target "backtrace" with type "example" omitted
rust_library(
name = "backtrace",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2018",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__cfg_if__0_1_9//:cfg_if",
- "@raze__libc__0_2_58//:libc",
- "@raze__rustc_demangle__0_1_15//:rustc_demangle",
- "@wasm_bindgen_backtrace_sys_0_1_29//:backtrace_sys",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.32",
crate_features = [
"backtrace-sys",
"dbghelp",
@@ -51,6 +38,19 @@
"libunwind",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2018",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.32",
+ deps = [
+ "@raze__cfg_if__0_1_9//:cfg_if",
+ "@raze__libc__0_2_58//:libc",
+ "@raze__rustc_demangle__0_1_15//:rustc_demangle",
+ "@wasm_bindgen_backtrace_sys_0_1_29//:backtrace_sys",
+ ],
)
# Unsupported target "benchmarks" with type "bench" omitted
diff --git a/wasm_bindgen/raze/remote/backtrace-sys-0.1.29.BUILD b/wasm_bindgen/raze/remote/backtrace-sys-0.1.29.BUILD
index 14690d1..9809cbc 100644
--- a/wasm_bindgen/raze/remote/backtrace-sys-0.1.29.BUILD
+++ b/wasm_bindgen/raze/remote/backtrace-sys-0.1.29.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "backtrace_sys",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_58//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.29",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_58//:libc",
],
)
diff --git a/wasm_bindgen/raze/remote/base64-0.9.3.BUILD b/wasm_bindgen/raze/remote/base64-0.9.3.BUILD
index 6b5c18a..d421061 100644
--- a/wasm_bindgen/raze/remote/base64-0.9.3.BUILD
+++ b/wasm_bindgen/raze/remote/base64-0.9.3.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "base64",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__byteorder__1_3_2//:byteorder",
- "@raze__safemem__0_3_0//:safemem",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.9.3",
- crate_features = [
+ deps = [
+ "@raze__byteorder__1_3_2//:byteorder",
+ "@raze__safemem__0_3_0//:safemem",
],
)
diff --git a/wasm_bindgen/raze/remote/bitflags-1.1.0.BUILD b/wasm_bindgen/raze/remote/bitflags-1.1.0.BUILD
index e4ea366..3a83278 100644
--- a/wasm_bindgen/raze/remote/bitflags-1.1.0.BUILD
+++ b/wasm_bindgen/raze/remote/bitflags-1.1.0.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "bitflags",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.1.0",
- crate_features = [
- "default",
+ deps = [
],
)
diff --git a/wasm_bindgen/raze/remote/blake2-rfc-0.2.18.BUILD b/wasm_bindgen/raze/remote/blake2-rfc-0.2.18.BUILD
index ed04cbd..ad5d589 100644
--- a/wasm_bindgen/raze/remote/blake2-rfc-0.2.18.BUILD
+++ b/wasm_bindgen/raze/remote/blake2-rfc-0.2.18.BUILD
@@ -3,44 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "blake2_rfc",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__arrayvec__0_4_10//:arrayvec",
- "@raze__constant_time_eq__0_1_3//:constant_time_eq",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.18",
crate_features = [
"default",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.18",
+ deps = [
+ "@raze__arrayvec__0_4_10//:arrayvec",
+ "@raze__constant_time_eq__0_1_3//:constant_time_eq",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/buf_redux-0.8.1.BUILD b/wasm_bindgen/raze/remote/buf_redux-0.8.1.BUILD
index ec3545f..b0da893 100644
--- a/wasm_bindgen/raze/remote/buf_redux-0.8.1.BUILD
+++ b/wasm_bindgen/raze/remote/buf_redux-0.8.1.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "buf_redux",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__memchr__2_2_0//:memchr",
- "@raze__safemem__0_2_0//:safemem",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.8.1",
- crate_features = [
+ deps = [
+ "@raze__memchr__2_2_0//:memchr",
+ "@raze__safemem__0_2_0//:safemem",
],
)
-
diff --git a/wasm_bindgen/raze/remote/bumpalo-2.4.3.BUILD b/wasm_bindgen/raze/remote/bumpalo-2.4.3.BUILD
index 0653ea2..c238f7a 100644
--- a/wasm_bindgen/raze/remote/bumpalo-2.4.3.BUILD
+++ b/wasm_bindgen/raze/remote/bumpalo-2.4.3.BUILD
@@ -3,46 +3,46 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "alloc_with" with type "test" omitted
# Unsupported target "benches" with type "bench" omitted
rust_library(
name = "bumpalo",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2018",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "2.4.3",
crate_features = [
"collections",
"default",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2018",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "2.4.3",
+ deps = [
+ ],
)
# Unsupported target "quickchecks" with type "test" omitted
diff --git a/wasm_bindgen/raze/remote/byteorder-1.3.2.BUILD b/wasm_bindgen/raze/remote/byteorder-1.3.2.BUILD
index 6b426e4..90058ef 100644
--- a/wasm_bindgen/raze/remote/byteorder-1.3.2.BUILD
+++ b/wasm_bindgen/raze/remote/byteorder-1.3.2.BUILD
@@ -3,44 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "Unlicense OR MIT"
+ "restricted", # "Unlicense OR MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "byteorder",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.3.2",
crate_features = [
"default",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.3.2",
+ deps = [
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/cc-1.0.37.BUILD b/wasm_bindgen/raze/remote/cc-1.0.37.BUILD
index 16c84c6..cbd6241 100644
--- a/wasm_bindgen/raze/remote/cc-1.0.37.BUILD
+++ b/wasm_bindgen/raze/remote/cc-1.0.37.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "cc",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.37",
- crate_features = [
+ deps = [
],
)
@@ -45,18 +44,18 @@
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_gcc_shim",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/bin/gcc-shim.rs",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- # Binaries get an implicit dependency on their crate's lib
- ":cc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.37",
- crate_features = [
+ deps = [
+ # Binaries get an implicit dependency on their crate's lib
+ ":cc",
],
)
diff --git a/wasm_bindgen/raze/remote/cfg-if-0.1.9.BUILD b/wasm_bindgen/raze/remote/cfg-if-0.1.9.BUILD
index b288261..d074092 100644
--- a/wasm_bindgen/raze/remote/cfg-if-0.1.9.BUILD
+++ b/wasm_bindgen/raze/remote/cfg-if-0.1.9.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "cfg_if",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.9",
- crate_features = [
+ deps = [
],
)
diff --git a/wasm_bindgen/raze/remote/chrono-0.4.7.BUILD b/wasm_bindgen/raze/remote/chrono-0.4.7.BUILD
index 41ec56e..e477e92 100644
--- a/wasm_bindgen/raze/remote/chrono-0.4.7.BUILD
+++ b/wasm_bindgen/raze/remote/chrono-0.4.7.BUILD
@@ -3,47 +3,45 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "chrono",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "clock",
+ "default",
+ "time",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.4.7",
deps = [
"@raze__libc__0_2_58//:libc",
"@raze__num_integer__0_1_41//:num_integer",
"@raze__num_traits__0_2_8//:num_traits",
"@raze__time__0_1_42//:time",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.4.7",
- crate_features = [
- "clock",
- "default",
- "time",
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/chunked_transfer-0.3.1.BUILD b/wasm_bindgen/raze/remote/chunked_transfer-0.3.1.BUILD
index 7110c41..0e54407 100644
--- a/wasm_bindgen/raze/remote/chunked_transfer-0.3.1.BUILD
+++ b/wasm_bindgen/raze/remote/chunked_transfer-0.3.1.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0"
+ "notice", # "Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "chunked_transfer",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.1",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/cloudabi-0.0.3.BUILD b/wasm_bindgen/raze/remote/cloudabi-0.0.3.BUILD
index 92888d4..00bfd2b 100644
--- a/wasm_bindgen/raze/remote/cloudabi-0.0.3.BUILD
+++ b/wasm_bindgen/raze/remote/cloudabi-0.0.3.BUILD
@@ -3,43 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "BSD-2-Clause"
+ "restricted", # "BSD-2-Clause"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "cloudabi",
- crate_root = "cloudabi.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__bitflags__1_1_0//:bitflags",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.0.3",
crate_features = [
"bitflags",
"default",
],
+ crate_root = "cloudabi.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.0.3",
+ deps = [
+ "@raze__bitflags__1_1_0//:bitflags",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/constant_time_eq-0.1.3.BUILD b/wasm_bindgen/raze/remote/constant_time_eq-0.1.3.BUILD
index 4c6413b..129675e 100644
--- a/wasm_bindgen/raze/remote/constant_time_eq-0.1.3.BUILD
+++ b/wasm_bindgen/raze/remote/constant_time_eq-0.1.3.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "unencumbered", # "CC0-1.0"
+ "unencumbered", # "CC0-1.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "constant_time_eq",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.3",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/crossbeam-deque-0.6.3.BUILD b/wasm_bindgen/raze/remote/crossbeam-deque-0.6.3.BUILD
index c6da945..ba33a0d 100644
--- a/wasm_bindgen/raze/remote/crossbeam-deque-0.6.3.BUILD
+++ b/wasm_bindgen/raze/remote/crossbeam-deque-0.6.3.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "crossbeam_deque",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__crossbeam_epoch__0_7_1//:crossbeam_epoch",
- "@raze__crossbeam_utils__0_6_5//:crossbeam_utils",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.6.3",
- crate_features = [
+ deps = [
+ "@raze__crossbeam_epoch__0_7_1//:crossbeam_epoch",
+ "@raze__crossbeam_utils__0_6_5//:crossbeam_utils",
],
)
diff --git a/wasm_bindgen/raze/remote/crossbeam-epoch-0.7.1.BUILD b/wasm_bindgen/raze/remote/crossbeam-epoch-0.7.1.BUILD
index 9f736a9..d4bb4df 100644
--- a/wasm_bindgen/raze/remote/crossbeam-epoch-0.7.1.BUILD
+++ b/wasm_bindgen/raze/remote/crossbeam-epoch-0.7.1.BUILD
@@ -3,33 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "crossbeam_epoch",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "crossbeam-utils",
+ "default",
+ "lazy_static",
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.7.1",
deps = [
"@raze__arrayvec__0_4_10//:arrayvec",
"@raze__cfg_if__0_1_9//:cfg_if",
@@ -38,16 +47,6 @@
"@raze__memoffset__0_2_1//:memoffset",
"@raze__scopeguard__0_3_3//:scopeguard",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.7.1",
- crate_features = [
- "crossbeam-utils",
- "default",
- "lazy_static",
- "std",
- ],
)
# Unsupported target "defer" with type "bench" omitted
diff --git a/wasm_bindgen/raze/remote/crossbeam-queue-0.1.2.BUILD b/wasm_bindgen/raze/remote/crossbeam-queue-0.1.2.BUILD
index 643d366..736d474 100644
--- a/wasm_bindgen/raze/remote/crossbeam-queue-0.1.2.BUILD
+++ b/wasm_bindgen/raze/remote/crossbeam-queue-0.1.2.BUILD
@@ -3,42 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "array_queue" with type "test" omitted
rust_library(
name = "crossbeam_queue",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__crossbeam_utils__0_6_5//:crossbeam_utils",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.2",
- crate_features = [
+ deps = [
+ "@raze__crossbeam_utils__0_6_5//:crossbeam_utils",
],
)
diff --git a/wasm_bindgen/raze/remote/crossbeam-utils-0.6.5.BUILD b/wasm_bindgen/raze/remote/crossbeam-utils-0.6.5.BUILD
index 163c6e9..a87dba0 100644
--- a/wasm_bindgen/raze/remote/crossbeam-utils-0.6.5.BUILD
+++ b/wasm_bindgen/raze/remote/crossbeam-utils-0.6.5.BUILD
@@ -3,49 +3,49 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "atomic_cell" with type "bench" omitted
# Unsupported target "atomic_cell" with type "test" omitted
# Unsupported target "cache_padded" with type "test" omitted
rust_library(
name = "crossbeam_utils",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__cfg_if__0_1_9//:cfg_if",
- "@raze__lazy_static__1_3_0//:lazy_static",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.5",
crate_features = [
"default",
"lazy_static",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.5",
+ deps = [
+ "@raze__cfg_if__0_1_9//:cfg_if",
+ "@raze__lazy_static__1_3_0//:lazy_static",
+ ],
)
# Unsupported target "parker" with type "test" omitted
diff --git a/wasm_bindgen/raze/remote/curl-0.4.22.BUILD b/wasm_bindgen/raze/remote/curl-0.4.22.BUILD
index e6aa159..e7c9cea 100644
--- a/wasm_bindgen/raze/remote/curl-0.4.22.BUILD
+++ b/wasm_bindgen/raze/remote/curl-0.4.22.BUILD
@@ -3,46 +3,32 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "atexit" with type "test" omitted
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "curl",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__curl_sys__0_4_19//:curl_sys",
- "@raze__libc__0_2_58//:libc",
- "@raze__openssl_probe__0_1_2//:openssl_probe",
- "@raze__openssl_sys__0_9_47//:openssl_sys",
- "@raze__socket2__0_3_9//:socket2",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.4.22",
crate_features = [
"curl-sys",
"default",
@@ -50,6 +36,20 @@
"openssl-sys",
"ssl",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.4.22",
+ deps = [
+ "@raze__curl_sys__0_4_19//:curl_sys",
+ "@raze__libc__0_2_58//:libc",
+ "@raze__openssl_probe__0_1_2//:openssl_probe",
+ "@raze__openssl_sys__0_9_47//:openssl_sys",
+ "@raze__socket2__0_3_9//:socket2",
+ ],
)
# Unsupported target "easy" with type "test" omitted
diff --git a/wasm_bindgen/raze/remote/curl-sys-0.4.19.BUILD b/wasm_bindgen/raze/remote/curl-sys-0.4.19.BUILD
index 02fa9aa..097a4fa 100644
--- a/wasm_bindgen/raze/remote/curl-sys-0.4.19.BUILD
+++ b/wasm_bindgen/raze/remote/curl-sys-0.4.19.BUILD
@@ -3,46 +3,45 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "curl_sys",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "openssl-sys",
+ "ssl",
+ ],
crate_root = "lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.4.19",
deps = [
"@raze__libc__0_2_58//:libc",
"@raze__libz_sys__1_0_25//:libz_sys",
"@raze__openssl_sys__0_9_47//:openssl_sys",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.4.19",
- crate_features = [
- "openssl-sys",
- "ssl",
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/dirs-1.0.5.BUILD b/wasm_bindgen/raze/remote/dirs-1.0.5.BUILD
index 2745434..7909a93 100644
--- a/wasm_bindgen/raze/remote/dirs-1.0.5.BUILD
+++ b/wasm_bindgen/raze/remote/dirs-1.0.5.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "dirs",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_58//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.5",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_58//:libc",
],
)
-
diff --git a/wasm_bindgen/raze/remote/docopt-1.1.0.BUILD b/wasm_bindgen/raze/remote/docopt-1.1.0.BUILD
index 30c2098..14c9905 100644
--- a/wasm_bindgen/raze/remote/docopt-1.1.0.BUILD
+++ b/wasm_bindgen/raze/remote/docopt-1.1.0.BUILD
@@ -3,58 +3,64 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "cargo" with type "example" omitted
# Unsupported target "cp" with type "example" omitted
# Unsupported target "decode" with type "example" omitted
rust_library(
name = "docopt",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.1.0",
deps = [
"@raze__lazy_static__1_3_0//:lazy_static",
"@raze__regex__1_1_7//:regex",
"@raze__serde__1_0_94//:serde",
"@raze__strsim__0_9_2//:strsim",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.1.0",
- crate_features = [
- ],
)
rust_binary(
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_docopt_wordlist",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/wordlist.rs",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.1.0",
deps = [
# Binaries get an implicit dependency on their crate's lib
":docopt",
@@ -63,12 +69,6 @@
"@raze__serde__1_0_94//:serde",
"@raze__strsim__0_9_2//:strsim",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.1.0",
- crate_features = [
- ],
)
# Unsupported target "hashmap" with type "example" omitted
diff --git a/wasm_bindgen/raze/remote/either-1.5.2.BUILD b/wasm_bindgen/raze/remote/either-1.5.2.BUILD
index 2209f1c..e1454a7 100644
--- a/wasm_bindgen/raze/remote/either-1.5.2.BUILD
+++ b/wasm_bindgen/raze/remote/either-1.5.2.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "either",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.5.2",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/env_logger-0.6.1.BUILD b/wasm_bindgen/raze/remote/env_logger-0.6.1.BUILD
index e321c3a..d2ae429 100644
--- a/wasm_bindgen/raze/remote/env_logger-0.6.1.BUILD
+++ b/wasm_bindgen/raze/remote/env_logger-0.6.1.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "custom_default_format" with type "example" omitted
# Unsupported target "custom_format" with type "example" omitted
# Unsupported target "custom_logger" with type "example" omitted
@@ -31,21 +31,7 @@
rust_library(
name = "env_logger",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__atty__0_2_11//:atty",
- "@raze__humantime__1_2_0//:humantime",
- "@raze__log__0_4_6//:log",
- "@raze__regex__1_1_7//:regex",
- "@raze__termcolor__1_0_5//:termcolor",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.1",
crate_features = [
"atty",
"default",
@@ -53,6 +39,20 @@
"regex",
"termcolor",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.1",
+ deps = [
+ "@raze__atty__0_2_11//:atty",
+ "@raze__humantime__1_2_0//:humantime",
+ "@raze__log__0_4_6//:log",
+ "@raze__regex__1_1_7//:regex",
+ "@raze__termcolor__1_0_5//:termcolor",
+ ],
)
# Unsupported target "init-twice-retains-filter" with type "test" omitted
diff --git a/wasm_bindgen/raze/remote/failure-0.1.5.BUILD b/wasm_bindgen/raze/remote/failure-0.1.5.BUILD
index b973e6e..e815aa4 100644
--- a/wasm_bindgen/raze/remote/failure-0.1.5.BUILD
+++ b/wasm_bindgen/raze/remote/failure-0.1.5.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bail_ensure" with type "example" omitted
# Unsupported target "basic_fail" with type "test" omitted
# Unsupported target "error_as_cause" with type "example" omitted
@@ -30,18 +30,7 @@
rust_library(
name = "failure",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__backtrace__0_3_32//:backtrace",
- "@raze__failure_derive__0_1_5//:failure_derive",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.5",
crate_features = [
"backtrace",
"default",
@@ -49,6 +38,17 @@
"failure_derive",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.5",
+ deps = [
+ "@raze__backtrace__0_3_32//:backtrace",
+ "@raze__failure_derive__0_1_5//:failure_derive",
+ ],
)
# Unsupported target "macro_trailing_comma" with type "test" omitted
diff --git a/wasm_bindgen/raze/remote/failure_derive-0.1.5.BUILD b/wasm_bindgen/raze/remote/failure_derive-0.1.5.BUILD
index 3fb55d2..7478826 100644
--- a/wasm_bindgen/raze/remote/failure_derive-0.1.5.BUILD
+++ b/wasm_bindgen/raze/remote/failure_derive-0.1.5.BUILD
@@ -3,48 +3,48 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "backtrace" with type "test" omitted
# Unsupported target "build-script-build" with type "custom-build" omitted
# Unsupported target "custom_type_bounds" with type "test" omitted
rust_library(
name = "failure_derive",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "proc-macro",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.5",
deps = [
"@raze__proc_macro2__0_4_30//:proc_macro2",
"@raze__quote__0_6_12//:quote",
"@raze__syn__0_15_43//:syn",
"@raze__synstructure__0_10_2//:synstructure",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.5",
- crate_features = [
- ],
)
# Unsupported target "no_derive_display" with type "test" omitted
diff --git a/wasm_bindgen/raze/remote/filetime-0.2.6.BUILD b/wasm_bindgen/raze/remote/filetime-0.2.6.BUILD
index d56d9b9..567a0c5 100644
--- a/wasm_bindgen/raze/remote/filetime-0.2.6.BUILD
+++ b/wasm_bindgen/raze/remote/filetime-0.2.6.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "filetime",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__cfg_if__0_1_9//:cfg_if",
- "@raze__libc__0_2_58//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.6",
- crate_features = [
+ deps = [
+ "@raze__cfg_if__0_1_9//:cfg_if",
+ "@raze__libc__0_2_58//:libc",
],
)
-
diff --git a/wasm_bindgen/raze/remote/fuchsia-cprng-0.1.1.BUILD b/wasm_bindgen/raze/remote/fuchsia-cprng-0.1.1.BUILD
index bdc53ad..5f2eccb 100644
--- a/wasm_bindgen/raze/remote/fuchsia-cprng-0.1.1.BUILD
+++ b/wasm_bindgen/raze/remote/fuchsia-cprng-0.1.1.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "no license"
+ "restricted", # "no license"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "fuchsia_cprng",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.1",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/heck-0.3.1.BUILD b/wasm_bindgen/raze/remote/heck-0.3.1.BUILD
index b8fd9f1..db9f0ba 100644
--- a/wasm_bindgen/raze/remote/heck-0.3.1.BUILD
+++ b/wasm_bindgen/raze/remote/heck-0.3.1.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "heck",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__unicode_segmentation__1_3_0//:unicode_segmentation",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.1",
- crate_features = [
+ deps = [
+ "@raze__unicode_segmentation__1_3_0//:unicode_segmentation",
],
)
-
diff --git a/wasm_bindgen/raze/remote/httparse-1.3.3.BUILD b/wasm_bindgen/raze/remote/httparse-1.3.3.BUILD
index 27e511d..b07592d 100644
--- a/wasm_bindgen/raze/remote/httparse-1.3.3.BUILD
+++ b/wasm_bindgen/raze/remote/httparse-1.3.3.BUILD
@@ -3,43 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "httparse",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.3.3",
- crate_features = [
- "default",
- "std",
+ deps = [
],
)
diff --git a/wasm_bindgen/raze/remote/humantime-1.2.0.BUILD b/wasm_bindgen/raze/remote/humantime-1.2.0.BUILD
index 6ead517..02254e3 100644
--- a/wasm_bindgen/raze/remote/humantime-1.2.0.BUILD
+++ b/wasm_bindgen/raze/remote/humantime-1.2.0.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "datetime_format" with type "bench" omitted
# Unsupported target "datetime_parse" with type "bench" omitted
rust_library(
name = "humantime",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__quick_error__1_2_2//:quick_error",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.2.0",
- crate_features = [
+ deps = [
+ "@raze__quick_error__1_2_2//:quick_error",
],
)
-
diff --git a/wasm_bindgen/raze/remote/id-arena-2.2.1.BUILD b/wasm_bindgen/raze/remote/id-arena-2.2.1.BUILD
index 4ed1d4e..f793034 100644
--- a/wasm_bindgen/raze/remote/id-arena-2.2.1.BUILD
+++ b/wasm_bindgen/raze/remote/id-arena-2.2.1.BUILD
@@ -3,45 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "id_arena",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__rayon__1_1_0//:rayon",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "2.2.1",
crate_features = [
"default",
"rayon",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "2.2.1",
+ deps = [
+ "@raze__rayon__1_1_0//:rayon",
+ ],
)
# Unsupported target "readme_up_to_date" with type "test" omitted
diff --git a/wasm_bindgen/raze/remote/idna-0.1.5.BUILD b/wasm_bindgen/raze/remote/idna-0.1.5.BUILD
index 316c7a3..f9317d1 100644
--- a/wasm_bindgen/raze/remote/idna-0.1.5.BUILD
+++ b/wasm_bindgen/raze/remote/idna-0.1.5.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "idna",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__matches__0_1_8//:matches",
- "@raze__unicode_bidi__0_3_4//:unicode_bidi",
- "@raze__unicode_normalization__0_1_8//:unicode_normalization",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.5",
- crate_features = [
+ deps = [
+ "@raze__matches__0_1_8//:matches",
+ "@raze__unicode_bidi__0_3_4//:unicode_bidi",
+ "@raze__unicode_normalization__0_1_8//:unicode_normalization",
],
)
diff --git a/wasm_bindgen/raze/remote/itoa-0.4.4.BUILD b/wasm_bindgen/raze/remote/itoa-0.4.4.BUILD
index 1846837..15ef63a 100644
--- a/wasm_bindgen/raze/remote/itoa-0.4.4.BUILD
+++ b/wasm_bindgen/raze/remote/itoa-0.4.4.BUILD
@@ -3,43 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "itoa",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.4",
- crate_features = [
- "default",
- "std",
+ deps = [
],
)
diff --git a/wasm_bindgen/raze/remote/kernel32-sys-0.2.2.BUILD b/wasm_bindgen/raze/remote/kernel32-sys-0.2.2.BUILD
index 3a7000f..7e66f3f 100644
--- a/wasm_bindgen/raze/remote/kernel32-sys-0.2.2.BUILD
+++ b/wasm_bindgen/raze/remote/kernel32-sys-0.2.2.BUILD
@@ -3,46 +3,45 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
alias(
- name = "kernel32_sys",
- actual = ":kernel32",
+ name = "kernel32_sys",
+ actual = ":kernel32",
)
rust_library(
name = "kernel32",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__winapi__0_2_8//:winapi",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.2",
- crate_features = [
+ deps = [
+ "@raze__winapi__0_2_8//:winapi",
],
)
-
diff --git a/wasm_bindgen/raze/remote/lazy_static-1.3.0.BUILD b/wasm_bindgen/raze/remote/lazy_static-1.3.0.BUILD
index a089542..06b21f2 100644
--- a/wasm_bindgen/raze/remote/lazy_static-1.3.0.BUILD
+++ b/wasm_bindgen/raze/remote/lazy_static-1.3.0.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "lazy_static",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.3.0",
- crate_features = [
+ deps = [
],
)
diff --git a/wasm_bindgen/raze/remote/leb128-0.2.4.BUILD b/wasm_bindgen/raze/remote/leb128-0.2.4.BUILD
index e1bc7b4..623553c 100644
--- a/wasm_bindgen/raze/remote/leb128-0.2.4.BUILD
+++ b/wasm_bindgen/raze/remote/leb128-0.2.4.BUILD
@@ -3,41 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "leb128",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.4",
- crate_features = [
+ deps = [
],
)
@@ -45,18 +45,18 @@
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_leb128_repl",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/bin/leb128-repl.rs",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- # Binaries get an implicit dependency on their crate's lib
- ":leb128",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.4",
- crate_features = [
+ deps = [
+ # Binaries get an implicit dependency on their crate's lib
+ ":leb128",
],
)
diff --git a/wasm_bindgen/raze/remote/libc-0.2.58.BUILD b/wasm_bindgen/raze/remote/libc-0.2.58.BUILD
index fd4eb6d..079971a 100644
--- a/wasm_bindgen/raze/remote/libc-0.2.58.BUILD
+++ b/wasm_bindgen/raze/remote/libc-0.2.58.BUILD
@@ -3,36 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "libc",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
"--cfg=libc_core_cvoid",
@@ -43,9 +45,6 @@
"--cfg=libc_packagedN",
],
version = "0.2.58",
- crate_features = [
- "default",
- "std",
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/libz-sys-1.0.25.BUILD b/wasm_bindgen/raze/remote/libz-sys-1.0.25.BUILD
index e95900c..c0dff6b 100644
--- a/wasm_bindgen/raze/remote/libz-sys-1.0.25.BUILD
+++ b/wasm_bindgen/raze/remote/libz-sys-1.0.25.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "libz_sys",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_58//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.25",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_58//:libc",
],
)
-
diff --git a/wasm_bindgen/raze/remote/log-0.3.9.BUILD b/wasm_bindgen/raze/remote/log-0.3.9.BUILD
index a296008..b909acf 100644
--- a/wasm_bindgen/raze/remote/log-0.3.9.BUILD
+++ b/wasm_bindgen/raze/remote/log-0.3.9.BUILD
@@ -3,44 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "log",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__log__0_4_6//:log",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.9",
crate_features = [
"default",
"log",
"use_std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.9",
+ deps = [
+ "@raze__log__0_4_6//:log",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/log-0.4.6.BUILD b/wasm_bindgen/raze/remote/log-0.4.6.BUILD
index 61bd355..3fb3188 100644
--- a/wasm_bindgen/raze/remote/log-0.4.6.BUILD
+++ b/wasm_bindgen/raze/remote/log-0.4.6.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "filters" with type "test" omitted
rust_library(
name = "log",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__cfg_if__0_1_9//:cfg_if",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.6",
- crate_features = [
- "std",
+ deps = [
+ "@raze__cfg_if__0_1_9//:cfg_if",
],
)
-
diff --git a/wasm_bindgen/raze/remote/matches-0.1.8.BUILD b/wasm_bindgen/raze/remote/matches-0.1.8.BUILD
index df201f1..39f26fe 100644
--- a/wasm_bindgen/raze/remote/matches-0.1.8.BUILD
+++ b/wasm_bindgen/raze/remote/matches-0.1.8.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "macro_use_one" with type "test" omitted
rust_library(
name = "matches",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.8",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/memchr-2.2.0.BUILD b/wasm_bindgen/raze/remote/memchr-2.2.0.BUILD
index de7aeb3..26f8bbb 100644
--- a/wasm_bindgen/raze/remote/memchr-2.2.0.BUILD
+++ b/wasm_bindgen/raze/remote/memchr-2.2.0.BUILD
@@ -3,44 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "memchr",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "2.2.0",
crate_features = [
"default",
"use_std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "2.2.0",
+ deps = [
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/memoffset-0.2.1.BUILD b/wasm_bindgen/raze/remote/memoffset-0.2.1.BUILD
index c3e67bb..9b18297 100644
--- a/wasm_bindgen/raze/remote/memoffset-0.2.1.BUILD
+++ b/wasm_bindgen/raze/remote/memoffset-0.2.1.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "memoffset",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.1",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/mime-0.2.6.BUILD b/wasm_bindgen/raze/remote/mime-0.2.6.BUILD
index 6cd2262..325b760 100644
--- a/wasm_bindgen/raze/remote/mime-0.2.6.BUILD
+++ b/wasm_bindgen/raze/remote/mime-0.2.6.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "mime",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__log__0_3_9//:log",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.6",
- crate_features = [
+ deps = [
+ "@raze__log__0_3_9//:log",
],
)
-
diff --git a/wasm_bindgen/raze/remote/mime_guess-1.8.7.BUILD b/wasm_bindgen/raze/remote/mime_guess-1.8.7.BUILD
index c785617..5f9e37e 100644
--- a/wasm_bindgen/raze/remote/mime_guess-1.8.7.BUILD
+++ b/wasm_bindgen/raze/remote/mime_guess-1.8.7.BUILD
@@ -3,83 +3,86 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
rust_binary(
name = "mime_guess_build_script",
srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "build.rs",
+ data = glob(["*"]),
edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.8.7",
+ visibility = ["//visibility:private"],
deps = [
"@raze__phf_codegen__0_7_24//:phf_codegen",
"@raze__unicase__1_4_2//:unicase",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- crate_features = [
- ],
- data = glob(["*"]),
- version = "1.8.7",
- visibility = ["//visibility:private"],
)
genrule(
name = "mime_guess_build_script_executor",
- srcs = glob(["*", "**/*.rs"]),
+ srcs = glob([
+ "*",
+ "**/*.rs",
+ ]),
outs = ["mime_guess_out_dir_outputs.tar.gz"],
- tools = [
- ":mime_guess_build_script",
- ],
+ cmd = "mkdir -p $$(dirname $@)/mime_guess_out_dir_outputs/;" +
+ " (export CARGO_MANIFEST_DIR=\"$$PWD/$$(dirname $(location :Cargo.toml))\";" +
+ # TODO(acmcarther): This needs to be revisited as part of the cross compilation story.
+ # See also: https://github.com/google/cargo-raze/pull/54
+ " export TARGET='x86_64-unknown-linux-gnu';" +
+ " export RUST_BACKTRACE=1;" +
+ " export OUT_DIR=$$PWD/$$(dirname $@)/mime_guess_out_dir_outputs;" +
+ " export BINARY_PATH=\"$$PWD/$(location :mime_guess_build_script)\";" +
+ " export OUT_TAR=$$PWD/$@;" +
+ " cd $$(dirname $(location :Cargo.toml)) && $$BINARY_PATH && tar -czf $$OUT_TAR -C $$OUT_DIR .)",
tags = ["no-sandbox"],
- cmd = "mkdir -p $$(dirname $@)/mime_guess_out_dir_outputs/;"
- + " (export CARGO_MANIFEST_DIR=\"$$PWD/$$(dirname $(location :Cargo.toml))\";"
- # TODO(acmcarther): This needs to be revisited as part of the cross compilation story.
- # See also: https://github.com/google/cargo-raze/pull/54
- + " export TARGET='x86_64-unknown-linux-gnu';"
- + " export RUST_BACKTRACE=1;"
- + " export OUT_DIR=$$PWD/$$(dirname $@)/mime_guess_out_dir_outputs;"
- + " export BINARY_PATH=\"$$PWD/$(location :mime_guess_build_script)\";"
- + " export OUT_TAR=$$PWD/$@;"
- + " cd $$(dirname $(location :Cargo.toml)) && $$BINARY_PATH && tar -czf $$OUT_TAR -C $$OUT_DIR .)"
+ tools = [
+ ":mime_guess_build_script",
+ ],
)
-
rust_library(
name = "mime_guess",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ out_dir_tar = ":mime_guess_build_script_executor",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.8.7",
deps = [
"@raze__mime__0_2_6//:mime",
"@raze__phf__0_7_24//:phf",
"@raze__unicase__1_4_2//:unicase",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- out_dir_tar = ":mime_guess_build_script_executor",
- version = "1.8.7",
- crate_features = [
- ],
)
# Unsupported target "rev_map" with type "example" omitted
diff --git a/wasm_bindgen/raze/remote/multipart-0.15.4.BUILD b/wasm_bindgen/raze/remote/multipart-0.15.4.BUILD
index 3218ebb..594ff6e 100644
--- a/wasm_bindgen/raze/remote/multipart-0.15.4.BUILD
+++ b/wasm_bindgen/raze/remote/multipart-0.15.4.BUILD
@@ -3,33 +3,45 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
rust_binary(
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_form_test",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "buf_redux",
+ "httparse",
+ "quick-error",
+ "safemem",
+ "server",
+ "twoway",
+ ],
crate_root = "src/bin/form_test.rs",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.15.4",
deps = [
# Binaries get an implicit dependency on their crate's lib
":multipart",
@@ -44,18 +56,6 @@
"@raze__tempdir__0_3_7//:tempdir",
"@raze__twoway__0_1_8//:twoway",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.15.4",
- crate_features = [
- "buf_redux",
- "httparse",
- "quick-error",
- "safemem",
- "server",
- "twoway",
- ],
)
# Unsupported target "hyper_client" with type "example" omitted
@@ -66,10 +66,22 @@
rust_library(
name = "multipart",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "buf_redux",
+ "httparse",
+ "quick-error",
+ "safemem",
+ "server",
+ "twoway",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.15.4",
deps = [
"@raze__buf_redux__0_8_1//:buf_redux",
"@raze__httparse__1_3_3//:httparse",
@@ -82,18 +94,6 @@
"@raze__tempdir__0_3_7//:tempdir",
"@raze__twoway__0_1_8//:twoway",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.15.4",
- crate_features = [
- "buf_redux",
- "httparse",
- "quick-error",
- "safemem",
- "server",
- "twoway",
- ],
)
# Unsupported target "nickel" with type "example" omitted
diff --git a/wasm_bindgen/raze/remote/nodrop-0.1.13.BUILD b/wasm_bindgen/raze/remote/nodrop-0.1.13.BUILD
index 734c262..34a3c82 100644
--- a/wasm_bindgen/raze/remote/nodrop-0.1.13.BUILD
+++ b/wasm_bindgen/raze/remote/nodrop-0.1.13.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "nodrop",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.13",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/num-integer-0.1.41.BUILD b/wasm_bindgen/raze/remote/num-integer-0.1.41.BUILD
index 734164f..5a417f1 100644
--- a/wasm_bindgen/raze/remote/num-integer-0.1.41.BUILD
+++ b/wasm_bindgen/raze/remote/num-integer-0.1.41.BUILD
@@ -3,43 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
# Unsupported target "gcd" with type "bench" omitted
rust_library(
name = "num_integer",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__num_traits__0_2_8//:num_traits",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.41",
- crate_features = [
+ deps = [
+ "@raze__num_traits__0_2_8//:num_traits",
],
)
diff --git a/wasm_bindgen/raze/remote/num-traits-0.2.8.BUILD b/wasm_bindgen/raze/remote/num-traits-0.2.8.BUILD
index 8716324..6b480ad 100644
--- a/wasm_bindgen/raze/remote/num-traits-0.2.8.BUILD
+++ b/wasm_bindgen/raze/remote/num-traits-0.2.8.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
# Unsupported target "cast" with type "test" omitted
rust_library(
name = "num_traits",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.8",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/num_cpus-1.10.1.BUILD b/wasm_bindgen/raze/remote/num_cpus-1.10.1.BUILD
index 1126ce6..6f440d8 100644
--- a/wasm_bindgen/raze/remote/num_cpus-1.10.1.BUILD
+++ b/wasm_bindgen/raze/remote/num_cpus-1.10.1.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "num_cpus",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_58//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.10.1",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_58//:libc",
],
)
diff --git a/wasm_bindgen/raze/remote/numtoa-0.1.0.BUILD b/wasm_bindgen/raze/remote/numtoa-0.1.0.BUILD
index 7bd4b66..5fd8801 100644
--- a/wasm_bindgen/raze/remote/numtoa-0.1.0.BUILD
+++ b/wasm_bindgen/raze/remote/numtoa-0.1.0.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "numtoa",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.0",
- crate_features = [
- "std",
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/openssl-probe-0.1.2.BUILD b/wasm_bindgen/raze/remote/openssl-probe-0.1.2.BUILD
index d65a9ce..ba1928c 100644
--- a/wasm_bindgen/raze/remote/openssl-probe-0.1.2.BUILD
+++ b/wasm_bindgen/raze/remote/openssl-probe-0.1.2.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "openssl_probe",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.2",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/openssl-sys-0.9.47.BUILD b/wasm_bindgen/raze/remote/openssl-sys-0.9.47.BUILD
index ed6baa0..bb117c2 100644
--- a/wasm_bindgen/raze/remote/openssl-sys-0.9.47.BUILD
+++ b/wasm_bindgen/raze/remote/openssl-sys-0.9.47.BUILD
@@ -3,37 +3,36 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-main" with type "custom-build" omitted
rust_library(
name = "openssl_sys",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_58//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
"--cfg=ossl101",
@@ -51,7 +50,7 @@
"dylib=crypto",
],
version = "0.9.47",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_58//:libc",
],
)
-
diff --git a/wasm_bindgen/raze/remote/percent-encoding-1.0.1.BUILD b/wasm_bindgen/raze/remote/percent-encoding-1.0.1.BUILD
index 839dd09..759216a 100644
--- a/wasm_bindgen/raze/remote/percent-encoding-1.0.1.BUILD
+++ b/wasm_bindgen/raze/remote/percent-encoding-1.0.1.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "percent_encoding",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.1",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/phf-0.7.24.BUILD b/wasm_bindgen/raze/remote/phf-0.7.24.BUILD
index 40c129a..6800b11 100644
--- a/wasm_bindgen/raze/remote/phf-0.7.24.BUILD
+++ b/wasm_bindgen/raze/remote/phf-0.7.24.BUILD
@@ -3,43 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "phf",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__phf_shared__0_7_24//:phf_shared",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.7.24",
crate_features = [
"phf_shared",
"unicase",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.7.24",
+ deps = [
+ "@raze__phf_shared__0_7_24//:phf_shared",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/phf_codegen-0.7.24.BUILD b/wasm_bindgen/raze/remote/phf_codegen-0.7.24.BUILD
index 69f4e9d..d7b8e3f 100644
--- a/wasm_bindgen/raze/remote/phf_codegen-0.7.24.BUILD
+++ b/wasm_bindgen/raze/remote/phf_codegen-0.7.24.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "phf_codegen",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__phf_generator__0_7_24//:phf_generator",
- "@raze__phf_shared__0_7_24//:phf_shared",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.7.24",
- crate_features = [
+ deps = [
+ "@raze__phf_generator__0_7_24//:phf_generator",
+ "@raze__phf_shared__0_7_24//:phf_shared",
],
)
-
diff --git a/wasm_bindgen/raze/remote/phf_generator-0.7.24.BUILD b/wasm_bindgen/raze/remote/phf_generator-0.7.24.BUILD
index c19b01f..81c99cd 100644
--- a/wasm_bindgen/raze/remote/phf_generator-0.7.24.BUILD
+++ b/wasm_bindgen/raze/remote/phf_generator-0.7.24.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "phf_generator",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__phf_shared__0_7_24//:phf_shared",
- "@raze__rand__0_6_5//:rand",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.7.24",
- crate_features = [
+ deps = [
+ "@raze__phf_shared__0_7_24//:phf_shared",
+ "@raze__rand__0_6_5//:rand",
],
)
-
diff --git a/wasm_bindgen/raze/remote/phf_shared-0.7.24.BUILD b/wasm_bindgen/raze/remote/phf_shared-0.7.24.BUILD
index acba68c..0f23b6f 100644
--- a/wasm_bindgen/raze/remote/phf_shared-0.7.24.BUILD
+++ b/wasm_bindgen/raze/remote/phf_shared-0.7.24.BUILD
@@ -3,43 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "phf_shared",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "unicase",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__siphasher__0_2_3//:siphasher",
- "@raze__unicase__1_4_2//:unicase",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.7.24",
- crate_features = [
- "unicase",
+ deps = [
+ "@raze__siphasher__0_2_3//:siphasher",
+ "@raze__unicase__1_4_2//:unicase",
],
)
-
diff --git a/wasm_bindgen/raze/remote/pkg-config-0.3.14.BUILD b/wasm_bindgen/raze/remote/pkg-config-0.3.14.BUILD
index 51ed72b..a08e646 100644
--- a/wasm_bindgen/raze/remote/pkg-config-0.3.14.BUILD
+++ b/wasm_bindgen/raze/remote/pkg-config-0.3.14.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "pkg_config",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.14",
- crate_features = [
+ deps = [
],
)
diff --git a/wasm_bindgen/raze/remote/proc-macro2-0.4.30.BUILD b/wasm_bindgen/raze/remote/proc-macro2-0.4.30.BUILD
index 09da73b..73fb093 100644
--- a/wasm_bindgen/raze/remote/proc-macro2-0.4.30.BUILD
+++ b/wasm_bindgen/raze/remote/proc-macro2-0.4.30.BUILD
@@ -3,46 +3,46 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
# Unsupported target "marker" with type "test" omitted
rust_library(
name = "proc_macro2",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "proc-macro",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__unicode_xid__0_1_0//:unicode_xid",
- ],
rustc_flags = [
"--cap-lints=allow",
"--cfg=use_proc_macro",
],
version = "0.4.30",
- crate_features = [
- "default",
- "proc-macro",
+ deps = [
+ "@raze__unicode_xid__0_1_0//:unicode_xid",
],
)
diff --git a/wasm_bindgen/raze/remote/quick-error-1.2.2.BUILD b/wasm_bindgen/raze/remote/quick-error-1.2.2.BUILD
index ba3e1ff..fef6194 100644
--- a/wasm_bindgen/raze/remote/quick-error-1.2.2.BUILD
+++ b/wasm_bindgen/raze/remote/quick-error-1.2.2.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "context" with type "example" omitted
rust_library(
name = "quick_error",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.2.2",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/quote-0.6.12.BUILD b/wasm_bindgen/raze/remote/quote-0.6.12.BUILD
index a9001e8..0d40a47 100644
--- a/wasm_bindgen/raze/remote/quote-0.6.12.BUILD
+++ b/wasm_bindgen/raze/remote/quote-0.6.12.BUILD
@@ -3,45 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "quote",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__proc_macro2__0_4_30//:proc_macro2",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.12",
crate_features = [
"default",
"proc-macro",
"proc-macro2",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.12",
+ deps = [
+ "@raze__proc_macro2__0_4_30//:proc_macro2",
+ ],
)
# Unsupported target "test" with type "test" omitted
diff --git a/wasm_bindgen/raze/remote/rand-0.4.6.BUILD b/wasm_bindgen/raze/remote/rand-0.4.6.BUILD
index dfddfd7..5f9dfb2 100644
--- a/wasm_bindgen/raze/remote/rand-0.4.6.BUILD
+++ b/wasm_bindgen/raze/remote/rand-0.4.6.BUILD
@@ -3,47 +3,46 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
# Unsupported target "generators" with type "bench" omitted
# Unsupported target "misc" with type "bench" omitted
rust_library(
name = "rand",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_58//:libc",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.4.6",
crate_features = [
"default",
"libc",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.4.6",
+ deps = [
+ "@raze__libc__0_2_58//:libc",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/rand-0.5.6.BUILD b/wasm_bindgen/raze/remote/rand-0.5.6.BUILD
index 2b91ca6..7dd63ce 100644
--- a/wasm_bindgen/raze/remote/rand-0.5.6.BUILD
+++ b/wasm_bindgen/raze/remote/rand-0.5.6.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bool" with type "test" omitted
# Unsupported target "distributions" with type "bench" omitted
# Unsupported target "generators" with type "bench" omitted
@@ -32,18 +32,7 @@
rust_library(
name = "rand",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_58//:libc",
- "@raze__rand_core__0_3_1//:rand_core",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.5.6",
crate_features = [
"alloc",
"cloudabi",
@@ -54,5 +43,15 @@
"std",
"winapi",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.5.6",
+ deps = [
+ "@raze__libc__0_2_58//:libc",
+ "@raze__rand_core__0_3_1//:rand_core",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/rand-0.6.5.BUILD b/wasm_bindgen/raze/remote/rand-0.6.5.BUILD
index d04263f..4a45dc9 100644
--- a/wasm_bindgen/raze/remote/rand-0.6.5.BUILD
+++ b/wasm_bindgen/raze/remote/rand-0.6.5.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
# Unsupported target "distributions" with type "bench" omitted
# Unsupported target "generators" with type "bench" omitted
@@ -32,10 +32,22 @@
rust_library(
name = "rand",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "alloc",
+ "default",
+ "rand_core",
+ "rand_jitter",
+ "rand_os",
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.5",
deps = [
"@raze__libc__0_2_58//:libc",
"@raze__rand_chacha__0_1_1//:rand_chacha",
@@ -47,18 +59,6 @@
"@raze__rand_pcg__0_1_2//:rand_pcg",
"@raze__rand_xorshift__0_1_1//:rand_xorshift",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.5",
- crate_features = [
- "alloc",
- "default",
- "rand_core",
- "rand_jitter",
- "rand_os",
- "std",
- ],
)
# Unsupported target "seq" with type "bench" omitted
diff --git a/wasm_bindgen/raze/remote/rand_chacha-0.1.1.BUILD b/wasm_bindgen/raze/remote/rand_chacha-0.1.1.BUILD
index d4e2bbc..d1a9f70 100644
--- a/wasm_bindgen/raze/remote/rand_chacha-0.1.1.BUILD
+++ b/wasm_bindgen/raze/remote/rand_chacha-0.1.1.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "rand_chacha",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__rand_core__0_3_1//:rand_core",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.1",
- crate_features = [
+ deps = [
+ "@raze__rand_core__0_3_1//:rand_core",
],
)
-
diff --git a/wasm_bindgen/raze/remote/rand_core-0.3.1.BUILD b/wasm_bindgen/raze/remote/rand_core-0.3.1.BUILD
index be5c293..a7a9f21 100644
--- a/wasm_bindgen/raze/remote/rand_core-0.3.1.BUILD
+++ b/wasm_bindgen/raze/remote/rand_core-0.3.1.BUILD
@@ -3,44 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "rand_core",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__rand_core__0_4_0//:rand_core",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.1",
crate_features = [
"alloc",
"rand_core",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.1",
+ deps = [
+ "@raze__rand_core__0_4_0//:rand_core",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/rand_core-0.4.0.BUILD b/wasm_bindgen/raze/remote/rand_core-0.4.0.BUILD
index 4d00509..ffd03bd 100644
--- a/wasm_bindgen/raze/remote/rand_core-0.4.0.BUILD
+++ b/wasm_bindgen/raze/remote/rand_core-0.4.0.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "rand_core",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.4.0",
crate_features = [
"alloc",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.4.0",
+ deps = [
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/rand_hc-0.1.0.BUILD b/wasm_bindgen/raze/remote/rand_hc-0.1.0.BUILD
index 4e9cd4d..ba32007 100644
--- a/wasm_bindgen/raze/remote/rand_hc-0.1.0.BUILD
+++ b/wasm_bindgen/raze/remote/rand_hc-0.1.0.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "rand_hc",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__rand_core__0_3_1//:rand_core",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.0",
- crate_features = [
+ deps = [
+ "@raze__rand_core__0_3_1//:rand_core",
],
)
-
diff --git a/wasm_bindgen/raze/remote/rand_isaac-0.1.1.BUILD b/wasm_bindgen/raze/remote/rand_isaac-0.1.1.BUILD
index 339f7f2..6a98127 100644
--- a/wasm_bindgen/raze/remote/rand_isaac-0.1.1.BUILD
+++ b/wasm_bindgen/raze/remote/rand_isaac-0.1.1.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "rand_isaac",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__rand_core__0_3_1//:rand_core",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.1",
- crate_features = [
+ deps = [
+ "@raze__rand_core__0_3_1//:rand_core",
],
)
-
diff --git a/wasm_bindgen/raze/remote/rand_jitter-0.1.4.BUILD b/wasm_bindgen/raze/remote/rand_jitter-0.1.4.BUILD
index 30c7b4f..8eabd8b 100644
--- a/wasm_bindgen/raze/remote/rand_jitter-0.1.4.BUILD
+++ b/wasm_bindgen/raze/remote/rand_jitter-0.1.4.BUILD
@@ -3,46 +3,45 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "mod" with type "bench" omitted
# Unsupported target "mod" with type "test" omitted
rust_library(
name = "rand_jitter",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__rand_core__0_4_0//:rand_core",
- "@raze__libc__0_2_58//:libc",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.4",
crate_features = [
"rand_core",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.4",
+ deps = [
+ "@raze__libc__0_2_58//:libc",
+ "@raze__rand_core__0_4_0//:rand_core",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/rand_os-0.1.3.BUILD b/wasm_bindgen/raze/remote/rand_os-0.1.3.BUILD
index 31e244b..a35d9c9 100644
--- a/wasm_bindgen/raze/remote/rand_os-0.1.3.BUILD
+++ b/wasm_bindgen/raze/remote/rand_os-0.1.3.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "mod" with type "test" omitted
rust_library(
name = "rand_os",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_58//:libc",
- "@raze__rand_core__0_4_0//:rand_core",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.3",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_58//:libc",
+ "@raze__rand_core__0_4_0//:rand_core",
],
)
-
diff --git a/wasm_bindgen/raze/remote/rand_pcg-0.1.2.BUILD b/wasm_bindgen/raze/remote/rand_pcg-0.1.2.BUILD
index 43c8bf5..3456d65 100644
--- a/wasm_bindgen/raze/remote/rand_pcg-0.1.2.BUILD
+++ b/wasm_bindgen/raze/remote/rand_pcg-0.1.2.BUILD
@@ -3,44 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
# Unsupported target "lcg64xsh32" with type "test" omitted
# Unsupported target "mcg128xsl64" with type "test" omitted
rust_library(
name = "rand_pcg",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__rand_core__0_4_0//:rand_core",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.2",
- crate_features = [
+ deps = [
+ "@raze__rand_core__0_4_0//:rand_core",
],
)
-
diff --git a/wasm_bindgen/raze/remote/rand_xorshift-0.1.1.BUILD b/wasm_bindgen/raze/remote/rand_xorshift-0.1.1.BUILD
index c48af71..5895437 100644
--- a/wasm_bindgen/raze/remote/rand_xorshift-0.1.1.BUILD
+++ b/wasm_bindgen/raze/remote/rand_xorshift-0.1.1.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "mod" with type "test" omitted
rust_library(
name = "rand_xorshift",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__rand_core__0_3_1//:rand_core",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.1",
- crate_features = [
+ deps = [
+ "@raze__rand_core__0_3_1//:rand_core",
],
)
-
diff --git a/wasm_bindgen/raze/remote/rayon-1.1.0.BUILD b/wasm_bindgen/raze/remote/rayon-1.1.0.BUILD
index 28282af..caebe37 100644
--- a/wasm_bindgen/raze/remote/rayon-1.1.0.BUILD
+++ b/wasm_bindgen/raze/remote/rayon-1.1.0.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "clones" with type "test" omitted
# Unsupported target "cpu_monitor" with type "example" omitted
# Unsupported target "debug" with type "test" omitted
@@ -34,20 +34,20 @@
rust_library(
name = "rayon",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__crossbeam_deque__0_6_3//:crossbeam_deque",
- "@raze__either__1_5_2//:either",
- "@raze__rayon_core__1_5_0//:rayon_core",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.1.0",
- crate_features = [
+ deps = [
+ "@raze__crossbeam_deque__0_6_3//:crossbeam_deque",
+ "@raze__either__1_5_2//:either",
+ "@raze__rayon_core__1_5_0//:rayon_core",
],
)
diff --git a/wasm_bindgen/raze/remote/rayon-core-1.5.0.BUILD b/wasm_bindgen/raze/remote/rayon-core-1.5.0.BUILD
index 71f2b90..f4ab07c 100644
--- a/wasm_bindgen/raze/remote/rayon-core-1.5.0.BUILD
+++ b/wasm_bindgen/raze/remote/rayon-core-1.5.0.BUILD
@@ -3,36 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
# Unsupported target "double_init_fail" with type "test" omitted
# Unsupported target "init_zero_threads" with type "test" omitted
rust_library(
name = "rayon_core",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.5.0",
deps = [
"@raze__crossbeam_deque__0_6_3//:crossbeam_deque",
"@raze__crossbeam_queue__0_1_2//:crossbeam_queue",
@@ -40,12 +46,6 @@
"@raze__lazy_static__1_3_0//:lazy_static",
"@raze__num_cpus__1_10_1//:num_cpus",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.5.0",
- crate_features = [
- ],
)
# Unsupported target "scope_join" with type "test" omitted
diff --git a/wasm_bindgen/raze/remote/rdrand-0.4.0.BUILD b/wasm_bindgen/raze/remote/rdrand-0.4.0.BUILD
index ed25445..8e85735 100644
--- a/wasm_bindgen/raze/remote/rdrand-0.4.0.BUILD
+++ b/wasm_bindgen/raze/remote/rdrand-0.4.0.BUILD
@@ -3,44 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "ISC"
+ "notice", # "ISC"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "rdrand" with type "bench" omitted
rust_library(
name = "rdrand",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__rand_core__0_3_1//:rand_core",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.0",
- crate_features = [
- "default",
- "std",
+ deps = [
+ "@raze__rand_core__0_3_1//:rand_core",
],
)
diff --git a/wasm_bindgen/raze/remote/redox_syscall-0.1.54.BUILD b/wasm_bindgen/raze/remote/redox_syscall-0.1.54.BUILD
index acb6f6e..ed7b646 100644
--- a/wasm_bindgen/raze/remote/redox_syscall-0.1.54.BUILD
+++ b/wasm_bindgen/raze/remote/redox_syscall-0.1.54.BUILD
@@ -3,44 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
alias(
- name = "redox_syscall",
- actual = ":syscall",
+ name = "redox_syscall",
+ actual = ":syscall",
)
rust_library(
name = "syscall",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.54",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/redox_termios-0.1.1.BUILD b/wasm_bindgen/raze/remote/redox_termios-0.1.1.BUILD
index 72d76c0..dfcd636 100644
--- a/wasm_bindgen/raze/remote/redox_termios-0.1.1.BUILD
+++ b/wasm_bindgen/raze/remote/redox_termios-0.1.1.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "redox_termios",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__redox_syscall__0_1_54//:redox_syscall",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.1",
- crate_features = [
+ deps = [
+ "@raze__redox_syscall__0_1_54//:redox_syscall",
],
)
-
diff --git a/wasm_bindgen/raze/remote/redox_users-0.3.0.BUILD b/wasm_bindgen/raze/remote/redox_users-0.3.0.BUILD
index 0362012..16d9cd8 100644
--- a/wasm_bindgen/raze/remote/redox_users-0.3.0.BUILD
+++ b/wasm_bindgen/raze/remote/redox_users-0.3.0.BUILD
@@ -3,44 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "redox_users",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.0",
deps = [
"@raze__argon2rs__0_2_5//:argon2rs",
"@raze__failure__0_1_5//:failure",
"@raze__rand_os__0_1_3//:rand_os",
"@raze__redox_syscall__0_1_54//:redox_syscall",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.0",
- crate_features = [
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/regex-1.1.7.BUILD b/wasm_bindgen/raze/remote/regex-1.1.7.BUILD
index 25b0e07..6a69e4d 100644
--- a/wasm_bindgen/raze/remote/regex-1.1.7.BUILD
+++ b/wasm_bindgen/raze/remote/regex-1.1.7.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "backtrack" with type "test" omitted
# Unsupported target "backtrack-bytes" with type "test" omitted
# Unsupported target "backtrack-utf8bytes" with type "test" omitted
@@ -36,10 +36,18 @@
rust_library(
name = "regex",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "use_std",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.1.7",
deps = [
"@raze__aho_corasick__0_7_3//:aho_corasick",
"@raze__memchr__2_2_0//:memchr",
@@ -47,14 +55,6 @@
"@raze__thread_local__0_3_6//:thread_local",
"@raze__utf8_ranges__1_0_3//:utf8_ranges",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.1.7",
- crate_features = [
- "default",
- "use_std",
- ],
)
# Unsupported target "shootout-regex-dna" with type "example" omitted
diff --git a/wasm_bindgen/raze/remote/regex-syntax-0.6.7.BUILD b/wasm_bindgen/raze/remote/regex-syntax-0.6.7.BUILD
index 5c7cada..c88bf0a 100644
--- a/wasm_bindgen/raze/remote/regex-syntax-0.6.7.BUILD
+++ b/wasm_bindgen/raze/remote/regex-syntax-0.6.7.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "regex_syntax",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__ucd_util__0_1_3//:ucd_util",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.6.7",
- crate_features = [
+ deps = [
+ "@raze__ucd_util__0_1_3//:ucd_util",
],
)
-
diff --git a/wasm_bindgen/raze/remote/remove_dir_all-0.5.2.BUILD b/wasm_bindgen/raze/remote/remove_dir_all-0.5.2.BUILD
index 490affa..55065e1 100644
--- a/wasm_bindgen/raze/remote/remove_dir_all-0.5.2.BUILD
+++ b/wasm_bindgen/raze/remote/remove_dir_all-0.5.2.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "remove_dir_all",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.5.2",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/rouille-3.0.0.BUILD b/wasm_bindgen/raze/remote/rouille-3.0.0.BUILD
index 745a74b..5c57ebf 100644
--- a/wasm_bindgen/raze/remote/rouille-3.0.0.BUILD
+++ b/wasm_bindgen/raze/remote/rouille-3.0.0.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "database" with type "example" omitted
# Unsupported target "git-http-backend" with type "example" omitted
# Unsupported target "hello-world" with type "example" omitted
@@ -32,10 +32,16 @@
rust_library(
name = "rouille",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "3.0.0",
deps = [
"@raze__base64__0_9_3//:base64",
"@raze__chrono__0_4_7//:chrono",
@@ -53,12 +59,6 @@
"@raze__tiny_http__0_6_2//:tiny_http",
"@raze__url__1_7_2//:url",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "3.0.0",
- crate_features = [
- ],
)
# Unsupported target "simple-form" with type "example" omitted
diff --git a/wasm_bindgen/raze/remote/rustc-demangle-0.1.15.BUILD b/wasm_bindgen/raze/remote/rustc-demangle-0.1.15.BUILD
index ea78a7e..6fb973e 100644
--- a/wasm_bindgen/raze/remote/rustc-demangle-0.1.15.BUILD
+++ b/wasm_bindgen/raze/remote/rustc-demangle-0.1.15.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "rustc_demangle",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.15",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/ryu-0.2.8.BUILD b/wasm_bindgen/raze/remote/ryu-0.2.8.BUILD
index 8a0c2c7..d82ac63 100644
--- a/wasm_bindgen/raze/remote/ryu-0.2.8.BUILD
+++ b/wasm_bindgen/raze/remote/ryu-0.2.8.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "Apache-2.0 OR BSL-1.0"
+ "restricted", # "Apache-2.0 OR BSL-1.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
# Unsupported target "build-script-build" with type "custom-build" omitted
# Unsupported target "d2s_table_test" with type "test" omitted
@@ -32,17 +32,17 @@
rust_library(
name = "ryu",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.8",
- crate_features = [
+ deps = [
],
)
diff --git a/wasm_bindgen/raze/remote/safemem-0.2.0.BUILD b/wasm_bindgen/raze/remote/safemem-0.2.0.BUILD
index cbb8b09..1fb4f45 100644
--- a/wasm_bindgen/raze/remote/safemem-0.2.0.BUILD
+++ b/wasm_bindgen/raze/remote/safemem-0.2.0.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "safemem",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/safemem-0.3.0.BUILD b/wasm_bindgen/raze/remote/safemem-0.3.0.BUILD
index aef4f57..2f8cb5d 100644
--- a/wasm_bindgen/raze/remote/safemem-0.3.0.BUILD
+++ b/wasm_bindgen/raze/remote/safemem-0.3.0.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "safemem",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.0",
crate_features = [
"default",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.0",
+ deps = [
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/schannel-0.1.15.BUILD b/wasm_bindgen/raze/remote/schannel-0.1.15.BUILD
index 85e3956..5e5fe3e 100644
--- a/wasm_bindgen/raze/remote/schannel-0.1.15.BUILD
+++ b/wasm_bindgen/raze/remote/schannel-0.1.15.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "schannel",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__lazy_static__1_3_0//:lazy_static",
- "@raze__winapi__0_3_7//:winapi",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.15",
- crate_features = [
+ deps = [
+ "@raze__lazy_static__1_3_0//:lazy_static",
+ "@raze__winapi__0_3_7//:winapi",
],
)
-
diff --git a/wasm_bindgen/raze/remote/scoped_threadpool-0.1.9.BUILD b/wasm_bindgen/raze/remote/scoped_threadpool-0.1.9.BUILD
index 71e67c9..619a09c 100644
--- a/wasm_bindgen/raze/remote/scoped_threadpool-0.1.9.BUILD
+++ b/wasm_bindgen/raze/remote/scoped_threadpool-0.1.9.BUILD
@@ -3,40 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "scoped_threadpool",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.9",
- crate_features = [
+ deps = [
],
)
diff --git a/wasm_bindgen/raze/remote/scopeguard-0.3.3.BUILD b/wasm_bindgen/raze/remote/scopeguard-0.3.3.BUILD
index e84681b..ef457d4 100644
--- a/wasm_bindgen/raze/remote/scopeguard-0.3.3.BUILD
+++ b/wasm_bindgen/raze/remote/scopeguard-0.3.3.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "readme" with type "example" omitted
rust_library(
name = "scopeguard",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.3",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/serde-1.0.94.BUILD b/wasm_bindgen/raze/remote/serde-1.0.94.BUILD
index 93ba5d0..4bd55c2 100644
--- a/wasm_bindgen/raze/remote/serde-1.0.94.BUILD
+++ b/wasm_bindgen/raze/remote/serde-1.0.94.BUILD
@@ -3,46 +3,45 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "serde",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__serde_derive__1_0_94//:serde_derive",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.0.94",
crate_features = [
"default",
"derive",
"serde_derive",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.0.94",
+ deps = [
+ "@raze__serde_derive__1_0_94//:serde_derive",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/serde_derive-1.0.94.BUILD b/wasm_bindgen/raze/remote/serde_derive-1.0.94.BUILD
index 3d69471..5bf696b 100644
--- a/wasm_bindgen/raze/remote/serde_derive-1.0.94.BUILD
+++ b/wasm_bindgen/raze/remote/serde_derive-1.0.94.BUILD
@@ -3,44 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "serde_derive",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "proc-macro",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.0.94",
deps = [
"@raze__proc_macro2__0_4_30//:proc_macro2",
"@raze__quote__0_6_12//:quote",
"@raze__syn__0_15_43//:syn",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.0.94",
- crate_features = [
- "default",
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/serde_json-1.0.39.BUILD b/wasm_bindgen/raze/remote/serde_json-1.0.39.BUILD
index 089a415..a0d702c 100644
--- a/wasm_bindgen/raze/remote/serde_json-1.0.39.BUILD
+++ b/wasm_bindgen/raze/remote/serde_json-1.0.39.BUILD
@@ -3,44 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "serde_json",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.0.39",
deps = [
"@raze__itoa__0_4_4//:itoa",
"@raze__ryu__0_2_8//:ryu",
"@raze__serde__1_0_94//:serde",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.0.39",
- crate_features = [
- "default",
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/sha1-0.6.0.BUILD b/wasm_bindgen/raze/remote/sha1-0.6.0.BUILD
index 0341bcb..24e330f 100644
--- a/wasm_bindgen/raze/remote/sha1-0.6.0.BUILD
+++ b/wasm_bindgen/raze/remote/sha1-0.6.0.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "BSD-3-Clause"
+ "notice", # "BSD-3-Clause"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "sha1",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.6.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/siphasher-0.2.3.BUILD b/wasm_bindgen/raze/remote/siphasher-0.2.3.BUILD
index a6e8ece..c5c71ac 100644
--- a/wasm_bindgen/raze/remote/siphasher-0.2.3.BUILD
+++ b/wasm_bindgen/raze/remote/siphasher-0.2.3.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "siphasher",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.3",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/smallvec-0.6.10.BUILD b/wasm_bindgen/raze/remote/smallvec-0.6.10.BUILD
index 1b32083..30ffb34 100644
--- a/wasm_bindgen/raze/remote/smallvec-0.6.10.BUILD
+++ b/wasm_bindgen/raze/remote/smallvec-0.6.10.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "smallvec",
- crate_root = "lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.10",
crate_features = [
"default",
"std",
],
+ crate_root = "lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.10",
+ deps = [
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/socket2-0.3.9.BUILD b/wasm_bindgen/raze/remote/socket2-0.3.9.BUILD
index 5438527..5fb2958 100644
--- a/wasm_bindgen/raze/remote/socket2-0.3.9.BUILD
+++ b/wasm_bindgen/raze/remote/socket2-0.3.9.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "socket2",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__cfg_if__0_1_9//:cfg_if",
- "@raze__libc__0_2_58//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.9",
- crate_features = [
+ deps = [
+ "@raze__cfg_if__0_1_9//:cfg_if",
+ "@raze__libc__0_2_58//:libc",
],
)
-
diff --git a/wasm_bindgen/raze/remote/strsim-0.9.2.BUILD b/wasm_bindgen/raze/remote/strsim-0.9.2.BUILD
index 7054181..aba9275 100644
--- a/wasm_bindgen/raze/remote/strsim-0.9.2.BUILD
+++ b/wasm_bindgen/raze/remote/strsim-0.9.2.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "benches" with type "bench" omitted
# Unsupported target "lib" with type "test" omitted
rust_library(
name = "strsim",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.9.2",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/syn-0.15.43.BUILD b/wasm_bindgen/raze/remote/syn-0.15.43.BUILD
index 9b98db8..ced7dcb 100644
--- a/wasm_bindgen/raze/remote/syn-0.15.43.BUILD
+++ b/wasm_bindgen/raze/remote/syn-0.15.43.BUILD
@@ -3,102 +3,29 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "MIT OR Apache-2.0"
+ "restricted", # "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
rust_binary(
name = "syn_build_script",
srcs = glob(["**/*.rs"]),
- crate_root = "build.rs",
- edition = "2015",
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- crate_features = [
- "clone-impls",
- "default",
- "derive",
- "extra-traits",
- "full",
- "parsing",
- "printing",
- "proc-macro",
- "proc-macro2",
- "quote",
- "visit",
- ],
- data = glob(["*"]),
- version = "0.15.43",
- visibility = ["//visibility:private"],
-)
-
-genrule(
- name = "syn_build_script_executor",
- srcs = glob(["*", "**/*.rs"]),
- outs = ["syn_out_dir_outputs.tar.gz"],
- tools = [
- ":syn_build_script",
- ],
- tags = ["no-sandbox"],
- cmd = "mkdir -p $$(dirname $@)/syn_out_dir_outputs/;"
- + " (export CARGO_MANIFEST_DIR=\"$$PWD/$$(dirname $(location :Cargo.toml))\";"
- # TODO(acmcarther): This needs to be revisited as part of the cross compilation story.
- # See also: https://github.com/google/cargo-raze/pull/54
- + " export TARGET='x86_64-unknown-linux-gnu';"
- + " export RUST_BACKTRACE=1;"
- + " export CARGO_FEATURE_CLONE_IMPLS=1;"
- + " export CARGO_FEATURE_DEFAULT=1;"
- + " export CARGO_FEATURE_DERIVE=1;"
- + " export CARGO_FEATURE_EXTRA_TRAITS=1;"
- + " export CARGO_FEATURE_FULL=1;"
- + " export CARGO_FEATURE_PARSING=1;"
- + " export CARGO_FEATURE_PRINTING=1;"
- + " export CARGO_FEATURE_PROC_MACRO=1;"
- + " export CARGO_FEATURE_PROC_MACRO2=1;"
- + " export CARGO_FEATURE_QUOTE=1;"
- + " export CARGO_FEATURE_VISIT=1;"
- + " export OUT_DIR=$$PWD/$$(dirname $@)/syn_out_dir_outputs;"
- + " export BINARY_PATH=\"$$PWD/$(location :syn_build_script)\";"
- + " export OUT_TAR=$$PWD/$@;"
- + " cd $$(dirname $(location :Cargo.toml)) && $$BINARY_PATH && tar -czf $$OUT_TAR -C $$OUT_DIR .)"
-)
-
-
-rust_library(
- name = "syn",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__proc_macro2__0_4_30//:proc_macro2",
- "@raze__quote__0_6_12//:quote",
- "@raze__unicode_xid__0_1_0//:unicode_xid",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- "--cfg=syn_can_call_macro_by_path",
- ],
- out_dir_tar = ":syn_build_script_executor",
- version = "0.15.43",
crate_features = [
"clone-impls",
"default",
@@ -112,6 +39,82 @@
"quote",
"visit",
],
+ crate_root = "build.rs",
+ data = glob(["*"]),
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.15.43",
+ visibility = ["//visibility:private"],
+ deps = [
+ ],
+)
+
+genrule(
+ name = "syn_build_script_executor",
+ srcs = glob([
+ "*",
+ "**/*.rs",
+ ]),
+ outs = ["syn_out_dir_outputs.tar.gz"],
+ cmd = "mkdir -p $$(dirname $@)/syn_out_dir_outputs/;" +
+ " (export CARGO_MANIFEST_DIR=\"$$PWD/$$(dirname $(location :Cargo.toml))\";" +
+ # TODO(acmcarther): This needs to be revisited as part of the cross compilation story.
+ # See also: https://github.com/google/cargo-raze/pull/54
+ " export TARGET='x86_64-unknown-linux-gnu';" +
+ " export RUST_BACKTRACE=1;" +
+ " export CARGO_FEATURE_CLONE_IMPLS=1;" +
+ " export CARGO_FEATURE_DEFAULT=1;" +
+ " export CARGO_FEATURE_DERIVE=1;" +
+ " export CARGO_FEATURE_EXTRA_TRAITS=1;" +
+ " export CARGO_FEATURE_FULL=1;" +
+ " export CARGO_FEATURE_PARSING=1;" +
+ " export CARGO_FEATURE_PRINTING=1;" +
+ " export CARGO_FEATURE_PROC_MACRO=1;" +
+ " export CARGO_FEATURE_PROC_MACRO2=1;" +
+ " export CARGO_FEATURE_QUOTE=1;" +
+ " export CARGO_FEATURE_VISIT=1;" +
+ " export OUT_DIR=$$PWD/$$(dirname $@)/syn_out_dir_outputs;" +
+ " export BINARY_PATH=\"$$PWD/$(location :syn_build_script)\";" +
+ " export OUT_TAR=$$PWD/$@;" +
+ " cd $$(dirname $(location :Cargo.toml)) && $$BINARY_PATH && tar -czf $$OUT_TAR -C $$OUT_DIR .)",
+ tags = ["no-sandbox"],
+ tools = [
+ ":syn_build_script",
+ ],
+)
+
+rust_library(
+ name = "syn",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "clone-impls",
+ "default",
+ "derive",
+ "extra-traits",
+ "full",
+ "parsing",
+ "printing",
+ "proc-macro",
+ "proc-macro2",
+ "quote",
+ "visit",
+ ],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ out_dir_tar = ":syn_build_script_executor",
+ rustc_flags = [
+ "--cap-lints=allow",
+ "--cfg=syn_can_call_macro_by_path",
+ ],
+ version = "0.15.43",
+ deps = [
+ "@raze__proc_macro2__0_4_30//:proc_macro2",
+ "@raze__quote__0_6_12//:quote",
+ "@raze__unicode_xid__0_1_0//:unicode_xid",
+ ],
)
# Unsupported target "test_asyncness" with type "test" omitted
diff --git a/wasm_bindgen/raze/remote/synstructure-0.10.2.BUILD b/wasm_bindgen/raze/remote/synstructure-0.10.2.BUILD
index 6980064..3050e53 100644
--- a/wasm_bindgen/raze/remote/synstructure-0.10.2.BUILD
+++ b/wasm_bindgen/raze/remote/synstructure-0.10.2.BUILD
@@ -3,44 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "synstructure",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.10.2",
deps = [
"@raze__proc_macro2__0_4_30//:proc_macro2",
"@raze__quote__0_6_12//:quote",
"@raze__syn__0_15_43//:syn",
"@raze__unicode_xid__0_1_0//:unicode_xid",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.10.2",
- crate_features = [
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/tempdir-0.3.7.BUILD b/wasm_bindgen/raze/remote/tempdir-0.3.7.BUILD
index 19c59fb..3e4e28e 100644
--- a/wasm_bindgen/raze/remote/tempdir-0.3.7.BUILD
+++ b/wasm_bindgen/raze/remote/tempdir-0.3.7.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "smoke" with type "test" omitted
rust_library(
name = "tempdir",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__rand__0_4_6//:rand",
- "@raze__remove_dir_all__0_5_2//:remove_dir_all",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.7",
- crate_features = [
+ deps = [
+ "@raze__rand__0_4_6//:rand",
+ "@raze__remove_dir_all__0_5_2//:remove_dir_all",
],
)
-
diff --git a/wasm_bindgen/raze/remote/tempfile-3.0.8.BUILD b/wasm_bindgen/raze/remote/tempfile-3.0.8.BUILD
index 2f26ad9..443b5b7 100644
--- a/wasm_bindgen/raze/remote/tempfile-3.0.8.BUILD
+++ b/wasm_bindgen/raze/remote/tempfile-3.0.8.BUILD
@@ -3,48 +3,48 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "namedtempfile" with type "test" omitted
# Unsupported target "spooled" with type "test" omitted
# Unsupported target "tempdir" with type "test" omitted
rust_library(
name = "tempfile",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "3.0.8",
deps = [
"@raze__cfg_if__0_1_9//:cfg_if",
"@raze__libc__0_2_58//:libc",
"@raze__rand__0_6_5//:rand",
"@raze__remove_dir_all__0_5_2//:remove_dir_all",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "3.0.8",
- crate_features = [
- ],
)
# Unsupported target "tempfile" with type "test" omitted
diff --git a/wasm_bindgen/raze/remote/term-0.5.2.BUILD b/wasm_bindgen/raze/remote/term-0.5.2.BUILD
index 6c1089e..e39db3a 100644
--- a/wasm_bindgen/raze/remote/term-0.5.2.BUILD
+++ b/wasm_bindgen/raze/remote/term-0.5.2.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "term",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__byteorder__1_3_2//:byteorder",
- "@raze__dirs__1_0_5//:dirs",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.5.2",
- crate_features = [
- "default",
+ deps = [
+ "@raze__byteorder__1_3_2//:byteorder",
+ "@raze__dirs__1_0_5//:dirs",
],
)
diff --git a/wasm_bindgen/raze/remote/termcolor-1.0.5.BUILD b/wasm_bindgen/raze/remote/termcolor-1.0.5.BUILD
index 04a2632..248c016 100644
--- a/wasm_bindgen/raze/remote/termcolor-1.0.5.BUILD
+++ b/wasm_bindgen/raze/remote/termcolor-1.0.5.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "Unlicense OR MIT"
+ "restricted", # "Unlicense OR MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "termcolor",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.5",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/termion-1.5.3.BUILD b/wasm_bindgen/raze/remote/termion-1.5.3.BUILD
index cd86f41..7b7d395 100644
--- a/wasm_bindgen/raze/remote/termion-1.5.3.BUILD
+++ b/wasm_bindgen/raze/remote/termion-1.5.3.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "alternate_screen" with type "example" omitted
# Unsupported target "alternate_screen_raw" with type "example" omitted
# Unsupported target "async" with type "example" omitted
@@ -41,19 +41,19 @@
rust_library(
name = "termion",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_58//:libc",
- "@raze__numtoa__0_1_0//:numtoa",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.5.3",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_58//:libc",
+ "@raze__numtoa__0_1_0//:numtoa",
],
)
diff --git a/wasm_bindgen/raze/remote/thread_local-0.3.6.BUILD b/wasm_bindgen/raze/remote/thread_local-0.3.6.BUILD
index 6437de2..da4effe 100644
--- a/wasm_bindgen/raze/remote/thread_local-0.3.6.BUILD
+++ b/wasm_bindgen/raze/remote/thread_local-0.3.6.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0,MIT"
+ "notice", # "Apache-2.0,MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "thread_local" with type "bench" omitted
rust_library(
name = "thread_local",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__lazy_static__1_3_0//:lazy_static",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.6",
- crate_features = [
+ deps = [
+ "@raze__lazy_static__1_3_0//:lazy_static",
],
)
-
diff --git a/wasm_bindgen/raze/remote/threadpool-1.7.1.BUILD b/wasm_bindgen/raze/remote/threadpool-1.7.1.BUILD
index 6ab665c..fe8e468 100644
--- a/wasm_bindgen/raze/remote/threadpool-1.7.1.BUILD
+++ b/wasm_bindgen/raze/remote/threadpool-1.7.1.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "threadpool",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__num_cpus__1_10_1//:num_cpus",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.7.1",
- crate_features = [
+ deps = [
+ "@raze__num_cpus__1_10_1//:num_cpus",
],
)
-
diff --git a/wasm_bindgen/raze/remote/time-0.1.42.BUILD b/wasm_bindgen/raze/remote/time-0.1.42.BUILD
index a8b8994..1e74a92 100644
--- a/wasm_bindgen/raze/remote/time-0.1.42.BUILD
+++ b/wasm_bindgen/raze/remote/time-0.1.42.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "precise_time_ns" with type "bench" omitted
rust_library(
name = "time",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__libc__0_2_58//:libc",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.42",
- crate_features = [
+ deps = [
+ "@raze__libc__0_2_58//:libc",
],
)
-
diff --git a/wasm_bindgen/raze/remote/tiny_http-0.6.2.BUILD b/wasm_bindgen/raze/remote/tiny_http-0.6.2.BUILD
index a2692e5..7f12bcf 100644
--- a/wasm_bindgen/raze/remote/tiny_http-0.6.2.BUILD
+++ b/wasm_bindgen/raze/remote/tiny_http-0.6.2.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "Apache-2.0"
+ "notice", # "Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
# Unsupported target "hello-world" with type "example" omitted
# Unsupported target "input-tests" with type "test" omitted
@@ -35,10 +35,17 @@
rust_library(
name = "tiny_http",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.6.2",
deps = [
"@raze__ascii__0_8_7//:ascii",
"@raze__chrono__0_4_7//:chrono",
@@ -46,13 +53,6 @@
"@raze__log__0_4_6//:log",
"@raze__url__1_7_2//:url",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.6.2",
- crate_features = [
- "default",
- ],
)
# Unsupported target "websockets" with type "example" omitted
diff --git a/wasm_bindgen/raze/remote/twoway-0.1.8.BUILD b/wasm_bindgen/raze/remote/twoway-0.1.8.BUILD
index c08057e..1a0e595 100644
--- a/wasm_bindgen/raze/remote/twoway-0.1.8.BUILD
+++ b/wasm_bindgen/raze/remote/twoway-0.1.8.BUILD
@@ -3,46 +3,45 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "pathology" with type "bench" omitted
# Unsupported target "quick" with type "test" omitted
rust_library(
name = "twoway",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__memchr__2_2_0//:memchr",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.8",
crate_features = [
"default",
"memchr",
"use_std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.8",
+ deps = [
+ "@raze__memchr__2_2_0//:memchr",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/ucd-util-0.1.3.BUILD b/wasm_bindgen/raze/remote/ucd-util-0.1.3.BUILD
index f8a8dae..acaf3e3 100644
--- a/wasm_bindgen/raze/remote/ucd-util-0.1.3.BUILD
+++ b/wasm_bindgen/raze/remote/ucd-util-0.1.3.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "ucd_util",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.3",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/unicase-1.4.2.BUILD b/wasm_bindgen/raze/remote/unicase-1.4.2.BUILD
index ef73ac7..380b4f5 100644
--- a/wasm_bindgen/raze/remote/unicase-1.4.2.BUILD
+++ b/wasm_bindgen/raze/remote/unicase-1.4.2.BUILD
@@ -3,43 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "unicase",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
"--cfg=__unicase__iter_cmp",
"--cfg=__unicase__defauler_hasher",
],
version = "1.4.2",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/unicode-bidi-0.3.4.BUILD b/wasm_bindgen/raze/remote/unicode-bidi-0.3.4.BUILD
index e376deb..aa15c55 100644
--- a/wasm_bindgen/raze/remote/unicode-bidi-0.3.4.BUILD
+++ b/wasm_bindgen/raze/remote/unicode-bidi-0.3.4.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "unicode_bidi",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__matches__0_1_8//:matches",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.4",
- crate_features = [
- "default",
+ deps = [
+ "@raze__matches__0_1_8//:matches",
],
)
-
diff --git a/wasm_bindgen/raze/remote/unicode-normalization-0.1.8.BUILD b/wasm_bindgen/raze/remote/unicode-normalization-0.1.8.BUILD
index 2603bb2..4e06dae 100644
--- a/wasm_bindgen/raze/remote/unicode-normalization-0.1.8.BUILD
+++ b/wasm_bindgen/raze/remote/unicode-normalization-0.1.8.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "unicode_normalization",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__smallvec__0_6_10//:smallvec",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.8",
- crate_features = [
+ deps = [
+ "@raze__smallvec__0_6_10//:smallvec",
],
)
-
diff --git a/wasm_bindgen/raze/remote/unicode-segmentation-1.3.0.BUILD b/wasm_bindgen/raze/remote/unicode-segmentation-1.3.0.BUILD
index 0479ab8..661f1d0 100644
--- a/wasm_bindgen/raze/remote/unicode-segmentation-1.3.0.BUILD
+++ b/wasm_bindgen/raze/remote/unicode-segmentation-1.3.0.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "unicode_segmentation",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.3.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/unicode-xid-0.1.0.BUILD b/wasm_bindgen/raze/remote/unicode-xid-0.1.0.BUILD
index 2a5f2cd..3fb08bb 100644
--- a/wasm_bindgen/raze/remote/unicode-xid-0.1.0.BUILD
+++ b/wasm_bindgen/raze/remote/unicode-xid-0.1.0.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "unicode_xid",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.0",
- crate_features = [
- "default",
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/url-1.7.2.BUILD b/wasm_bindgen/raze/remote/url-1.7.2.BUILD
index 02b8f8a..ef6616c 100644
--- a/wasm_bindgen/raze/remote/url-1.7.2.BUILD
+++ b/wasm_bindgen/raze/remote/url-1.7.2.BUILD
@@ -3,46 +3,45 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "data" with type "test" omitted
# Unsupported target "parse_url" with type "bench" omitted
# Unsupported target "unit" with type "test" omitted
rust_library(
name = "url",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "1.7.2",
deps = [
"@raze__idna__0_1_5//:idna",
"@raze__matches__0_1_8//:matches",
"@raze__percent_encoding__1_0_1//:percent_encoding",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "1.7.2",
- crate_features = [
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/utf8-ranges-1.0.3.BUILD b/wasm_bindgen/raze/remote/utf8-ranges-1.0.3.BUILD
index 09e7204..4266cf4 100644
--- a/wasm_bindgen/raze/remote/utf8-ranges-1.0.3.BUILD
+++ b/wasm_bindgen/raze/remote/utf8-ranges-1.0.3.BUILD
@@ -3,42 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "utf8_ranges",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.3",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/vcpkg-0.2.6.BUILD b/wasm_bindgen/raze/remote/vcpkg-0.2.6.BUILD
index 6dd5584..521c216 100644
--- a/wasm_bindgen/raze/remote/vcpkg-0.2.6.BUILD
+++ b/wasm_bindgen/raze/remote/vcpkg-0.2.6.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "vcpkg",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.6",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/version_check-0.1.5.BUILD b/wasm_bindgen/raze/remote/version_check-0.1.5.BUILD
index 2ffe29b..037a96e 100644
--- a/wasm_bindgen/raze/remote/version_check-0.1.5.BUILD
+++ b/wasm_bindgen/raze/remote/version_check-0.1.5.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "version_check",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.5",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/walrus-0.8.0.BUILD b/wasm_bindgen/raze/remote/walrus-0.8.0.BUILD
index dd9c577..9e9d855 100644
--- a/wasm_bindgen/raze/remote/walrus-0.8.0.BUILD
+++ b/wasm_bindgen/raze/remote/walrus-0.8.0.BUILD
@@ -3,36 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "benches" with type "bench" omitted
# Unsupported target "parse" with type "example" omitted
# Unsupported target "round-trip" with type "example" omitted
rust_library(
name = "walrus",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.8.0",
deps = [
"@raze__failure__0_1_5//:failure",
"@raze__id_arena__2_2_1//:id_arena",
@@ -42,11 +48,4 @@
"@raze__walrus_macro__0_8_0//:walrus_macro",
"@raze__wasmparser__0_30_0//:wasmparser",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.8.0",
- crate_features = [
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/walrus-macro-0.8.0.BUILD b/wasm_bindgen/raze/remote/walrus-macro-0.8.0.BUILD
index ff1ab68..3c750d0 100644
--- a/wasm_bindgen/raze/remote/walrus-macro-0.8.0.BUILD
+++ b/wasm_bindgen/raze/remote/walrus-macro-0.8.0.BUILD
@@ -3,44 +3,42 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "walrus_macro",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "proc-macro",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.8.0",
deps = [
"@raze__heck__0_3_1//:heck",
"@raze__proc_macro2__0_4_30//:proc_macro2",
"@raze__quote__0_6_12//:quote",
"@raze__syn__0_15_43//:syn",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.8.0",
- crate_features = [
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-0.2.48.BUILD b/wasm_bindgen/raze/remote/wasm-bindgen-0.2.48.BUILD
index 098de03..a48a660 100644
--- a/wasm_bindgen/raze/remote/wasm-bindgen-0.2.48.BUILD
+++ b/wasm_bindgen/raze/remote/wasm-bindgen-0.2.48.BUILD
@@ -3,26 +3,26 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
# Unsupported target "headless" with type "test" omitted
# Unsupported target "non_wasm" with type "test" omitted
@@ -32,22 +32,21 @@
rust_library(
name = "wasm_bindgen",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2018",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__wasm_bindgen_macro__0_2_48//:wasm_bindgen_macro",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.48",
crate_features = [
"default",
"spans",
"std",
"wasm-bindgen-macro",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2018",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.48",
+ deps = [
+ "@raze__wasm_bindgen_macro__0_2_48//:wasm_bindgen_macro",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-anyref-xform-0.2.48.BUILD b/wasm_bindgen/raze/remote/wasm-bindgen-anyref-xform-0.2.48.BUILD
index 1d9804a..b26c5fe 100644
--- a/wasm_bindgen/raze/remote/wasm-bindgen-anyref-xform-0.2.48.BUILD
+++ b/wasm_bindgen/raze/remote/wasm-bindgen-anyref-xform-0.2.48.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "wasm_bindgen_anyref_xform",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__failure__0_1_5//:failure",
- "@raze__walrus__0_8_0//:walrus",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.48",
- crate_features = [
+ deps = [
+ "@raze__failure__0_1_5//:failure",
+ "@raze__walrus__0_8_0//:walrus",
],
)
-
diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-backend-0.2.48.BUILD b/wasm_bindgen/raze/remote/wasm-bindgen-backend-0.2.48.BUILD
index 964865b..e6e6fdf 100644
--- a/wasm_bindgen/raze/remote/wasm-bindgen-backend-0.2.48.BUILD
+++ b/wasm_bindgen/raze/remote/wasm-bindgen-backend-0.2.48.BUILD
@@ -3,33 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "wasm_bindgen_backend",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "spans",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.48",
deps = [
"@raze__bumpalo__2_4_3//:bumpalo",
"@raze__lazy_static__1_3_0//:lazy_static",
@@ -39,12 +45,4 @@
"@raze__syn__0_15_43//:syn",
"@raze__wasm_bindgen_shared__0_2_48//:wasm_bindgen_shared",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.48",
- crate_features = [
- "spans",
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-cli-0.2.48.BUILD b/wasm_bindgen/raze/remote/wasm-bindgen-cli-0.2.48.BUILD
index 9096b32..74a53f4 100644
--- a/wasm_bindgen/raze/remote/wasm-bindgen-cli-0.2.48.BUILD
+++ b/wasm_bindgen/raze/remote/wasm-bindgen-cli-0.2.48.BUILD
@@ -3,33 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
rust_binary(
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_wasm_bindgen",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/bin/wasm-bindgen.rs",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.48",
deps = [
"@raze__curl__0_4_22//:curl",
"@raze__docopt__1_1_0//:docopt",
@@ -44,12 +50,6 @@
"@raze__wasm_bindgen_cli_support__0_2_48//:wasm_bindgen_cli_support",
"@raze__wasm_bindgen_shared__0_2_48//:wasm_bindgen_shared",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.48",
- crate_features = [
- ],
)
# Unsupported target "wasm-bindgen" with type "test" omitted
@@ -57,9 +57,15 @@
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_wasm_bindgen_test_runner",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/bin/wasm-bindgen-test-runner/main.rs",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.48",
deps = [
"@raze__curl__0_4_22//:curl",
"@raze__docopt__1_1_0//:docopt",
@@ -74,21 +80,21 @@
"@raze__wasm_bindgen_cli_support__0_2_48//:wasm_bindgen_cli_support",
"@raze__wasm_bindgen_shared__0_2_48//:wasm_bindgen_shared",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.48",
- crate_features = [
- ],
)
rust_binary(
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_wasm2es6js",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/bin/wasm2es6js.rs",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.48",
deps = [
"@raze__curl__0_4_22//:curl",
"@raze__docopt__1_1_0//:docopt",
@@ -103,11 +109,4 @@
"@raze__wasm_bindgen_cli_support__0_2_48//:wasm_bindgen_cli_support",
"@raze__wasm_bindgen_shared__0_2_48//:wasm_bindgen_shared",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.48",
- crate_features = [
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-cli-support-0.2.48.BUILD b/wasm_bindgen/raze/remote/wasm-bindgen-cli-support-0.2.48.BUILD
index e6b4e31..1f470a8 100644
--- a/wasm_bindgen/raze/remote/wasm-bindgen-cli-support-0.2.48.BUILD
+++ b/wasm_bindgen/raze/remote/wasm-bindgen-cli-support-0.2.48.BUILD
@@ -3,33 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "wasm_bindgen_cli_support",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.48",
deps = [
"@raze__base64__0_9_3//:base64",
"@raze__failure__0_1_5//:failure",
@@ -44,11 +49,4 @@
"@raze__wasm_bindgen_wasm_interpreter__0_2_48//:wasm_bindgen_wasm_interpreter",
"@raze__wasm_webidl_bindings__0_1_2//:wasm_webidl_bindings",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.48",
- crate_features = [
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-macro-0.2.48.BUILD b/wasm_bindgen/raze/remote/wasm-bindgen-macro-0.2.48.BUILD
index d7dbd1a..2105b22 100644
--- a/wasm_bindgen/raze/remote/wasm-bindgen-macro-0.2.48.BUILD
+++ b/wasm_bindgen/raze/remote/wasm-bindgen-macro-0.2.48.BUILD
@@ -3,45 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "ui" with type "test" omitted
rust_library(
name = "wasm_bindgen_macro",
- crate_root = "src/lib.rs",
- crate_type = "proc-macro",
- edition = "2018",
srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__quote__0_6_12//:quote",
- "@raze__wasm_bindgen_macro_support__0_2_48//:wasm_bindgen_macro_support",
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.48",
crate_features = [
"spans",
"wasm-bindgen-macro-support",
],
+ crate_root = "src/lib.rs",
+ crate_type = "proc-macro",
+ edition = "2018",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.48",
+ deps = [
+ "@raze__quote__0_6_12//:quote",
+ "@raze__wasm_bindgen_macro_support__0_2_48//:wasm_bindgen_macro_support",
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-macro-support-0.2.48.BUILD b/wasm_bindgen/raze/remote/wasm-bindgen-macro-support-0.2.48.BUILD
index 6a493fe..6cfe625 100644
--- a/wasm_bindgen/raze/remote/wasm-bindgen-macro-support-0.2.48.BUILD
+++ b/wasm_bindgen/raze/remote/wasm-bindgen-macro-support-0.2.48.BUILD
@@ -3,33 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "wasm_bindgen_macro_support",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "spans",
+ "wasm-bindgen-backend",
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.48",
deps = [
"@raze__proc_macro2__0_4_30//:proc_macro2",
"@raze__quote__0_6_12//:quote",
@@ -37,13 +44,4 @@
"@raze__wasm_bindgen_backend__0_2_48//:wasm_bindgen_backend",
"@raze__wasm_bindgen_shared__0_2_48//:wasm_bindgen_shared",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.48",
- crate_features = [
- "spans",
- "wasm-bindgen-backend",
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-shared-0.2.48.BUILD b/wasm_bindgen/raze/remote/wasm-bindgen-shared-0.2.48.BUILD
index 6e74bcb..a16fa2c 100644
--- a/wasm_bindgen/raze/remote/wasm-bindgen-shared-0.2.48.BUILD
+++ b/wasm_bindgen/raze/remote/wasm-bindgen-shared-0.2.48.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "wasm_bindgen_shared",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.48",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-threads-xform-0.2.48.BUILD b/wasm_bindgen/raze/remote/wasm-bindgen-threads-xform-0.2.48.BUILD
index 2c5f6e7..75c338b 100644
--- a/wasm_bindgen/raze/remote/wasm-bindgen-threads-xform-0.2.48.BUILD
+++ b/wasm_bindgen/raze/remote/wasm-bindgen-threads-xform-0.2.48.BUILD
@@ -3,42 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "wasm_bindgen_threads_xform",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__failure__0_1_5//:failure",
- "@raze__walrus__0_8_0//:walrus",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.48",
- crate_features = [
+ deps = [
+ "@raze__failure__0_1_5//:failure",
+ "@raze__walrus__0_8_0//:walrus",
],
)
-
diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-wasm-interpreter-0.2.48.BUILD b/wasm_bindgen/raze/remote/wasm-bindgen-wasm-interpreter-0.2.48.BUILD
index 5e963ef..58fd062 100644
--- a/wasm_bindgen/raze/remote/wasm-bindgen-wasm-interpreter-0.2.48.BUILD
+++ b/wasm_bindgen/raze/remote/wasm-bindgen-wasm-interpreter-0.2.48.BUILD
@@ -3,44 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "smoke" with type "test" omitted
rust_library(
name = "wasm_bindgen_wasm_interpreter",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.2.48",
deps = [
"@raze__failure__0_1_5//:failure",
"@raze__log__0_4_6//:log",
"@raze__walrus__0_8_0//:walrus",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.2.48",
- crate_features = [
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/wasm-webidl-bindings-0.1.2.BUILD b/wasm_bindgen/raze/remote/wasm-webidl-bindings-0.1.2.BUILD
index fb6d7d8..e4e37eb 100644
--- a/wasm_bindgen/raze/remote/wasm-webidl-bindings-0.1.2.BUILD
+++ b/wasm_bindgen/raze/remote/wasm-webidl-bindings-0.1.2.BUILD
@@ -3,46 +3,45 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "readme_up_to_date" with type "test" omitted
# Unsupported target "tests" with type "test" omitted
rust_library(
name = "wasm_webidl_bindings",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
- srcs = glob(["**/*.rs"]),
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.1.2",
deps = [
"@raze__failure__0_1_5//:failure",
"@raze__id_arena__2_2_1//:id_arena",
"@raze__leb128__0_2_4//:leb128",
"@raze__walrus__0_8_0//:walrus",
],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.1.2",
- crate_features = [
- ],
)
-
diff --git a/wasm_bindgen/raze/remote/wasmparser-0.30.0.BUILD b/wasm_bindgen/raze/remote/wasmparser-0.30.0.BUILD
index c983b63..41289dc 100644
--- a/wasm_bindgen/raze/remote/wasmparser-0.30.0.BUILD
+++ b/wasm_bindgen/raze/remote/wasmparser-0.30.0.BUILD
@@ -3,45 +3,44 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "restricted", # "Apache-2.0 WITH LLVM-exception"
+ "restricted", # "Apache-2.0 WITH LLVM-exception"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "benchmark" with type "bench" omitted
# Unsupported target "dump" with type "example" omitted
# Unsupported target "simple" with type "example" omitted
rust_library(
name = "wasmparser",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.30.0",
crate_features = [
"default",
"std",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.30.0",
+ deps = [
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/winapi-0.2.8.BUILD b/wasm_bindgen/raze/remote/winapi-0.2.8.BUILD
index 2e170e6..186e671 100644
--- a/wasm_bindgen/raze/remote/winapi-0.2.8.BUILD
+++ b/wasm_bindgen/raze/remote/winapi-0.2.8.BUILD
@@ -3,40 +3,38 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "winapi",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.8",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/winapi-0.3.7.BUILD b/wasm_bindgen/raze/remote/winapi-0.3.7.BUILD
index e1de98c..e11b7ac 100644
--- a/wasm_bindgen/raze/remote/winapi-0.3.7.BUILD
+++ b/wasm_bindgen/raze/remote/winapi-0.3.7.BUILD
@@ -3,40 +3,31 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "winapi",
- crate_root = "src/lib.rs",
- crate_type = "lib",
- edition = "2015",
srcs = glob(["**/*.rs"]),
- deps = [
- ],
- rustc_flags = [
- "--cap-lints=allow",
- ],
- version = "0.3.7",
crate_features = [
"consoleapi",
"errhandlingapi",
@@ -69,5 +60,13 @@
"ws2ipdef",
"ws2tcpip",
],
+ crate_root = "src/lib.rs",
+ crate_type = "lib",
+ edition = "2015",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ version = "0.3.7",
+ deps = [
+ ],
)
-
diff --git a/wasm_bindgen/raze/remote/winapi-build-0.1.1.BUILD b/wasm_bindgen/raze/remote/winapi-build-0.1.1.BUILD
index c38e431..841f801 100644
--- a/wasm_bindgen/raze/remote/winapi-build-0.1.1.BUILD
+++ b/wasm_bindgen/raze/remote/winapi-build-0.1.1.BUILD
@@ -3,44 +3,43 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
+ "notice", # "MIT"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
alias(
- name = "winapi_build",
- actual = ":build",
+ name = "winapi_build",
+ actual = ":build",
)
rust_library(
name = "build",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.1",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD b/wasm_bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD
index 109e803..cd250da 100644
--- a/wasm_bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD
+++ b/wasm_bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "winapi_i686_pc_windows_gnu",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/winapi-util-0.1.2.BUILD b/wasm_bindgen/raze/remote/winapi-util-0.1.2.BUILD
index f15a0c8..669005b 100644
--- a/wasm_bindgen/raze/remote/winapi-util-0.1.2.BUILD
+++ b/wasm_bindgen/raze/remote/winapi-util-0.1.2.BUILD
@@ -3,41 +3,39 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "winapi_util",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.2",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD b/wasm_bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD
index 14bd8b3..f4fdc19 100644
--- a/wasm_bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD
+++ b/wasm_bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD
@@ -3,41 +3,40 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT,Apache-2.0"
+ "notice", # "MIT,Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "winapi_x86_64_pc_windows_gnu",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.0",
- crate_features = [
+ deps = [
],
)
-
diff --git a/wasm_bindgen/raze/remote/wincolor-1.0.1.BUILD b/wasm_bindgen/raze/remote/wincolor-1.0.1.BUILD
index 4746a32..ce9ccf7 100644
--- a/wasm_bindgen/raze/remote/wincolor-1.0.1.BUILD
+++ b/wasm_bindgen/raze/remote/wincolor-1.0.1.BUILD
@@ -3,43 +3,41 @@
DO NOT EDIT! Replaced on runs of cargo-raze
"""
+
package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//wasm_bindgen/raze", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//wasm_bindgen/raze", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
])
licenses([
- "notice", # "MIT"
- "unencumbered", # "Unlicense"
+ "notice", # "MIT"
+ "unencumbered", # "Unlicense"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
- "rust_library",
"rust_binary",
+ "rust_library",
"rust_test",
)
-
-
rust_library(
name = "wincolor",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2015",
- srcs = glob(["**/*.rs"]),
- deps = [
- "@raze__winapi__0_3_7//:winapi",
- "@raze__winapi_util__0_1_2//:winapi_util",
- ],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.1",
- crate_features = [
+ deps = [
+ "@raze__winapi__0_3_7//:winapi",
+ "@raze__winapi_util__0_1_2//:winapi_util",
],
)
-
diff --git a/wasm_bindgen/wasm_bindgen.bzl b/wasm_bindgen/wasm_bindgen.bzl
index 6e592d4..e4cbc17 100644
--- a/wasm_bindgen/wasm_bindgen.bzl
+++ b/wasm_bindgen/wasm_bindgen.bzl
@@ -50,11 +50,11 @@
typescript = struct(
declarations = depset([
ctx.outputs.typescript_bindings,
- ctx.outputs.bindgen_typescript_bindings
+ ctx.outputs.bindgen_typescript_bindings,
]),
transitive_declarations = depset([
ctx.outputs.typescript_bindings,
- ctx.outputs.bindgen_typescript_bindings
+ ctx.outputs.bindgen_typescript_bindings,
]),
type_blacklisted_declarations = depset(),
es5_sources = depset([ctx.outputs.javascript_bindings]),