diff --git a/bindgen/raze/BUILD.bazel b/bindgen/raze/BUILD.bazel index d4a943d294..a86a282ede 100644 --- a/bindgen/raze/BUILD.bazel +++ b/bindgen/raze/BUILD.bazel @@ -1,6 +1,6 @@ """ @generated -cargo-raze workspace build file. +cargo-raze generated Bazel file. DO NOT EDIT! Replaced on runs of cargo-raze """ diff --git a/bindgen/raze/Cargo.toml b/bindgen/raze/Cargo.toml index 71669b12f7..59d549f656 100644 --- a/bindgen/raze/Cargo.toml +++ b/bindgen/raze/Cargo.toml @@ -9,23 +9,25 @@ path = "fake_rules_rust_bindgen_lib.rs" bindgen = "0.55.1" libloading = "=0.6.3" -[raze] +[package.metadata.raze] genmode = "Remote" workspace_path = "//bindgen/raze" gen_workspace_prefix = "rules_rust_bindgen" -output_buildfile_suffix = "BUILD" +rust_rules_workspace_name = "io_bazel_rules_rust" +package_aliases_dir = "." +default_gen_buildrs = false -[raze.crates.bindgen.'0.55.1'] +[package.metadata.raze.crates.bindgen.'0.55.1'] gen_buildrs = true extra_aliased_targets = ["cargo_bin_bindgen"] -[raze.crates.clang-sys.'1.0.0'] +[package.metadata.raze.crates.clang-sys.'1.0.0'] gen_buildrs = true -[raze.crates.libloading.'0.6.3'] +[package.metadata.raze.crates.libloading.'0.6.3'] gen_buildrs = true -[raze.crates.log.'0.4.11'] +[package.metadata.raze.crates.log.'0.4.11'] additional_flags = [ "--cfg=atomic_cas", ] diff --git a/bindgen/raze/crates.bzl b/bindgen/raze/crates.bzl index 8de297bddb..a149e80623 100644 --- a/bindgen/raze/crates.bzl +++ b/bindgen/raze/crates.bzl @@ -1,6 +1,6 @@ """ @generated -cargo-raze crate workspace functions +cargo-raze generated Bazel file. DO NOT EDIT! Replaced on runs of cargo-raze """ @@ -18,7 +18,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86", strip_prefix = "aho-corasick-0.7.13", - build_file = Label("//bindgen/raze/remote:aho-corasick-0.7.13.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.aho-corasick-0.7.13.bazel"), ) maybe( @@ -28,7 +28,7 @@ def rules_rust_bindgen_fetch_remote_crates(): 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:BUILD.ansi_term-0.11.0.bazel"), ) maybe( @@ -38,7 +38,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8", strip_prefix = "atty-0.2.14", - build_file = Label("//bindgen/raze/remote:atty-0.2.14.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.atty-0.2.14.bazel"), ) maybe( @@ -48,7 +48,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "75b13ce559e6433d360c26305643803cb52cfbabbc2b9c47ce04a58493dfb443", strip_prefix = "bindgen-0.55.1", - build_file = Label("//bindgen/raze/remote:bindgen-0.55.1.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.bindgen-0.55.1.bazel"), ) maybe( @@ -58,7 +58,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693", strip_prefix = "bitflags-1.2.1", - build_file = Label("//bindgen/raze/remote:bitflags-1.2.1.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.bitflags-1.2.1.bazel"), ) maybe( @@ -68,7 +68,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27", strip_prefix = "cexpr-0.4.0", - build_file = Label("//bindgen/raze/remote:cexpr-0.4.0.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.cexpr-0.4.0.bazel"), ) maybe( @@ -78,7 +78,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822", strip_prefix = "cfg-if-0.1.10", - build_file = Label("//bindgen/raze/remote:cfg-if-0.1.10.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.cfg-if-0.1.10.bazel"), ) maybe( @@ -88,7 +88,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "9da1484c6a890e374ca5086062d4847e0a2c1e5eba9afa5d48c09e8eb39b2519", strip_prefix = "clang-sys-1.0.0", - build_file = Label("//bindgen/raze/remote:clang-sys-1.0.0.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.clang-sys-1.0.0.bazel"), ) maybe( @@ -98,7 +98,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002", strip_prefix = "clap-2.33.3", - build_file = Label("//bindgen/raze/remote:clap-2.33.3.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.clap-2.33.3.bazel"), ) maybe( @@ -108,7 +108,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36", strip_prefix = "env_logger-0.7.1", - build_file = Label("//bindgen/raze/remote:env_logger-0.7.1.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.env_logger-0.7.1.bazel"), ) maybe( @@ -118,7 +118,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574", strip_prefix = "glob-0.3.0", - build_file = Label("//bindgen/raze/remote:glob-0.3.0.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.glob-0.3.0.bazel"), ) maybe( @@ -128,7 +128,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151", strip_prefix = "hermit-abi-0.1.16", - build_file = Label("//bindgen/raze/remote:hermit-abi-0.1.16.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.hermit-abi-0.1.16.bazel"), ) maybe( @@ -138,7 +138,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f", strip_prefix = "humantime-1.3.0", - build_file = Label("//bindgen/raze/remote:humantime-1.3.0.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.humantime-1.3.0.bazel"), ) maybe( @@ -148,7 +148,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646", strip_prefix = "lazy_static-1.4.0", - build_file = Label("//bindgen/raze/remote:lazy_static-1.4.0.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.lazy_static-1.4.0.bazel"), ) maybe( @@ -158,7 +158,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55", strip_prefix = "lazycell-1.3.0", - build_file = Label("//bindgen/raze/remote:lazycell-1.3.0.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.lazycell-1.3.0.bazel"), ) maybe( @@ -168,7 +168,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235", strip_prefix = "libc-0.2.77", - build_file = Label("//bindgen/raze/remote:libc-0.2.77.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.libc-0.2.77.bazel"), ) maybe( @@ -178,7 +178,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9", strip_prefix = "libloading-0.6.3", - build_file = Label("//bindgen/raze/remote:libloading-0.6.3.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.libloading-0.6.3.bazel"), ) maybe( @@ -188,7 +188,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b", strip_prefix = "log-0.4.11", - build_file = Label("//bindgen/raze/remote:log-0.4.11.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.log-0.4.11.bazel"), ) maybe( @@ -198,7 +198,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400", strip_prefix = "memchr-2.3.3", - build_file = Label("//bindgen/raze/remote:memchr-2.3.3.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.memchr-2.3.3.bazel"), ) maybe( @@ -208,7 +208,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af", strip_prefix = "nom-5.1.2", - build_file = Label("//bindgen/raze/remote:nom-5.1.2.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.nom-5.1.2.bazel"), ) maybe( @@ -218,7 +218,7 @@ def rules_rust_bindgen_fetch_remote_crates(): 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:BUILD.peeking_take_while-0.1.2.bazel"), ) maybe( @@ -228,7 +228,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "51ef7cd2518ead700af67bf9d1a658d90b6037d77110fd9c0445429d0ba1c6c9", strip_prefix = "proc-macro2-1.0.23", - build_file = Label("//bindgen/raze/remote:proc-macro2-1.0.23.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.proc-macro2-1.0.23.bazel"), ) maybe( @@ -238,7 +238,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0", strip_prefix = "quick-error-1.2.3", - build_file = Label("//bindgen/raze/remote:quick-error-1.2.3.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.quick-error-1.2.3.bazel"), ) maybe( @@ -248,7 +248,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37", strip_prefix = "quote-1.0.7", - build_file = Label("//bindgen/raze/remote:quote-1.0.7.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.quote-1.0.7.bazel"), ) maybe( @@ -258,7 +258,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6", strip_prefix = "regex-1.3.9", - build_file = Label("//bindgen/raze/remote:regex-1.3.9.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.regex-1.3.9.bazel"), ) maybe( @@ -268,7 +268,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8", strip_prefix = "regex-syntax-0.6.18", - build_file = Label("//bindgen/raze/remote:regex-syntax-0.6.18.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.regex-syntax-0.6.18.bazel"), ) maybe( @@ -278,7 +278,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2", strip_prefix = "rustc-hash-1.1.0", - build_file = Label("//bindgen/raze/remote:rustc-hash-1.1.0.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.rustc-hash-1.1.0.bazel"), ) maybe( @@ -288,7 +288,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2", strip_prefix = "shlex-0.1.1", - build_file = Label("//bindgen/raze/remote:shlex-0.1.1.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.shlex-0.1.1.bazel"), ) maybe( @@ -298,7 +298,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a", strip_prefix = "strsim-0.8.0", - build_file = Label("//bindgen/raze/remote:strsim-0.8.0.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.strsim-0.8.0.bazel"), ) maybe( @@ -308,7 +308,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f", strip_prefix = "termcolor-1.1.0", - build_file = Label("//bindgen/raze/remote:termcolor-1.1.0.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.termcolor-1.1.0.bazel"), ) maybe( @@ -318,7 +318,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060", strip_prefix = "textwrap-0.11.0", - build_file = Label("//bindgen/raze/remote:textwrap-0.11.0.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.textwrap-0.11.0.bazel"), ) maybe( @@ -328,7 +328,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14", strip_prefix = "thread_local-1.0.1", - build_file = Label("//bindgen/raze/remote:thread_local-1.0.1.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.thread_local-1.0.1.bazel"), ) maybe( @@ -338,7 +338,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3", strip_prefix = "unicode-width-0.1.8", - build_file = Label("//bindgen/raze/remote:unicode-width-0.1.8.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.unicode-width-0.1.8.bazel"), ) maybe( @@ -348,7 +348,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564", strip_prefix = "unicode-xid-0.2.1", - build_file = Label("//bindgen/raze/remote:unicode-xid-0.2.1.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.unicode-xid-0.2.1.bazel"), ) maybe( @@ -358,7 +358,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191", strip_prefix = "vec_map-0.8.2", - build_file = Label("//bindgen/raze/remote:vec_map-0.8.2.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.vec_map-0.8.2.bazel"), ) maybe( @@ -368,7 +368,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed", strip_prefix = "version_check-0.9.2", - build_file = Label("//bindgen/raze/remote:version_check-0.9.2.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.version_check-0.9.2.bazel"), ) maybe( @@ -378,7 +378,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724", strip_prefix = "which-3.1.1", - build_file = Label("//bindgen/raze/remote:which-3.1.1.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.which-3.1.1.bazel"), ) maybe( @@ -388,7 +388,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", strip_prefix = "winapi-0.3.9", - build_file = Label("//bindgen/raze/remote:winapi-0.3.9.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.winapi-0.3.9.bazel"), ) maybe( @@ -398,7 +398,7 @@ def rules_rust_bindgen_fetch_remote_crates(): 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:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), ) maybe( @@ -408,7 +408,7 @@ def rules_rust_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178", strip_prefix = "winapi-util-0.1.5", - build_file = Label("//bindgen/raze/remote:winapi-util-0.1.5.BUILD"), + build_file = Label("//bindgen/raze/remote:BUILD.winapi-util-0.1.5.bazel"), ) maybe( @@ -418,5 +418,5 @@ def rules_rust_bindgen_fetch_remote_crates(): 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:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), ) diff --git a/bindgen/raze/remote/aho-corasick-0.7.13.BUILD b/bindgen/raze/remote/BUILD.aho-corasick-0.7.13.bazel similarity index 94% rename from bindgen/raze/remote/aho-corasick-0.7.13.BUILD rename to bindgen/raze/remote/BUILD.aho-corasick-0.7.13.bazel index 1ab5abe999..9d281998bd 100644 --- a/bindgen/raze/remote/aho-corasick-0.7.13.BUILD +++ b/bindgen/raze/remote/BUILD.aho-corasick-0.7.13.bazel @@ -28,28 +28,29 @@ licenses([ "unencumbered", # Unlicense from expression "Unlicense OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "aho_corasick", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__memchr__2_3_3//:memchr", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.13", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.7.13", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__memchr__2_3_3//:memchr", ], ) diff --git a/bindgen/raze/remote/ansi_term-0.11.0.BUILD b/bindgen/raze/remote/BUILD.ansi_term-0.11.0.bazel similarity index 95% rename from bindgen/raze/remote/ansi_term-0.11.0.BUILD rename to bindgen/raze/remote/BUILD.ansi_term-0.11.0.bazel index 14c3930376..c693bd5ead 100644 --- a/bindgen/raze/remote/ansi_term-0.11.0.BUILD +++ b/bindgen/raze/remote/BUILD.ansi_term-0.11.0.bazel @@ -28,12 +28,30 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + +# Unsupported target "colours" with type "example" omitted -# buildifier: leave-alone rust_library( name = "ansi_term", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.11.0", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(target_os = "windows") @@ -45,20 +63,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.11.0", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) -# Unsupported target "colours" with type "example" omitted diff --git a/bindgen/raze/remote/atty-0.2.14.BUILD b/bindgen/raze/remote/BUILD.atty-0.2.14.bazel similarity index 95% rename from bindgen/raze/remote/atty-0.2.14.BUILD rename to bindgen/raze/remote/BUILD.atty-0.2.14.bazel index bfdd6ef0d0..d93908ccc0 100644 --- a/bindgen/raze/remote/atty-0.2.14.BUILD +++ b/bindgen/raze/remote/BUILD.atty-0.2.14.bazel @@ -28,17 +28,35 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "atty" with type "example" omitted -# buildifier: leave-alone rust_library( name = "atty", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.14", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -68,19 +86,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.2.14", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/bindgen/raze/remote/BUILD b/bindgen/raze/remote/BUILD.bazel similarity index 100% rename from bindgen/raze/remote/BUILD rename to bindgen/raze/remote/BUILD.bazel diff --git a/bindgen/raze/remote/bindgen-0.55.1.BUILD b/bindgen/raze/remote/BUILD.bindgen-0.55.1.bazel similarity index 94% rename from bindgen/raze/remote/bindgen-0.55.1.BUILD rename to bindgen/raze/remote/BUILD.bindgen-0.55.1.bazel index 80519eef5e..963e4ec6b8 100644 --- a/bindgen/raze/remote/bindgen-0.55.1.BUILD +++ b/bindgen/raze/remote/BUILD.bindgen-0.55.1.bazel @@ -28,52 +28,72 @@ licenses([ "notice", # BSD-3-Clause from expression "BSD-3-Clause" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "bindgen_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "clap", + "default", + "env_logger", + "log", + "logging", + "runtime", + "which", + "which-rustfmt", + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2018", - deps = [ - "@rules_rust_bindgen__clang_sys__1_0_0//:clang_sys", - ], rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - "clap", - "default", - "env_logger", - "log", - "logging", - "runtime", - "which", - "which-rustfmt", - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], version = "0.55.1", visibility = ["//visibility:private"], + deps = [ + "@rules_rust_bindgen__clang_sys__1_0_0//:clang_sys", + ], ) - -# buildifier: leave-alone 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 = [ + "clap", + "default", + "env_logger", + "log", + "logging", + "runtime", + "which", + "which-rustfmt", + ], + crate_root = "src/main.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.55.1", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":bindgen", @@ -95,17 +115,11 @@ rust_binary( "@rules_rust_bindgen__shlex__0_1_1//:shlex", "@rules_rust_bindgen__which__3_1_1//:which", ], +) + +rust_library( + name = "bindgen", srcs = glob(["**/*.rs"]), - crate_root = "src/main.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.55.1", - tags = [ - "cargo-raze", - "manual", - ], crate_features = [ "clap", "default", @@ -116,12 +130,19 @@ rust_binary( "which", "which-rustfmt", ], -) - -# buildifier: leave-alone -rust_library( - name = "bindgen", + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.55.1", + # buildifier: leave-alone deps = [ ":bindgen_build_script", "@rules_rust_bindgen__bitflags__1_2_1//:bitflags", @@ -141,25 +162,4 @@ rust_library( "@rules_rust_bindgen__shlex__0_1_1//:shlex", "@rules_rust_bindgen__which__3_1_1//:which", ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.55.1", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "clap", - "default", - "env_logger", - "log", - "logging", - "runtime", - "which", - "which-rustfmt", - ], ) diff --git a/bindgen/raze/remote/bitflags-1.2.1.BUILD b/bindgen/raze/remote/BUILD.bitflags-1.2.1.bazel similarity index 94% rename from bindgen/raze/remote/bitflags-1.2.1.BUILD rename to bindgen/raze/remote/BUILD.bitflags-1.2.1.bazel index b6906669db..fd0297d70a 100644 --- a/bindgen/raze/remote/bitflags-1.2.1.BUILD +++ b/bindgen/raze/remote/BUILD.bitflags-1.2.1.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "bitflags", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.2.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "1.2.1", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "build-script-build" with type "custom-build" omitted diff --git a/bindgen/raze/remote/cexpr-0.4.0.BUILD b/bindgen/raze/remote/BUILD.cexpr-0.4.0.bazel similarity index 94% rename from bindgen/raze/remote/cexpr-0.4.0.BUILD rename to bindgen/raze/remote/BUILD.cexpr-0.4.0.bazel index a106a7b0cb..f1f729bc15 100644 --- a/bindgen/raze/remote/cexpr-0.4.0.BUILD +++ b/bindgen/raze/remote/BUILD.cexpr-0.4.0.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "cexpr", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__nom__5_1_2//:nom", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__nom__5_1_2//:nom", ], ) + # Unsupported target "clang" with type "test" omitted diff --git a/bindgen/raze/remote/cfg-if-0.1.10.BUILD b/bindgen/raze/remote/BUILD.cfg-if-0.1.10.bazel similarity index 93% rename from bindgen/raze/remote/cfg-if-0.1.10.BUILD rename to bindgen/raze/remote/BUILD.cfg-if-0.1.10.bazel index 1dc537af87..6905b1f1d9 100644 --- a/bindgen/raze/remote/cfg-if-0.1.10.BUILD +++ b/bindgen/raze/remote/BUILD.cfg-if-0.1.10.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "cfg_if", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.10", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.10", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "xcrate" with type "test" omitted diff --git a/bindgen/raze/remote/clang-sys-1.0.0.BUILD b/bindgen/raze/remote/BUILD.clang-sys-1.0.0.bazel similarity index 88% rename from bindgen/raze/remote/clang-sys-1.0.0.BUILD rename to bindgen/raze/remote/BUILD.clang-sys-1.0.0.bazel index f296a7c7ee..53d36af7c2 100644 --- a/bindgen/raze/remote/clang-sys-1.0.0.BUILD +++ b/bindgen/raze/remote/BUILD.clang-sys-1.0.0.bazel @@ -28,70 +28,50 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "clang_sys_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "clang_3_5", + "clang_3_6", + "clang_3_7", + "clang_3_8", + "clang_3_9", + "clang_4_0", + "clang_5_0", + "clang_6_0", + "libloading", + "runtime", + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2015", - deps = [ - "@rules_rust_bindgen__glob__0_3_0//:glob", - ], rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - "clang_3_5", - "clang_3_6", - "clang_3_7", - "clang_3_8", - "clang_3_9", - "clang_4_0", - "clang_5_0", - "clang_6_0", - "libloading", - "runtime", - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], version = "1.0.0", visibility = ["//visibility:private"], + deps = [ + "@rules_rust_bindgen__glob__0_3_0//:glob", + ], ) - -# buildifier: leave-alone rust_library( name = "clang_sys", - crate_type = "lib", - deps = [ - ":clang_sys_build_script", - "@rules_rust_bindgen__glob__0_3_0//:glob", - "@rules_rust_bindgen__libc__0_2_77//:libc", - "@rules_rust_bindgen__libloading__0_6_3//:libloading", - ], srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.0.0", - tags = [ - "cargo-raze", - "manual", - ], crate_features = [ "clang_3_5", "clang_3_6", @@ -104,5 +84,25 @@ rust_library( "libloading", "runtime", ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.0", + # buildifier: leave-alone + deps = [ + ":clang_sys_build_script", + "@rules_rust_bindgen__glob__0_3_0//:glob", + "@rules_rust_bindgen__libc__0_2_77//:libc", + "@rules_rust_bindgen__libloading__0_6_3//:libloading", + ], ) + # Unsupported target "lib" with type "test" omitted diff --git a/bindgen/raze/remote/clap-2.33.3.BUILD b/bindgen/raze/remote/BUILD.clap-2.33.3.bazel similarity index 93% rename from bindgen/raze/remote/clap-2.33.3.BUILD rename to bindgen/raze/remote/BUILD.clap-2.33.3.bazel index 1506df13f9..b7eb707172 100644 --- a/bindgen/raze/remote/clap-2.33.3.BUILD +++ b/bindgen/raze/remote/BUILD.clap-2.33.3.bazel @@ -28,12 +28,35 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "clap", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "ansi_term", + "atty", + "color", + "default", + "strsim", + "suggestions", + "vec_map", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "2.33.3", + # buildifier: leave-alone deps = [ "@rules_rust_bindgen__atty__0_2_14//:atty", "@rules_rust_bindgen__bitflags__1_2_1//:bitflags", @@ -44,6 +67,7 @@ rust_library( ] + selects.with_or({ # cfg(not(windows)) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -55,6 +79,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@io_bazel_rules_rust//rust/platform:s390x-unknown-linux-gnu", "@io_bazel_rules_rust//rust/platform:wasm32-unknown-unknown", + "@io_bazel_rules_rust//rust/platform:wasm32-wasi", "@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin", "@io_bazel_rules_rust//rust/platform:x86_64-apple-ios", "@io_bazel_rules_rust//rust/platform:x86_64-linux-android", @@ -65,26 +90,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "2.33.3", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "ansi_term", - "atty", - "color", - "default", - "strsim", - "suggestions", - "vec_map", - ], - aliases = { - }, ) diff --git a/bindgen/raze/remote/env_logger-0.7.1.BUILD b/bindgen/raze/remote/BUILD.env_logger-0.7.1.bazel similarity index 96% rename from bindgen/raze/remote/env_logger-0.7.1.BUILD rename to bindgen/raze/remote/BUILD.env_logger-0.7.1.bazel index 0009c7a593..3677a6298c 100644 --- a/bindgen/raze/remote/env_logger-0.7.1.BUILD +++ b/bindgen/raze/remote/BUILD.env_logger-0.7.1.bazel @@ -28,45 +28,56 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # 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 + # Unsupported target "default" with type "example" omitted + # Unsupported target "direct_logger" with type "example" omitted -# buildifier: leave-alone +# Unsupported target "filters_from_code" with type "example" omitted + rust_library( name = "env_logger", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__atty__0_2_14//:atty", - "@rules_rust_bindgen__humantime__1_3_0//:humantime", - "@rules_rust_bindgen__log__0_4_11//:log", - "@rules_rust_bindgen__regex__1_3_9//:regex", - "@rules_rust_bindgen__termcolor__1_1_0//:termcolor", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "atty", + "default", + "humantime", + "regex", + "termcolor", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "atty", - "default", - "humantime", - "regex", - "termcolor", + version = "0.7.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__atty__0_2_14//:atty", + "@rules_rust_bindgen__humantime__1_3_0//:humantime", + "@rules_rust_bindgen__log__0_4_11//:log", + "@rules_rust_bindgen__regex__1_3_9//:regex", + "@rules_rust_bindgen__termcolor__1_1_0//:termcolor", ], ) -# Unsupported target "filters_from_code" with type "example" omitted + # Unsupported target "init-twice-retains-filter" with type "test" omitted + # Unsupported target "log-in-log" with type "test" omitted + # Unsupported target "log_tls_dtors" with type "test" omitted + # Unsupported target "regexp_filter" with type "test" omitted diff --git a/bindgen/raze/remote/glob-0.3.0.BUILD b/bindgen/raze/remote/BUILD.glob-0.3.0.bazel similarity index 93% rename from bindgen/raze/remote/glob-0.3.0.BUILD rename to bindgen/raze/remote/BUILD.glob-0.3.0.bazel index f95a1dd4c0..db639665a5 100644 --- a/bindgen/raze/remote/glob-0.3.0.BUILD +++ b/bindgen/raze/remote/BUILD.glob-0.3.0.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "glob", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.0", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "glob-std" with type "test" omitted diff --git a/bindgen/raze/remote/hermit-abi-0.1.16.BUILD b/bindgen/raze/remote/BUILD.hermit-abi-0.1.16.bazel similarity index 94% rename from bindgen/raze/remote/hermit-abi-0.1.16.BUILD rename to bindgen/raze/remote/BUILD.hermit-abi-0.1.16.bazel index 5802ea9e92..71c9986e01 100644 --- a/bindgen/raze/remote/hermit-abi-0.1.16.BUILD +++ b/bindgen/raze/remote/BUILD.hermit-abi-0.1.16.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "hermit_abi", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__libc__0_2_77//:libc", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.16", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.1.16", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__libc__0_2_77//:libc", ], ) diff --git a/bindgen/raze/remote/humantime-1.3.0.BUILD b/bindgen/raze/remote/BUILD.humantime-1.3.0.bazel similarity index 94% rename from bindgen/raze/remote/humantime-1.3.0.BUILD rename to bindgen/raze/remote/BUILD.humantime-1.3.0.bazel index 44ceedd1bc..b2a967e9fd 100644 --- a/bindgen/raze/remote/humantime-1.3.0.BUILD +++ b/bindgen/raze/remote/BUILD.humantime-1.3.0.bazel @@ -28,28 +28,31 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "datetime_format" with type "bench" omitted + # Unsupported target "datetime_parse" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "humantime", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__quick_error__1_2_3//:quick_error", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.3.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.3.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__quick_error__1_2_3//:quick_error", ], ) diff --git a/bindgen/raze/remote/lazy_static-1.4.0.BUILD b/bindgen/raze/remote/BUILD.lazy_static-1.4.0.bazel similarity index 94% rename from bindgen/raze/remote/lazy_static-1.4.0.BUILD rename to bindgen/raze/remote/BUILD.lazy_static-1.4.0.bazel index 4d4dec80b8..7b829efbad 100644 --- a/bindgen/raze/remote/lazy_static-1.4.0.BUILD +++ b/bindgen/raze/remote/BUILD.lazy_static-1.4.0.bazel @@ -28,27 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "lazy_static", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.4.0", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "no_std" with type "test" omitted + # Unsupported target "test" with type "test" omitted diff --git a/bindgen/raze/remote/lazycell-1.3.0.BUILD b/bindgen/raze/remote/BUILD.lazycell-1.3.0.bazel similarity index 93% rename from bindgen/raze/remote/lazycell-1.3.0.BUILD rename to bindgen/raze/remote/BUILD.lazycell-1.3.0.bazel index 065e9ffba9..30af437bcd 100644 --- a/bindgen/raze/remote/lazycell-1.3.0.BUILD +++ b/bindgen/raze/remote/BUILD.lazycell-1.3.0.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "lazycell", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.3.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.3.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/bindgen/raze/remote/libc-0.2.77.BUILD b/bindgen/raze/remote/BUILD.libc-0.2.77.bazel similarity index 94% rename from bindgen/raze/remote/libc-0.2.77.BUILD rename to bindgen/raze/remote/BUILD.libc-0.2.77.bazel index c210070ba9..7ca35c8fe8 100644 --- a/bindgen/raze/remote/libc-0.2.77.BUILD +++ b/bindgen/raze/remote/BUILD.libc-0.2.77.bazel @@ -28,29 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "const_fn" with type "test" omitted -# buildifier: leave-alone rust_library( name = "libc", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.77", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.2.77", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "const_fn" with type "test" omitted diff --git a/bindgen/raze/remote/libloading-0.6.3.BUILD b/bindgen/raze/remote/BUILD.libloading-0.6.3.bazel similarity index 95% rename from bindgen/raze/remote/libloading-0.6.3.BUILD rename to bindgen/raze/remote/BUILD.libloading-0.6.3.bazel index c0f9086b85..717781935f 100644 --- a/bindgen/raze/remote/libloading-0.6.3.BUILD +++ b/bindgen/raze/remote/BUILD.libloading-0.6.3.bazel @@ -28,23 +28,37 @@ licenses([ "notice", # ISC from expression "ISC" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "libloading_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.6.3", + visibility = ["//visibility:private"], deps = [ ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -72,34 +86,34 @@ cargo_build_script( ], "//conditions:default": [], }), +) + +rust_library( + name = "libloading", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], version = "0.6.3", - visibility = ["//visibility:private"], -) - -# Unsupported target "constants" with type "test" omitted -# Unsupported target "functions" with type "test" omitted - -# buildifier: leave-alone -rust_library( - name = "libloading", - crate_type = "lib", + # buildifier: leave-alone deps = [ ":libloading_build_script", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -129,22 +143,14 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.6.3", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) + +# Unsupported target "constants" with type "test" omitted + +# Unsupported target "functions" with type "test" omitted + # Unsupported target "library_filename" with type "test" omitted + # Unsupported target "markers" with type "test" omitted + # Unsupported target "windows" with type "test" omitted diff --git a/bindgen/raze/remote/log-0.4.11.BUILD b/bindgen/raze/remote/BUILD.log-0.4.11.bazel similarity index 94% rename from bindgen/raze/remote/log-0.4.11.BUILD rename to bindgen/raze/remote/BUILD.log-0.4.11.bazel index 1fc764c2f9..34dcf783c9 100644 --- a/bindgen/raze/remote/log-0.4.11.BUILD +++ b/bindgen/raze/remote/BUILD.log-0.4.11.bazel @@ -28,31 +28,35 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "filters" with type "test" omitted -# buildifier: leave-alone rust_library( name = "log", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__cfg_if__0_1_10//:cfg_if", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", "--cfg=atomic_cas", ], - version = "0.4.11", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "std", + version = "0.4.11", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__cfg_if__0_1_10//:cfg_if", ], ) + +# Unsupported target "filters" with type "test" omitted + # Unsupported target "macros" with type "test" omitted diff --git a/bindgen/raze/remote/memchr-2.3.3.BUILD b/bindgen/raze/remote/BUILD.memchr-2.3.3.bazel similarity index 94% rename from bindgen/raze/remote/memchr-2.3.3.BUILD rename to bindgen/raze/remote/BUILD.memchr-2.3.3.bazel index 5e22c6529d..9f5700c216 100644 --- a/bindgen/raze/remote/memchr-2.3.3.BUILD +++ b/bindgen/raze/remote/BUILD.memchr-2.3.3.bazel @@ -28,29 +28,31 @@ licenses([ "unencumbered", # Unlicense from expression "Unlicense OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "memchr", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + "use_std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "2.3.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", - "use_std", + version = "2.3.3", + # buildifier: leave-alone + deps = [ ], ) diff --git a/bindgen/raze/remote/nom-5.1.2.BUILD b/bindgen/raze/remote/BUILD.nom-5.1.2.bazel similarity index 96% rename from bindgen/raze/remote/nom-5.1.2.BUILD rename to bindgen/raze/remote/BUILD.nom-5.1.2.bazel index 42a93efaaa..b59ce3333b 100644 --- a/bindgen/raze/remote/nom-5.1.2.BUILD +++ b/bindgen/raze/remote/BUILD.nom-5.1.2.bazel @@ -28,56 +28,85 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "arithmetic" with type "bench" omitted -# Unsupported target "arithmetic" with type "test" omitted -# Unsupported target "arithmetic_ast" with type "test" omitted -# Unsupported target "blockbuf-arithmetic" with type "test" omitted -# Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "css" with type "test" omitted -# Unsupported target "custom_errors" with type "test" omitted -# Unsupported target "escaped" with type "test" omitted -# Unsupported target "float" with type "test" omitted + # Unsupported target "http" with type "bench" omitted -# Unsupported target "inference" with type "test" omitted + # Unsupported target "ini" with type "bench" omitted -# Unsupported target "ini" with type "test" omitted + # Unsupported target "ini_complete" with type "bench" omitted + # Unsupported target "ini_str" with type "bench" omitted -# Unsupported target "ini_str" with type "test" omitted -# Unsupported target "issues" with type "test" omitted + # Unsupported target "json" with type "bench" omitted + +# Unsupported target "build-script-build" with type "custom-build" omitted + # Unsupported target "json" with type "example" omitted -# Unsupported target "json" with type "test" omitted -# Unsupported target "mp4" with type "test" omitted -# Unsupported target "multiline" with type "test" omitted -# Unsupported target "named_args" with type "test" omitted -# buildifier: leave-alone +# Unsupported target "s_expression" with type "example" omitted + +# Unsupported target "string" with type "example" omitted + rust_library( name = "nom", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__memchr__2_3_3//:memchr", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "5.1.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "alloc", - "std", + version = "5.1.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__memchr__2_3_3//:memchr", ], ) + +# Unsupported target "arithmetic" with type "test" omitted + +# Unsupported target "arithmetic_ast" with type "test" omitted + +# Unsupported target "blockbuf-arithmetic" with type "test" omitted + +# Unsupported target "css" with type "test" omitted + +# Unsupported target "custom_errors" with type "test" omitted + +# Unsupported target "escaped" with type "test" omitted + +# Unsupported target "float" with type "test" omitted + +# Unsupported target "inference" with type "test" omitted + +# Unsupported target "ini" with type "test" omitted + +# Unsupported target "ini_str" with type "test" omitted + +# Unsupported target "issues" with type "test" omitted + +# Unsupported target "json" with type "test" omitted + +# Unsupported target "mp4" with type "test" omitted + +# Unsupported target "multiline" with type "test" omitted + +# Unsupported target "named_args" with type "test" omitted + # Unsupported target "overflow" with type "test" omitted + # Unsupported target "reborrow_fold" with type "test" omitted -# Unsupported target "s_expression" with type "example" omitted -# Unsupported target "string" with type "example" omitted + # Unsupported target "test1" with type "test" omitted diff --git a/bindgen/raze/remote/peeking_take_while-0.1.2.BUILD b/bindgen/raze/remote/BUILD.peeking_take_while-0.1.2.bazel similarity index 93% rename from bindgen/raze/remote/peeking_take_while-0.1.2.BUILD rename to bindgen/raze/remote/BUILD.peeking_take_while-0.1.2.bazel index 3637fb03a9..6ea3ace427 100644 --- a/bindgen/raze/remote/peeking_take_while-0.1.2.BUILD +++ b/bindgen/raze/remote/BUILD.peeking_take_while-0.1.2.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "peeking_take_while", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.2", + # buildifier: leave-alone + deps = [ ], ) diff --git a/bindgen/raze/remote/proc-macro2-1.0.23.BUILD b/bindgen/raze/remote/BUILD.proc-macro2-1.0.23.bazel similarity index 95% rename from bindgen/raze/remote/proc-macro2-1.0.23.BUILD rename to bindgen/raze/remote/BUILD.proc-macro2-1.0.23.bazel index d0890946f6..76f889f611 100644 --- a/bindgen/raze/remote/proc-macro2-1.0.23.BUILD +++ b/bindgen/raze/remote/BUILD.proc-macro2-1.0.23.bazel @@ -28,32 +28,39 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "comments" with type "test" omitted -# Unsupported target "features" with type "test" omitted -# Unsupported target "marker" with type "test" omitted -# buildifier: leave-alone rust_library( name = "proc_macro2", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__unicode_xid__0_2_1//:unicode_xid", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.23", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.23", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__unicode_xid__0_2_1//:unicode_xid", ], ) + +# Unsupported target "comments" with type "test" omitted + +# Unsupported target "features" with type "test" omitted + +# Unsupported target "marker" with type "test" omitted + # Unsupported target "test" with type "test" omitted + # Unsupported target "test_fmt" with type "test" omitted diff --git a/bindgen/raze/remote/quick-error-1.2.3.BUILD b/bindgen/raze/remote/BUILD.quick-error-1.2.3.bazel similarity index 93% rename from bindgen/raze/remote/quick-error-1.2.3.BUILD rename to bindgen/raze/remote/BUILD.quick-error-1.2.3.bazel index 1263c4cbeb..02b1ae4a26 100644 --- a/bindgen/raze/remote/quick-error-1.2.3.BUILD +++ b/bindgen/raze/remote/BUILD.quick-error-1.2.3.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "context" with type "example" omitted -# buildifier: leave-alone rust_library( name = "quick_error", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.2.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.2.3", + # buildifier: leave-alone + deps = [ ], ) diff --git a/bindgen/raze/remote/quote-1.0.7.BUILD b/bindgen/raze/remote/BUILD.quote-1.0.7.bazel similarity index 94% rename from bindgen/raze/remote/quote-1.0.7.BUILD rename to bindgen/raze/remote/BUILD.quote-1.0.7.bazel index f2a927170f..e7bf7785c4 100644 --- a/bindgen/raze/remote/quote-1.0.7.BUILD +++ b/bindgen/raze/remote/BUILD.quote-1.0.7.bazel @@ -28,28 +28,31 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "compiletest" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "quote", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__proc_macro2__1_0_23//:proc_macro2", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.7", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.7", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__proc_macro2__1_0_23//:proc_macro2", ], ) + +# Unsupported target "compiletest" with type "test" omitted + # Unsupported target "test" with type "test" omitted diff --git a/bindgen/raze/remote/regex-1.3.9.BUILD b/bindgen/raze/remote/BUILD.regex-1.3.9.bazel similarity index 97% rename from bindgen/raze/remote/regex-1.3.9.BUILD rename to bindgen/raze/remote/BUILD.regex-1.3.9.bazel index fe39f72991..a70c45ccd4 100644 --- a/bindgen/raze/remote/regex-1.3.9.BUILD +++ b/bindgen/raze/remote/BUILD.regex-1.3.9.bazel @@ -28,38 +28,23 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "backtrack" with type "test" omitted -# Unsupported target "backtrack-bytes" with type "test" omitted -# Unsupported target "backtrack-utf8bytes" with type "test" omitted -# Unsupported target "crates-regex" with type "test" omitted -# Unsupported target "default" with type "test" omitted -# Unsupported target "default-bytes" with type "test" omitted -# Unsupported target "nfa" with type "test" omitted -# Unsupported target "nfa-bytes" with type "test" omitted -# Unsupported target "nfa-utf8bytes" with type "test" omitted +# Generated Targets + +# Unsupported target "shootout-regex-dna" with type "example" omitted + +# Unsupported target "shootout-regex-dna-bytes" with type "example" omitted + +# Unsupported target "shootout-regex-dna-cheat" with type "example" omitted + +# Unsupported target "shootout-regex-dna-replace" with type "example" omitted + +# Unsupported target "shootout-regex-dna-single" with type "example" omitted + +# Unsupported target "shootout-regex-dna-single-cheat" with type "example" omitted -# buildifier: leave-alone rust_library( name = "regex", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__aho_corasick__0_7_13//:aho_corasick", - "@rules_rust_bindgen__memchr__2_3_3//:memchr", - "@rules_rust_bindgen__regex_syntax__0_6_18//:regex_syntax", - "@rules_rust_bindgen__thread_local__1_0_1//:thread_local", - ], srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.3.9", - tags = [ - "cargo-raze", - "manual", - ], crate_features = [ "aho-corasick", "default", @@ -80,10 +65,41 @@ rust_library( "unicode-script", "unicode-segment", ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.3.9", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__aho_corasick__0_7_13//:aho_corasick", + "@rules_rust_bindgen__memchr__2_3_3//:memchr", + "@rules_rust_bindgen__regex_syntax__0_6_18//:regex_syntax", + "@rules_rust_bindgen__thread_local__1_0_1//:thread_local", + ], ) -# Unsupported target "shootout-regex-dna" with type "example" omitted -# Unsupported target "shootout-regex-dna-bytes" with type "example" omitted -# Unsupported target "shootout-regex-dna-cheat" with type "example" omitted -# Unsupported target "shootout-regex-dna-replace" with type "example" omitted -# Unsupported target "shootout-regex-dna-single" with type "example" omitted -# Unsupported target "shootout-regex-dna-single-cheat" with type "example" omitted + +# Unsupported target "backtrack" with type "test" omitted + +# Unsupported target "backtrack-bytes" with type "test" omitted + +# Unsupported target "backtrack-utf8bytes" with type "test" omitted + +# Unsupported target "crates-regex" with type "test" omitted + +# Unsupported target "default" with type "test" omitted + +# Unsupported target "default-bytes" with type "test" omitted + +# Unsupported target "nfa" with type "test" omitted + +# Unsupported target "nfa-bytes" with type "test" omitted + +# Unsupported target "nfa-utf8bytes" with type "test" omitted diff --git a/bindgen/raze/remote/regex-syntax-0.6.18.BUILD b/bindgen/raze/remote/BUILD.regex-syntax-0.6.18.bazel similarity index 94% rename from bindgen/raze/remote/regex-syntax-0.6.18.BUILD rename to bindgen/raze/remote/BUILD.regex-syntax-0.6.18.bazel index b7bb51df8c..9438b7ae47 100644 --- a/bindgen/raze/remote/regex-syntax-0.6.18.BUILD +++ b/bindgen/raze/remote/BUILD.regex-syntax-0.6.18.bazel @@ -28,26 +28,13 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "regex_syntax", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.6.18", - tags = [ - "cargo-raze", - "manual", - ], crate_features = [ "default", "unicode", @@ -59,4 +46,19 @@ rust_library( "unicode-script", "unicode-segment", ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.6.18", + # buildifier: leave-alone + deps = [ + ], ) diff --git a/bindgen/raze/remote/rustc-hash-1.1.0.BUILD b/bindgen/raze/remote/BUILD.rustc-hash-1.1.0.bazel similarity index 93% rename from bindgen/raze/remote/rustc-hash-1.1.0.BUILD rename to bindgen/raze/remote/BUILD.rustc-hash-1.1.0.bazel index 7db31601cd..7b4585fb16 100644 --- a/bindgen/raze/remote/rustc-hash-1.1.0.BUILD +++ b/bindgen/raze/remote/BUILD.rustc-hash-1.1.0.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "rustc_hash", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.1.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "1.1.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/bindgen/raze/remote/shlex-0.1.1.BUILD b/bindgen/raze/remote/BUILD.shlex-0.1.1.bazel similarity index 93% rename from bindgen/raze/remote/shlex-0.1.1.BUILD rename to bindgen/raze/remote/BUILD.shlex-0.1.1.bazel index 2882ade1d3..eada9ade12 100644 --- a/bindgen/raze/remote/shlex-0.1.1.BUILD +++ b/bindgen/raze/remote/BUILD.shlex-0.1.1.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "shlex", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.1", + # buildifier: leave-alone + deps = [ ], ) diff --git a/bindgen/raze/remote/strsim-0.8.0.BUILD b/bindgen/raze/remote/BUILD.strsim-0.8.0.bazel similarity index 94% rename from bindgen/raze/remote/strsim-0.8.0.BUILD rename to bindgen/raze/remote/BUILD.strsim-0.8.0.bazel index fe5c559fae..13c221455c 100644 --- a/bindgen/raze/remote/strsim-0.8.0.BUILD +++ b/bindgen/raze/remote/BUILD.strsim-0.8.0.bazel @@ -28,27 +28,30 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "benches" with type "bench" omitted -# Unsupported target "lib" with type "test" omitted -# buildifier: leave-alone rust_library( name = "strsim", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.8.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.8.0", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "lib" with type "test" omitted diff --git a/bindgen/raze/remote/termcolor-1.1.0.BUILD b/bindgen/raze/remote/BUILD.termcolor-1.1.0.bazel similarity index 95% rename from bindgen/raze/remote/termcolor-1.1.0.BUILD rename to bindgen/raze/remote/BUILD.termcolor-1.1.0.bazel index 00aac45140..c3ec57ae0a 100644 --- a/bindgen/raze/remote/termcolor-1.1.0.BUILD +++ b/bindgen/raze/remote/BUILD.termcolor-1.1.0.bazel @@ -28,12 +28,28 @@ licenses([ "unencumbered", # Unlicense from expression "Unlicense OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "termcolor", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.1.0", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(windows) @@ -45,19 +61,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.1.0", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/bindgen/raze/remote/textwrap-0.11.0.BUILD b/bindgen/raze/remote/BUILD.textwrap-0.11.0.bazel similarity index 94% rename from bindgen/raze/remote/textwrap-0.11.0.BUILD rename to bindgen/raze/remote/BUILD.textwrap-0.11.0.bazel index f99fee4246..757a262af8 100644 --- a/bindgen/raze/remote/textwrap-0.11.0.BUILD +++ b/bindgen/raze/remote/BUILD.textwrap-0.11.0.bazel @@ -28,30 +28,35 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "layout" with type "example" omitted +# Generated Targets + # Unsupported target "linear" with type "bench" omitted + +# Unsupported target "layout" with type "example" omitted + # Unsupported target "termwidth" with type "example" omitted -# buildifier: leave-alone rust_library( name = "textwrap", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__unicode_width__0_1_8//:unicode_width", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.11.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.11.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__unicode_width__0_1_8//:unicode_width", ], ) + # Unsupported target "version-numbers" with type "test" omitted diff --git a/bindgen/raze/remote/thread_local-1.0.1.BUILD b/bindgen/raze/remote/BUILD.thread_local-1.0.1.bazel similarity index 94% rename from bindgen/raze/remote/thread_local-1.0.1.BUILD rename to bindgen/raze/remote/BUILD.thread_local-1.0.1.bazel index b165bb306b..cb19c0b3bc 100644 --- a/bindgen/raze/remote/thread_local-1.0.1.BUILD +++ b/bindgen/raze/remote/BUILD.thread_local-1.0.1.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "thread_local" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "thread_local", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__lazy_static__1_4_0//:lazy_static", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__lazy_static__1_4_0//:lazy_static", ], ) diff --git a/bindgen/raze/remote/unicode-width-0.1.8.BUILD b/bindgen/raze/remote/BUILD.unicode-width-0.1.8.bazel similarity index 93% rename from bindgen/raze/remote/unicode-width-0.1.8.BUILD rename to bindgen/raze/remote/BUILD.unicode-width-0.1.8.bazel index d9460e404d..9fcbd5156f 100644 --- a/bindgen/raze/remote/unicode-width-0.1.8.BUILD +++ b/bindgen/raze/remote/BUILD.unicode-width-0.1.8.bazel @@ -28,26 +28,27 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "unicode_width", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.8", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.1.8", + # buildifier: leave-alone + deps = [ ], ) diff --git a/bindgen/raze/remote/unicode-xid-0.2.1.BUILD b/bindgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel similarity index 94% rename from bindgen/raze/remote/unicode-xid-0.2.1.BUILD rename to bindgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel index 056048e740..8269eca2bd 100644 --- a/bindgen/raze/remote/unicode-xid-0.2.1.BUILD +++ b/bindgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "exhaustive_tests" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "unicode_xid", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.2.1", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "exhaustive_tests" with type "test" omitted diff --git a/bindgen/raze/remote/vec_map-0.8.2.BUILD b/bindgen/raze/remote/BUILD.vec_map-0.8.2.bazel similarity index 93% rename from bindgen/raze/remote/vec_map-0.8.2.BUILD rename to bindgen/raze/remote/BUILD.vec_map-0.8.2.bazel index 6ba78cd615..88d04d9307 100644 --- a/bindgen/raze/remote/vec_map-0.8.2.BUILD +++ b/bindgen/raze/remote/BUILD.vec_map-0.8.2.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "vec_map", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.8.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.8.2", + # buildifier: leave-alone + deps = [ ], ) diff --git a/bindgen/raze/remote/version_check-0.9.2.BUILD b/bindgen/raze/remote/BUILD.version_check-0.9.2.bazel similarity index 93% rename from bindgen/raze/remote/version_check-0.9.2.BUILD rename to bindgen/raze/remote/BUILD.version_check-0.9.2.bazel index c7984058f3..a1ea795407 100644 --- a/bindgen/raze/remote/version_check-0.9.2.BUILD +++ b/bindgen/raze/remote/BUILD.version_check-0.9.2.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "version_check", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.9.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.9.2", + # buildifier: leave-alone + deps = [ ], ) diff --git a/bindgen/raze/remote/which-3.1.1.BUILD b/bindgen/raze/remote/BUILD.which-3.1.1.bazel similarity index 94% rename from bindgen/raze/remote/which-3.1.1.BUILD rename to bindgen/raze/remote/BUILD.which-3.1.1.bazel index 9ddcec960e..d60e2a4f67 100644 --- a/bindgen/raze/remote/which-3.1.1.BUILD +++ b/bindgen/raze/remote/BUILD.which-3.1.1.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "basic" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "which", - crate_type = "lib", - deps = [ - "@rules_rust_bindgen__libc__0_2_77//:libc", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "3.1.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "3.1.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_bindgen__libc__0_2_77//:libc", ], ) + +# Unsupported target "basic" with type "test" omitted diff --git a/bindgen/raze/remote/winapi-0.3.9.BUILD b/bindgen/raze/remote/BUILD.winapi-0.3.9.bazel similarity index 95% rename from bindgen/raze/remote/winapi-0.3.9.BUILD rename to bindgen/raze/remote/BUILD.winapi-0.3.9.bazel index dec245e7da..411c75f1b8 100644 --- a/bindgen/raze/remote/winapi-0.3.9.BUILD +++ b/bindgen/raze/remote/BUILD.winapi-0.3.9.bazel @@ -28,26 +28,13 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "winapi", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.3.9", - tags = [ - "cargo-raze", - "manual", - ], crate_features = [ "consoleapi", "errhandlingapi", @@ -62,4 +49,19 @@ rust_library( "winerror", "winnt", ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.9", + # buildifier: leave-alone + deps = [ + ], ) diff --git a/bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD b/bindgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel similarity index 94% rename from bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD rename to bindgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel index 96822d3276..b327700416 100644 --- a/bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD +++ b/bindgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "winapi_i686_pc_windows_gnu", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/bindgen/raze/remote/winapi-util-0.1.5.BUILD b/bindgen/raze/remote/BUILD.winapi-util-0.1.5.bazel similarity index 95% rename from bindgen/raze/remote/winapi-util-0.1.5.BUILD rename to bindgen/raze/remote/BUILD.winapi-util-0.1.5.bazel index d4a5b8c5a7..6d77b29338 100644 --- a/bindgen/raze/remote/winapi-util-0.1.5.BUILD +++ b/bindgen/raze/remote/BUILD.winapi-util-0.1.5.bazel @@ -28,12 +28,28 @@ licenses([ "unencumbered", # Unlicense from expression "Unlicense OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "winapi_util", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.5", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(windows) @@ -45,19 +61,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.5", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD b/bindgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel similarity index 94% rename from bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD rename to bindgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel index ae9c8b5246..801e1e81f5 100644 --- a/bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD +++ b/bindgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "winapi_x86_64_pc_windows_gnu", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/examples/complex_sys/Cargo.toml b/examples/complex_sys/Cargo.toml index ad218bf1e1..0825d3879b 100644 --- a/examples/complex_sys/Cargo.toml +++ b/examples/complex_sys/Cargo.toml @@ -9,6 +9,7 @@ path = "src/main.rs" [dependencies] git2 = "=0.13.12" +# WARNING: Subsequent runs of cargo-raze on this manifest will break examples [raze] workspace_path = "//complex_sys/raze" genmode = "Remote" diff --git a/examples/complex_sys/raze/crates.bzl b/examples/complex_sys/raze/crates.bzl index 30abaf8e50..782dc05d3b 100644 --- a/examples/complex_sys/raze/crates.bzl +++ b/examples/complex_sys/raze/crates.bzl @@ -17,7 +17,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/autocfg/1.0.1/download", type = "tar.gz", strip_prefix = "autocfg-1.0.1", - build_file = Label("//complex_sys/raze/remote:autocfg-1.0.1.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.autocfg-1.0.1.bazel"), ) maybe( @@ -26,7 +26,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/bitflags/1.2.1/download", type = "tar.gz", strip_prefix = "bitflags-1.2.1", - build_file = Label("//complex_sys/raze/remote:bitflags-1.2.1.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.bitflags-1.2.1.bazel"), ) maybe( @@ -35,7 +35,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/cc/1.0.61/download", type = "tar.gz", strip_prefix = "cc-1.0.61", - build_file = Label("//complex_sys/raze/remote:cc-1.0.61.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.cc-1.0.61.bazel"), ) maybe( @@ -44,7 +44,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/cfg-if/0.1.10/download", type = "tar.gz", strip_prefix = "cfg-if-0.1.10", - build_file = Label("//complex_sys/raze/remote:cfg-if-0.1.10.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.cfg-if-0.1.10.bazel"), ) maybe( @@ -53,7 +53,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/git2/0.13.12/download", type = "tar.gz", strip_prefix = "git2-0.13.12", - build_file = Label("//complex_sys/raze/remote:git2-0.13.12.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.git2-0.13.12.bazel"), ) maybe( @@ -62,7 +62,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/idna/0.2.0/download", type = "tar.gz", strip_prefix = "idna-0.2.0", - build_file = Label("//complex_sys/raze/remote:idna-0.2.0.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.idna-0.2.0.bazel"), ) maybe( @@ -71,7 +71,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/jobserver/0.1.21/download", type = "tar.gz", strip_prefix = "jobserver-0.1.21", - build_file = Label("//complex_sys/raze/remote:jobserver-0.1.21.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.jobserver-0.1.21.bazel"), ) maybe( @@ -80,7 +80,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/libc/0.2.80/download", type = "tar.gz", strip_prefix = "libc-0.2.80", - build_file = Label("//complex_sys/raze/remote:libc-0.2.80.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.libc-0.2.80.bazel"), ) maybe( @@ -89,7 +89,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/libgit2-sys/0.12.14+1.1.0/download", type = "tar.gz", strip_prefix = "libgit2-sys-0.12.14+1.1.0", - build_file = Label("//complex_sys/raze/remote:libgit2-sys-0.12.14+1.1.0.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.libgit2-sys-0.12.14+1.1.0.bazel"), ) maybe( @@ -98,7 +98,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/libssh2-sys/0.2.19/download", type = "tar.gz", strip_prefix = "libssh2-sys-0.2.19", - build_file = Label("//complex_sys/raze/remote:libssh2-sys-0.2.19.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.libssh2-sys-0.2.19.bazel"), ) maybe( @@ -107,7 +107,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/libz-sys/1.1.2/download", type = "tar.gz", strip_prefix = "libz-sys-1.1.2", - build_file = Label("//complex_sys/raze/remote:libz-sys-1.1.2.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.libz-sys-1.1.2.bazel"), ) maybe( @@ -116,7 +116,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/log/0.4.11/download", type = "tar.gz", strip_prefix = "log-0.4.11", - build_file = Label("//complex_sys/raze/remote:log-0.4.11.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.log-0.4.11.bazel"), ) maybe( @@ -125,7 +125,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/matches/0.1.8/download", type = "tar.gz", strip_prefix = "matches-0.1.8", - build_file = Label("//complex_sys/raze/remote:matches-0.1.8.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.matches-0.1.8.bazel"), ) maybe( @@ -134,7 +134,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/openssl-probe/0.1.2/download", type = "tar.gz", strip_prefix = "openssl-probe-0.1.2", - build_file = Label("//complex_sys/raze/remote:openssl-probe-0.1.2.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.openssl-probe-0.1.2.bazel"), ) maybe( @@ -143,7 +143,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/openssl-sys/0.9.58/download", type = "tar.gz", strip_prefix = "openssl-sys-0.9.58", - build_file = Label("//complex_sys/raze/remote:openssl-sys-0.9.58.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.openssl-sys-0.9.58.bazel"), ) maybe( @@ -152,7 +152,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/percent-encoding/2.1.0/download", type = "tar.gz", strip_prefix = "percent-encoding-2.1.0", - build_file = Label("//complex_sys/raze/remote:percent-encoding-2.1.0.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.percent-encoding-2.1.0.bazel"), ) maybe( @@ -161,7 +161,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/pkg-config/0.3.19/download", type = "tar.gz", strip_prefix = "pkg-config-0.3.19", - build_file = Label("//complex_sys/raze/remote:pkg-config-0.3.19.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.pkg-config-0.3.19.bazel"), ) maybe( @@ -170,7 +170,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/tinyvec/0.3.4/download", type = "tar.gz", strip_prefix = "tinyvec-0.3.4", - build_file = Label("//complex_sys/raze/remote:tinyvec-0.3.4.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.tinyvec-0.3.4.bazel"), ) maybe( @@ -179,7 +179,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.4/download", type = "tar.gz", strip_prefix = "unicode-bidi-0.3.4", - build_file = Label("//complex_sys/raze/remote:unicode-bidi-0.3.4.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.unicode-bidi-0.3.4.bazel"), ) maybe( @@ -188,7 +188,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.13/download", type = "tar.gz", strip_prefix = "unicode-normalization-0.1.13", - build_file = Label("//complex_sys/raze/remote:unicode-normalization-0.1.13.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.unicode-normalization-0.1.13.bazel"), ) maybe( @@ -197,7 +197,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/url/2.1.1/download", type = "tar.gz", strip_prefix = "url-2.1.1", - build_file = Label("//complex_sys/raze/remote:url-2.1.1.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.url-2.1.1.bazel"), ) maybe( @@ -206,5 +206,5 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): url = "https://crates.io/api/v1/crates/vcpkg/0.2.10/download", type = "tar.gz", strip_prefix = "vcpkg-0.2.10", - build_file = Label("//complex_sys/raze/remote:vcpkg-0.2.10.BUILD.bazel"), + build_file = Label("//complex_sys/raze/remote:BUILD.vcpkg-0.2.10.bazel"), ) diff --git a/examples/complex_sys/raze/remote/autocfg-1.0.1.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.autocfg-1.0.1.bazel similarity index 100% rename from examples/complex_sys/raze/remote/autocfg-1.0.1.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.autocfg-1.0.1.bazel diff --git a/examples/complex_sys/raze/remote/bitflags-1.2.1.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.bitflags-1.2.1.bazel similarity index 100% rename from examples/complex_sys/raze/remote/bitflags-1.2.1.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.bitflags-1.2.1.bazel diff --git a/examples/complex_sys/raze/remote/cc-1.0.60.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.cc-1.0.60.bazel similarity index 100% rename from examples/complex_sys/raze/remote/cc-1.0.60.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.cc-1.0.60.bazel diff --git a/examples/complex_sys/raze/remote/cc-1.0.61.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.cc-1.0.61.bazel similarity index 100% rename from examples/complex_sys/raze/remote/cc-1.0.61.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.cc-1.0.61.bazel diff --git a/examples/complex_sys/raze/remote/cfg-if-0.1.10.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.cfg-if-0.1.10.bazel similarity index 100% rename from examples/complex_sys/raze/remote/cfg-if-0.1.10.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.cfg-if-0.1.10.bazel diff --git a/examples/complex_sys/raze/remote/git2-0.13.12.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.git2-0.13.12.bazel similarity index 100% rename from examples/complex_sys/raze/remote/git2-0.13.12.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.git2-0.13.12.bazel diff --git a/examples/complex_sys/raze/remote/idna-0.2.0.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.idna-0.2.0.bazel similarity index 100% rename from examples/complex_sys/raze/remote/idna-0.2.0.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.idna-0.2.0.bazel diff --git a/examples/complex_sys/raze/remote/jobserver-0.1.21.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.jobserver-0.1.21.bazel similarity index 100% rename from examples/complex_sys/raze/remote/jobserver-0.1.21.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.jobserver-0.1.21.bazel diff --git a/examples/complex_sys/raze/remote/libc-0.2.77.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.libc-0.2.77.bazel similarity index 100% rename from examples/complex_sys/raze/remote/libc-0.2.77.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.libc-0.2.77.bazel diff --git a/examples/complex_sys/raze/remote/libc-0.2.80.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.libc-0.2.80.bazel similarity index 100% rename from examples/complex_sys/raze/remote/libc-0.2.80.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.libc-0.2.80.bazel diff --git a/examples/complex_sys/raze/remote/libgit2-sys-0.12.14+1.1.0.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.libgit2-sys-0.12.14+1.1.0.bazel similarity index 100% rename from examples/complex_sys/raze/remote/libgit2-sys-0.12.14+1.1.0.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.libgit2-sys-0.12.14+1.1.0.bazel diff --git a/examples/complex_sys/raze/remote/libssh2-sys-0.2.19.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.libssh2-sys-0.2.19.bazel similarity index 100% rename from examples/complex_sys/raze/remote/libssh2-sys-0.2.19.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.libssh2-sys-0.2.19.bazel diff --git a/examples/complex_sys/raze/remote/libz-sys-1.1.2.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.libz-sys-1.1.2.bazel similarity index 100% rename from examples/complex_sys/raze/remote/libz-sys-1.1.2.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.libz-sys-1.1.2.bazel diff --git a/examples/complex_sys/raze/remote/log-0.4.11.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.log-0.4.11.bazel similarity index 100% rename from examples/complex_sys/raze/remote/log-0.4.11.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.log-0.4.11.bazel diff --git a/examples/complex_sys/raze/remote/matches-0.1.8.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.matches-0.1.8.bazel similarity index 100% rename from examples/complex_sys/raze/remote/matches-0.1.8.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.matches-0.1.8.bazel diff --git a/examples/complex_sys/raze/remote/openssl-probe-0.1.2.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.openssl-probe-0.1.2.bazel similarity index 100% rename from examples/complex_sys/raze/remote/openssl-probe-0.1.2.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.openssl-probe-0.1.2.bazel diff --git a/examples/complex_sys/raze/remote/openssl-src-111.12.0+1.1.1h.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.openssl-src-111.12.0+1.1.1h.bazel similarity index 100% rename from examples/complex_sys/raze/remote/openssl-src-111.12.0+1.1.1h.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.openssl-src-111.12.0+1.1.1h.bazel diff --git a/examples/complex_sys/raze/remote/openssl-sys-0.9.58.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.openssl-sys-0.9.58.bazel similarity index 100% rename from examples/complex_sys/raze/remote/openssl-sys-0.9.58.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.openssl-sys-0.9.58.bazel diff --git a/examples/complex_sys/raze/remote/percent-encoding-2.1.0.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.percent-encoding-2.1.0.bazel similarity index 100% rename from examples/complex_sys/raze/remote/percent-encoding-2.1.0.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.percent-encoding-2.1.0.bazel diff --git a/examples/complex_sys/raze/remote/pkg-config-0.3.18.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.pkg-config-0.3.18.bazel similarity index 100% rename from examples/complex_sys/raze/remote/pkg-config-0.3.18.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.pkg-config-0.3.18.bazel diff --git a/examples/complex_sys/raze/remote/pkg-config-0.3.19.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.pkg-config-0.3.19.bazel similarity index 100% rename from examples/complex_sys/raze/remote/pkg-config-0.3.19.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.pkg-config-0.3.19.bazel diff --git a/examples/complex_sys/raze/remote/tinyvec-0.3.4.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.tinyvec-0.3.4.bazel similarity index 100% rename from examples/complex_sys/raze/remote/tinyvec-0.3.4.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.tinyvec-0.3.4.bazel diff --git a/examples/complex_sys/raze/remote/unicode-bidi-0.3.4.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.unicode-bidi-0.3.4.bazel similarity index 100% rename from examples/complex_sys/raze/remote/unicode-bidi-0.3.4.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.unicode-bidi-0.3.4.bazel diff --git a/examples/complex_sys/raze/remote/unicode-normalization-0.1.13.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.unicode-normalization-0.1.13.bazel similarity index 100% rename from examples/complex_sys/raze/remote/unicode-normalization-0.1.13.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.unicode-normalization-0.1.13.bazel diff --git a/examples/complex_sys/raze/remote/url-2.1.1.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.url-2.1.1.bazel similarity index 100% rename from examples/complex_sys/raze/remote/url-2.1.1.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.url-2.1.1.bazel diff --git a/examples/complex_sys/raze/remote/vcpkg-0.2.10.BUILD.bazel b/examples/complex_sys/raze/remote/BUILD.vcpkg-0.2.10.bazel similarity index 100% rename from examples/complex_sys/raze/remote/vcpkg-0.2.10.BUILD.bazel rename to examples/complex_sys/raze/remote/BUILD.vcpkg-0.2.10.bazel diff --git a/examples/hello_sys/Cargo.toml b/examples/hello_sys/Cargo.toml index ff6e139530..218e3a0017 100644 --- a/examples/hello_sys/Cargo.toml +++ b/examples/hello_sys/Cargo.toml @@ -9,11 +9,13 @@ path = "src/main.rs" [dependencies] bzip2 = "=0.3.3" -[raze] +[package.metadata.raze] workspace_path = "//hello_sys/raze" genmode = "Remote" -incompatible_relative_workspace_path = true gen_workspace_prefix = "rules_rust_examples_hello_sys" +rust_rules_workspace_name = "io_bazel_rules_rust" +package_aliases_dir = "raze" +default_gen_buildrs = false -[raze.crates.bzip2-sys.'0.1.9+1.0.8'] +[package.metadata.raze.crates.bzip2-sys.'0.1.9+1.0.8'] gen_buildrs = true diff --git a/examples/hello_sys/raze/BUILD.bazel b/examples/hello_sys/raze/BUILD.bazel index 6e7b73604b..07ee1960bb 100644 --- a/examples/hello_sys/raze/BUILD.bazel +++ b/examples/hello_sys/raze/BUILD.bazel @@ -1,6 +1,6 @@ """ @generated -cargo-raze workspace build file. +cargo-raze generated Bazel file. DO NOT EDIT! Replaced on runs of cargo-raze """ diff --git a/examples/hello_sys/raze/crates.bzl b/examples/hello_sys/raze/crates.bzl index 0620ed6c36..65e7694fda 100644 --- a/examples/hello_sys/raze/crates.bzl +++ b/examples/hello_sys/raze/crates.bzl @@ -1,6 +1,6 @@ """ @generated -cargo-raze crate workspace functions +cargo-raze generated Bazel file. DO NOT EDIT! Replaced on runs of cargo-raze """ @@ -18,7 +18,7 @@ def rules_rust_examples_hello_sys_fetch_remote_crates(): type = "tar.gz", sha256 = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b", strip_prefix = "bzip2-0.3.3", - build_file = Label("//hello_sys/raze/remote:bzip2-0.3.3.BUILD.bazel"), + build_file = Label("//hello_sys/raze/remote:BUILD.bzip2-0.3.3.bazel"), ) maybe( @@ -28,7 +28,7 @@ def rules_rust_examples_hello_sys_fetch_remote_crates(): type = "tar.gz", sha256 = "ad3b39a260062fca31f7b0b12f207e8f2590a67d32ec7d59c20484b07ea7285e", strip_prefix = "bzip2-sys-0.1.9+1.0.8", - build_file = Label("//hello_sys/raze/remote:bzip2-sys-0.1.9+1.0.8.BUILD.bazel"), + build_file = Label("//hello_sys/raze/remote:BUILD.bzip2-sys-0.1.9+1.0.8.bazel"), ) maybe( @@ -38,7 +38,7 @@ def rules_rust_examples_hello_sys_fetch_remote_crates(): type = "tar.gz", sha256 = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c", strip_prefix = "cc-1.0.60", - build_file = Label("//hello_sys/raze/remote:cc-1.0.60.BUILD.bazel"), + build_file = Label("//hello_sys/raze/remote:BUILD.cc-1.0.60.bazel"), ) maybe( @@ -48,7 +48,7 @@ def rules_rust_examples_hello_sys_fetch_remote_crates(): type = "tar.gz", sha256 = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235", strip_prefix = "libc-0.2.77", - build_file = Label("//hello_sys/raze/remote:libc-0.2.77.BUILD.bazel"), + build_file = Label("//hello_sys/raze/remote:BUILD.libc-0.2.77.bazel"), ) maybe( @@ -58,5 +58,5 @@ def rules_rust_examples_hello_sys_fetch_remote_crates(): type = "tar.gz", sha256 = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33", strip_prefix = "pkg-config-0.3.18", - build_file = Label("//hello_sys/raze/remote:pkg-config-0.3.18.BUILD.bazel"), + build_file = Label("//hello_sys/raze/remote:BUILD.pkg-config-0.3.18.bazel"), ) diff --git a/examples/hello_sys/raze/remote/bzip2-0.3.3.BUILD.bazel b/examples/hello_sys/raze/remote/BUILD.bzip2-0.3.3.bazel similarity index 94% rename from examples/hello_sys/raze/remote/bzip2-0.3.3.BUILD.bazel rename to examples/hello_sys/raze/remote/BUILD.bzip2-0.3.3.bazel index 44bea4fa57..67d1562c0c 100644 --- a/examples/hello_sys/raze/remote/bzip2-0.3.3.BUILD.bazel +++ b/examples/hello_sys/raze/remote/BUILD.bzip2-0.3.3.bazel @@ -28,28 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "bzip2", - crate_type = "lib", - deps = [ - "@rules_rust_examples_hello_sys__bzip2_sys__0_1_9_1_0_8//:bzip2_sys", - "@rules_rust_examples_hello_sys__libc__0_2_77//:libc", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_hello_sys__bzip2_sys__0_1_9_1_0_8//:bzip2_sys", + "@rules_rust_examples_hello_sys__libc__0_2_77//:libc", ], ) + # Unsupported target "tokio" with type "test" omitted diff --git a/examples/hello_sys/raze/remote/bzip2-sys-0.1.9+1.0.8.BUILD.bazel b/examples/hello_sys/raze/remote/BUILD.bzip2-sys-0.1.9+1.0.8.bazel similarity index 96% rename from examples/hello_sys/raze/remote/bzip2-sys-0.1.9+1.0.8.BUILD.bazel rename to examples/hello_sys/raze/remote/BUILD.bzip2-sys-0.1.9+1.0.8.bazel index 48efea6068..cb54c83f54 100644 --- a/examples/hello_sys/raze/remote/bzip2-sys-0.1.9+1.0.8.BUILD.bazel +++ b/examples/hello_sys/raze/remote/BUILD.bzip2-sys-0.1.9+1.0.8.bazel @@ -28,59 +28,58 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "bzip2_sys_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2015", - deps = [ - "@rules_rust_examples_hello_sys__cc__1_0_60//:cc", - "@rules_rust_examples_hello_sys__pkg_config__0_3_18//:pkg_config", - ], rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], version = "0.1.9+1.0.8", visibility = ["//visibility:private"], + deps = [ + "@rules_rust_examples_hello_sys__cc__1_0_60//:cc", + "@rules_rust_examples_hello_sys__pkg_config__0_3_18//:pkg_config", + ], ) - -# buildifier: leave-alone rust_library( name = "bzip2_sys", - crate_type = "lib", - deps = [ - ":bzip2_sys_build_script", - "@rules_rust_examples_hello_sys__libc__0_2_77//:libc", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.9+1.0.8", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.9+1.0.8", + # buildifier: leave-alone + deps = [ + ":bzip2_sys_build_script", + "@rules_rust_examples_hello_sys__libc__0_2_77//:libc", ], ) diff --git a/examples/hello_sys/raze/remote/cc-1.0.60.BUILD.bazel b/examples/hello_sys/raze/remote/BUILD.cc-1.0.60.bazel similarity index 93% rename from examples/hello_sys/raze/remote/cc-1.0.60.BUILD.bazel rename to examples/hello_sys/raze/remote/BUILD.cc-1.0.60.bazel index 0991ff5993..6298ad04e8 100644 --- a/examples/hello_sys/raze/remote/cc-1.0.60.BUILD.bazel +++ b/examples/hello_sys/raze/remote/BUILD.cc-1.0.60.bazel @@ -28,53 +28,59 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone -rust_library( - name = "cc", - crate_type = "lib", - deps = [ - ], +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_gcc_shim", srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", + crate_features = [ + ], + crate_root = "src/bin/gcc-shim.rs", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.60", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], -) -# Unsupported target "cc_env" with type "test" omitted -# Unsupported target "cflags" with type "test" omitted -# Unsupported target "cxxflags" with type "test" omitted - -# buildifier: leave-alone -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_gcc_shim", + version = "1.0.60", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":cc", ], +) + +rust_library( + name = "cc", srcs = glob(["**/*.rs"]), - crate_root = "src/bin/gcc-shim.rs", + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.60", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.60", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "cc_env" with type "test" omitted + +# Unsupported target "cflags" with type "test" omitted + +# Unsupported target "cxxflags" with type "test" omitted + # Unsupported target "test" with type "test" omitted diff --git a/examples/hello_sys/raze/remote/libc-0.2.77.BUILD.bazel b/examples/hello_sys/raze/remote/BUILD.libc-0.2.77.bazel similarity index 94% rename from examples/hello_sys/raze/remote/libc-0.2.77.BUILD.bazel rename to examples/hello_sys/raze/remote/BUILD.libc-0.2.77.bazel index cd92a81afb..39856215cf 100644 --- a/examples/hello_sys/raze/remote/libc-0.2.77.BUILD.bazel +++ b/examples/hello_sys/raze/remote/BUILD.libc-0.2.77.bazel @@ -28,29 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "const_fn" with type "test" omitted -# buildifier: leave-alone rust_library( name = "libc", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.77", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.2.77", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "const_fn" with type "test" omitted diff --git a/examples/hello_sys/raze/remote/pkg-config-0.3.18.BUILD.bazel b/examples/hello_sys/raze/remote/BUILD.pkg-config-0.3.18.bazel similarity index 93% rename from examples/hello_sys/raze/remote/pkg-config-0.3.18.BUILD.bazel rename to examples/hello_sys/raze/remote/BUILD.pkg-config-0.3.18.bazel index 37ffc69eab..13f6e01fe6 100644 --- a/examples/hello_sys/raze/remote/pkg-config-0.3.18.BUILD.bazel +++ b/examples/hello_sys/raze/remote/BUILD.pkg-config-0.3.18.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "pkg_config", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.18", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.18", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "test" with type "test" omitted diff --git a/proto/raze/BUILD b/proto/raze/BUILD.bazel similarity index 98% rename from proto/raze/BUILD rename to proto/raze/BUILD.bazel index 23b9ec32fb..e8949f2a51 100644 --- a/proto/raze/BUILD +++ b/proto/raze/BUILD.bazel @@ -1,6 +1,6 @@ """ @generated -cargo-raze workspace build file. +cargo-raze generated Bazel file. DO NOT EDIT! Replaced on runs of cargo-raze """ diff --git a/proto/raze/Cargo.toml b/proto/raze/Cargo.toml index 4100f2d06d..20f02858b4 100644 --- a/proto/raze/Cargo.toml +++ b/proto/raze/Cargo.toml @@ -23,23 +23,25 @@ tls-api-stub = "0.1.22" # requires httpbis. log = "0.4, <0.4.7" -[raze] +[package.metadata.raze] genmode = "Remote" workspace_path = "//proto/raze" gen_workspace_prefix = "rules_rust_proto" -output_buildfile_suffix = "BUILD" +rust_rules_workspace_name = "io_bazel_rules_rust" +package_aliases_dir = "." +default_gen_buildrs = false -[raze.crates.lazy_static.'1.4.0'] +[package.metadata.raze.crates.lazy_static.'1.4.0'] additional_flags = [ "--cfg=lazy_static_heap_impl", ] -[raze.crates.protobuf.'2.8.2'] +[package.metadata.raze.crates.protobuf.'2.8.2'] patches = ["@io_bazel_rules_rust//proto/raze/patch:protobuf-2.8.2.patch"] patch_args = ["-p1"] -[raze.crates.protobuf-codegen.'2.8.2'] +[package.metadata.raze.crates.protobuf-codegen.'2.8.2'] extra_aliased_targets = ["cargo_bin_protoc_gen_rust"] -[raze.crates.grpc-compiler.'0.6.2'] +[package.metadata.raze.crates.grpc-compiler.'0.6.2'] extra_aliased_targets = ["cargo_bin_protoc_gen_rust_grpc"] diff --git a/proto/raze/crates.bzl b/proto/raze/crates.bzl index 7dba5db077..ed28e05388 100644 --- a/proto/raze/crates.bzl +++ b/proto/raze/crates.bzl @@ -1,6 +1,6 @@ """ @generated -cargo-raze crate workspace functions +cargo-raze generated Bazel file. DO NOT EDIT! Replaced on runs of cargo-raze """ @@ -18,7 +18,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d", strip_prefix = "autocfg-1.0.0", - build_file = Label("//proto/raze/remote:autocfg-1.0.0.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.autocfg-1.0.0.bazel"), ) maybe( @@ -28,7 +28,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.base64-0.9.3.bazel"), ) maybe( @@ -38,7 +38,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693", strip_prefix = "bitflags-1.2.1", - build_file = Label("//proto/raze/remote:bitflags-1.2.1.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.bitflags-1.2.1.bazel"), ) maybe( @@ -48,7 +48,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de", strip_prefix = "byteorder-1.3.4", - build_file = Label("//proto/raze/remote:byteorder-1.3.4.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.byteorder-1.3.4.bazel"), ) maybe( @@ -58,7 +58,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c", strip_prefix = "bytes-0.4.12", - build_file = Label("//proto/raze/remote:bytes-0.4.12.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.bytes-0.4.12.bazel"), ) maybe( @@ -68,7 +68,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822", strip_prefix = "cfg-if-0.1.10", - build_file = Label("//proto/raze/remote:cfg-if-0.1.10.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.cfg-if-0.1.10.bazel"), ) maybe( @@ -78,7 +78,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.cloudabi-0.0.3.bazel"), ) maybe( @@ -88,7 +88,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285", strip_prefix = "crossbeam-deque-0.7.3", - build_file = Label("//proto/raze/remote:crossbeam-deque-0.7.3.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.crossbeam-deque-0.7.3.bazel"), ) maybe( @@ -98,7 +98,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace", strip_prefix = "crossbeam-epoch-0.8.2", - build_file = Label("//proto/raze/remote:crossbeam-epoch-0.8.2.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.crossbeam-epoch-0.8.2.bazel"), ) maybe( @@ -108,7 +108,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db", strip_prefix = "crossbeam-queue-0.2.1", - build_file = Label("//proto/raze/remote:crossbeam-queue-0.2.1.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.crossbeam-queue-0.2.1.bazel"), ) maybe( @@ -118,7 +118,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8", strip_prefix = "crossbeam-utils-0.7.2", - build_file = Label("//proto/raze/remote:crossbeam-utils-0.7.2.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.crossbeam-utils-0.7.2.bazel"), ) maybe( @@ -128,7 +128,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3", strip_prefix = "fnv-1.0.6", - build_file = Label("//proto/raze/remote:fnv-1.0.6.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.fnv-1.0.6.bazel"), ) maybe( @@ -138,7 +138,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.fuchsia-zircon-0.3.3.bazel"), ) maybe( @@ -148,7 +148,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.fuchsia-zircon-sys-0.3.3.bazel"), ) maybe( @@ -158,7 +158,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef", strip_prefix = "futures-0.1.29", - build_file = Label("//proto/raze/remote:futures-0.1.29.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.futures-0.1.29.bazel"), ) maybe( @@ -168,7 +168,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.futures-cpupool-0.1.8.bazel"), ) maybe( @@ -178,7 +178,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "2aaf1d741fe6f3413f1f9f71b99f5e4e26776d563475a8a53ce53a73a8534c1d", strip_prefix = "grpc-0.6.2", - build_file = Label("//proto/raze/remote:grpc-0.6.2.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.grpc-0.6.2.bazel"), ) maybe( @@ -188,7 +188,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "907274ce8ee7b40a0d0b0db09022ea22846a47cfb1fc8ad2c983c70001b4ffb1", strip_prefix = "grpc-compiler-0.6.2", - build_file = Label("//proto/raze/remote:grpc-compiler-0.6.2.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.grpc-compiler-0.6.2.bazel"), ) maybe( @@ -198,7 +198,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "8a0d737e0f947a1864e93d33fdef4af8445a00d1ed8dc0c8ddb73139ea6abf15", strip_prefix = "hermit-abi-0.1.11", - build_file = Label("//proto/raze/remote:hermit-abi-0.1.11.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.hermit-abi-0.1.11.bazel"), ) maybe( @@ -208,7 +208,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "7689cfa896b2a71da4f16206af167542b75d242b6906313e53857972a92d5614", strip_prefix = "httpbis-0.7.0", - build_file = Label("//proto/raze/remote:httpbis-0.7.0.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.httpbis-0.7.0.bazel"), ) maybe( @@ -218,7 +218,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e", strip_prefix = "iovec-0.1.4", - build_file = Label("//proto/raze/remote:iovec-0.1.4.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.iovec-0.1.4.bazel"), ) maybe( @@ -228,7 +228,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.kernel32-sys-0.2.2.bazel"), ) maybe( @@ -238,7 +238,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646", strip_prefix = "lazy_static-1.4.0", - build_file = Label("//proto/raze/remote:lazy_static-1.4.0.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.lazy_static-1.4.0.bazel"), ) maybe( @@ -248,7 +248,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005", strip_prefix = "libc-0.2.69", - build_file = Label("//proto/raze/remote:libc-0.2.69.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.libc-0.2.69.bazel"), ) maybe( @@ -258,7 +258,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75", strip_prefix = "lock_api-0.3.4", - build_file = Label("//proto/raze/remote:lock_api-0.3.4.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.lock_api-0.3.4.bazel"), ) maybe( @@ -268,7 +268,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.log-0.3.9.bazel"), ) maybe( @@ -278,7 +278,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.log-0.4.6.bazel"), ) maybe( @@ -288,7 +288,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00", strip_prefix = "maybe-uninit-2.0.0", - build_file = Label("//proto/raze/remote:maybe-uninit-2.0.0.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.maybe-uninit-2.0.0.bazel"), ) maybe( @@ -298,7 +298,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8", strip_prefix = "memoffset-0.5.4", - build_file = Label("//proto/raze/remote:memoffset-0.5.4.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.memoffset-0.5.4.bazel"), ) maybe( @@ -308,7 +308,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f", strip_prefix = "mio-0.6.21", - build_file = Label("//proto/raze/remote:mio-0.6.21.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.mio-0.6.21.bazel"), ) maybe( @@ -318,7 +318,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.mio-uds-0.6.7.bazel"), ) maybe( @@ -328,7 +328,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.miow-0.2.1.bazel"), ) maybe( @@ -338,7 +338,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.net2-0.2.33.bazel"), ) maybe( @@ -348,7 +348,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3", strip_prefix = "num_cpus-1.13.0", - build_file = Label("//proto/raze/remote:num_cpus-1.13.0.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.num_cpus-1.13.0.bazel"), ) maybe( @@ -358,7 +358,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252", strip_prefix = "parking_lot-0.9.0", - build_file = Label("//proto/raze/remote:parking_lot-0.9.0.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.parking_lot-0.9.0.bazel"), ) maybe( @@ -368,7 +368,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b", strip_prefix = "parking_lot_core-0.6.2", - build_file = Label("//proto/raze/remote:parking_lot_core-0.6.2.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.parking_lot_core-0.6.2.bazel"), ) maybe( @@ -384,7 +384,7 @@ def rules_rust_proto_fetch_remote_crates(): patch_args = [ "-p1", ], - build_file = Label("//proto/raze/remote:protobuf-2.8.2.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.protobuf-2.8.2.bazel"), ) maybe( @@ -394,7 +394,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "3d74b9cbbf2ac9a7169c85a3714ec16c51ee9ec7cfd511549527e9a7df720795", strip_prefix = "protobuf-codegen-2.8.2", - build_file = Label("//proto/raze/remote:protobuf-codegen-2.8.2.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.protobuf-codegen-2.8.2.bazel"), ) maybe( @@ -404,7 +404,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84", strip_prefix = "redox_syscall-0.1.56", - build_file = Label("//proto/raze/remote:redox_syscall-0.1.56.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.redox_syscall-0.1.56.bazel"), ) maybe( @@ -414,7 +414,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.rustc_version-0.2.3.bazel"), ) maybe( @@ -424,7 +424,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072", strip_prefix = "safemem-0.3.3", - build_file = Label("//proto/raze/remote:safemem-0.3.3.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.safemem-0.3.3.bazel"), ) maybe( @@ -434,7 +434,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.scoped-tls-0.1.2.bazel"), ) maybe( @@ -444,7 +444,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd", strip_prefix = "scopeguard-1.1.0", - build_file = Label("//proto/raze/remote:scopeguard-1.1.0.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.scopeguard-1.1.0.bazel"), ) maybe( @@ -454,7 +454,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.semver-0.9.0.bazel"), ) maybe( @@ -464,7 +464,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.semver-parser-0.7.0.bazel"), ) maybe( @@ -474,7 +474,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.slab-0.3.0.bazel"), ) maybe( @@ -484,7 +484,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8", strip_prefix = "slab-0.4.2", - build_file = Label("//proto/raze/remote:slab-0.4.2.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.slab-0.4.2.bazel"), ) maybe( @@ -494,7 +494,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6", strip_prefix = "smallvec-0.6.13", - build_file = Label("//proto/raze/remote:smallvec-0.6.13.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.smallvec-0.6.13.bazel"), ) maybe( @@ -504,7 +504,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "049c03787a0595182357fbd487577947f4351b78ce20c3668f6d49f17feb13d1", strip_prefix = "tls-api-0.1.22", - build_file = Label("//proto/raze/remote:tls-api-0.1.22.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tls-api-0.1.22.bazel"), ) maybe( @@ -514,7 +514,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "c9a0cc8c149724db9de7d73a0e1bc80b1a74f5394f08c6f301e11f9c35fa061e", strip_prefix = "tls-api-stub-0.1.22", - build_file = Label("//proto/raze/remote:tls-api-stub-0.1.22.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tls-api-stub-0.1.22.bazel"), ) maybe( @@ -524,7 +524,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6", strip_prefix = "tokio-0.1.22", - build_file = Label("//proto/raze/remote:tokio-0.1.22.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-0.1.22.bazel"), ) maybe( @@ -534,7 +534,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b", strip_prefix = "tokio-codec-0.1.2", - build_file = Label("//proto/raze/remote:tokio-codec-0.1.2.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-codec-0.1.2.bazel"), ) maybe( @@ -544,7 +544,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.tokio-core-0.1.17.bazel"), ) maybe( @@ -554,7 +554,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e", strip_prefix = "tokio-current-thread-0.1.7", - build_file = Label("//proto/raze/remote:tokio-current-thread-0.1.7.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-current-thread-0.1.7.bazel"), ) maybe( @@ -564,7 +564,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671", strip_prefix = "tokio-executor-0.1.10", - build_file = Label("//proto/raze/remote:tokio-executor-0.1.10.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-executor-0.1.10.bazel"), ) maybe( @@ -574,7 +574,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4", strip_prefix = "tokio-fs-0.1.7", - build_file = Label("//proto/raze/remote:tokio-fs-0.1.7.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-fs-0.1.7.bazel"), ) maybe( @@ -584,7 +584,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674", strip_prefix = "tokio-io-0.1.13", - build_file = Label("//proto/raze/remote:tokio-io-0.1.13.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-io-0.1.13.bazel"), ) maybe( @@ -594,7 +594,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351", strip_prefix = "tokio-reactor-0.1.12", - build_file = Label("//proto/raze/remote:tokio-reactor-0.1.12.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-reactor-0.1.12.bazel"), ) maybe( @@ -604,7 +604,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee", strip_prefix = "tokio-sync-0.1.8", - build_file = Label("//proto/raze/remote:tokio-sync-0.1.8.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-sync-0.1.8.bazel"), ) maybe( @@ -614,7 +614,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72", strip_prefix = "tokio-tcp-0.1.4", - build_file = Label("//proto/raze/remote:tokio-tcp-0.1.4.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-tcp-0.1.4.bazel"), ) maybe( @@ -624,7 +624,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89", strip_prefix = "tokio-threadpool-0.1.18", - build_file = Label("//proto/raze/remote:tokio-threadpool-0.1.18.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-threadpool-0.1.18.bazel"), ) maybe( @@ -634,7 +634,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.tokio-timer-0.1.2.bazel"), ) maybe( @@ -644,7 +644,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296", strip_prefix = "tokio-timer-0.2.13", - build_file = Label("//proto/raze/remote:tokio-timer-0.2.13.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-timer-0.2.13.bazel"), ) maybe( @@ -654,7 +654,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "68d0e040d5b1f4cfca70ec4f371229886a5de5bb554d272a4a8da73004a7b2c9", strip_prefix = "tokio-tls-api-0.1.22", - build_file = Label("//proto/raze/remote:tokio-tls-api-0.1.22.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-tls-api-0.1.22.bazel"), ) maybe( @@ -664,7 +664,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82", strip_prefix = "tokio-udp-0.1.6", - build_file = Label("//proto/raze/remote:tokio-udp-0.1.6.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-udp-0.1.6.bazel"), ) maybe( @@ -674,7 +674,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.tokio-uds-0.1.7.bazel"), ) maybe( @@ -684,7 +684,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798", strip_prefix = "tokio-uds-0.2.6", - build_file = Label("//proto/raze/remote:tokio-uds-0.2.6.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.tokio-uds-0.2.6.bazel"), ) maybe( @@ -694,7 +694,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.unix_socket-0.5.0.bazel"), ) maybe( @@ -704,7 +704,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.void-1.0.2.bazel"), ) maybe( @@ -714,7 +714,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.winapi-0.2.8.bazel"), ) maybe( @@ -724,7 +724,7 @@ def rules_rust_proto_fetch_remote_crates(): type = "tar.gz", sha256 = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6", strip_prefix = "winapi-0.3.8", - build_file = Label("//proto/raze/remote:winapi-0.3.8.BUILD"), + build_file = Label("//proto/raze/remote:BUILD.winapi-0.3.8.bazel"), ) maybe( @@ -734,7 +734,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.winapi-build-0.1.1.bazel"), ) maybe( @@ -744,7 +744,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), ) maybe( @@ -754,7 +754,7 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), ) maybe( @@ -764,5 +764,5 @@ def rules_rust_proto_fetch_remote_crates(): 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:BUILD.ws2_32-sys-0.2.1.bazel"), ) diff --git a/proto/raze/remote/autocfg-1.0.0.BUILD b/proto/raze/remote/BUILD.autocfg-1.0.0.bazel similarity index 94% rename from proto/raze/remote/autocfg-1.0.0.BUILD rename to proto/raze/remote/BUILD.autocfg-1.0.0.bazel index 9d57278d3e..b2afca8f06 100644 --- a/proto/raze/remote/autocfg-1.0.0.BUILD +++ b/proto/raze/remote/BUILD.autocfg-1.0.0.bazel @@ -28,30 +28,36 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + +# Unsupported target "integers" with type "example" omitted + +# Unsupported target "paths" with type "example" omitted + +# Unsupported target "traits" with type "example" omitted + +# Unsupported target "versions" with type "example" omitted -# buildifier: leave-alone rust_library( name = "autocfg", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.0", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "integers" with type "example" omitted -# Unsupported target "paths" with type "example" omitted + # Unsupported target "rustflags" with type "test" omitted -# Unsupported target "traits" with type "example" omitted -# Unsupported target "versions" with type "example" omitted diff --git a/proto/raze/remote/base64-0.9.3.BUILD b/proto/raze/remote/BUILD.base64-0.9.3.bazel similarity index 95% rename from proto/raze/remote/base64-0.9.3.BUILD rename to proto/raze/remote/BUILD.base64-0.9.3.bazel index 903ec6434f..e000a2d506 100644 --- a/proto/raze/remote/base64-0.9.3.BUILD +++ b/proto/raze/remote/BUILD.base64-0.9.3.bazel @@ -28,33 +28,40 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "benchmarks" with type "bench" omitted + +# Unsupported target "make_tables" with type "example" omitted -# buildifier: leave-alone rust_library( name = "base64", - crate_type = "lib", - deps = [ - "@rules_rust_proto__byteorder__1_3_4//:byteorder", - "@rules_rust_proto__safemem__0_3_3//:safemem", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.9.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.9.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__byteorder__1_3_4//:byteorder", + "@rules_rust_proto__safemem__0_3_3//:safemem", ], ) -# Unsupported target "benchmarks" with type "bench" omitted + # Unsupported target "decode" with type "test" omitted + # Unsupported target "encode" with type "test" omitted + # Unsupported target "helpers" with type "test" omitted -# Unsupported target "make_tables" with type "example" omitted + # Unsupported target "tests" with type "test" omitted diff --git a/proto/raze/remote/BUILD b/proto/raze/remote/BUILD.bazel similarity index 100% rename from proto/raze/remote/BUILD rename to proto/raze/remote/BUILD.bazel diff --git a/proto/raze/remote/bitflags-1.2.1.BUILD b/proto/raze/remote/BUILD.bitflags-1.2.1.bazel similarity index 94% rename from proto/raze/remote/bitflags-1.2.1.BUILD rename to proto/raze/remote/BUILD.bitflags-1.2.1.bazel index 614749123b..88f84d8f83 100644 --- a/proto/raze/remote/bitflags-1.2.1.BUILD +++ b/proto/raze/remote/BUILD.bitflags-1.2.1.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "bitflags", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.2.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "1.2.1", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "build-script-build" with type "custom-build" omitted diff --git a/proto/raze/remote/byteorder-1.3.4.BUILD b/proto/raze/remote/BUILD.byteorder-1.3.4.bazel similarity index 94% rename from proto/raze/remote/byteorder-1.3.4.BUILD rename to proto/raze/remote/BUILD.byteorder-1.3.4.bazel index 42a415fb56..447495c7e3 100644 --- a/proto/raze/remote/byteorder-1.3.4.BUILD +++ b/proto/raze/remote/BUILD.byteorder-1.3.4.bazel @@ -28,29 +28,32 @@ licenses([ "unencumbered", # Unlicense from expression "Unlicense OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "byteorder", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.3.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "1.3.4", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/bytes-0.4.12.BUILD b/proto/raze/remote/BUILD.bytes-0.4.12.bazel similarity index 95% rename from proto/raze/remote/bytes-0.4.12.BUILD rename to proto/raze/remote/BUILD.bytes-0.4.12.bazel index 158a6e9381..83564530b6 100644 --- a/proto/raze/remote/bytes-0.4.12.BUILD +++ b/proto/raze/remote/BUILD.bytes-0.4.12.bazel @@ -28,38 +28,50 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "bytes" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "bytes", - crate_type = "lib", - deps = [ - "@rules_rust_proto__byteorder__1_3_4//:byteorder", - "@rules_rust_proto__iovec__0_1_4//:iovec", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.12", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.12", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__byteorder__1_3_4//:byteorder", + "@rules_rust_proto__iovec__0_1_4//:iovec", ], ) + # Unsupported target "test_buf" with type "test" omitted + # Unsupported target "test_buf_mut" with type "test" omitted + # Unsupported target "test_bytes" with type "test" omitted + # Unsupported target "test_chain" with type "test" omitted + # Unsupported target "test_debug" with type "test" omitted + # Unsupported target "test_from_buf" with type "test" omitted + # Unsupported target "test_iter" with type "test" omitted + # Unsupported target "test_reader" with type "test" omitted + # Unsupported target "test_serde" with type "test" omitted + # Unsupported target "test_take" with type "test" omitted diff --git a/proto/raze/remote/cfg-if-0.1.10.BUILD b/proto/raze/remote/BUILD.cfg-if-0.1.10.bazel similarity index 93% rename from proto/raze/remote/cfg-if-0.1.10.BUILD rename to proto/raze/remote/BUILD.cfg-if-0.1.10.bazel index 993cef05f8..7313472c82 100644 --- a/proto/raze/remote/cfg-if-0.1.10.BUILD +++ b/proto/raze/remote/BUILD.cfg-if-0.1.10.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "cfg_if", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.10", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.10", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "xcrate" with type "test" omitted diff --git a/proto/raze/remote/cloudabi-0.0.3.BUILD b/proto/raze/remote/BUILD.cloudabi-0.0.3.bazel similarity index 94% rename from proto/raze/remote/cloudabi-0.0.3.BUILD rename to proto/raze/remote/BUILD.cloudabi-0.0.3.bazel index 05880b9104..f0046f46d2 100644 --- a/proto/raze/remote/cloudabi-0.0.3.BUILD +++ b/proto/raze/remote/BUILD.cloudabi-0.0.3.bazel @@ -28,28 +28,29 @@ licenses([ "restricted", # BSD-2-Clause from expression "BSD-2-Clause" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "cloudabi", - crate_type = "lib", - deps = [ - "@rules_rust_proto__bitflags__1_2_1//:bitflags", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "bitflags", + "default", + ], crate_root = "cloudabi.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.0.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "bitflags", - "default", + version = "0.0.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__bitflags__1_2_1//:bitflags", ], ) diff --git a/proto/raze/remote/crossbeam-deque-0.7.3.BUILD b/proto/raze/remote/BUILD.crossbeam-deque-0.7.3.bazel similarity index 95% rename from proto/raze/remote/crossbeam-deque-0.7.3.BUILD rename to proto/raze/remote/BUILD.crossbeam-deque-0.7.3.bazel index 417c8a99a2..51edf4ee0e 100644 --- a/proto/raze/remote/crossbeam-deque-0.7.3.BUILD +++ b/proto/raze/remote/BUILD.crossbeam-deque-0.7.3.bazel @@ -28,32 +28,37 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "crossbeam_deque", - crate_type = "lib", - deps = [ - "@rules_rust_proto__crossbeam_epoch__0_8_2//:crossbeam_epoch", - "@rules_rust_proto__crossbeam_utils__0_7_2//:crossbeam_utils", - "@rules_rust_proto__maybe_uninit__2_0_0//:maybe_uninit", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.7.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__crossbeam_epoch__0_8_2//:crossbeam_epoch", + "@rules_rust_proto__crossbeam_utils__0_7_2//:crossbeam_utils", + "@rules_rust_proto__maybe_uninit__2_0_0//:maybe_uninit", ], ) + # Unsupported target "fifo" with type "test" omitted + # Unsupported target "injector" with type "test" omitted + # Unsupported target "lifo" with type "test" omitted + # Unsupported target "steal" with type "test" omitted diff --git a/proto/raze/remote/crossbeam-epoch-0.8.2.BUILD b/proto/raze/remote/BUILD.crossbeam-epoch-0.8.2.bazel similarity index 96% rename from proto/raze/remote/crossbeam-epoch-0.8.2.BUILD rename to proto/raze/remote/BUILD.crossbeam-epoch-0.8.2.bazel index ec70c66e89..1810e1dbeb 100644 --- a/proto/raze/remote/crossbeam-epoch-0.8.2.BUILD +++ b/proto/raze/remote/BUILD.crossbeam-epoch-0.8.2.bazel @@ -28,40 +28,47 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "defer" with type "bench" omitted + +# Unsupported target "flush" with type "bench" omitted + +# Unsupported target "pin" with type "bench" omitted + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone +# Unsupported target "sanitize" with type "example" omitted + +# Unsupported target "treiber_stack" with type "example" omitted + rust_library( name = "crossbeam_epoch", - crate_type = "lib", - deps = [ - "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", - "@rules_rust_proto__crossbeam_utils__0_7_2//:crossbeam_utils", - "@rules_rust_proto__lazy_static__1_4_0//:lazy_static", - "@rules_rust_proto__maybe_uninit__2_0_0//:maybe_uninit", - "@rules_rust_proto__memoffset__0_5_4//:memoffset", - "@rules_rust_proto__scopeguard__1_1_0//:scopeguard", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "lazy_static", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.8.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "lazy_static", - "std", + version = "0.8.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", + "@rules_rust_proto__crossbeam_utils__0_7_2//:crossbeam_utils", + "@rules_rust_proto__lazy_static__1_4_0//:lazy_static", + "@rules_rust_proto__maybe_uninit__2_0_0//:maybe_uninit", + "@rules_rust_proto__memoffset__0_5_4//:memoffset", + "@rules_rust_proto__scopeguard__1_1_0//:scopeguard", ], ) -# Unsupported target "defer" with type "bench" omitted -# Unsupported target "flush" with type "bench" omitted -# Unsupported target "pin" with type "bench" omitted -# Unsupported target "sanitize" with type "example" omitted -# Unsupported target "treiber_stack" with type "example" omitted diff --git a/proto/raze/remote/crossbeam-queue-0.2.1.BUILD b/proto/raze/remote/BUILD.crossbeam-queue-0.2.1.bazel similarity index 94% rename from proto/raze/remote/crossbeam-queue-0.2.1.BUILD rename to proto/raze/remote/BUILD.crossbeam-queue-0.2.1.bazel index 142584ef46..97db19cc9a 100644 --- a/proto/raze/remote/crossbeam-queue-0.2.1.BUILD +++ b/proto/raze/remote/BUILD.crossbeam-queue-0.2.1.bazel @@ -28,31 +28,34 @@ licenses([ "notice", # MIT from expression "MIT OR (Apache-2.0 AND BSD-2-Clause)" ]) -# Generated targets -# Unsupported target "array_queue" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "crossbeam_queue", - crate_type = "lib", - deps = [ - "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", - "@rules_rust_proto__crossbeam_utils__0_7_2//:crossbeam_utils", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.2.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", + "@rules_rust_proto__crossbeam_utils__0_7_2//:crossbeam_utils", ], ) + +# Unsupported target "array_queue" with type "test" omitted + # Unsupported target "seg_queue" with type "test" omitted diff --git a/proto/raze/remote/crossbeam-utils-0.7.2.BUILD b/proto/raze/remote/BUILD.crossbeam-utils-0.7.2.bazel similarity index 95% rename from proto/raze/remote/crossbeam-utils-0.7.2.BUILD rename to proto/raze/remote/BUILD.crossbeam-utils-0.7.2.bazel index 8a455adb55..506a22f50b 100644 --- a/proto/raze/remote/crossbeam-utils-0.7.2.BUILD +++ b/proto/raze/remote/BUILD.crossbeam-utils-0.7.2.bazel @@ -28,38 +28,47 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "atomic_cell" with type "bench" omitted -# Unsupported target "atomic_cell" with type "test" omitted + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "cache_padded" with type "test" omitted -# buildifier: leave-alone rust_library( name = "crossbeam_utils", - crate_type = "lib", - deps = [ - "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", - "@rules_rust_proto__lazy_static__1_4_0//:lazy_static", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "lazy_static", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "lazy_static", - "std", + version = "0.7.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", + "@rules_rust_proto__lazy_static__1_4_0//:lazy_static", ], ) + +# Unsupported target "atomic_cell" with type "test" omitted + +# Unsupported target "cache_padded" with type "test" omitted + # Unsupported target "parker" with type "test" omitted + # Unsupported target "sharded_lock" with type "test" omitted + # Unsupported target "thread" with type "test" omitted + # Unsupported target "wait_group" with type "test" omitted diff --git a/proto/raze/remote/fnv-1.0.6.BUILD b/proto/raze/remote/BUILD.fnv-1.0.6.bazel similarity index 93% rename from proto/raze/remote/fnv-1.0.6.BUILD rename to proto/raze/remote/BUILD.fnv-1.0.6.bazel index c3ade98fbc..eee7684a78 100644 --- a/proto/raze/remote/fnv-1.0.6.BUILD +++ b/proto/raze/remote/BUILD.fnv-1.0.6.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "fnv", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.6", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.6", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/fuchsia-zircon-0.3.3.BUILD b/proto/raze/remote/BUILD.fuchsia-zircon-0.3.3.bazel similarity index 94% rename from proto/raze/remote/fuchsia-zircon-0.3.3.BUILD rename to proto/raze/remote/BUILD.fuchsia-zircon-0.3.3.bazel index a850c5b007..2fc8cbcc82 100644 --- a/proto/raze/remote/fuchsia-zircon-0.3.3.BUILD +++ b/proto/raze/remote/BUILD.fuchsia-zircon-0.3.3.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # BSD-3-Clause from expression "BSD-3-Clause" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "fuchsia_zircon", - crate_type = "lib", - deps = [ - "@rules_rust_proto__bitflags__1_2_1//:bitflags", - "@rules_rust_proto__fuchsia_zircon_sys__0_3_3//:fuchsia_zircon_sys", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__bitflags__1_2_1//:bitflags", + "@rules_rust_proto__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/BUILD.fuchsia-zircon-sys-0.3.3.bazel similarity index 94% rename from proto/raze/remote/fuchsia-zircon-sys-0.3.3.BUILD rename to proto/raze/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel index 63ba2f28a7..a8333753b2 100644 --- a/proto/raze/remote/fuchsia-zircon-sys-0.3.3.BUILD +++ b/proto/raze/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # BSD-3-Clause from expression "BSD-3-Clause" ]) -# Generated targets +# Generated Targets + +# Unsupported target "hello" with type "example" omitted -# buildifier: leave-alone rust_library( name = "fuchsia_zircon_sys", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.3", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "hello" with type "example" omitted diff --git a/proto/raze/remote/futures-0.1.29.BUILD b/proto/raze/remote/BUILD.futures-0.1.29.bazel similarity index 96% rename from proto/raze/remote/futures-0.1.29.BUILD rename to proto/raze/remote/BUILD.futures-0.1.29.bazel index a9de2ab723..ff0f646ed6 100644 --- a/proto/raze/remote/futures-0.1.29.BUILD +++ b/proto/raze/remote/BUILD.futures-0.1.29.bazel @@ -28,59 +28,91 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "all" with type "test" omitted +# Generated Targets + # Unsupported target "bilock" with type "bench" omitted -# Unsupported target "bilock" with type "test" omitted -# Unsupported target "buffer_unordered" with type "test" omitted -# Unsupported target "channel" with type "test" omitted -# Unsupported target "eager_drop" with type "test" omitted -# Unsupported target "eventual" with type "test" omitted -# Unsupported target "fuse" with type "test" omitted -# Unsupported target "future_flatten_stream" with type "test" omitted -# buildifier: leave-alone +# Unsupported target "futures_unordered" with type "bench" omitted + +# Unsupported target "poll" with type "bench" omitted + +# Unsupported target "sync_mpsc" with type "bench" omitted + +# Unsupported target "thread_notify" with type "bench" omitted + rust_library( name = "futures", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "use_std", + "with-deprecated", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.29", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "use_std", - "with-deprecated", + version = "0.1.29", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "all" with type "test" omitted + +# Unsupported target "bilock" with type "test" omitted + +# Unsupported target "buffer_unordered" with type "test" omitted + +# Unsupported target "channel" with type "test" omitted + +# Unsupported target "eager_drop" with type "test" omitted + +# Unsupported target "eventual" with type "test" omitted + +# Unsupported target "fuse" with type "test" omitted + +# Unsupported target "future_flatten_stream" with type "test" omitted + # Unsupported target "futures_ordered" with type "test" omitted -# Unsupported target "futures_unordered" with type "bench" omitted + # Unsupported target "futures_unordered" with type "test" omitted + # Unsupported target "inspect" with type "test" omitted + # Unsupported target "mpsc" with type "test" omitted + # Unsupported target "mpsc-close" with type "test" omitted + # Unsupported target "oneshot" with type "test" omitted -# Unsupported target "poll" with type "bench" omitted + # Unsupported target "ready_queue" with type "test" omitted + # Unsupported target "recurse" with type "test" omitted + # Unsupported target "select_all" with type "test" omitted + # Unsupported target "select_ok" with type "test" omitted + # Unsupported target "shared" with type "test" omitted + # Unsupported target "sink" with type "test" omitted + # Unsupported target "split" with type "test" omitted + # Unsupported target "stream" with type "test" omitted + # Unsupported target "stream_catch_unwind" with type "test" omitted -# Unsupported target "sync_mpsc" with type "bench" omitted -# Unsupported target "thread_notify" with type "bench" omitted + # Unsupported target "unfold" with type "test" omitted + # Unsupported target "unsync" with type "test" omitted + # Unsupported target "unsync-oneshot" with type "test" omitted diff --git a/proto/raze/remote/futures-cpupool-0.1.8.BUILD b/proto/raze/remote/BUILD.futures-cpupool-0.1.8.bazel similarity index 94% rename from proto/raze/remote/futures-cpupool-0.1.8.BUILD rename to proto/raze/remote/BUILD.futures-cpupool-0.1.8.bazel index bce3b1c780..16ba798b53 100644 --- a/proto/raze/remote/futures-cpupool-0.1.8.BUILD +++ b/proto/raze/remote/BUILD.futures-cpupool-0.1.8.bazel @@ -28,30 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "futures_cpupool", - crate_type = "lib", - deps = [ - "@rules_rust_proto__futures__0_1_29//:futures", - "@rules_rust_proto__num_cpus__1_13_0//:num_cpus", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "with-deprecated", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.8", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "with-deprecated", + version = "0.1.8", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__futures__0_1_29//:futures", + "@rules_rust_proto__num_cpus__1_13_0//:num_cpus", ], ) + # Unsupported target "smoke" with type "test" omitted diff --git a/proto/raze/remote/grpc-0.6.2.BUILD b/proto/raze/remote/BUILD.grpc-0.6.2.bazel similarity index 96% rename from proto/raze/remote/grpc-0.6.2.BUILD rename to proto/raze/remote/BUILD.grpc-0.6.2.bazel index 04c964c641..18fa54dfb0 100644 --- a/proto/raze/remote/grpc-0.6.2.BUILD +++ b/proto/raze/remote/BUILD.grpc-0.6.2.bazel @@ -28,13 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "client" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "grpc", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.6.2", + # buildifier: leave-alone deps = [ "@rules_rust_proto__base64__0_9_3//:base64", "@rules_rust_proto__bytes__0_4_12//:bytes", @@ -49,19 +62,10 @@ rust_library( "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", "@rules_rust_proto__tokio_tls_api__0_1_22//:tokio_tls_api", ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.6.2", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], ) + +# Unsupported target "client" with type "test" omitted + # Unsupported target "server" with type "test" omitted + # Unsupported target "simple" with type "test" omitted diff --git a/proto/raze/remote/grpc-compiler-0.6.2.BUILD b/proto/raze/remote/BUILD.grpc-compiler-0.6.2.bazel similarity index 94% rename from proto/raze/remote/grpc-compiler-0.6.2.BUILD rename to proto/raze/remote/BUILD.grpc-compiler-0.6.2.bazel index da8b132733..b80871cfe0 100644 --- a/proto/raze/remote/grpc-compiler-0.6.2.BUILD +++ b/proto/raze/remote/BUILD.grpc-compiler-0.6.2.bazel @@ -28,53 +28,55 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone -rust_library( - name = "grpc_compiler", - crate_type = "lib", - deps = [ - "@rules_rust_proto__protobuf__2_8_2//:protobuf", - "@rules_rust_proto__protobuf_codegen__2_8_2//:protobuf_codegen", - ], +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_protoc_gen_rust_grpc", srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", + crate_features = [ + ], + crate_root = "src/bin/protoc-gen-rust-grpc.rs", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.6.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], -) - -# buildifier: leave-alone -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_protoc_gen_rust_grpc", + version = "0.6.2", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":grpc_compiler", "@rules_rust_proto__protobuf__2_8_2//:protobuf", "@rules_rust_proto__protobuf_codegen__2_8_2//:protobuf_codegen", ], +) + +rust_library( + name = "grpc_compiler", srcs = glob(["**/*.rs"]), - crate_root = "src/bin/protoc-gen-rust-grpc.rs", + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.6.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.6.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__protobuf__2_8_2//:protobuf", + "@rules_rust_proto__protobuf_codegen__2_8_2//:protobuf_codegen", ], ) diff --git a/proto/raze/remote/hermit-abi-0.1.11.BUILD b/proto/raze/remote/BUILD.hermit-abi-0.1.11.bazel similarity index 94% rename from proto/raze/remote/hermit-abi-0.1.11.BUILD rename to proto/raze/remote/BUILD.hermit-abi-0.1.11.bazel index c14e774db7..760f7a16f7 100644 --- a/proto/raze/remote/hermit-abi-0.1.11.BUILD +++ b/proto/raze/remote/BUILD.hermit-abi-0.1.11.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "hermit_abi", - crate_type = "lib", - deps = [ - "@rules_rust_proto__libc__0_2_69//:libc", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.11", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.1.11", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__libc__0_2_69//:libc", ], ) diff --git a/proto/raze/remote/httpbis-0.7.0.BUILD b/proto/raze/remote/BUILD.httpbis-0.7.0.bazel similarity index 95% rename from proto/raze/remote/httpbis-0.7.0.BUILD rename to proto/raze/remote/BUILD.httpbis-0.7.0.bazel index 2143fd95b4..8a9af2ae7f 100644 --- a/proto/raze/remote/httpbis-0.7.0.BUILD +++ b/proto/raze/remote/BUILD.httpbis-0.7.0.bazel @@ -28,15 +28,36 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "client_server" with type "bench" omitted + # Unsupported target "build-script-build" with type "custom-build" omitted + # Unsupported target "client" with type "example" omitted -# Unsupported target "client_server" with type "bench" omitted -# buildifier: leave-alone +# Unsupported target "server" with type "example" omitted + rust_library( name = "httpbis", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.7.0", + # buildifier: leave-alone deps = [ "@rules_rust_proto__bytes__0_4_12//:bytes", "@rules_rust_proto__futures__0_1_29//:futures", @@ -53,6 +74,7 @@ rust_library( ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -74,20 +96,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.7.0", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) -# Unsupported target "server" with type "example" omitted diff --git a/proto/raze/remote/iovec-0.1.4.BUILD b/proto/raze/remote/BUILD.iovec-0.1.4.bazel similarity index 94% rename from proto/raze/remote/iovec-0.1.4.BUILD rename to proto/raze/remote/BUILD.iovec-0.1.4.bazel index b376373a8a..ecbd68f39c 100644 --- a/proto/raze/remote/iovec-0.1.4.BUILD +++ b/proto/raze/remote/BUILD.iovec-0.1.4.bazel @@ -28,16 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "iovec", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.4", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -58,19 +75,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.4", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/proto/raze/remote/kernel32-sys-0.2.2.BUILD b/proto/raze/remote/BUILD.kernel32-sys-0.2.2.bazel similarity index 94% rename from proto/raze/remote/kernel32-sys-0.2.2.BUILD rename to proto/raze/remote/BUILD.kernel32-sys-0.2.2.bazel index 1c5daf25f2..dd988698f6 100644 --- a/proto/raze/remote/kernel32-sys-0.2.2.BUILD +++ b/proto/raze/remote/BUILD.kernel32-sys-0.2.2.bazel @@ -28,7 +28,8 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted alias( @@ -40,24 +41,25 @@ alias( ], ) -# buildifier: leave-alone rust_library( name = "kernel32", - crate_type = "lib", - deps = [ - "@rules_rust_proto__winapi__0_2_8//:winapi", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__winapi__0_2_8//:winapi", ], ) diff --git a/proto/raze/remote/lazy_static-1.4.0.BUILD b/proto/raze/remote/BUILD.lazy_static-1.4.0.bazel similarity index 94% rename from proto/raze/remote/lazy_static-1.4.0.BUILD rename to proto/raze/remote/BUILD.lazy_static-1.4.0.bazel index a57a4287ff..1e1689953e 100644 --- a/proto/raze/remote/lazy_static-1.4.0.BUILD +++ b/proto/raze/remote/BUILD.lazy_static-1.4.0.bazel @@ -28,28 +28,31 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "lazy_static", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", "--cfg=lazy_static_heap_impl", ], - version = "1.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.4.0", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "no_std" with type "test" omitted + # Unsupported target "test" with type "test" omitted diff --git a/proto/raze/remote/libc-0.2.69.BUILD b/proto/raze/remote/BUILD.libc-0.2.69.bazel similarity index 94% rename from proto/raze/remote/libc-0.2.69.BUILD rename to proto/raze/remote/BUILD.libc-0.2.69.bazel index 9b78e8734f..3c726cc734 100644 --- a/proto/raze/remote/libc-0.2.69.BUILD +++ b/proto/raze/remote/BUILD.libc-0.2.69.bazel @@ -28,29 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "const_fn" with type "test" omitted -# buildifier: leave-alone rust_library( name = "libc", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.69", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.2.69", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "const_fn" with type "test" omitted diff --git a/proto/raze/remote/lock_api-0.3.4.BUILD b/proto/raze/remote/BUILD.lock_api-0.3.4.bazel similarity index 94% rename from proto/raze/remote/lock_api-0.3.4.BUILD rename to proto/raze/remote/BUILD.lock_api-0.3.4.bazel index 9c788a9b97..5269d55ba2 100644 --- a/proto/raze/remote/lock_api-0.3.4.BUILD +++ b/proto/raze/remote/BUILD.lock_api-0.3.4.bazel @@ -28,26 +28,27 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "lock_api", - crate_type = "lib", - deps = [ - "@rules_rust_proto__scopeguard__1_1_0//:scopeguard", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.4", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__scopeguard__1_1_0//:scopeguard", ], ) diff --git a/proto/raze/remote/log-0.3.9.BUILD b/proto/raze/remote/BUILD.log-0.3.9.bazel similarity index 94% rename from proto/raze/remote/log-0.3.9.BUILD rename to proto/raze/remote/BUILD.log-0.3.9.bazel index 9355828e18..a57d9a9bab 100644 --- a/proto/raze/remote/log-0.3.9.BUILD +++ b/proto/raze/remote/BUILD.log-0.3.9.bazel @@ -28,28 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "log", - crate_type = "lib", - deps = [ - "@rules_rust_proto__log__0_4_6//:log", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "use_std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.9", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "use_std", + version = "0.3.9", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__log__0_4_6//:log", ], ) diff --git a/proto/raze/remote/log-0.4.6.BUILD b/proto/raze/remote/BUILD.log-0.4.6.bazel similarity index 94% rename from proto/raze/remote/log-0.4.6.BUILD rename to proto/raze/remote/BUILD.log-0.4.6.bazel index 4342d5175b..75ccf4f2c9 100644 --- a/proto/raze/remote/log-0.4.6.BUILD +++ b/proto/raze/remote/BUILD.log-0.4.6.bazel @@ -28,28 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "filters" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "log", - crate_type = "lib", - deps = [ - "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.6", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "std", + version = "0.4.6", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", ], ) + +# Unsupported target "filters" with type "test" omitted diff --git a/proto/raze/remote/maybe-uninit-2.0.0.BUILD b/proto/raze/remote/BUILD.maybe-uninit-2.0.0.bazel similarity index 94% rename from proto/raze/remote/maybe-uninit-2.0.0.BUILD rename to proto/raze/remote/BUILD.maybe-uninit-2.0.0.bazel index e19c8c0e2e..7db14c780b 100644 --- a/proto/raze/remote/maybe-uninit-2.0.0.BUILD +++ b/proto/raze/remote/BUILD.maybe-uninit-2.0.0.bazel @@ -28,27 +28,30 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "doesnt_drop" with type "test" omitted -# buildifier: leave-alone rust_library( name = "maybe_uninit", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "2.0.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "2.0.0", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "doesnt_drop" with type "test" omitted diff --git a/proto/raze/remote/memoffset-0.5.4.BUILD b/proto/raze/remote/BUILD.memoffset-0.5.4.bazel similarity index 94% rename from proto/raze/remote/memoffset-0.5.4.BUILD rename to proto/raze/remote/BUILD.memoffset-0.5.4.bazel index 6c26a144d6..d0e4dadae2 100644 --- a/proto/raze/remote/memoffset-0.5.4.BUILD +++ b/proto/raze/remote/BUILD.memoffset-0.5.4.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "memoffset", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.5.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.5.4", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/mio-0.6.21.BUILD b/proto/raze/remote/BUILD.mio-0.6.21.bazel similarity index 95% rename from proto/raze/remote/mio-0.6.21.BUILD rename to proto/raze/remote/BUILD.mio-0.6.21.bazel index ae9a34ffef..ba9834db7e 100644 --- a/proto/raze/remote/mio-0.6.21.BUILD +++ b/proto/raze/remote/BUILD.mio-0.6.21.bazel @@ -28,13 +28,32 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench_poll" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "mio", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + "with-deprecated", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.6.21", + # buildifier: leave-alone deps = [ "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", "@rules_rust_proto__iovec__0_1_4//:iovec", @@ -44,6 +63,7 @@ rust_library( ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -75,22 +95,6 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.6.21", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "default", - "with-deprecated", - ], - aliases = { - }, ) + # Unsupported target "test" with type "test" omitted diff --git a/proto/raze/remote/mio-uds-0.6.7.BUILD b/proto/raze/remote/BUILD.mio-uds-0.6.7.bazel similarity index 94% rename from proto/raze/remote/mio-uds-0.6.7.BUILD rename to proto/raze/remote/BUILD.mio-uds-0.6.7.bazel index a731daee82..33f64210ce 100644 --- a/proto/raze/remote/mio-uds-0.6.7.BUILD +++ b/proto/raze/remote/BUILD.mio-uds-0.6.7.bazel @@ -28,17 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "echo" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "mio_uds", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.6.7", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -61,20 +77,8 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.6.7", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) + +# Unsupported target "echo" with type "test" omitted + # Unsupported target "smoke" with type "test" omitted diff --git a/proto/raze/remote/miow-0.2.1.BUILD b/proto/raze/remote/BUILD.miow-0.2.1.bazel similarity index 94% rename from proto/raze/remote/miow-0.2.1.BUILD rename to proto/raze/remote/BUILD.miow-0.2.1.bazel index f4acf5b498..4fe835a3ac 100644 --- a/proto/raze/remote/miow-0.2.1.BUILD +++ b/proto/raze/remote/BUILD.miow-0.2.1.bazel @@ -28,29 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "miow", - crate_type = "lib", - deps = [ - "@rules_rust_proto__kernel32_sys__0_2_2//:kernel32_sys", - "@rules_rust_proto__net2__0_2_33//:net2", - "@rules_rust_proto__winapi__0_2_8//:winapi", - "@rules_rust_proto__ws2_32_sys__0_2_1//:ws2_32_sys", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__kernel32_sys__0_2_2//:kernel32_sys", + "@rules_rust_proto__net2__0_2_33//:net2", + "@rules_rust_proto__winapi__0_2_8//:winapi", + "@rules_rust_proto__ws2_32_sys__0_2_1//:ws2_32_sys", ], ) diff --git a/proto/raze/remote/net2-0.2.33.BUILD b/proto/raze/remote/BUILD.net2-0.2.33.bazel similarity index 95% rename from proto/raze/remote/net2-0.2.33.BUILD rename to proto/raze/remote/BUILD.net2-0.2.33.bazel index 832f5e37e3..5e38f2f995 100644 --- a/proto/raze/remote/net2-0.2.33.BUILD +++ b/proto/raze/remote/BUILD.net2-0.2.33.bazel @@ -28,18 +28,36 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "all" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "net2", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + "duration", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.33", + # buildifier: leave-alone deps = [ "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", ] + selects.with_or({ # cfg(any(target_os = "redox", unix)) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -69,21 +87,6 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.2.33", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "default", - "duration", - ], - aliases = { - }, ) + +# Unsupported target "all" with type "test" omitted diff --git a/proto/raze/remote/num_cpus-1.13.0.BUILD b/proto/raze/remote/BUILD.num_cpus-1.13.0.bazel similarity index 94% rename from proto/raze/remote/num_cpus-1.13.0.BUILD rename to proto/raze/remote/BUILD.num_cpus-1.13.0.bazel index b687e339ed..e14ff6714c 100644 --- a/proto/raze/remote/num_cpus-1.13.0.BUILD +++ b/proto/raze/remote/BUILD.num_cpus-1.13.0.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "values" with type "example" omitted -# buildifier: leave-alone rust_library( name = "num_cpus", - crate_type = "lib", - deps = [ - "@rules_rust_proto__libc__0_2_69//:libc", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.13.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.13.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__libc__0_2_69//:libc", ], ) -# Unsupported target "values" with type "example" omitted diff --git a/proto/raze/remote/parking_lot-0.9.0.BUILD b/proto/raze/remote/BUILD.parking_lot-0.9.0.bazel similarity index 94% rename from proto/raze/remote/parking_lot-0.9.0.BUILD rename to proto/raze/remote/BUILD.parking_lot-0.9.0.bazel index 0fe735358b..2d95b5d564 100644 --- a/proto/raze/remote/parking_lot-0.9.0.BUILD +++ b/proto/raze/remote/BUILD.parking_lot-0.9.0.bazel @@ -28,29 +28,31 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "parking_lot", - crate_type = "lib", - deps = [ - "@rules_rust_proto__lock_api__0_3_4//:lock_api", - "@rules_rust_proto__parking_lot_core__0_6_2//:parking_lot_core", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.9.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.9.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__lock_api__0_3_4//:lock_api", + "@rules_rust_proto__parking_lot_core__0_6_2//:parking_lot_core", ], ) diff --git a/proto/raze/remote/parking_lot_core-0.6.2.BUILD b/proto/raze/remote/BUILD.parking_lot_core-0.6.2.bazel similarity index 95% rename from proto/raze/remote/parking_lot_core-0.6.2.BUILD rename to proto/raze/remote/BUILD.parking_lot_core-0.6.2.bazel index ebeac51af0..7e801c8b9a 100644 --- a/proto/raze/remote/parking_lot_core-0.6.2.BUILD +++ b/proto/raze/remote/BUILD.parking_lot_core-0.6.2.bazel @@ -28,19 +28,37 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "parking_lot_core", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.6.2", + # buildifier: leave-alone deps = [ "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", "@rules_rust_proto__smallvec__0_6_13//:smallvec", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -70,19 +88,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.6.2", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/proto/raze/remote/protobuf-2.8.2.BUILD b/proto/raze/remote/BUILD.protobuf-2.8.2.bazel similarity index 94% rename from proto/raze/remote/protobuf-2.8.2.BUILD rename to proto/raze/remote/BUILD.protobuf-2.8.2.bazel index f6417c4bc6..1ab7c69c91 100644 --- a/proto/raze/remote/protobuf-2.8.2.BUILD +++ b/proto/raze/remote/BUILD.protobuf-2.8.2.bazel @@ -28,31 +28,35 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "build-script-build" with type "custom-build" omitted +# Generated Targets + # Unsupported target "coded_input_stream" with type "bench" omitted + # Unsupported target "coded_output_stream" with type "bench" omitted -# buildifier: leave-alone +# Unsupported target "build-script-build" with type "custom-build" omitted + rust_library( name = "protobuf", - crate_type = "lib", - deps = [ - "@rules_rust_proto__bytes__0_4_12//:bytes", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "bytes", + "with-bytes", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "2.8.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "bytes", - "with-bytes", + version = "2.8.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__bytes__0_4_12//:bytes", ], ) diff --git a/proto/raze/remote/protobuf-codegen-2.8.2.BUILD b/proto/raze/remote/BUILD.protobuf-codegen-2.8.2.bazel similarity index 93% rename from proto/raze/remote/protobuf-codegen-2.8.2.BUILD rename to proto/raze/remote/BUILD.protobuf-codegen-2.8.2.bazel index ec8df97598..8578b3947e 100644 --- a/proto/raze/remote/protobuf-codegen-2.8.2.BUILD +++ b/proto/raze/remote/BUILD.protobuf-codegen-2.8.2.bazel @@ -28,76 +28,79 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone 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", - deps = [ - # Binaries get an implicit dependency on their crate's lib - ":protobuf_codegen", - "@rules_rust_proto__protobuf__2_8_2//:protobuf", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/bin/protobuf-bin-gen-rust-do-not-use.rs", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "2.8.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], -) - -# buildifier: leave-alone -rust_library( - name = "protobuf_codegen", - crate_type = "lib", + version = "2.8.2", + # buildifier: leave-alone deps = [ + # Binaries get an implicit dependency on their crate's lib + ":protobuf_codegen", "@rules_rust_proto__protobuf__2_8_2//:protobuf", ], +) + +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_protoc_gen_rust", srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", + crate_features = [ + ], + crate_root = "src/bin/protoc-gen-rust.rs", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "2.8.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], -) - -# buildifier: leave-alone -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_protoc_gen_rust", + version = "2.8.2", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":protobuf_codegen", "@rules_rust_proto__protobuf__2_8_2//:protobuf", ], +) + +rust_library( + name = "protobuf_codegen", srcs = glob(["**/*.rs"]), - crate_root = "src/bin/protoc-gen-rust.rs", + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "2.8.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "2.8.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__protobuf__2_8_2//:protobuf", ], ) diff --git a/proto/raze/remote/redox_syscall-0.1.56.BUILD b/proto/raze/remote/BUILD.redox_syscall-0.1.56.bazel similarity index 94% rename from proto/raze/remote/redox_syscall-0.1.56.BUILD rename to proto/raze/remote/BUILD.redox_syscall-0.1.56.bazel index a54ce6cf08..0b4de5d630 100644 --- a/proto/raze/remote/redox_syscall-0.1.56.BUILD +++ b/proto/raze/remote/BUILD.redox_syscall-0.1.56.bazel @@ -28,7 +28,7 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets alias( name = "redox_syscall", @@ -39,23 +39,24 @@ alias( ], ) -# buildifier: leave-alone rust_library( name = "syscall", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.56", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.56", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/rustc_version-0.2.3.BUILD b/proto/raze/remote/BUILD.rustc_version-0.2.3.bazel similarity index 94% rename from proto/raze/remote/rustc_version-0.2.3.BUILD rename to proto/raze/remote/BUILD.rustc_version-0.2.3.bazel index 99ee76eac5..9bfd0175d8 100644 --- a/proto/raze/remote/rustc_version-0.2.3.BUILD +++ b/proto/raze/remote/BUILD.rustc_version-0.2.3.bazel @@ -28,26 +28,27 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "rustc_version", - crate_type = "lib", - deps = [ - "@rules_rust_proto__semver__0_9_0//:semver", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__semver__0_9_0//:semver", ], ) diff --git a/proto/raze/remote/safemem-0.3.3.BUILD b/proto/raze/remote/BUILD.safemem-0.3.3.bazel similarity index 93% rename from proto/raze/remote/safemem-0.3.3.BUILD rename to proto/raze/remote/BUILD.safemem-0.3.3.bazel index 627e74b889..a20e8ddb37 100644 --- a/proto/raze/remote/safemem-0.3.3.BUILD +++ b/proto/raze/remote/BUILD.safemem-0.3.3.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "safemem", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.3.3", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/scoped-tls-0.1.2.BUILD b/proto/raze/remote/BUILD.scoped-tls-0.1.2.bazel similarity index 93% rename from proto/raze/remote/scoped-tls-0.1.2.BUILD rename to proto/raze/remote/BUILD.scoped-tls-0.1.2.bazel index 961e55c2fb..6e73a63fdc 100644 --- a/proto/raze/remote/scoped-tls-0.1.2.BUILD +++ b/proto/raze/remote/BUILD.scoped-tls-0.1.2.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "scoped_tls", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.2", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/scopeguard-1.1.0.BUILD b/proto/raze/remote/BUILD.scopeguard-1.1.0.bazel similarity index 93% rename from proto/raze/remote/scopeguard-1.1.0.BUILD rename to proto/raze/remote/BUILD.scopeguard-1.1.0.bazel index b367d2e609..b709245183 100644 --- a/proto/raze/remote/scopeguard-1.1.0.BUILD +++ b/proto/raze/remote/BUILD.scopeguard-1.1.0.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "readme" with type "example" omitted -# buildifier: leave-alone rust_library( name = "scopeguard", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.1.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.1.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/semver-0.9.0.BUILD b/proto/raze/remote/BUILD.semver-0.9.0.bazel similarity index 94% rename from proto/raze/remote/semver-0.9.0.BUILD rename to proto/raze/remote/BUILD.semver-0.9.0.bazel index 560fc8c581..70a72f333f 100644 --- a/proto/raze/remote/semver-0.9.0.BUILD +++ b/proto/raze/remote/BUILD.semver-0.9.0.bazel @@ -28,30 +28,34 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "deprecation" with type "test" omitted -# Unsupported target "regression" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "semver", - crate_type = "lib", - deps = [ - "@rules_rust_proto__semver_parser__0_7_0//:semver_parser", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.9.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.9.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__semver_parser__0_7_0//:semver_parser", ], ) + +# Unsupported target "deprecation" with type "test" omitted + +# Unsupported target "regression" with type "test" omitted + # Unsupported target "serde" with type "test" omitted diff --git a/proto/raze/remote/semver-parser-0.7.0.BUILD b/proto/raze/remote/BUILD.semver-parser-0.7.0.bazel similarity index 93% rename from proto/raze/remote/semver-parser-0.7.0.BUILD rename to proto/raze/remote/BUILD.semver-parser-0.7.0.bazel index 90971ede95..09330978cd 100644 --- a/proto/raze/remote/semver-parser-0.7.0.BUILD +++ b/proto/raze/remote/BUILD.semver-parser-0.7.0.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "semver_parser", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.7.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/slab-0.3.0.BUILD b/proto/raze/remote/BUILD.slab-0.3.0.bazel similarity index 93% rename from proto/raze/remote/slab-0.3.0.BUILD rename to proto/raze/remote/BUILD.slab-0.3.0.bazel index 9ea4db7e97..97f6165827 100644 --- a/proto/raze/remote/slab-0.3.0.BUILD +++ b/proto/raze/remote/BUILD.slab-0.3.0.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "slab", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/slab-0.4.2.BUILD b/proto/raze/remote/BUILD.slab-0.4.2.bazel similarity index 93% rename from proto/raze/remote/slab-0.4.2.BUILD rename to proto/raze/remote/BUILD.slab-0.4.2.bazel index dd62875684..6125ec45fe 100644 --- a/proto/raze/remote/slab-0.4.2.BUILD +++ b/proto/raze/remote/BUILD.slab-0.4.2.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "slab", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.2", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "slab" with type "test" omitted diff --git a/proto/raze/remote/smallvec-0.6.13.BUILD b/proto/raze/remote/BUILD.smallvec-0.6.13.bazel similarity index 94% rename from proto/raze/remote/smallvec-0.6.13.BUILD rename to proto/raze/remote/BUILD.smallvec-0.6.13.bazel index 9e838b2af7..3b4fc5f99c 100644 --- a/proto/raze/remote/smallvec-0.6.13.BUILD +++ b/proto/raze/remote/BUILD.smallvec-0.6.13.bazel @@ -28,29 +28,31 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "smallvec", - crate_type = "lib", - deps = [ - "@rules_rust_proto__maybe_uninit__2_0_0//:maybe_uninit", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.6.13", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.6.13", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__maybe_uninit__2_0_0//:maybe_uninit", ], ) diff --git a/proto/raze/remote/tls-api-0.1.22.BUILD b/proto/raze/remote/BUILD.tls-api-0.1.22.bazel similarity index 93% rename from proto/raze/remote/tls-api-0.1.22.BUILD rename to proto/raze/remote/BUILD.tls-api-0.1.22.bazel index c5fee1553c..baca88b112 100644 --- a/proto/raze/remote/tls-api-0.1.22.BUILD +++ b/proto/raze/remote/BUILD.tls-api-0.1.22.bazel @@ -28,26 +28,27 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "tls_api", - crate_type = "lib", - deps = [ - "@rules_rust_proto__log__0_4_6//:log", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.22", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.22", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__log__0_4_6//:log", ], ) diff --git a/proto/raze/remote/tls-api-stub-0.1.22.BUILD b/proto/raze/remote/BUILD.tls-api-stub-0.1.22.bazel similarity index 94% rename from proto/raze/remote/tls-api-stub-0.1.22.BUILD rename to proto/raze/remote/BUILD.tls-api-stub-0.1.22.bazel index d4b92b3737..71020a35cb 100644 --- a/proto/raze/remote/tls-api-stub-0.1.22.BUILD +++ b/proto/raze/remote/BUILD.tls-api-stub-0.1.22.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "tls_api_stub", - crate_type = "lib", - deps = [ - "@rules_rust_proto__tls_api__0_1_22//:tls_api", - "@rules_rust_proto__void__1_0_2//:void", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.22", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.22", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__tls_api__0_1_22//:tls_api", + "@rules_rust_proto__void__1_0_2//:void", ], ) diff --git a/proto/raze/remote/tokio-0.1.22.BUILD b/proto/raze/remote/BUILD.tokio-0.1.22.bazel similarity index 96% rename from proto/raze/remote/tokio-0.1.22.BUILD rename to proto/raze/remote/BUILD.tokio-0.1.22.bazel index 8a95227b73..d220700d84 100644 --- a/proto/raze/remote/tokio-0.1.22.BUILD +++ b/proto/raze/remote/BUILD.tokio-0.1.22.bazel @@ -28,36 +28,84 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "blocking" with type "example" omitted -# Unsupported target "buffered" with type "test" omitted + # Unsupported target "chat" with type "example" omitted + # Unsupported target "chat-combinator" with type "example" omitted + # Unsupported target "chat-combinator-current-thread" with type "example" omitted -# Unsupported target "clock" with type "test" omitted + # Unsupported target "connect" with type "example" omitted -# Unsupported target "drop-core" with type "test" omitted + # Unsupported target "echo" with type "example" omitted + # Unsupported target "echo-udp" with type "example" omitted -# Unsupported target "enumerate" with type "test" omitted -# Unsupported target "global" with type "test" omitted + # Unsupported target "hello_world" with type "example" omitted -# Unsupported target "length_delimited" with type "test" omitted -# Unsupported target "line-frames" with type "test" omitted + # Unsupported target "manual-runtime" with type "example" omitted -# Unsupported target "pipe-hup" with type "test" omitted + # Unsupported target "print_each_packet" with type "example" omitted + # Unsupported target "proxy" with type "example" omitted -# Unsupported target "reactor" with type "test" omitted -# Unsupported target "runtime" with type "test" omitted -# Unsupported target "timer" with type "test" omitted + # Unsupported target "tinydb" with type "example" omitted + # Unsupported target "tinyhttp" with type "example" omitted -# buildifier: leave-alone +# Unsupported target "udp-client" with type "example" omitted + +# Unsupported target "udp-codec" with type "example" omitted + rust_library( name = "tokio", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "bytes", + "codec", + "default", + "fs", + "io", + "mio", + "num_cpus", + "reactor", + "rt-full", + "sync", + "tcp", + "timer", + "tokio-codec", + "tokio-current-thread", + "tokio-executor", + "tokio-fs", + "tokio-io", + "tokio-reactor", + "tokio-sync", + "tokio-tcp", + "tokio-threadpool", + "tokio-timer", + "tokio-udp", + "tokio-uds", + "udp", + "uds", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.22", + # buildifier: leave-alone deps = [ "@rules_rust_proto__bytes__0_4_12//:bytes", "@rules_rust_proto__futures__0_1_29//:futures", @@ -77,6 +125,7 @@ rust_library( ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -97,47 +146,26 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.22", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "bytes", - "codec", - "default", - "fs", - "io", - "mio", - "num_cpus", - "reactor", - "rt-full", - "sync", - "tcp", - "timer", - "tokio-codec", - "tokio-current-thread", - "tokio-executor", - "tokio-fs", - "tokio-io", - "tokio-reactor", - "tokio-sync", - "tokio-tcp", - "tokio-threadpool", - "tokio-timer", - "tokio-udp", - "tokio-uds", - "udp", - "uds", - ], - aliases = { - }, ) -# Unsupported target "udp-client" with type "example" omitted -# Unsupported target "udp-codec" with type "example" omitted + +# Unsupported target "buffered" with type "test" omitted + +# Unsupported target "clock" with type "test" omitted + +# Unsupported target "drop-core" with type "test" omitted + +# Unsupported target "enumerate" with type "test" omitted + +# Unsupported target "global" with type "test" omitted + +# Unsupported target "length_delimited" with type "test" omitted + +# Unsupported target "line-frames" with type "test" omitted + +# Unsupported target "pipe-hup" with type "test" omitted + +# Unsupported target "reactor" with type "test" omitted + +# Unsupported target "runtime" with type "test" omitted + +# Unsupported target "timer" with type "test" omitted diff --git a/proto/raze/remote/tokio-codec-0.1.2.BUILD b/proto/raze/remote/BUILD.tokio-codec-0.1.2.bazel similarity index 95% rename from proto/raze/remote/tokio-codec-0.1.2.BUILD rename to proto/raze/remote/BUILD.tokio-codec-0.1.2.bazel index d25bc0ea00..47f51b1328 100644 --- a/proto/raze/remote/tokio-codec-0.1.2.BUILD +++ b/proto/raze/remote/BUILD.tokio-codec-0.1.2.bazel @@ -28,32 +28,37 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "codecs" with type "test" omitted -# Unsupported target "framed" with type "test" omitted -# Unsupported target "framed_read" with type "test" omitted -# Unsupported target "framed_write" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "tokio_codec", - crate_type = "lib", - deps = [ - "@rules_rust_proto__bytes__0_4_12//:bytes", - "@rules_rust_proto__futures__0_1_29//:futures", - "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__bytes__0_4_12//:bytes", + "@rules_rust_proto__futures__0_1_29//:futures", + "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", ], ) + +# Unsupported target "codecs" with type "test" omitted + +# Unsupported target "framed" with type "test" omitted + +# Unsupported target "framed_read" with type "test" omitted + +# Unsupported target "framed_write" with type "test" omitted diff --git a/proto/raze/remote/tokio-core-0.1.17.BUILD b/proto/raze/remote/BUILD.tokio-core-0.1.17.bazel similarity index 97% rename from proto/raze/remote/tokio-core-0.1.17.BUILD rename to proto/raze/remote/BUILD.tokio-core-0.1.17.bazel index 9e523bf637..aad8f66253 100644 --- a/proto/raze/remote/tokio-core-0.1.17.BUILD +++ b/proto/raze/remote/BUILD.tokio-core-0.1.17.bazel @@ -28,37 +28,56 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "buffered" with type "test" omitted -# Unsupported target "chain" with type "test" omitted +# Generated Targets + +# Unsupported target "latency" with type "bench" omitted + +# Unsupported target "mio-ops" with type "bench" omitted + +# Unsupported target "tcp" with type "bench" omitted + # Unsupported target "chat" with type "example" omitted + # Unsupported target "compress" with type "example" omitted + # Unsupported target "connect" with type "example" omitted + # Unsupported target "echo" with type "example" omitted -# Unsupported target "echo" with type "test" omitted + # Unsupported target "echo-threads" with type "example" omitted + # Unsupported target "echo-udp" with type "example" omitted + # Unsupported target "hello" with type "example" omitted -# Unsupported target "interval" with type "test" omitted -# Unsupported target "latency" with type "bench" omitted -# Unsupported target "limit" with type "test" omitted -# Unsupported target "line-frames" with type "test" omitted -# Unsupported target "mio-ops" with type "bench" omitted -# Unsupported target "pipe-hup" with type "test" omitted + # Unsupported target "proxy" with type "example" omitted + # Unsupported target "sink" with type "example" omitted -# Unsupported target "spawn" with type "test" omitted -# Unsupported target "stream-buffered" with type "test" omitted -# Unsupported target "tcp" with type "bench" omitted -# Unsupported target "tcp" with type "test" omitted -# Unsupported target "timeout" with type "test" omitted + # Unsupported target "tinydb" with type "example" omitted + # Unsupported target "tinyhttp" with type "example" omitted -# buildifier: leave-alone +# Unsupported target "udp-codec" with type "example" omitted + rust_library( name = "tokio_core", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.17", + # buildifier: leave-alone deps = [ "@rules_rust_proto__bytes__0_4_12//:bytes", "@rules_rust_proto__futures__0_1_29//:futures", @@ -72,19 +91,28 @@ rust_library( "@rules_rust_proto__tokio_reactor__0_1_12//:tokio_reactor", "@rules_rust_proto__tokio_timer__0_2_13//:tokio_timer", ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.17", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], ) + +# Unsupported target "buffered" with type "test" omitted + +# Unsupported target "chain" with type "test" omitted + +# Unsupported target "echo" with type "test" omitted + +# Unsupported target "interval" with type "test" omitted + +# Unsupported target "limit" with type "test" omitted + +# Unsupported target "line-frames" with type "test" omitted + +# Unsupported target "pipe-hup" with type "test" omitted + +# Unsupported target "spawn" with type "test" omitted + +# Unsupported target "stream-buffered" with type "test" omitted + +# Unsupported target "tcp" with type "test" omitted + +# Unsupported target "timeout" with type "test" omitted + # Unsupported target "udp" with type "test" omitted -# Unsupported target "udp-codec" with type "example" omitted diff --git a/proto/raze/remote/tokio-current-thread-0.1.7.BUILD b/proto/raze/remote/BUILD.tokio-current-thread-0.1.7.bazel similarity index 94% rename from proto/raze/remote/tokio-current-thread-0.1.7.BUILD rename to proto/raze/remote/BUILD.tokio-current-thread-0.1.7.bazel index 7790afdbeb..d7e0cf3cc5 100644 --- a/proto/raze/remote/tokio-current-thread-0.1.7.BUILD +++ b/proto/raze/remote/BUILD.tokio-current-thread-0.1.7.bazel @@ -28,28 +28,30 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "current_thread" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "tokio_current_thread", - crate_type = "lib", - deps = [ - "@rules_rust_proto__futures__0_1_29//:futures", - "@rules_rust_proto__tokio_executor__0_1_10//:tokio_executor", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.7", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.7", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__futures__0_1_29//:futures", + "@rules_rust_proto__tokio_executor__0_1_10//:tokio_executor", ], ) + +# Unsupported target "current_thread" with type "test" omitted diff --git a/proto/raze/remote/tokio-executor-0.1.10.BUILD b/proto/raze/remote/BUILD.tokio-executor-0.1.10.bazel similarity index 94% rename from proto/raze/remote/tokio-executor-0.1.10.BUILD rename to proto/raze/remote/BUILD.tokio-executor-0.1.10.bazel index 65f3ca043b..946e781b41 100644 --- a/proto/raze/remote/tokio-executor-0.1.10.BUILD +++ b/proto/raze/remote/BUILD.tokio-executor-0.1.10.bazel @@ -28,28 +28,30 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "executor" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "tokio_executor", - crate_type = "lib", - deps = [ - "@rules_rust_proto__crossbeam_utils__0_7_2//:crossbeam_utils", - "@rules_rust_proto__futures__0_1_29//:futures", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.10", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.10", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__crossbeam_utils__0_7_2//:crossbeam_utils", + "@rules_rust_proto__futures__0_1_29//:futures", ], ) + +# Unsupported target "executor" with type "test" omitted diff --git a/proto/raze/remote/tokio-fs-0.1.7.BUILD b/proto/raze/remote/BUILD.tokio-fs-0.1.7.bazel similarity index 95% rename from proto/raze/remote/tokio-fs-0.1.7.BUILD rename to proto/raze/remote/BUILD.tokio-fs-0.1.7.bazel index 2e859c840f..f581326dfd 100644 --- a/proto/raze/remote/tokio-fs-0.1.7.BUILD +++ b/proto/raze/remote/BUILD.tokio-fs-0.1.7.bazel @@ -28,32 +28,37 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "dir" with type "test" omitted -# Unsupported target "file" with type "test" omitted -# Unsupported target "link" with type "test" omitted +# Generated Targets + # Unsupported target "std-echo" with type "example" omitted -# buildifier: leave-alone rust_library( name = "tokio_fs", - crate_type = "lib", - deps = [ - "@rules_rust_proto__futures__0_1_29//:futures", - "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", - "@rules_rust_proto__tokio_threadpool__0_1_18//:tokio_threadpool", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.7", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.7", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__futures__0_1_29//:futures", + "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", + "@rules_rust_proto__tokio_threadpool__0_1_18//:tokio_threadpool", ], ) + +# Unsupported target "dir" with type "test" omitted + +# Unsupported target "file" with type "test" omitted + +# Unsupported target "link" with type "test" omitted diff --git a/proto/raze/remote/tokio-io-0.1.13.BUILD b/proto/raze/remote/BUILD.tokio-io-0.1.13.bazel similarity index 94% rename from proto/raze/remote/tokio-io-0.1.13.BUILD rename to proto/raze/remote/BUILD.tokio-io-0.1.13.bazel index 31538f25a3..562d1c3c74 100644 --- a/proto/raze/remote/tokio-io-0.1.13.BUILD +++ b/proto/raze/remote/BUILD.tokio-io-0.1.13.bazel @@ -28,30 +28,33 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "async_read" with type "test" omitted -# Unsupported target "length_delimited" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "tokio_io", - crate_type = "lib", - deps = [ - "@rules_rust_proto__bytes__0_4_12//:bytes", - "@rules_rust_proto__futures__0_1_29//:futures", - "@rules_rust_proto__log__0_4_6//:log", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.13", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.13", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__bytes__0_4_12//:bytes", + "@rules_rust_proto__futures__0_1_29//:futures", + "@rules_rust_proto__log__0_4_6//:log", ], ) + +# Unsupported target "async_read" with type "test" omitted + +# Unsupported target "length_delimited" with type "test" omitted diff --git a/proto/raze/remote/tokio-reactor-0.1.12.BUILD b/proto/raze/remote/BUILD.tokio-reactor-0.1.12.bazel similarity index 96% rename from proto/raze/remote/tokio-reactor-0.1.12.BUILD rename to proto/raze/remote/BUILD.tokio-reactor-0.1.12.bazel index 660adf8028..d3e4422857 100644 --- a/proto/raze/remote/tokio-reactor-0.1.12.BUILD +++ b/proto/raze/remote/BUILD.tokio-reactor-0.1.12.bazel @@ -28,13 +28,28 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "basic" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "tokio_reactor", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.12", + # buildifier: leave-alone deps = [ "@rules_rust_proto__crossbeam_utils__0_7_2//:crossbeam_utils", "@rules_rust_proto__futures__0_1_29//:futures", @@ -48,17 +63,4 @@ rust_library( "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", "@rules_rust_proto__tokio_sync__0_1_8//:tokio_sync", ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.12", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], ) diff --git a/proto/raze/remote/tokio-sync-0.1.8.BUILD b/proto/raze/remote/BUILD.tokio-sync-0.1.8.bazel similarity index 95% rename from proto/raze/remote/tokio-sync-0.1.8.BUILD rename to proto/raze/remote/BUILD.tokio-sync-0.1.8.bazel index afc3977a33..87286a24a3 100644 --- a/proto/raze/remote/tokio-sync-0.1.8.BUILD +++ b/proto/raze/remote/BUILD.tokio-sync-0.1.8.bazel @@ -28,41 +28,56 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "atomic_task" with type "test" omitted -# Unsupported target "errors" with type "test" omitted -# Unsupported target "fuzz_atomic_task" with type "test" omitted -# Unsupported target "fuzz_list" with type "test" omitted -# Unsupported target "fuzz_mpsc" with type "test" omitted -# Unsupported target "fuzz_oneshot" with type "test" omitted -# Unsupported target "fuzz_semaphore" with type "test" omitted -# Unsupported target "lock" with type "test" omitted +# Generated Targets + # Unsupported target "mpsc" with type "bench" omitted -# Unsupported target "mpsc" with type "test" omitted + # Unsupported target "oneshot" with type "bench" omitted -# Unsupported target "oneshot" with type "test" omitted -# Unsupported target "semaphore" with type "test" omitted -# buildifier: leave-alone rust_library( name = "tokio_sync", - crate_type = "lib", - deps = [ - "@rules_rust_proto__fnv__1_0_6//:fnv", - "@rules_rust_proto__futures__0_1_29//:futures", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.8", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.8", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__fnv__1_0_6//:fnv", + "@rules_rust_proto__futures__0_1_29//:futures", ], ) + +# Unsupported target "atomic_task" with type "test" omitted + +# Unsupported target "errors" with type "test" omitted + +# Unsupported target "fuzz_atomic_task" with type "test" omitted + +# Unsupported target "fuzz_list" with type "test" omitted + +# Unsupported target "fuzz_mpsc" with type "test" omitted + +# Unsupported target "fuzz_oneshot" with type "test" omitted + +# Unsupported target "fuzz_semaphore" with type "test" omitted + +# Unsupported target "lock" with type "test" omitted + +# Unsupported target "mpsc" with type "test" omitted + +# Unsupported target "oneshot" with type "test" omitted + +# Unsupported target "semaphore" with type "test" omitted + # Unsupported target "watch" with type "test" omitted diff --git a/proto/raze/remote/tokio-tcp-0.1.4.BUILD b/proto/raze/remote/BUILD.tokio-tcp-0.1.4.bazel similarity index 95% rename from proto/raze/remote/tokio-tcp-0.1.4.BUILD rename to proto/raze/remote/BUILD.tokio-tcp-0.1.4.bazel index 368633cef7..442c549c14 100644 --- a/proto/raze/remote/tokio-tcp-0.1.4.BUILD +++ b/proto/raze/remote/BUILD.tokio-tcp-0.1.4.bazel @@ -28,36 +28,42 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "chain" with type "test" omitted -# Unsupported target "echo" with type "test" omitted -# Unsupported target "limit" with type "test" omitted -# Unsupported target "stream-buffered" with type "test" omitted -# Unsupported target "tcp" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "tokio_tcp", - crate_type = "lib", - deps = [ - "@rules_rust_proto__bytes__0_4_12//:bytes", - "@rules_rust_proto__futures__0_1_29//:futures", - "@rules_rust_proto__iovec__0_1_4//:iovec", - "@rules_rust_proto__mio__0_6_21//:mio", - "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", - "@rules_rust_proto__tokio_reactor__0_1_12//:tokio_reactor", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.4", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__bytes__0_4_12//:bytes", + "@rules_rust_proto__futures__0_1_29//:futures", + "@rules_rust_proto__iovec__0_1_4//:iovec", + "@rules_rust_proto__mio__0_6_21//:mio", + "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", + "@rules_rust_proto__tokio_reactor__0_1_12//:tokio_reactor", ], ) + +# Unsupported target "chain" with type "test" omitted + +# Unsupported target "echo" with type "test" omitted + +# Unsupported target "limit" with type "test" omitted + +# Unsupported target "stream-buffered" with type "test" omitted + +# Unsupported target "tcp" with type "test" omitted diff --git a/proto/raze/remote/tokio-threadpool-0.1.18.BUILD b/proto/raze/remote/BUILD.tokio-threadpool-0.1.18.bazel similarity index 96% rename from proto/raze/remote/tokio-threadpool-0.1.18.BUILD rename to proto/raze/remote/BUILD.tokio-threadpool-0.1.18.bazel index 26ab67b811..ed08678106 100644 --- a/proto/raze/remote/tokio-threadpool-0.1.18.BUILD +++ b/proto/raze/remote/BUILD.tokio-threadpool-0.1.18.bazel @@ -28,20 +28,36 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "basic" with type "bench" omitted + # Unsupported target "blocking" with type "bench" omitted -# Unsupported target "blocking" with type "test" omitted + # Unsupported target "depth" with type "bench" omitted + # Unsupported target "depth" with type "example" omitted -# Unsupported target "hammer" with type "test" omitted + # Unsupported target "hello" with type "example" omitted -# Unsupported target "threadpool" with type "test" omitted -# buildifier: leave-alone rust_library( name = "tokio_threadpool", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.18", + # buildifier: leave-alone deps = [ "@rules_rust_proto__crossbeam_deque__0_7_3//:crossbeam_deque", "@rules_rust_proto__crossbeam_queue__0_2_1//:crossbeam_queue", @@ -53,17 +69,10 @@ rust_library( "@rules_rust_proto__slab__0_4_2//:slab", "@rules_rust_proto__tokio_executor__0_1_10//:tokio_executor", ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.18", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], ) + +# Unsupported target "blocking" with type "test" omitted + +# Unsupported target "hammer" with type "test" omitted + +# Unsupported target "threadpool" with type "test" omitted diff --git a/proto/raze/remote/tokio-timer-0.1.2.BUILD b/proto/raze/remote/BUILD.tokio-timer-0.1.2.bazel similarity index 94% rename from proto/raze/remote/tokio-timer-0.1.2.BUILD rename to proto/raze/remote/BUILD.tokio-timer-0.1.2.bazel index 6e497786e5..604c63d367 100644 --- a/proto/raze/remote/tokio-timer-0.1.2.BUILD +++ b/proto/raze/remote/BUILD.tokio-timer-0.1.2.bazel @@ -28,29 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "support" with type "test" omitted -# Unsupported target "test_timer" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "tokio_timer", - crate_type = "lib", - deps = [ - "@rules_rust_proto__futures__0_1_29//:futures", - "@rules_rust_proto__slab__0_3_0//:slab", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__futures__0_1_29//:futures", + "@rules_rust_proto__slab__0_3_0//:slab", ], ) + +# Unsupported target "support" with type "test" omitted + +# Unsupported target "test_timer" with type "test" omitted diff --git a/proto/raze/remote/tokio-timer-0.2.13.BUILD b/proto/raze/remote/BUILD.tokio-timer-0.2.13.bazel similarity index 95% rename from proto/raze/remote/tokio-timer-0.2.13.BUILD rename to proto/raze/remote/BUILD.tokio-timer-0.2.13.bazel index 20a3325f6a..f044642746 100644 --- a/proto/raze/remote/tokio-timer-0.2.13.BUILD +++ b/proto/raze/remote/BUILD.tokio-timer-0.2.13.bazel @@ -28,37 +28,46 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "clock" with type "test" omitted -# Unsupported target "deadline" with type "test" omitted -# Unsupported target "delay" with type "test" omitted -# Unsupported target "hammer" with type "test" omitted -# Unsupported target "interval" with type "test" omitted -# Unsupported target "queue" with type "test" omitted -# Unsupported target "throttle" with type "test" omitted -# Unsupported target "timeout" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "tokio_timer", - crate_type = "lib", - deps = [ - "@rules_rust_proto__crossbeam_utils__0_7_2//:crossbeam_utils", - "@rules_rust_proto__futures__0_1_29//:futures", - "@rules_rust_proto__slab__0_4_2//:slab", - "@rules_rust_proto__tokio_executor__0_1_10//:tokio_executor", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.13", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.13", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__crossbeam_utils__0_7_2//:crossbeam_utils", + "@rules_rust_proto__futures__0_1_29//:futures", + "@rules_rust_proto__slab__0_4_2//:slab", + "@rules_rust_proto__tokio_executor__0_1_10//:tokio_executor", ], ) + +# Unsupported target "clock" with type "test" omitted + +# Unsupported target "deadline" with type "test" omitted + +# Unsupported target "delay" with type "test" omitted + +# Unsupported target "hammer" with type "test" omitted + +# Unsupported target "interval" with type "test" omitted + +# Unsupported target "queue" with type "test" omitted + +# Unsupported target "throttle" with type "test" omitted + +# Unsupported target "timeout" with type "test" omitted diff --git a/proto/raze/remote/tokio-tls-api-0.1.22.BUILD b/proto/raze/remote/BUILD.tokio-tls-api-0.1.22.bazel similarity index 93% rename from proto/raze/remote/tokio-tls-api-0.1.22.BUILD rename to proto/raze/remote/BUILD.tokio-tls-api-0.1.22.bazel index 0c4aba1580..38e7218c59 100644 --- a/proto/raze/remote/tokio-tls-api-0.1.22.BUILD +++ b/proto/raze/remote/BUILD.tokio-tls-api-0.1.22.bazel @@ -28,14 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "bad" with type "test" omitted -# Unsupported target "smoke" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "tokio_tls_api", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.22", + # buildifier: leave-alone deps = [ "@rules_rust_proto__futures__0_1_29//:futures", "@rules_rust_proto__tls_api__0_1_22//:tls_api", @@ -52,6 +66,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@io_bazel_rules_rust//rust/platform:s390x-unknown-linux-gnu", "@io_bazel_rules_rust//rust/platform:wasm32-unknown-unknown", + "@io_bazel_rules_rust//rust/platform:wasm32-wasi", "@io_bazel_rules_rust//rust/platform:x86_64-linux-android", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", @@ -61,6 +76,7 @@ rust_library( }) + selects.with_or({ # cfg(any(target_os = "macos", target_os = "ios")) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:i686-apple-darwin", "@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin", @@ -77,19 +93,8 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.22", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) + +# Unsupported target "bad" with type "test" omitted + +# Unsupported target "smoke" with type "test" omitted diff --git a/proto/raze/remote/tokio-udp-0.1.6.BUILD b/proto/raze/remote/BUILD.tokio-udp-0.1.6.bazel similarity index 95% rename from proto/raze/remote/tokio-udp-0.1.6.BUILD rename to proto/raze/remote/BUILD.tokio-udp-0.1.6.bazel index a2b81bdf85..d3fa9ecd9a 100644 --- a/proto/raze/remote/tokio-udp-0.1.6.BUILD +++ b/proto/raze/remote/BUILD.tokio-udp-0.1.6.bazel @@ -28,33 +28,35 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "tokio_udp", - crate_type = "lib", - deps = [ - "@rules_rust_proto__bytes__0_4_12//:bytes", - "@rules_rust_proto__futures__0_1_29//:futures", - "@rules_rust_proto__log__0_4_6//:log", - "@rules_rust_proto__mio__0_6_21//:mio", - "@rules_rust_proto__tokio_codec__0_1_2//:tokio_codec", - "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", - "@rules_rust_proto__tokio_reactor__0_1_12//:tokio_reactor", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.6", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.6", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__bytes__0_4_12//:bytes", + "@rules_rust_proto__futures__0_1_29//:futures", + "@rules_rust_proto__log__0_4_6//:log", + "@rules_rust_proto__mio__0_6_21//:mio", + "@rules_rust_proto__tokio_codec__0_1_2//:tokio_codec", + "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", + "@rules_rust_proto__tokio_reactor__0_1_12//:tokio_reactor", ], ) + # Unsupported target "udp" with type "test" omitted diff --git a/proto/raze/remote/tokio-uds-0.1.7.BUILD b/proto/raze/remote/BUILD.tokio-uds-0.1.7.bazel similarity index 95% rename from proto/raze/remote/tokio-uds-0.1.7.BUILD rename to proto/raze/remote/BUILD.tokio-uds-0.1.7.bazel index 9ff48a5bbe..a7e807c9ef 100644 --- a/proto/raze/remote/tokio-uds-0.1.7.BUILD +++ b/proto/raze/remote/BUILD.tokio-uds-0.1.7.bazel @@ -28,12 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "tokio_uds", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.7", + # buildifier: leave-alone deps = [ "@rules_rust_proto__bytes__0_4_12//:bytes", "@rules_rust_proto__futures__0_1_29//:futures", @@ -45,17 +59,4 @@ rust_library( "@rules_rust_proto__tokio_core__0_1_17//:tokio_core", "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.7", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], ) diff --git a/proto/raze/remote/tokio-uds-0.2.6.BUILD b/proto/raze/remote/BUILD.tokio-uds-0.2.6.bazel similarity index 96% rename from proto/raze/remote/tokio-uds-0.2.6.BUILD rename to proto/raze/remote/BUILD.tokio-uds-0.2.6.bazel index c7a2122ab2..45db7479a6 100644 --- a/proto/raze/remote/tokio-uds-0.2.6.BUILD +++ b/proto/raze/remote/BUILD.tokio-uds-0.2.6.bazel @@ -28,14 +28,26 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "datagram" with type "test" omitted -# Unsupported target "stream" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "tokio_uds", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.6", + # buildifier: leave-alone deps = [ "@rules_rust_proto__bytes__0_4_12//:bytes", "@rules_rust_proto__futures__0_1_29//:futures", @@ -48,17 +60,8 @@ rust_library( "@rules_rust_proto__tokio_io__0_1_13//:tokio_io", "@rules_rust_proto__tokio_reactor__0_1_12//:tokio_reactor", ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.2.6", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], ) + +# Unsupported target "datagram" with type "test" omitted + +# Unsupported target "stream" with type "test" omitted diff --git a/proto/raze/remote/unix_socket-0.5.0.BUILD b/proto/raze/remote/BUILD.unix_socket-0.5.0.bazel similarity index 94% rename from proto/raze/remote/unix_socket-0.5.0.BUILD rename to proto/raze/remote/BUILD.unix_socket-0.5.0.bazel index f362d6ceae..bdc2493230 100644 --- a/proto/raze/remote/unix_socket-0.5.0.BUILD +++ b/proto/raze/remote/BUILD.unix_socket-0.5.0.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "unix_socket", - crate_type = "lib", - deps = [ - "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", - "@rules_rust_proto__libc__0_2_69//:libc", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.5.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.5.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__cfg_if__0_1_10//:cfg_if", + "@rules_rust_proto__libc__0_2_69//:libc", ], ) diff --git a/proto/raze/remote/void-1.0.2.BUILD b/proto/raze/remote/BUILD.void-1.0.2.bazel similarity index 93% rename from proto/raze/remote/void-1.0.2.BUILD rename to proto/raze/remote/BUILD.void-1.0.2.bazel index 5232c51c57..ea198b5428 100644 --- a/proto/raze/remote/void-1.0.2.BUILD +++ b/proto/raze/remote/BUILD.void-1.0.2.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "void", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "1.0.2", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/winapi-0.2.8.BUILD b/proto/raze/remote/BUILD.winapi-0.2.8.bazel similarity index 93% rename from proto/raze/remote/winapi-0.2.8.BUILD rename to proto/raze/remote/BUILD.winapi-0.2.8.bazel index 57000dbf25..fddf318e77 100644 --- a/proto/raze/remote/winapi-0.2.8.BUILD +++ b/proto/raze/remote/BUILD.winapi-0.2.8.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "winapi", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.8", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.8", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/winapi-0.3.8.BUILD b/proto/raze/remote/BUILD.winapi-0.3.8.bazel similarity index 95% rename from proto/raze/remote/winapi-0.3.8.BUILD rename to proto/raze/remote/BUILD.winapi-0.3.8.bazel index 26ff21e3aa..7662396ba8 100644 --- a/proto/raze/remote/winapi-0.3.8.BUILD +++ b/proto/raze/remote/BUILD.winapi-0.3.8.bazel @@ -28,26 +28,13 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "winapi", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.3.8", - tags = [ - "cargo-raze", - "manual", - ], crate_features = [ "errhandlingapi", "handleapi", @@ -61,4 +48,19 @@ rust_library( "ws2ipdef", "ws2tcpip", ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.8", + # buildifier: leave-alone + deps = [ + ], ) diff --git a/proto/raze/remote/winapi-build-0.1.1.BUILD b/proto/raze/remote/BUILD.winapi-build-0.1.1.bazel similarity index 94% rename from proto/raze/remote/winapi-build-0.1.1.BUILD rename to proto/raze/remote/BUILD.winapi-build-0.1.1.bazel index 4bc00630a5..9c03ac63c1 100644 --- a/proto/raze/remote/winapi-build-0.1.1.BUILD +++ b/proto/raze/remote/BUILD.winapi-build-0.1.1.bazel @@ -28,7 +28,7 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets alias( name = "winapi_build", @@ -39,23 +39,24 @@ alias( ], ) -# buildifier: leave-alone rust_library( name = "build", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.1", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD b/proto/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel similarity index 94% rename from proto/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD rename to proto/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel index fcaa2fc523..a3d46d6105 100644 --- a/proto/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD +++ b/proto/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "winapi_i686_pc_windows_gnu", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD b/proto/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel similarity index 94% rename from proto/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD rename to proto/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel index d59f70649c..302fa1094a 100644 --- a/proto/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD +++ b/proto/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "winapi_x86_64_pc_windows_gnu", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/proto/raze/remote/ws2_32-sys-0.2.1.BUILD b/proto/raze/remote/BUILD.ws2_32-sys-0.2.1.bazel similarity index 94% rename from proto/raze/remote/ws2_32-sys-0.2.1.BUILD rename to proto/raze/remote/BUILD.ws2_32-sys-0.2.1.bazel index be79ad382d..ca79f117a0 100644 --- a/proto/raze/remote/ws2_32-sys-0.2.1.BUILD +++ b/proto/raze/remote/BUILD.ws2_32-sys-0.2.1.bazel @@ -28,7 +28,8 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted alias( @@ -40,24 +41,25 @@ alias( ], ) -# buildifier: leave-alone rust_library( name = "ws2_32", - crate_type = "lib", - deps = [ - "@rules_rust_proto__winapi__0_2_8//:winapi", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_proto__winapi__0_2_8//:winapi", ], ) diff --git a/wasm_bindgen/raze/BUILD b/wasm_bindgen/raze/BUILD deleted file mode 100644 index 33f8f28949..0000000000 --- a/wasm_bindgen/raze/BUILD +++ /dev/null @@ -1,222 +0,0 @@ -""" -@generated -cargo-raze workspace build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -package(default_visibility = ["//visibility:public"]) - -licenses([ - "notice", # See individual crates for specific licenses -]) - -# Aliased targets -alias( - name = "wasm_bindgen", - actual = "@rules_rust_wasm_bindgen__wasm_bindgen__0_2_68//:wasm_bindgen", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "anyhow", - actual = "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "assert_cmd", - actual = "@rules_rust_wasm_bindgen__assert_cmd__1_0_1//:assert_cmd", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "curl", - actual = "@rules_rust_wasm_bindgen__curl__0_4_33//:curl", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "diff", - actual = "@rules_rust_wasm_bindgen__diff__0_1_12//:diff", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "docopt", - actual = "@rules_rust_wasm_bindgen__docopt__1_1_0//:docopt", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "env_logger", - actual = "@rules_rust_wasm_bindgen__env_logger__0_7_1//:env_logger", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "log", - actual = "@rules_rust_wasm_bindgen__log__0_4_11//:log", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "predicates", - actual = "@rules_rust_wasm_bindgen__predicates__1_0_5//:predicates", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "rayon", - actual = "@rules_rust_wasm_bindgen__rayon__1_4_0//:rayon", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "rouille", - actual = "@rules_rust_wasm_bindgen__rouille__3_0_0//:rouille", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "serde", - actual = "@rules_rust_wasm_bindgen__serde__1_0_115//:serde", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "serde_derive", - actual = "@rules_rust_wasm_bindgen__serde_derive__1_0_115//:serde_derive", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "serde_json", - actual = "@rules_rust_wasm_bindgen__serde_json__1_0_57//:serde_json", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "tempfile", - actual = "@rules_rust_wasm_bindgen__tempfile__3_1_0//:tempfile", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "walrus", - actual = "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - # Extra aliased target, from raze configuration - # N.B.: The exact form of this is subject to change. - name = "cargo_bin_wasm_bindgen", - actual = "@rules_rust_wasm_bindgen__wasm_bindgen_cli__0_2_68//:cargo_bin_wasm_bindgen", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "wasm_bindgen_cli_support", - actual = "@rules_rust_wasm_bindgen__wasm_bindgen_cli_support__0_2_68//:wasm_bindgen_cli_support", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "wasm_bindgen_shared", - actual = "@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_68//:wasm_bindgen_shared", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "wit_printer", - actual = "@rules_rust_wasm_bindgen__wit_printer__0_2_0//:wit_printer", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "wit_text", - actual = "@rules_rust_wasm_bindgen__wit_text__0_8_0//:wit_text", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "wit_validator", - actual = "@rules_rust_wasm_bindgen__wit_validator__0_2_1//:wit_validator", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "wit_walrus", - actual = "@rules_rust_wasm_bindgen__wit_walrus__0_5_0//:wit_walrus", - tags = [ - "cargo-raze", - "manual", - ], -) diff --git a/bindgen/raze/BUILD b/wasm_bindgen/raze/BUILD.bazel similarity index 54% rename from bindgen/raze/BUILD rename to wasm_bindgen/raze/BUILD.bazel index d4a943d294..32714582eb 100644 --- a/bindgen/raze/BUILD +++ b/wasm_bindgen/raze/BUILD.bazel @@ -1,6 +1,6 @@ """ @generated -cargo-raze workspace build file. +cargo-raze generated Bazel file. DO NOT EDIT! Replaced on runs of cargo-raze """ @@ -13,8 +13,8 @@ licenses([ # Aliased targets alias( - name = "bindgen", - actual = "@rules_rust_bindgen__bindgen__0_55_1//:bindgen", + name = "wasm_bindgen", + actual = "@rules_rust_wasm_bindgen__wasm_bindgen__0_2_68//:wasm_bindgen", tags = [ "cargo-raze", "manual", @@ -24,17 +24,8 @@ alias( alias( # Extra aliased target, from raze configuration # N.B.: The exact form of this is subject to change. - name = "cargo_bin_bindgen", - actual = "@rules_rust_bindgen__bindgen__0_55_1//:cargo_bin_bindgen", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "libloading", - actual = "@rules_rust_bindgen__libloading__0_6_3//:libloading", + name = "cargo_bin_wasm_bindgen", + actual = "@rules_rust_wasm_bindgen__wasm_bindgen_cli__0_2_68//:cargo_bin_wasm_bindgen", tags = [ "cargo-raze", "manual", diff --git a/wasm_bindgen/raze/Cargo.lock b/wasm_bindgen/raze/Cargo.lock deleted file mode 100644 index 2b2a7a0f2d..0000000000 --- a/wasm_bindgen/raze/Cargo.lock +++ /dev/null @@ -1,124 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -[[package]] -name = "bumpalo" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" - -[[package]] -name = "cfg-if" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" - -[[package]] -name = "fake_rules_rust_wasm_bindgen_lib" -version = "0.0.1" -dependencies = [ - "wasm-bindgen", -] - -[[package]] -name = "lazy_static" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" - -[[package]] -name = "log" -version = "0.4.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "proc-macro2" -version = "1.0.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" -dependencies = [ - "unicode-xid", -] - -[[package]] -name = "quote" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" -dependencies = [ - "proc-macro2", -] - -[[package]] -name = "syn" -version = "1.0.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea9c5432ff16d6152371f808fb5a871cd67368171b09bb21b43df8e4a47a3556" -dependencies = [ - "proc-macro2", - "quote", - "unicode-xid", -] - -[[package]] -name = "unicode-xid" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" - -[[package]] -name = "wasm-bindgen" -version = "0.2.68" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42" -dependencies = [ - "cfg-if", - "wasm-bindgen-macro", -] - -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.68" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68" -dependencies = [ - "bumpalo", - "lazy_static", - "log", - "proc-macro2", - "quote", - "syn", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-macro" -version = "0.2.68" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038" -dependencies = [ - "quote", - "wasm-bindgen-macro-support", -] - -[[package]] -name = "wasm-bindgen-macro-support" -version = "0.2.68" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe" -dependencies = [ - "proc-macro2", - "quote", - "syn", - "wasm-bindgen-backend", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-shared" -version = "0.2.68" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307" diff --git a/wasm_bindgen/raze/lockfiles/Cargo.wasm-bindgen-cli-0.2.68.lock b/wasm_bindgen/raze/Cargo.raze.lock similarity index 83% rename from wasm_bindgen/raze/lockfiles/Cargo.wasm-bindgen-cli-0.2.68.lock rename to wasm_bindgen/raze/Cargo.raze.lock index eb8dd4af76..6af528832d 100644 --- a/wasm_bindgen/raze/lockfiles/Cargo.wasm-bindgen-cli-0.2.68.lock +++ b/wasm_bindgen/raze/Cargo.raze.lock @@ -2,18 +2,18 @@ # It is not intended for manual editing. [[package]] name = "aho-corasick" -version = "0.7.13" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" +checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" dependencies = [ "memchr", ] [[package]] name = "anyhow" -version = "1.0.32" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b" +checksum = "68803225a7b13e47191bab76f2687382b60d259e8cf37f6e1893658b84bb9479" [[package]] name = "arrayref" @@ -23,9 +23,9 @@ checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" [[package]] name = "arrayvec" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" +checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "ascii" @@ -35,9 +35,9 @@ checksum = "97be891acc47ca214468e09425d02cef3af2c94d0d82081cd02061f996802f14" [[package]] name = "assert_cmd" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c88b9ca26f9c16ec830350d309397e74ee9abdfd8eb1f71cb6ecc71a3fc818da" +checksum = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e" dependencies = [ "doc-comment", "predicates", @@ -81,9 +81,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.12.3" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" +checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bitflags" @@ -93,9 +93,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "blake2b_simd" -version = "0.5.10" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" +checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" dependencies = [ "arrayref", "arrayvec", @@ -112,6 +112,12 @@ dependencies = [ "safemem", ] +[[package]] +name = "bumpalo" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" + [[package]] name = "byteorder" version = "1.3.4" @@ -120,9 +126,9 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" [[package]] name = "cc" -version = "1.0.59" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381" +checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" [[package]] name = "cfg-if" @@ -130,15 +136,23 @@ version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" +[[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + [[package]] name = "chrono" -version = "0.4.15" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b" +checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" dependencies = [ + "libc", "num-integer", "num-traits", "time", + "winapi", ] [[package]] @@ -156,6 +170,12 @@ dependencies = [ "bitflags", ] +[[package]] +name = "const_fn" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" + [[package]] name = "constant_time_eq" version = "0.1.5" @@ -164,56 +184,55 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "crossbeam-channel" -version = "0.4.4" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" +checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" dependencies = [ + "cfg-if 1.0.0", "crossbeam-utils", - "maybe-uninit", ] [[package]] name = "crossbeam-deque" -version = "0.7.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" +checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" dependencies = [ + "cfg-if 1.0.0", "crossbeam-epoch", "crossbeam-utils", - "maybe-uninit", ] [[package]] name = "crossbeam-epoch" -version = "0.8.2" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" +checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d" dependencies = [ - "autocfg 1.0.1", - "cfg-if", + "cfg-if 1.0.0", + "const_fn", "crossbeam-utils", "lazy_static", - "maybe-uninit", "memoffset", "scopeguard", ] [[package]] name = "crossbeam-utils" -version = "0.7.2" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" +checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" dependencies = [ "autocfg 1.0.1", - "cfg-if", + "cfg-if 1.0.0", "lazy_static", ] [[package]] name = "curl" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78baca05127a115136a9898e266988fc49ca7ea2c839f60fc6e1fc9df1599168" +checksum = "e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e" dependencies = [ "curl-sys", "libc", @@ -226,9 +245,9 @@ dependencies = [ [[package]] name = "curl-sys" -version = "0.4.36+curl-7.71.1" +version = "0.4.39+curl-7.74.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68cad94adeb0c16558429c3c34a607acc9ea58e09a7b66310aabc9788fc5d721" +checksum = "07a8ce861e7b68a0b394e814d7ee9f1b2750ff8bd10372c6ad3bacc10e86f874" dependencies = [ "cc", "libc", @@ -282,9 +301,9 @@ dependencies = [ [[package]] name = "either" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f" +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "env_logger" @@ -299,13 +318,20 @@ dependencies = [ "termcolor", ] +[[package]] +name = "fake_rules_rust_wasm_bindgen_lib" +version = "0.0.1" +dependencies = [ + "wasm-bindgen", +] + [[package]] name = "filetime" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e" +checksum = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe" dependencies = [ - "cfg-if", + "cfg-if 1.0.0", "libc", "redox_syscall", "winapi", @@ -343,29 +369,29 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" [[package]] name = "getrandom" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" +checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" dependencies = [ - "cfg-if", + "cfg-if 0.1.10", "libc", "wasi 0.9.0+wasi-snapshot-preview1", ] [[package]] name = "heck" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" +checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" dependencies = [ "unicode-segmentation", ] [[package]] name = "hermit-abi" -version = "0.1.15" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" +checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" dependencies = [ "libc", ] @@ -425,9 +451,9 @@ checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a" [[package]] name = "libc" -version = "0.2.76" +version = "0.2.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3" +checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" [[package]] name = "libz-sys" @@ -456,7 +482,7 @@ version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" dependencies = [ - "cfg-if", + "cfg-if 0.1.10", ] [[package]] @@ -465,23 +491,17 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" -[[package]] -name = "maybe-uninit" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" - [[package]] name = "memchr" -version = "2.3.3" +version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" +checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "memoffset" -version = "0.5.5" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f" +checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" dependencies = [ "autocfg 1.0.1", ] @@ -533,9 +553,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "num-integer" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" +checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" dependencies = [ "autocfg 1.0.1", "num-traits", @@ -543,9 +563,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.12" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" +checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" dependencies = [ "autocfg 1.0.1", ] @@ -562,12 +582,12 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.30" +version = "0.10.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4" +checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70" dependencies = [ "bitflags", - "cfg-if", + "cfg-if 1.0.0", "foreign-types", "lazy_static", "libc", @@ -582,18 +602,18 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" [[package]] name = "openssl-src" -version = "111.10.2+1.1.1g" +version = "111.13.0+1.1.1i" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a287fdb22e32b5b60624d4a5a7a02dbe82777f730ec0dbc42a0554326fef5a70" +checksum = "045e4dc48af57aad93d665885789b43222ae26f4886494da12d1ed58d309dcb6" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.58" +version = "0.9.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de" +checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6" dependencies = [ "autocfg 1.0.1", "cc", @@ -650,15 +670,15 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33" +checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "ppv-lite86" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20" +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "predicates" @@ -689,7 +709,6 @@ dependencies = [ "treeline", ] -# Note: The this version was hand edited [[package]] name = "proc-macro2" version = "1.0.24" @@ -707,9 +726,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quote" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" +checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df" dependencies = [ "proc-macro2", ] @@ -889,9 +908,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfd016f0c045ad38b5251be2c9c0ab806917f82da4d36b2a327e5166adad9270" +checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" dependencies = [ "autocfg 1.0.1", "crossbeam-deque", @@ -901,9 +920,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91739a34c4355b5434ce54c9086c5895604a9c278586d1f1aa95e04f66b525a0" +checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" dependencies = [ "crossbeam-channel", "crossbeam-deque", @@ -940,9 +959,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.3.9" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" +checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" dependencies = [ "aho-corasick", "memchr", @@ -952,9 +971,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.18" +version = "0.6.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" +checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" [[package]] name = "remove_dir_all" @@ -990,11 +1009,11 @@ dependencies = [ [[package]] name = "rust-argon2" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19" +checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" dependencies = [ - "base64 0.12.3", + "base64 0.13.0", "blake2b_simd", "constant_time_eq", "crossbeam-utils", @@ -1002,9 +1021,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.16" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" +checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232" [[package]] name = "ryu" @@ -1036,18 +1055,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "serde" -version = "1.0.115" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5" +checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.115" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48" +checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df" dependencies = [ "proc-macro2", "quote", @@ -1056,9 +1075,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.57" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c" +checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779" dependencies = [ "itoa", "ryu", @@ -1079,13 +1098,12 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" [[package]] name = "socket2" -version = "0.3.12" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918" +checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" dependencies = [ - "cfg-if", + "cfg-if 1.0.0", "libc", - "redox_syscall", "winapi", ] @@ -1097,9 +1115,9 @@ checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" [[package]] name = "syn" -version = "1.0.40" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "963f7d3cc59b59b9325165add223142bbf1df27655d07789f109896d353d8350" +checksum = "a9802ddde94170d186eeee5005b798d9c159fa970403f1be19976d0cfb939b72" dependencies = [ "proc-macro2", "quote", @@ -1122,7 +1140,7 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" dependencies = [ - "cfg-if", + "cfg-if 0.1.10", "libc", "rand 0.7.3", "redox_syscall", @@ -1143,9 +1161,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" +checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" dependencies = [ "winapi-util", ] @@ -1194,9 +1212,18 @@ dependencies = [ [[package]] name = "tinyvec" -version = "0.3.4" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117" +checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "treeline" @@ -1233,18 +1260,18 @@ dependencies = [ [[package]] name = "unicode-normalization" -version = "0.1.13" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" +checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606" dependencies = [ "tinyvec", ] [[package]] name = "unicode-segmentation" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" +checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" [[package]] name = "unicode-xid" @@ -1265,9 +1292,9 @@ dependencies = [ [[package]] name = "vcpkg" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" +checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" [[package]] name = "version_check" @@ -1323,6 +1350,31 @@ version = "0.10.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" +[[package]] +name = "wasm-bindgen" +version = "0.2.68" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42" +dependencies = [ + "cfg-if 0.1.10", + "wasm-bindgen-macro", +] + +[[package]] +name = "wasm-bindgen-backend" +version = "0.2.68" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68" +dependencies = [ + "bumpalo", + "lazy_static", + "log 0.4.11", + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-shared", +] + [[package]] name = "wasm-bindgen-cli" version = "0.2.68" @@ -1385,6 +1437,29 @@ dependencies = [ "walrus", ] +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.68" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.68" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-backend", + "wasm-bindgen-shared", +] + [[package]] name = "wasm-bindgen-multi-value-xform" version = "0.2.68" @@ -1442,18 +1517,18 @@ checksum = "a950e6a618f62147fd514ff445b2a0b53120d382751960797f85f058c7eda9b9" [[package]] name = "wasmparser" -version = "0.62.0" +version = "0.71.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e36b5b8441a5d83ea606c9eb904a3ee3889ebfeda1df1a5c48b84725239d93ce" +checksum = "89a30c99437829ede826802bfcf28500cf58df00e66cb9114df98813bc145ff1" [[package]] name = "wasmprinter" -version = "0.2.9" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc9e10f7145e1c15f16c809d6c0937ab51a79478f53458fb78ded3491819a94" +checksum = "0515db67c610037f3c53ec36976edfd1eb01bac6b1226914b17ce609480e729f" dependencies = [ "anyhow", - "wasmparser 0.62.0", + "wasmparser 0.71.0", ] [[package]] diff --git a/wasm_bindgen/raze/Cargo.toml b/wasm_bindgen/raze/Cargo.toml index 6c5cfb4dfa..08577a87af 100644 --- a/wasm_bindgen/raze/Cargo.toml +++ b/wasm_bindgen/raze/Cargo.toml @@ -8,31 +8,27 @@ path = "fake_rules_rust_wasm_bindgen_lib.rs" [dependencies] wasm-bindgen = "0.2.68" -[raze] +[package.metadata.raze] genmode = "Remote" workspace_path = "//wasm_bindgen/raze" gen_workspace_prefix = "rules_rust_wasm_bindgen" -output_buildfile_suffix = "BUILD" +rust_rules_workspace_name = "io_bazel_rules_rust" +package_aliases_dir = "." +default_gen_buildrs = false -[raze.binary_deps] +[package.metadata.raze.binary_deps] wasm-bindgen-cli = "0.2.68" -[raze.crates.log.'0.3.9'] +[package.metadata.raze.crates.log.'<5'] additional_flags = [ "--cfg=atomic_cas", "--cfg=use_std", ] -[raze.crates.log.'0.4.11'] -additional_flags = [ - "--cfg=atomic_cas", - "--cfg=use_std", -] - -[raze.crates.mime_guess.'1.8.8'] +[package.metadata.raze.crates.mime_guess.'1.8'] gen_buildrs = true -[raze.crates.openssl-sys.'0.9.58'] +[package.metadata.raze.crates.openssl-sys.'0.9'] additional_flags = [ # Vendored openssl is 1.0.2m "--cfg=ossl101", @@ -50,36 +46,30 @@ additional_flags = [ "dylib=crypto", ] -[raze.crates.proc-macro2.'1.0.23'] -gen_buildrs = true -additional_flags = [ - "--cfg=use_proc_macro", -] - -[raze.crates.proc-macro2.'1.0.24'] +[package.metadata.raze.crates.proc-macro2.'1.0'] gen_buildrs = true additional_flags = [ "--cfg=use_proc_macro", ] -[raze.crates.syn.'1.0.40'] +[package.metadata.raze.crates.libc.'0.2'] gen_buildrs = true -[raze.crates.syn.'1.0.45'] +[package.metadata.raze.crates.syn.'1.0'] gen_buildrs = true -[raze.crates.serde_json.'1.0.57'] +[package.metadata.raze.crates.serde_json.'1.0'] gen_buildrs = true -[raze.crates.unicase.'1.4.2'] +[package.metadata.raze.crates.unicase.'1.4'] additional_flags = [ "--cfg=__unicase__iter_cmp", "--cfg=__unicase__defauler_hasher", ] -[raze.crates.wasm-bindgen.'0.2.68'] +[package.metadata.raze.crates.wasm-bindgen.'0.2.68'] gen_buildrs = true -[raze.crates.wasm-bindgen-cli.'0.2.68'] +[package.metadata.raze.crates.wasm-bindgen-cli.'0.2.68'] gen_buildrs = true extra_aliased_targets = ["cargo_bin_wasm_bindgen"] diff --git a/wasm_bindgen/raze/crates.bzl b/wasm_bindgen/raze/crates.bzl index 2ff5138a1e..58df83a8a2 100644 --- a/wasm_bindgen/raze/crates.bzl +++ b/wasm_bindgen/raze/crates.bzl @@ -1,6 +1,6 @@ """ @generated -cargo-raze crate workspace functions +cargo-raze generated Bazel file. DO NOT EDIT! Replaced on runs of cargo-raze """ @@ -13,152 +13,22 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): """This function defines a collection of repos and should be called in a WORKSPACE file""" maybe( http_archive, - name = "rules_rust_wasm_bindgen__bumpalo__3_4_0", - url = "https://crates.io/api/v1/crates/bumpalo/3.4.0/download", - type = "tar.gz", - sha256 = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820", - strip_prefix = "bumpalo-3.4.0", - build_file = Label("//wasm_bindgen/raze/remote:bumpalo-3.4.0.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__cfg_if__0_1_10", - url = "https://crates.io/api/v1/crates/cfg-if/0.1.10/download", - type = "tar.gz", - sha256 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822", - strip_prefix = "cfg-if-0.1.10", - build_file = Label("//wasm_bindgen/raze/remote:cfg-if-0.1.10.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__lazy_static__1_4_0", - url = "https://crates.io/api/v1/crates/lazy_static/1.4.0/download", - type = "tar.gz", - sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646", - strip_prefix = "lazy_static-1.4.0", - build_file = Label("//wasm_bindgen/raze/remote:lazy_static-1.4.0.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__log__0_4_11", - url = "https://crates.io/api/v1/crates/log/0.4.11/download", - type = "tar.gz", - sha256 = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b", - strip_prefix = "log-0.4.11", - build_file = Label("//wasm_bindgen/raze/remote:log-0.4.11.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__proc_macro2__1_0_24", - url = "https://crates.io/api/v1/crates/proc-macro2/1.0.24/download", - type = "tar.gz", - sha256 = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71", - strip_prefix = "proc-macro2-1.0.24", - build_file = Label("//wasm_bindgen/raze/remote:proc-macro2-1.0.24.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__quote__1_0_7", - url = "https://crates.io/api/v1/crates/quote/1.0.7/download", - type = "tar.gz", - sha256 = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37", - strip_prefix = "quote-1.0.7", - build_file = Label("//wasm_bindgen/raze/remote:quote-1.0.7.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__syn__1_0_45", - url = "https://crates.io/api/v1/crates/syn/1.0.45/download", - type = "tar.gz", - sha256 = "ea9c5432ff16d6152371f808fb5a871cd67368171b09bb21b43df8e4a47a3556", - strip_prefix = "syn-1.0.45", - build_file = Label("//wasm_bindgen/raze/remote:syn-1.0.45.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__unicode_xid__0_2_1", - url = "https://crates.io/api/v1/crates/unicode-xid/0.2.1/download", - type = "tar.gz", - sha256 = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564", - strip_prefix = "unicode-xid-0.2.1", - build_file = Label("//wasm_bindgen/raze/remote:unicode-xid-0.2.1.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__wasm_bindgen__0_2_68", - url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.68/download", - type = "tar.gz", - sha256 = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42", - strip_prefix = "wasm-bindgen-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-0.2.68.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__wasm_bindgen_backend__0_2_68", - url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.68/download", - type = "tar.gz", - sha256 = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68", - strip_prefix = "wasm-bindgen-backend-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-backend-0.2.68.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__wasm_bindgen_macro__0_2_68", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.68/download", - type = "tar.gz", - sha256 = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038", - strip_prefix = "wasm-bindgen-macro-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-macro-0.2.68.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__wasm_bindgen_macro_support__0_2_68", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.68/download", - type = "tar.gz", - sha256 = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe", - strip_prefix = "wasm-bindgen-macro-support-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-macro-support-0.2.68.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_68", - url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.68/download", - type = "tar.gz", - sha256 = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307", - strip_prefix = "wasm-bindgen-shared-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-shared-0.2.68.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__aho_corasick__0_7_13", - url = "https://crates.io/api/v1/crates/aho-corasick/0.7.13/download", + name = "rules_rust_wasm_bindgen__aho_corasick__0_7_15", + url = "https://crates.io/api/v1/crates/aho-corasick/0.7.15/download", type = "tar.gz", - sha256 = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86", - strip_prefix = "aho-corasick-0.7.13", - build_file = Label("//wasm_bindgen/raze/remote:aho-corasick-0.7.13.BUILD"), + sha256 = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5", + strip_prefix = "aho-corasick-0.7.15", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.aho-corasick-0.7.15.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__anyhow__1_0_32", - url = "https://crates.io/api/v1/crates/anyhow/1.0.32/download", + name = "rules_rust_wasm_bindgen__anyhow__1_0_36", + url = "https://crates.io/api/v1/crates/anyhow/1.0.36/download", type = "tar.gz", - sha256 = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b", - strip_prefix = "anyhow-1.0.32", - build_file = Label("//wasm_bindgen/raze/remote:anyhow-1.0.32.BUILD"), + sha256 = "68803225a7b13e47191bab76f2687382b60d259e8cf37f6e1893658b84bb9479", + strip_prefix = "anyhow-1.0.36", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.anyhow-1.0.36.bazel"), ) maybe( @@ -168,17 +38,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544", strip_prefix = "arrayref-0.3.6", - build_file = Label("//wasm_bindgen/raze/remote:arrayref-0.3.6.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.arrayref-0.3.6.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__arrayvec__0_5_1", - url = "https://crates.io/api/v1/crates/arrayvec/0.5.1/download", + name = "rules_rust_wasm_bindgen__arrayvec__0_5_2", + url = "https://crates.io/api/v1/crates/arrayvec/0.5.2/download", type = "tar.gz", - sha256 = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8", - strip_prefix = "arrayvec-0.5.1", - build_file = Label("//wasm_bindgen/raze/remote:arrayvec-0.5.1.BUILD"), + sha256 = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b", + strip_prefix = "arrayvec-0.5.2", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.arrayvec-0.5.2.bazel"), ) maybe( @@ -188,17 +58,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.ascii-0.8.7.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__assert_cmd__1_0_1", - url = "https://crates.io/api/v1/crates/assert_cmd/1.0.1/download", + name = "rules_rust_wasm_bindgen__assert_cmd__1_0_2", + url = "https://crates.io/api/v1/crates/assert_cmd/1.0.2/download", type = "tar.gz", - sha256 = "c88b9ca26f9c16ec830350d309397e74ee9abdfd8eb1f71cb6ecc71a3fc818da", - strip_prefix = "assert_cmd-1.0.1", - build_file = Label("//wasm_bindgen/raze/remote:assert_cmd-1.0.1.BUILD"), + sha256 = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e", + strip_prefix = "assert_cmd-1.0.2", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.assert_cmd-1.0.2.bazel"), ) maybe( @@ -208,7 +78,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8", strip_prefix = "atty-0.2.14", - build_file = Label("//wasm_bindgen/raze/remote:atty-0.2.14.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.atty-0.2.14.bazel"), ) maybe( @@ -218,7 +88,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2", strip_prefix = "autocfg-0.1.7", - build_file = Label("//wasm_bindgen/raze/remote:autocfg-0.1.7.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.autocfg-0.1.7.bazel"), ) maybe( @@ -228,17 +98,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a", strip_prefix = "autocfg-1.0.1", - build_file = Label("//wasm_bindgen/raze/remote:autocfg-1.0.1.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.autocfg-1.0.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__base64__0_12_3", - url = "https://crates.io/api/v1/crates/base64/0.12.3/download", + name = "rules_rust_wasm_bindgen__base64__0_13_0", + url = "https://crates.io/api/v1/crates/base64/0.13.0/download", type = "tar.gz", - sha256 = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff", - strip_prefix = "base64-0.12.3", - build_file = Label("//wasm_bindgen/raze/remote:base64-0.12.3.BUILD"), + sha256 = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd", + strip_prefix = "base64-0.13.0", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.base64-0.13.0.bazel"), ) maybe( @@ -248,7 +118,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.base64-0.9.3.bazel"), ) maybe( @@ -258,17 +128,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693", strip_prefix = "bitflags-1.2.1", - build_file = Label("//wasm_bindgen/raze/remote:bitflags-1.2.1.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.bitflags-1.2.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__blake2b_simd__0_5_10", - url = "https://crates.io/api/v1/crates/blake2b_simd/0.5.10/download", + name = "rules_rust_wasm_bindgen__blake2b_simd__0_5_11", + url = "https://crates.io/api/v1/crates/blake2b_simd/0.5.11/download", type = "tar.gz", - sha256 = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a", - strip_prefix = "blake2b_simd-0.5.10", - build_file = Label("//wasm_bindgen/raze/remote:blake2b_simd-0.5.10.BUILD"), + sha256 = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587", + strip_prefix = "blake2b_simd-0.5.11", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.blake2b_simd-0.5.11.bazel"), ) maybe( @@ -278,7 +148,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f", strip_prefix = "buf_redux-0.8.4", - build_file = Label("//wasm_bindgen/raze/remote:buf_redux-0.8.4.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.buf_redux-0.8.4.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_wasm_bindgen__bumpalo__3_4_0", + url = "https://crates.io/api/v1/crates/bumpalo/3.4.0/download", + type = "tar.gz", + sha256 = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820", + strip_prefix = "bumpalo-3.4.0", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.bumpalo-3.4.0.bazel"), ) maybe( @@ -288,17 +168,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de", strip_prefix = "byteorder-1.3.4", - build_file = Label("//wasm_bindgen/raze/remote:byteorder-1.3.4.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.byteorder-1.3.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__cc__1_0_59", - url = "https://crates.io/api/v1/crates/cc/1.0.59/download", + name = "rules_rust_wasm_bindgen__cc__1_0_66", + url = "https://crates.io/api/v1/crates/cc/1.0.66/download", type = "tar.gz", - sha256 = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381", - strip_prefix = "cc-1.0.59", - build_file = Label("//wasm_bindgen/raze/remote:cc-1.0.59.BUILD"), + sha256 = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48", + strip_prefix = "cc-1.0.66", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.cc-1.0.66.bazel"), ) maybe( @@ -308,17 +188,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822", strip_prefix = "cfg-if-0.1.10", - build_file = Label("//wasm_bindgen/raze/remote:cfg-if-0.1.10.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.cfg-if-0.1.10.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_wasm_bindgen__cfg_if__1_0_0", + url = "https://crates.io/api/v1/crates/cfg-if/1.0.0/download", + type = "tar.gz", + sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", + strip_prefix = "cfg-if-1.0.0", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.cfg-if-1.0.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__chrono__0_4_15", - url = "https://crates.io/api/v1/crates/chrono/0.4.15/download", + name = "rules_rust_wasm_bindgen__chrono__0_4_19", + url = "https://crates.io/api/v1/crates/chrono/0.4.19/download", type = "tar.gz", - sha256 = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b", - strip_prefix = "chrono-0.4.15", - build_file = Label("//wasm_bindgen/raze/remote:chrono-0.4.15.BUILD"), + sha256 = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73", + strip_prefix = "chrono-0.4.19", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.chrono-0.4.19.bazel"), ) maybe( @@ -328,7 +218,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.chunked_transfer-0.3.1.bazel"), ) maybe( @@ -338,7 +228,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.cloudabi-0.0.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_wasm_bindgen__const_fn__0_4_4", + url = "https://crates.io/api/v1/crates/const_fn/0.4.4/download", + type = "tar.gz", + sha256 = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826", + strip_prefix = "const_fn-0.4.4", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.const_fn-0.4.4.bazel"), ) maybe( @@ -348,67 +248,67 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc", strip_prefix = "constant_time_eq-0.1.5", - build_file = Label("//wasm_bindgen/raze/remote:constant_time_eq-0.1.5.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.constant_time_eq-0.1.5.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__crossbeam_channel__0_4_4", - url = "https://crates.io/api/v1/crates/crossbeam-channel/0.4.4/download", + name = "rules_rust_wasm_bindgen__crossbeam_channel__0_5_0", + url = "https://crates.io/api/v1/crates/crossbeam-channel/0.5.0/download", type = "tar.gz", - sha256 = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87", - strip_prefix = "crossbeam-channel-0.4.4", - build_file = Label("//wasm_bindgen/raze/remote:crossbeam-channel-0.4.4.BUILD"), + sha256 = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775", + strip_prefix = "crossbeam-channel-0.5.0", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.crossbeam-channel-0.5.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__crossbeam_deque__0_7_3", - url = "https://crates.io/api/v1/crates/crossbeam-deque/0.7.3/download", + name = "rules_rust_wasm_bindgen__crossbeam_deque__0_8_0", + url = "https://crates.io/api/v1/crates/crossbeam-deque/0.8.0/download", type = "tar.gz", - sha256 = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285", - strip_prefix = "crossbeam-deque-0.7.3", - build_file = Label("//wasm_bindgen/raze/remote:crossbeam-deque-0.7.3.BUILD"), + sha256 = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9", + strip_prefix = "crossbeam-deque-0.8.0", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.crossbeam-deque-0.8.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__crossbeam_epoch__0_8_2", - url = "https://crates.io/api/v1/crates/crossbeam-epoch/0.8.2/download", + name = "rules_rust_wasm_bindgen__crossbeam_epoch__0_9_1", + url = "https://crates.io/api/v1/crates/crossbeam-epoch/0.9.1/download", type = "tar.gz", - sha256 = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace", - strip_prefix = "crossbeam-epoch-0.8.2", - build_file = Label("//wasm_bindgen/raze/remote:crossbeam-epoch-0.8.2.BUILD"), + sha256 = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d", + strip_prefix = "crossbeam-epoch-0.9.1", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.crossbeam-epoch-0.9.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__crossbeam_utils__0_7_2", - url = "https://crates.io/api/v1/crates/crossbeam-utils/0.7.2/download", + name = "rules_rust_wasm_bindgen__crossbeam_utils__0_8_1", + url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.1/download", type = "tar.gz", - sha256 = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8", - strip_prefix = "crossbeam-utils-0.7.2", - build_file = Label("//wasm_bindgen/raze/remote:crossbeam-utils-0.7.2.BUILD"), + sha256 = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d", + strip_prefix = "crossbeam-utils-0.8.1", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.crossbeam-utils-0.8.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__curl__0_4_33", - url = "https://crates.io/api/v1/crates/curl/0.4.33/download", + name = "rules_rust_wasm_bindgen__curl__0_4_34", + url = "https://crates.io/api/v1/crates/curl/0.4.34/download", type = "tar.gz", - sha256 = "78baca05127a115136a9898e266988fc49ca7ea2c839f60fc6e1fc9df1599168", - strip_prefix = "curl-0.4.33", - build_file = Label("//wasm_bindgen/raze/remote:curl-0.4.33.BUILD"), + sha256 = "e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e", + strip_prefix = "curl-0.4.34", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.curl-0.4.34.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__curl_sys__0_4_36_curl_7_71_1", - url = "https://crates.io/api/v1/crates/curl-sys/0.4.36+curl-7.71.1/download", + name = "rules_rust_wasm_bindgen__curl_sys__0_4_39_curl_7_74_0", + url = "https://crates.io/api/v1/crates/curl-sys/0.4.39+curl-7.74.0/download", type = "tar.gz", - sha256 = "68cad94adeb0c16558429c3c34a607acc9ea58e09a7b66310aabc9788fc5d721", - strip_prefix = "curl-sys-0.4.36+curl-7.71.1", - build_file = Label("//wasm_bindgen/raze/remote:curl-sys-0.4.36+curl-7.71.1.BUILD"), + sha256 = "07a8ce861e7b68a0b394e814d7ee9f1b2750ff8bd10372c6ad3bacc10e86f874", + strip_prefix = "curl-sys-0.4.39+curl-7.74.0", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.curl-sys-0.4.39+curl-7.74.0.bazel"), ) maybe( @@ -418,7 +318,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499", strip_prefix = "diff-0.1.12", - build_file = Label("//wasm_bindgen/raze/remote:diff-0.1.12.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.diff-0.1.12.bazel"), ) maybe( @@ -428,7 +328,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198", strip_prefix = "difference-2.0.0", - build_file = Label("//wasm_bindgen/raze/remote:difference-2.0.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.difference-2.0.0.bazel"), ) maybe( @@ -438,7 +338,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.dirs-1.0.5.bazel"), ) maybe( @@ -448,7 +348,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10", strip_prefix = "doc-comment-0.3.3", - build_file = Label("//wasm_bindgen/raze/remote:doc-comment-0.3.3.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.doc-comment-0.3.3.bazel"), ) maybe( @@ -458,17 +358,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.docopt-1.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__either__1_6_0", - url = "https://crates.io/api/v1/crates/either/1.6.0/download", + name = "rules_rust_wasm_bindgen__either__1_6_1", + url = "https://crates.io/api/v1/crates/either/1.6.1/download", type = "tar.gz", - sha256 = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f", - strip_prefix = "either-1.6.0", - build_file = Label("//wasm_bindgen/raze/remote:either-1.6.0.BUILD"), + sha256 = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457", + strip_prefix = "either-1.6.1", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.either-1.6.1.bazel"), ) maybe( @@ -478,17 +378,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36", strip_prefix = "env_logger-0.7.1", - build_file = Label("//wasm_bindgen/raze/remote:env_logger-0.7.1.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.env_logger-0.7.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__filetime__0_2_12", - url = "https://crates.io/api/v1/crates/filetime/0.2.12/download", + name = "rules_rust_wasm_bindgen__filetime__0_2_13", + url = "https://crates.io/api/v1/crates/filetime/0.2.13/download", type = "tar.gz", - sha256 = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e", - strip_prefix = "filetime-0.2.12", - build_file = Label("//wasm_bindgen/raze/remote:filetime-0.2.12.BUILD"), + sha256 = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe", + strip_prefix = "filetime-0.2.13", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.filetime-0.2.13.bazel"), ) maybe( @@ -498,7 +398,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4", strip_prefix = "float-cmp-0.8.0", - build_file = Label("//wasm_bindgen/raze/remote:float-cmp-0.8.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.float-cmp-0.8.0.bazel"), ) maybe( @@ -508,37 +408,37 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.fuchsia-cprng-0.1.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__getrandom__0_1_14", - url = "https://crates.io/api/v1/crates/getrandom/0.1.14/download", + name = "rules_rust_wasm_bindgen__getrandom__0_1_15", + url = "https://crates.io/api/v1/crates/getrandom/0.1.15/download", type = "tar.gz", - sha256 = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb", - strip_prefix = "getrandom-0.1.14", - build_file = Label("//wasm_bindgen/raze/remote:getrandom-0.1.14.BUILD"), + sha256 = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6", + strip_prefix = "getrandom-0.1.15", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.getrandom-0.1.15.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__heck__0_3_1", - url = "https://crates.io/api/v1/crates/heck/0.3.1/download", + name = "rules_rust_wasm_bindgen__heck__0_3_2", + url = "https://crates.io/api/v1/crates/heck/0.3.2/download", type = "tar.gz", - sha256 = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205", - strip_prefix = "heck-0.3.1", - build_file = Label("//wasm_bindgen/raze/remote:heck-0.3.1.BUILD"), + sha256 = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac", + strip_prefix = "heck-0.3.2", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.heck-0.3.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__hermit_abi__0_1_15", - url = "https://crates.io/api/v1/crates/hermit-abi/0.1.15/download", + name = "rules_rust_wasm_bindgen__hermit_abi__0_1_17", + url = "https://crates.io/api/v1/crates/hermit-abi/0.1.17/download", type = "tar.gz", - sha256 = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9", - strip_prefix = "hermit-abi-0.1.15", - build_file = Label("//wasm_bindgen/raze/remote:hermit-abi-0.1.15.BUILD"), + sha256 = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8", + strip_prefix = "hermit-abi-0.1.17", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.hermit-abi-0.1.17.bazel"), ) maybe( @@ -548,7 +448,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9", strip_prefix = "httparse-1.3.4", - build_file = Label("//wasm_bindgen/raze/remote:httparse-1.3.4.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.httparse-1.3.4.bazel"), ) maybe( @@ -558,7 +458,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f", strip_prefix = "humantime-1.3.0", - build_file = Label("//wasm_bindgen/raze/remote:humantime-1.3.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.humantime-1.3.0.bazel"), ) maybe( @@ -568,7 +468,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.id-arena-2.2.1.bazel"), ) maybe( @@ -578,7 +478,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.idna-0.1.5.bazel"), ) maybe( @@ -588,7 +488,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6", strip_prefix = "itoa-0.4.6", - build_file = Label("//wasm_bindgen/raze/remote:itoa-0.4.6.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.itoa-0.4.6.bazel"), ) maybe( @@ -598,7 +498,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646", strip_prefix = "lazy_static-1.4.0", - build_file = Label("//wasm_bindgen/raze/remote:lazy_static-1.4.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.lazy_static-1.4.0.bazel"), ) maybe( @@ -608,17 +508,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.leb128-0.2.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__libc__0_2_76", - url = "https://crates.io/api/v1/crates/libc/0.2.76/download", + name = "rules_rust_wasm_bindgen__libc__0_2_81", + url = "https://crates.io/api/v1/crates/libc/0.2.81/download", type = "tar.gz", - sha256 = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3", - strip_prefix = "libc-0.2.76", - build_file = Label("//wasm_bindgen/raze/remote:libc-0.2.76.BUILD"), + sha256 = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb", + strip_prefix = "libc-0.2.81", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.libc-0.2.81.bazel"), ) maybe( @@ -628,7 +528,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655", strip_prefix = "libz-sys-1.1.2", - build_file = Label("//wasm_bindgen/raze/remote:libz-sys-1.1.2.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.libz-sys-1.1.2.bazel"), ) maybe( @@ -638,7 +538,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.log-0.3.9.bazel"), ) maybe( @@ -648,7 +548,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b", strip_prefix = "log-0.4.11", - build_file = Label("//wasm_bindgen/raze/remote:log-0.4.11.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.log-0.4.11.bazel"), ) maybe( @@ -658,37 +558,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.matches-0.1.8.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__maybe_uninit__2_0_0", - url = "https://crates.io/api/v1/crates/maybe-uninit/2.0.0/download", + name = "rules_rust_wasm_bindgen__memchr__2_3_4", + url = "https://crates.io/api/v1/crates/memchr/2.3.4/download", type = "tar.gz", - sha256 = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00", - strip_prefix = "maybe-uninit-2.0.0", - build_file = Label("//wasm_bindgen/raze/remote:maybe-uninit-2.0.0.BUILD"), + sha256 = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525", + strip_prefix = "memchr-2.3.4", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.memchr-2.3.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__memchr__2_3_3", - url = "https://crates.io/api/v1/crates/memchr/2.3.3/download", + name = "rules_rust_wasm_bindgen__memoffset__0_6_1", + url = "https://crates.io/api/v1/crates/memoffset/0.6.1/download", type = "tar.gz", - sha256 = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400", - strip_prefix = "memchr-2.3.3", - build_file = Label("//wasm_bindgen/raze/remote:memchr-2.3.3.BUILD"), - ) - - maybe( - http_archive, - name = "rules_rust_wasm_bindgen__memoffset__0_5_5", - url = "https://crates.io/api/v1/crates/memoffset/0.5.5/download", - type = "tar.gz", - sha256 = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f", - strip_prefix = "memoffset-0.5.5", - build_file = Label("//wasm_bindgen/raze/remote:memoffset-0.5.5.BUILD"), + sha256 = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87", + strip_prefix = "memoffset-0.6.1", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.memoffset-0.6.1.bazel"), ) maybe( @@ -698,7 +588,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.mime-0.2.6.bazel"), ) maybe( @@ -708,7 +598,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "216929a5ee4dd316b1702eedf5e74548c123d370f47841ceaac38ca154690ca3", strip_prefix = "mime_guess-1.8.8", - build_file = Label("//wasm_bindgen/raze/remote:mime_guess-1.8.8.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.mime_guess-1.8.8.bazel"), ) maybe( @@ -718,7 +608,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.multipart-0.15.4.bazel"), ) maybe( @@ -728,27 +618,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be", strip_prefix = "normalize-line-endings-0.3.0", - build_file = Label("//wasm_bindgen/raze/remote:normalize-line-endings-0.3.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.normalize-line-endings-0.3.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__num_integer__0_1_43", - url = "https://crates.io/api/v1/crates/num-integer/0.1.43/download", + name = "rules_rust_wasm_bindgen__num_integer__0_1_44", + url = "https://crates.io/api/v1/crates/num-integer/0.1.44/download", type = "tar.gz", - sha256 = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b", - strip_prefix = "num-integer-0.1.43", - build_file = Label("//wasm_bindgen/raze/remote:num-integer-0.1.43.BUILD"), + sha256 = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db", + strip_prefix = "num-integer-0.1.44", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.num-integer-0.1.44.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__num_traits__0_2_12", - url = "https://crates.io/api/v1/crates/num-traits/0.2.12/download", + name = "rules_rust_wasm_bindgen__num_traits__0_2_14", + url = "https://crates.io/api/v1/crates/num-traits/0.2.14/download", type = "tar.gz", - sha256 = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611", - strip_prefix = "num-traits-0.2.12", - build_file = Label("//wasm_bindgen/raze/remote:num-traits-0.2.12.BUILD"), + sha256 = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290", + strip_prefix = "num-traits-0.2.14", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.num-traits-0.2.14.bazel"), ) maybe( @@ -758,7 +648,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3", strip_prefix = "num_cpus-1.13.0", - build_file = Label("//wasm_bindgen/raze/remote:num_cpus-1.13.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.num_cpus-1.13.0.bazel"), ) maybe( @@ -768,17 +658,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.openssl-probe-0.1.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__openssl_sys__0_9_58", - url = "https://crates.io/api/v1/crates/openssl-sys/0.9.58/download", + name = "rules_rust_wasm_bindgen__openssl_sys__0_9_60", + url = "https://crates.io/api/v1/crates/openssl-sys/0.9.60/download", type = "tar.gz", - sha256 = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de", - strip_prefix = "openssl-sys-0.9.58", - build_file = Label("//wasm_bindgen/raze/remote:openssl-sys-0.9.58.BUILD"), + sha256 = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6", + strip_prefix = "openssl-sys-0.9.60", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.openssl-sys-0.9.60.bazel"), ) maybe( @@ -788,7 +678,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.percent-encoding-1.0.1.bazel"), ) maybe( @@ -798,7 +688,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.phf-0.7.24.bazel"), ) maybe( @@ -808,7 +698,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.phf_codegen-0.7.24.bazel"), ) maybe( @@ -818,7 +708,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.phf_generator-0.7.24.bazel"), ) maybe( @@ -828,27 +718,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.phf_shared-0.7.24.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__pkg_config__0_3_18", - url = "https://crates.io/api/v1/crates/pkg-config/0.3.18/download", + name = "rules_rust_wasm_bindgen__pkg_config__0_3_19", + url = "https://crates.io/api/v1/crates/pkg-config/0.3.19/download", type = "tar.gz", - sha256 = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33", - strip_prefix = "pkg-config-0.3.18", - build_file = Label("//wasm_bindgen/raze/remote:pkg-config-0.3.18.BUILD"), + sha256 = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c", + strip_prefix = "pkg-config-0.3.19", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.pkg-config-0.3.19.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__ppv_lite86__0_2_9", - url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.9/download", + name = "rules_rust_wasm_bindgen__ppv_lite86__0_2_10", + url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.10/download", type = "tar.gz", - sha256 = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20", - strip_prefix = "ppv-lite86-0.2.9", - build_file = Label("//wasm_bindgen/raze/remote:ppv-lite86-0.2.9.BUILD"), + sha256 = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857", + strip_prefix = "ppv-lite86-0.2.10", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.ppv-lite86-0.2.10.bazel"), ) maybe( @@ -858,7 +748,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "96bfead12e90dccead362d62bb2c90a5f6fc4584963645bc7f71a735e0b0735a", strip_prefix = "predicates-1.0.5", - build_file = Label("//wasm_bindgen/raze/remote:predicates-1.0.5.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.predicates-1.0.5.bazel"), ) maybe( @@ -868,7 +758,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178", strip_prefix = "predicates-core-1.0.0", - build_file = Label("//wasm_bindgen/raze/remote:predicates-core-1.0.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.predicates-core-1.0.0.bazel"), ) maybe( @@ -878,7 +768,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124", strip_prefix = "predicates-tree-1.0.0", - build_file = Label("//wasm_bindgen/raze/remote:predicates-tree-1.0.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.predicates-tree-1.0.0.bazel"), ) maybe( @@ -888,7 +778,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71", strip_prefix = "proc-macro2-1.0.24", - build_file = Label("//wasm_bindgen/raze/remote:proc-macro2-1.0.24.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.proc-macro2-1.0.24.bazel"), ) maybe( @@ -898,17 +788,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0", strip_prefix = "quick-error-1.2.3", - build_file = Label("//wasm_bindgen/raze/remote:quick-error-1.2.3.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.quick-error-1.2.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__quote__1_0_7", - url = "https://crates.io/api/v1/crates/quote/1.0.7/download", + name = "rules_rust_wasm_bindgen__quote__1_0_8", + url = "https://crates.io/api/v1/crates/quote/1.0.8/download", type = "tar.gz", - sha256 = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37", - strip_prefix = "quote-1.0.7", - build_file = Label("//wasm_bindgen/raze/remote:quote-1.0.7.BUILD"), + sha256 = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df", + strip_prefix = "quote-1.0.8", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.quote-1.0.8.bazel"), ) maybe( @@ -918,7 +808,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rand-0.4.6.bazel"), ) maybe( @@ -928,7 +818,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rand-0.5.6.bazel"), ) maybe( @@ -938,7 +828,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rand-0.6.5.bazel"), ) maybe( @@ -948,7 +838,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03", strip_prefix = "rand-0.7.3", - build_file = Label("//wasm_bindgen/raze/remote:rand-0.7.3.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.rand-0.7.3.bazel"), ) maybe( @@ -958,7 +848,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rand_chacha-0.1.1.bazel"), ) maybe( @@ -968,7 +858,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402", strip_prefix = "rand_chacha-0.2.2", - build_file = Label("//wasm_bindgen/raze/remote:rand_chacha-0.2.2.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.rand_chacha-0.2.2.bazel"), ) maybe( @@ -978,7 +868,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rand_core-0.3.1.bazel"), ) maybe( @@ -988,7 +878,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc", strip_prefix = "rand_core-0.4.2", - build_file = Label("//wasm_bindgen/raze/remote:rand_core-0.4.2.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.rand_core-0.4.2.bazel"), ) maybe( @@ -998,7 +888,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19", strip_prefix = "rand_core-0.5.1", - build_file = Label("//wasm_bindgen/raze/remote:rand_core-0.5.1.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.rand_core-0.5.1.bazel"), ) maybe( @@ -1008,7 +898,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rand_hc-0.1.0.bazel"), ) maybe( @@ -1018,7 +908,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c", strip_prefix = "rand_hc-0.2.0", - build_file = Label("//wasm_bindgen/raze/remote:rand_hc-0.2.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.rand_hc-0.2.0.bazel"), ) maybe( @@ -1028,7 +918,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rand_isaac-0.1.1.bazel"), ) maybe( @@ -1038,7 +928,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rand_jitter-0.1.4.bazel"), ) maybe( @@ -1048,7 +938,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rand_os-0.1.3.bazel"), ) maybe( @@ -1058,7 +948,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rand_pcg-0.1.2.bazel"), ) maybe( @@ -1068,27 +958,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rand_xorshift-0.1.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rayon__1_4_0", - url = "https://crates.io/api/v1/crates/rayon/1.4.0/download", + name = "rules_rust_wasm_bindgen__rayon__1_5_0", + url = "https://crates.io/api/v1/crates/rayon/1.5.0/download", type = "tar.gz", - sha256 = "cfd016f0c045ad38b5251be2c9c0ab806917f82da4d36b2a327e5166adad9270", - strip_prefix = "rayon-1.4.0", - build_file = Label("//wasm_bindgen/raze/remote:rayon-1.4.0.BUILD"), + sha256 = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674", + strip_prefix = "rayon-1.5.0", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.rayon-1.5.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rayon_core__1_8_0", - url = "https://crates.io/api/v1/crates/rayon-core/1.8.0/download", + name = "rules_rust_wasm_bindgen__rayon_core__1_9_0", + url = "https://crates.io/api/v1/crates/rayon-core/1.9.0/download", type = "tar.gz", - sha256 = "91739a34c4355b5434ce54c9086c5895604a9c278586d1f1aa95e04f66b525a0", - strip_prefix = "rayon-core-1.8.0", - build_file = Label("//wasm_bindgen/raze/remote:rayon-core-1.8.0.BUILD"), + sha256 = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a", + strip_prefix = "rayon-core-1.9.0", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.rayon-core-1.9.0.bazel"), ) maybe( @@ -1098,7 +988,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rdrand-0.4.0.bazel"), ) maybe( @@ -1108,7 +998,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce", strip_prefix = "redox_syscall-0.1.57", - build_file = Label("//wasm_bindgen/raze/remote:redox_syscall-0.1.57.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.redox_syscall-0.1.57.bazel"), ) maybe( @@ -1118,27 +1008,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d", strip_prefix = "redox_users-0.3.5", - build_file = Label("//wasm_bindgen/raze/remote:redox_users-0.3.5.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.redox_users-0.3.5.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__regex__1_3_9", - url = "https://crates.io/api/v1/crates/regex/1.3.9/download", + name = "rules_rust_wasm_bindgen__regex__1_4_2", + url = "https://crates.io/api/v1/crates/regex/1.4.2/download", type = "tar.gz", - sha256 = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6", - strip_prefix = "regex-1.3.9", - build_file = Label("//wasm_bindgen/raze/remote:regex-1.3.9.BUILD"), + sha256 = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c", + strip_prefix = "regex-1.4.2", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.regex-1.4.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__regex_syntax__0_6_18", - url = "https://crates.io/api/v1/crates/regex-syntax/0.6.18/download", + name = "rules_rust_wasm_bindgen__regex_syntax__0_6_21", + url = "https://crates.io/api/v1/crates/regex-syntax/0.6.21/download", type = "tar.gz", - sha256 = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8", - strip_prefix = "regex-syntax-0.6.18", - build_file = Label("//wasm_bindgen/raze/remote:regex-syntax-0.6.18.BUILD"), + sha256 = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189", + strip_prefix = "regex-syntax-0.6.21", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.regex-syntax-0.6.21.bazel"), ) maybe( @@ -1148,7 +1038,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7", strip_prefix = "remove_dir_all-0.5.3", - build_file = Label("//wasm_bindgen/raze/remote:remove_dir_all-0.5.3.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.remove_dir_all-0.5.3.bazel"), ) maybe( @@ -1158,27 +1048,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.rouille-3.0.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rust_argon2__0_8_2", - url = "https://crates.io/api/v1/crates/rust-argon2/0.8.2/download", + name = "rules_rust_wasm_bindgen__rust_argon2__0_8_3", + url = "https://crates.io/api/v1/crates/rust-argon2/0.8.3/download", type = "tar.gz", - sha256 = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19", - strip_prefix = "rust-argon2-0.8.2", - build_file = Label("//wasm_bindgen/raze/remote:rust-argon2-0.8.2.BUILD"), + sha256 = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb", + strip_prefix = "rust-argon2-0.8.3", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.rust-argon2-0.8.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rustc_demangle__0_1_16", - url = "https://crates.io/api/v1/crates/rustc-demangle/0.1.16/download", + name = "rules_rust_wasm_bindgen__rustc_demangle__0_1_18", + url = "https://crates.io/api/v1/crates/rustc-demangle/0.1.18/download", type = "tar.gz", - sha256 = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783", - strip_prefix = "rustc-demangle-0.1.16", - build_file = Label("//wasm_bindgen/raze/remote:rustc-demangle-0.1.16.BUILD"), + sha256 = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232", + strip_prefix = "rustc-demangle-0.1.18", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.rustc-demangle-0.1.18.bazel"), ) maybe( @@ -1188,7 +1078,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e", strip_prefix = "ryu-1.0.5", - build_file = Label("//wasm_bindgen/raze/remote:ryu-1.0.5.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.ryu-1.0.5.bazel"), ) maybe( @@ -1198,7 +1088,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072", strip_prefix = "safemem-0.3.3", - build_file = Label("//wasm_bindgen/raze/remote:safemem-0.3.3.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.safemem-0.3.3.bazel"), ) maybe( @@ -1208,7 +1098,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75", strip_prefix = "schannel-0.1.19", - build_file = Label("//wasm_bindgen/raze/remote:schannel-0.1.19.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.schannel-0.1.19.bazel"), ) maybe( @@ -1218,37 +1108,37 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd", strip_prefix = "scopeguard-1.1.0", - build_file = Label("//wasm_bindgen/raze/remote:scopeguard-1.1.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.scopeguard-1.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__serde__1_0_115", - url = "https://crates.io/api/v1/crates/serde/1.0.115/download", + name = "rules_rust_wasm_bindgen__serde__1_0_118", + url = "https://crates.io/api/v1/crates/serde/1.0.118/download", type = "tar.gz", - sha256 = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5", - strip_prefix = "serde-1.0.115", - build_file = Label("//wasm_bindgen/raze/remote:serde-1.0.115.BUILD"), + sha256 = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800", + strip_prefix = "serde-1.0.118", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.serde-1.0.118.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__serde_derive__1_0_115", - url = "https://crates.io/api/v1/crates/serde_derive/1.0.115/download", + name = "rules_rust_wasm_bindgen__serde_derive__1_0_118", + url = "https://crates.io/api/v1/crates/serde_derive/1.0.118/download", type = "tar.gz", - sha256 = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48", - strip_prefix = "serde_derive-1.0.115", - build_file = Label("//wasm_bindgen/raze/remote:serde_derive-1.0.115.BUILD"), + sha256 = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df", + strip_prefix = "serde_derive-1.0.118", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.serde_derive-1.0.118.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__serde_json__1_0_57", - url = "https://crates.io/api/v1/crates/serde_json/1.0.57/download", + name = "rules_rust_wasm_bindgen__serde_json__1_0_60", + url = "https://crates.io/api/v1/crates/serde_json/1.0.60/download", type = "tar.gz", - sha256 = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c", - strip_prefix = "serde_json-1.0.57", - build_file = Label("//wasm_bindgen/raze/remote:serde_json-1.0.57.BUILD"), + sha256 = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779", + strip_prefix = "serde_json-1.0.60", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.serde_json-1.0.60.bazel"), ) maybe( @@ -1258,7 +1148,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.sha1-0.6.0.bazel"), ) maybe( @@ -1268,17 +1158,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.siphasher-0.2.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__socket2__0_3_12", - url = "https://crates.io/api/v1/crates/socket2/0.3.12/download", + name = "rules_rust_wasm_bindgen__socket2__0_3_19", + url = "https://crates.io/api/v1/crates/socket2/0.3.19/download", type = "tar.gz", - sha256 = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918", - strip_prefix = "socket2-0.3.12", - build_file = Label("//wasm_bindgen/raze/remote:socket2-0.3.12.BUILD"), + sha256 = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e", + strip_prefix = "socket2-0.3.19", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.socket2-0.3.19.bazel"), ) maybe( @@ -1288,17 +1178,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c", strip_prefix = "strsim-0.9.3", - build_file = Label("//wasm_bindgen/raze/remote:strsim-0.9.3.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.strsim-0.9.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__syn__1_0_40", - url = "https://crates.io/api/v1/crates/syn/1.0.40/download", + name = "rules_rust_wasm_bindgen__syn__1_0_56", + url = "https://crates.io/api/v1/crates/syn/1.0.56/download", type = "tar.gz", - sha256 = "963f7d3cc59b59b9325165add223142bbf1df27655d07789f109896d353d8350", - strip_prefix = "syn-1.0.40", - build_file = Label("//wasm_bindgen/raze/remote:syn-1.0.40.BUILD"), + sha256 = "a9802ddde94170d186eeee5005b798d9c159fa970403f1be19976d0cfb939b72", + strip_prefix = "syn-1.0.56", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.syn-1.0.56.bazel"), ) maybe( @@ -1308,7 +1198,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.tempdir-0.3.7.bazel"), ) maybe( @@ -1318,7 +1208,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9", strip_prefix = "tempfile-3.1.0", - build_file = Label("//wasm_bindgen/raze/remote:tempfile-3.1.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.tempfile-3.1.0.bazel"), ) maybe( @@ -1328,17 +1218,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.term-0.5.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__termcolor__1_1_0", - url = "https://crates.io/api/v1/crates/termcolor/1.1.0/download", + name = "rules_rust_wasm_bindgen__termcolor__1_1_2", + url = "https://crates.io/api/v1/crates/termcolor/1.1.2/download", type = "tar.gz", - sha256 = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f", - strip_prefix = "termcolor-1.1.0", - build_file = Label("//wasm_bindgen/raze/remote:termcolor-1.1.0.BUILD"), + sha256 = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4", + strip_prefix = "termcolor-1.1.2", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.termcolor-1.1.2.bazel"), ) maybe( @@ -1348,7 +1238,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14", strip_prefix = "thread_local-1.0.1", - build_file = Label("//wasm_bindgen/raze/remote:thread_local-1.0.1.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.thread_local-1.0.1.bazel"), ) maybe( @@ -1358,7 +1248,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa", strip_prefix = "threadpool-1.8.1", - build_file = Label("//wasm_bindgen/raze/remote:threadpool-1.8.1.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.threadpool-1.8.1.bazel"), ) maybe( @@ -1368,7 +1258,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255", strip_prefix = "time-0.1.44", - build_file = Label("//wasm_bindgen/raze/remote:time-0.1.44.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.time-0.1.44.bazel"), ) maybe( @@ -1378,17 +1268,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.tiny_http-0.6.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__tinyvec__0_3_4", - url = "https://crates.io/api/v1/crates/tinyvec/0.3.4/download", + name = "rules_rust_wasm_bindgen__tinyvec__1_1_0", + url = "https://crates.io/api/v1/crates/tinyvec/1.1.0/download", type = "tar.gz", - sha256 = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117", - strip_prefix = "tinyvec-0.3.4", - build_file = Label("//wasm_bindgen/raze/remote:tinyvec-0.3.4.BUILD"), + sha256 = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f", + strip_prefix = "tinyvec-1.1.0", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.tinyvec-1.1.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_wasm_bindgen__tinyvec_macros__0_1_0", + url = "https://crates.io/api/v1/crates/tinyvec_macros/0.1.0/download", + type = "tar.gz", + sha256 = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c", + strip_prefix = "tinyvec_macros-0.1.0", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.tinyvec_macros-0.1.0.bazel"), ) maybe( @@ -1398,7 +1298,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41", strip_prefix = "treeline-0.1.0", - build_file = Label("//wasm_bindgen/raze/remote:treeline-0.1.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.treeline-0.1.0.bazel"), ) maybe( @@ -1408,7 +1308,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.twoway-0.1.8.bazel"), ) maybe( @@ -1418,7 +1318,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.unicase-1.4.2.bazel"), ) maybe( @@ -1428,27 +1328,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.unicode-bidi-0.3.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__unicode_normalization__0_1_13", - url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.13/download", + name = "rules_rust_wasm_bindgen__unicode_normalization__0_1_16", + url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.16/download", type = "tar.gz", - sha256 = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977", - strip_prefix = "unicode-normalization-0.1.13", - build_file = Label("//wasm_bindgen/raze/remote:unicode-normalization-0.1.13.BUILD"), + sha256 = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606", + strip_prefix = "unicode-normalization-0.1.16", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.unicode-normalization-0.1.16.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__unicode_segmentation__1_6_0", - url = "https://crates.io/api/v1/crates/unicode-segmentation/1.6.0/download", + name = "rules_rust_wasm_bindgen__unicode_segmentation__1_7_1", + url = "https://crates.io/api/v1/crates/unicode-segmentation/1.7.1/download", type = "tar.gz", - sha256 = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0", - strip_prefix = "unicode-segmentation-1.6.0", - build_file = Label("//wasm_bindgen/raze/remote:unicode-segmentation-1.6.0.BUILD"), + sha256 = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796", + strip_prefix = "unicode-segmentation-1.7.1", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.unicode-segmentation-1.7.1.bazel"), ) maybe( @@ -1458,7 +1358,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564", strip_prefix = "unicode-xid-0.2.1", - build_file = Label("//wasm_bindgen/raze/remote:unicode-xid-0.2.1.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.unicode-xid-0.2.1.bazel"), ) maybe( @@ -1468,17 +1368,17 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.url-1.7.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__vcpkg__0_2_10", - url = "https://crates.io/api/v1/crates/vcpkg/0.2.10/download", + name = "rules_rust_wasm_bindgen__vcpkg__0_2_11", + url = "https://crates.io/api/v1/crates/vcpkg/0.2.11/download", type = "tar.gz", - sha256 = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c", - strip_prefix = "vcpkg-0.2.10", - build_file = Label("//wasm_bindgen/raze/remote:vcpkg-0.2.10.BUILD"), + sha256 = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb", + strip_prefix = "vcpkg-0.2.11", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.vcpkg-0.2.11.bazel"), ) maybe( @@ -1488,7 +1388,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.version_check-0.1.5.bazel"), ) maybe( @@ -1498,7 +1398,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6", strip_prefix = "wait-timeout-0.2.0", - build_file = Label("//wasm_bindgen/raze/remote:wait-timeout-0.2.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wait-timeout-0.2.0.bazel"), ) maybe( @@ -1508,7 +1408,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "4d470d0583e65f4cab21a1ff3c1ba3dd23ae49e68f516f0afceaeb001b32af39", strip_prefix = "walrus-0.18.0", - build_file = Label("//wasm_bindgen/raze/remote:walrus-0.18.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.walrus-0.18.0.bazel"), ) maybe( @@ -1518,7 +1418,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "d7c2bb690b44cb1b0fdcc54d4998d21f8bdaf706b93775425e440b174f39ad16", strip_prefix = "walrus-macro-0.18.0", - build_file = Label("//wasm_bindgen/raze/remote:walrus-macro-0.18.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.walrus-macro-0.18.0.bazel"), ) maybe( @@ -1528,7 +1428,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f", strip_prefix = "wasi-0.10.0+wasi-snapshot-preview1", - build_file = Label("//wasm_bindgen/raze/remote:wasi-0.10.0+wasi-snapshot-preview1.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasi-0.10.0+wasi-snapshot-preview1.bazel"), ) maybe( @@ -1538,7 +1438,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519", strip_prefix = "wasi-0.9.0+wasi-snapshot-preview1", - build_file = Label("//wasm_bindgen/raze/remote:wasi-0.9.0+wasi-snapshot-preview1.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_wasm_bindgen__wasm_bindgen__0_2_68", + url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.68/download", + type = "tar.gz", + sha256 = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42", + strip_prefix = "wasm-bindgen-0.2.68", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-0.2.68.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_wasm_bindgen__wasm_bindgen_backend__0_2_68", + url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.68/download", + type = "tar.gz", + sha256 = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68", + strip_prefix = "wasm-bindgen-backend-0.2.68", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-backend-0.2.68.bazel"), ) maybe( @@ -1548,7 +1468,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "66892269704d2d149629b12b35200245953a63952db56b651117b3f42a6e8db9", strip_prefix = "wasm-bindgen-cli-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-cli-0.2.68.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-cli-0.2.68.bazel"), ) maybe( @@ -1558,7 +1478,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "0d7ab7ca2bed1686149512473ad17ef25038dbc2d4cd9060a5b9d0430eda57bd", strip_prefix = "wasm-bindgen-cli-support-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-cli-support-0.2.68.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-cli-support-0.2.68.bazel"), ) maybe( @@ -1568,7 +1488,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "fbda27740b611a84e5e60307d1e4bbe303131ee7dfa06b067c51a9be57694f9a", strip_prefix = "wasm-bindgen-externref-xform-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-externref-xform-0.2.68.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-externref-xform-0.2.68.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_wasm_bindgen__wasm_bindgen_macro__0_2_68", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.68/download", + type = "tar.gz", + sha256 = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038", + strip_prefix = "wasm-bindgen-macro-0.2.68", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-macro-0.2.68.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_wasm_bindgen__wasm_bindgen_macro_support__0_2_68", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.68/download", + type = "tar.gz", + sha256 = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe", + strip_prefix = "wasm-bindgen-macro-support-0.2.68", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-macro-support-0.2.68.bazel"), ) maybe( @@ -1578,7 +1518,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "75f1045a9ca195e5f5a20b838b9361c26e9a26df1817d69491bd36f5a33c506a", strip_prefix = "wasm-bindgen-multi-value-xform-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-multi-value-xform-0.2.68.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-multi-value-xform-0.2.68.bazel"), ) maybe( @@ -1588,7 +1528,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307", strip_prefix = "wasm-bindgen-shared-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-shared-0.2.68.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-shared-0.2.68.bazel"), ) maybe( @@ -1598,7 +1538,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "0a5558ca1936b27999d37ddcfa8c8ac0d1f2d324604a999024a1ea6b5f242533", strip_prefix = "wasm-bindgen-threads-xform-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-threads-xform-0.2.68.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-threads-xform-0.2.68.bazel"), ) maybe( @@ -1608,7 +1548,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "a14ec444689948d32ebfa9252651482feee34cb8b371b6f8da15775f07a94289", strip_prefix = "wasm-bindgen-wasm-conventions-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-wasm-conventions-0.2.68.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-wasm-conventions-0.2.68.bazel"), ) maybe( @@ -1618,7 +1558,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "e47e8238a2b05dbaf164a628bbaa43aac4c5a965247a991f7f3248824c784b1b", strip_prefix = "wasm-bindgen-wasm-interpreter-0.2.68", - build_file = Label("//wasm_bindgen/raze/remote:wasm-bindgen-wasm-interpreter-0.2.68.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasm-bindgen-wasm-interpreter-0.2.68.bazel"), ) maybe( @@ -1628,27 +1568,27 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "a950e6a618f62147fd514ff445b2a0b53120d382751960797f85f058c7eda9b9", strip_prefix = "wasmparser-0.59.0", - build_file = Label("//wasm_bindgen/raze/remote:wasmparser-0.59.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasmparser-0.59.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasmparser__0_62_0", - url = "https://crates.io/api/v1/crates/wasmparser/0.62.0/download", + name = "rules_rust_wasm_bindgen__wasmparser__0_71_0", + url = "https://crates.io/api/v1/crates/wasmparser/0.71.0/download", type = "tar.gz", - sha256 = "e36b5b8441a5d83ea606c9eb904a3ee3889ebfeda1df1a5c48b84725239d93ce", - strip_prefix = "wasmparser-0.62.0", - build_file = Label("//wasm_bindgen/raze/remote:wasmparser-0.62.0.BUILD"), + sha256 = "89a30c99437829ede826802bfcf28500cf58df00e66cb9114df98813bc145ff1", + strip_prefix = "wasmparser-0.71.0", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasmparser-0.71.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasmprinter__0_2_9", - url = "https://crates.io/api/v1/crates/wasmprinter/0.2.9/download", + name = "rules_rust_wasm_bindgen__wasmprinter__0_2_18", + url = "https://crates.io/api/v1/crates/wasmprinter/0.2.18/download", type = "tar.gz", - sha256 = "adc9e10f7145e1c15f16c809d6c0937ab51a79478f53458fb78ded3491819a94", - strip_prefix = "wasmprinter-0.2.9", - build_file = Label("//wasm_bindgen/raze/remote:wasmprinter-0.2.9.BUILD"), + sha256 = "0515db67c610037f3c53ec36976edfd1eb01bac6b1226914b17ce609480e729f", + strip_prefix = "wasmprinter-0.2.18", + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wasmprinter-0.2.18.bazel"), ) maybe( @@ -1658,7 +1598,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "0b1844f66a2bc8526d71690104c0e78a8e59ffa1597b7245769d174ebb91deb5", strip_prefix = "wast-21.0.0", - build_file = Label("//wasm_bindgen/raze/remote:wast-21.0.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wast-21.0.0.bazel"), ) maybe( @@ -1668,7 +1608,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", strip_prefix = "winapi-0.3.9", - build_file = Label("//wasm_bindgen/raze/remote:winapi-0.3.9.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.winapi-0.3.9.bazel"), ) maybe( @@ -1678,7 +1618,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), ) maybe( @@ -1688,7 +1628,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178", strip_prefix = "winapi-util-0.1.5", - build_file = Label("//wasm_bindgen/raze/remote:winapi-util-0.1.5.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.winapi-util-0.1.5.bazel"), ) maybe( @@ -1698,7 +1638,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): 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:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), ) maybe( @@ -1708,7 +1648,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "3f5fd97866f4b9c8e1ed57bcf9446f3d0d8ba37e2dd01c3c612c046c053b06f7", strip_prefix = "wit-parser-0.2.0", - build_file = Label("//wasm_bindgen/raze/remote:wit-parser-0.2.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wit-parser-0.2.0.bazel"), ) maybe( @@ -1718,7 +1658,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "93f19ca44555a3c14d69acee6447a6e4f52771b0c6e5d8db3e42db3b90f6fce9", strip_prefix = "wit-printer-0.2.0", - build_file = Label("//wasm_bindgen/raze/remote:wit-printer-0.2.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wit-printer-0.2.0.bazel"), ) maybe( @@ -1728,7 +1668,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "bfee4a6a4716eefa0682e7a3b836152e894a3e4f34a9d6c2c3e1c94429bfe36a", strip_prefix = "wit-schema-version-0.1.0", - build_file = Label("//wasm_bindgen/raze/remote:wit-schema-version-0.1.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wit-schema-version-0.1.0.bazel"), ) maybe( @@ -1738,7 +1678,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "33358e95c77d660f1c7c07f4a93c2bd89768965e844e3c50730bb4b42658df5f", strip_prefix = "wit-text-0.8.0", - build_file = Label("//wasm_bindgen/raze/remote:wit-text-0.8.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wit-text-0.8.0.bazel"), ) maybe( @@ -1748,7 +1688,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "3c11d93d925420e7872b226c4161849c32be38385ccab026b88df99d8ddc6ba6", strip_prefix = "wit-validator-0.2.1", - build_file = Label("//wasm_bindgen/raze/remote:wit-validator-0.2.1.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wit-validator-0.2.1.bazel"), ) maybe( @@ -1758,7 +1698,7 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "b532d7bc47d02a08463adc934301efbf67e7b1e1284f8a68edc85d1ca84fa125", strip_prefix = "wit-walrus-0.5.0", - build_file = Label("//wasm_bindgen/raze/remote:wit-walrus-0.5.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wit-walrus-0.5.0.bazel"), ) maybe( @@ -1768,5 +1708,5 @@ def rules_rust_wasm_bindgen_fetch_remote_crates(): type = "tar.gz", sha256 = "c2ad01ba5e9cbcff799a0689e56a153776ea694cec777f605938cb9880d41a09", strip_prefix = "wit-writer-0.2.0", - build_file = Label("//wasm_bindgen/raze/remote:wit-writer-0.2.0.BUILD"), + build_file = Label("//wasm_bindgen/raze/remote:BUILD.wit-writer-0.2.0.bazel"), ) diff --git a/wasm_bindgen/raze/remote/aho-corasick-0.7.13.BUILD b/wasm_bindgen/raze/remote/BUILD.aho-corasick-0.7.15.bazel similarity index 87% rename from wasm_bindgen/raze/remote/aho-corasick-0.7.13.BUILD rename to wasm_bindgen/raze/remote/BUILD.aho-corasick-0.7.15.bazel index a6bb6976a4..cba0a8b2a4 100644 --- a/wasm_bindgen/raze/remote/aho-corasick-0.7.13.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.aho-corasick-0.7.15.bazel @@ -28,28 +28,29 @@ licenses([ "unencumbered", # Unlicense from expression "Unlicense OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "aho_corasick", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__memchr__2_3_3//:memchr", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.13", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.7.15", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__memchr__2_3_4//:memchr", ], ) diff --git a/wasm_bindgen/raze/remote/anyhow-1.0.32.BUILD b/wasm_bindgen/raze/remote/BUILD.anyhow-1.0.36.bazel similarity index 91% rename from wasm_bindgen/raze/remote/anyhow-1.0.32.BUILD rename to wasm_bindgen/raze/remote/BUILD.anyhow-1.0.36.bazel index 3f5973bc0b..e797b0ac7d 100644 --- a/wasm_bindgen/raze/remote/anyhow-1.0.32.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.anyhow-1.0.36.bazel @@ -28,40 +28,56 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "anyhow", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.32", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "1.0.36", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "build-script-build" with type "custom-build" omitted + # Unsupported target "compiletest" with type "test" omitted + # Unsupported target "test_autotrait" with type "test" omitted + # Unsupported target "test_backtrace" with type "test" omitted + # Unsupported target "test_boxed" with type "test" omitted + # Unsupported target "test_chain" with type "test" omitted + # Unsupported target "test_context" with type "test" omitted + # Unsupported target "test_convert" with type "test" omitted + # Unsupported target "test_downcast" with type "test" omitted + +# Unsupported target "test_ffi" with type "test" omitted + # Unsupported target "test_fmt" with type "test" omitted + # Unsupported target "test_macros" with type "test" omitted + # Unsupported target "test_repr" with type "test" omitted + # Unsupported target "test_source" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/arrayref-0.3.6.BUILD b/wasm_bindgen/raze/remote/BUILD.arrayref-0.3.6.bazel similarity index 94% rename from wasm_bindgen/raze/remote/arrayref-0.3.6.BUILD rename to wasm_bindgen/raze/remote/BUILD.arrayref-0.3.6.bazel index d4ff378829..5168313e3f 100644 --- a/wasm_bindgen/raze/remote/arrayref-0.3.6.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.arrayref-0.3.6.bazel @@ -28,28 +28,32 @@ licenses([ "restricted", # BSD-2-Clause from expression "BSD-2-Clause" ]) -# Generated targets +# Generated Targets + # Unsupported target "array_refs" with type "example" omitted + # Unsupported target "array_refs_with_const" with type "example" omitted -# buildifier: leave-alone +# Unsupported target "simple-case" with type "example" omitted + rust_library( name = "arrayref", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.6", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.6", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "simple-case" with type "example" omitted diff --git a/wasm_bindgen/raze/remote/arrayvec-0.5.1.BUILD b/wasm_bindgen/raze/remote/BUILD.arrayvec-0.5.2.bazel similarity index 92% rename from wasm_bindgen/raze/remote/arrayvec-0.5.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.arrayvec-0.5.2.bazel index 295fbd5842..30020d52a1 100644 --- a/wasm_bindgen/raze/remote/arrayvec-0.5.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.arrayvec-0.5.2.bazel @@ -28,29 +28,34 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "arraystring" with type "bench" omitted -# buildifier: leave-alone +# Unsupported target "extend" with type "bench" omitted + rust_library( name = "arrayvec", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.5.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.5.2", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "extend" with type "bench" omitted + # Unsupported target "serde" with type "test" omitted + # Unsupported target "tests" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/ascii-0.8.7.BUILD b/wasm_bindgen/raze/remote/BUILD.ascii-0.8.7.bazel similarity index 94% rename from wasm_bindgen/raze/remote/ascii-0.8.7.BUILD rename to wasm_bindgen/raze/remote/BUILD.ascii-0.8.7.bazel index c870768358..374763619a 100644 --- a/wasm_bindgen/raze/remote/ascii-0.8.7.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.ascii-0.8.7.bazel @@ -28,28 +28,30 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "ascii", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.8.7", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.8.7", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "tests" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/assert_cmd-1.0.1.BUILD b/wasm_bindgen/raze/remote/BUILD.assert_cmd-1.0.2.bazel similarity index 93% rename from wasm_bindgen/raze/remote/assert_cmd-1.0.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.assert_cmd-1.0.2.bazel index 10190d0ce4..de24c30453 100644 --- a/wasm_bindgen/raze/remote/assert_cmd-1.0.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.assert_cmd-1.0.2.bazel @@ -28,40 +28,27 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "assert" with type "test" omitted +# Generated Targets -# buildifier: leave-alone -rust_library( - name = "assert_cmd", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__doc_comment__0_3_3//:doc_comment", - "@rules_rust_wasm_bindgen__predicates__1_0_5//:predicates", - "@rules_rust_wasm_bindgen__predicates_core__1_0_0//:predicates_core", - "@rules_rust_wasm_bindgen__predicates_tree__1_0_0//:predicates_tree", - "@rules_rust_wasm_bindgen__wait_timeout__0_2_0//:wait_timeout", - ], +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_bin_fixture", srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", + crate_features = [ + ], + crate_root = "src/bin/bin_fixture.rs", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], -) - -# buildifier: leave-alone -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_bin_fixture", + version = "1.0.2", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":assert_cmd", @@ -71,20 +58,39 @@ rust_binary( "@rules_rust_wasm_bindgen__predicates_tree__1_0_0//:predicates_tree", "@rules_rust_wasm_bindgen__wait_timeout__0_2_0//:wait_timeout", ], +) + +# Unsupported target "example_fixture" with type "example" omitted + +rust_library( + name = "assert_cmd", srcs = glob(["**/*.rs"]), - crate_root = "src/bin/bin_fixture.rs", + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__doc_comment__0_3_3//:doc_comment", + "@rules_rust_wasm_bindgen__predicates__1_0_5//:predicates", + "@rules_rust_wasm_bindgen__predicates_core__1_0_0//:predicates_core", + "@rules_rust_wasm_bindgen__predicates_tree__1_0_0//:predicates_tree", + "@rules_rust_wasm_bindgen__wait_timeout__0_2_0//:wait_timeout", ], ) + +# Unsupported target "assert" with type "test" omitted + # Unsupported target "cargo" with type "test" omitted -# Unsupported target "example_fixture" with type "example" omitted + # Unsupported target "examples" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/atty-0.2.14.BUILD b/wasm_bindgen/raze/remote/BUILD.atty-0.2.14.bazel similarity index 92% rename from wasm_bindgen/raze/remote/atty-0.2.14.BUILD rename to wasm_bindgen/raze/remote/BUILD.atty-0.2.14.bazel index ea10ab1f5b..cd15c0ec13 100644 --- a/wasm_bindgen/raze/remote/atty-0.2.14.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.atty-0.2.14.bazel @@ -28,17 +28,35 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "atty" with type "example" omitted -# buildifier: leave-alone rust_library( name = "atty", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.14", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -55,7 +73,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -68,19 +86,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.2.14", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/autocfg-0.1.7.BUILD b/wasm_bindgen/raze/remote/BUILD.autocfg-0.1.7.bazel similarity index 94% rename from wasm_bindgen/raze/remote/autocfg-0.1.7.BUILD rename to wasm_bindgen/raze/remote/BUILD.autocfg-0.1.7.bazel index 7327cbd57d..b847918d0f 100644 --- a/wasm_bindgen/raze/remote/autocfg-0.1.7.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.autocfg-0.1.7.bazel @@ -28,30 +28,36 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + +# Unsupported target "integers" with type "example" omitted + +# Unsupported target "paths" with type "example" omitted + +# Unsupported target "traits" with type "example" omitted + +# Unsupported target "versions" with type "example" omitted -# buildifier: leave-alone rust_library( name = "autocfg", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.7", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.7", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "integers" with type "example" omitted -# Unsupported target "paths" with type "example" omitted + # Unsupported target "rustflags" with type "test" omitted -# Unsupported target "traits" with type "example" omitted -# Unsupported target "versions" with type "example" omitted diff --git a/wasm_bindgen/raze/remote/autocfg-1.0.1.BUILD b/wasm_bindgen/raze/remote/BUILD.autocfg-1.0.1.bazel similarity index 94% rename from wasm_bindgen/raze/remote/autocfg-1.0.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.autocfg-1.0.1.bazel index ea9506b251..c93353dbac 100644 --- a/wasm_bindgen/raze/remote/autocfg-1.0.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.autocfg-1.0.1.bazel @@ -28,30 +28,36 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + +# Unsupported target "integers" with type "example" omitted + +# Unsupported target "paths" with type "example" omitted + +# Unsupported target "traits" with type "example" omitted + +# Unsupported target "versions" with type "example" omitted -# buildifier: leave-alone rust_library( name = "autocfg", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.1", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "integers" with type "example" omitted -# Unsupported target "paths" with type "example" omitted + # Unsupported target "rustflags" with type "test" omitted -# Unsupported target "traits" with type "example" omitted -# Unsupported target "versions" with type "example" omitted diff --git a/wasm_bindgen/raze/remote/base64-0.12.3.BUILD b/wasm_bindgen/raze/remote/BUILD.base64-0.13.0.bazel similarity index 89% rename from wasm_bindgen/raze/remote/base64-0.12.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.base64-0.13.0.bazel index 342e7367ad..21dabd54a1 100644 --- a/wasm_bindgen/raze/remote/base64-0.12.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.base64-0.13.0.bazel @@ -28,33 +28,42 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "benchmarks" with type "bench" omitted + +# Unsupported target "base64" with type "example" omitted + +# Unsupported target "make_tables" with type "example" omitted -# buildifier: leave-alone rust_library( name = "base64", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.12.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.13.0", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "benchmarks" with type "bench" omitted + # Unsupported target "decode" with type "test" omitted + # Unsupported target "encode" with type "test" omitted + # Unsupported target "helpers" with type "test" omitted -# Unsupported target "make_tables" with type "example" omitted + # Unsupported target "tests" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/base64-0.9.3.BUILD b/wasm_bindgen/raze/remote/BUILD.base64-0.9.3.bazel similarity index 95% rename from wasm_bindgen/raze/remote/base64-0.9.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.base64-0.9.3.bazel index e00a4bdb4e..40f49a2685 100644 --- a/wasm_bindgen/raze/remote/base64-0.9.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.base64-0.9.3.bazel @@ -28,33 +28,40 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "benchmarks" with type "bench" omitted + +# Unsupported target "make_tables" with type "example" omitted -# buildifier: leave-alone rust_library( name = "base64", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__byteorder__1_3_4//:byteorder", - "@rules_rust_wasm_bindgen__safemem__0_3_3//:safemem", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.9.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.9.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__byteorder__1_3_4//:byteorder", + "@rules_rust_wasm_bindgen__safemem__0_3_3//:safemem", ], ) -# Unsupported target "benchmarks" with type "bench" omitted + # Unsupported target "decode" with type "test" omitted + # Unsupported target "encode" with type "test" omitted + # Unsupported target "helpers" with type "test" omitted -# Unsupported target "make_tables" with type "example" omitted + # Unsupported target "tests" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/BUILD b/wasm_bindgen/raze/remote/BUILD.bazel similarity index 100% rename from wasm_bindgen/raze/remote/BUILD rename to wasm_bindgen/raze/remote/BUILD.bazel diff --git a/wasm_bindgen/raze/remote/bitflags-1.2.1.BUILD b/wasm_bindgen/raze/remote/BUILD.bitflags-1.2.1.bazel similarity index 94% rename from wasm_bindgen/raze/remote/bitflags-1.2.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.bitflags-1.2.1.bazel index 67b5a140d5..4767abc04d 100644 --- a/wasm_bindgen/raze/remote/bitflags-1.2.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.bitflags-1.2.1.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "bitflags", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.2.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "1.2.1", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "build-script-build" with type "custom-build" omitted diff --git a/wasm_bindgen/raze/remote/blake2b_simd-0.5.10.BUILD b/wasm_bindgen/raze/remote/BUILD.blake2b_simd-0.5.11.bazel similarity index 87% rename from wasm_bindgen/raze/remote/blake2b_simd-0.5.10.BUILD rename to wasm_bindgen/raze/remote/BUILD.blake2b_simd-0.5.11.bazel index 662aacbabc..c44d7953de 100644 --- a/wasm_bindgen/raze/remote/blake2b_simd-0.5.10.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.blake2b_simd-0.5.11.bazel @@ -28,30 +28,31 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "blake2b_simd", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__arrayref__0_3_6//:arrayref", - "@rules_rust_wasm_bindgen__arrayvec__0_5_1//:arrayvec", - "@rules_rust_wasm_bindgen__constant_time_eq__0_1_5//:constant_time_eq", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.5.10", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.5.11", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__arrayref__0_3_6//:arrayref", + "@rules_rust_wasm_bindgen__arrayvec__0_5_2//:arrayvec", + "@rules_rust_wasm_bindgen__constant_time_eq__0_1_5//:constant_time_eq", ], ) diff --git a/wasm_bindgen/raze/remote/buf_redux-0.8.4.BUILD b/wasm_bindgen/raze/remote/BUILD.buf_redux-0.8.4.bazel similarity index 92% rename from wasm_bindgen/raze/remote/buf_redux-0.8.4.BUILD rename to wasm_bindgen/raze/remote/BUILD.buf_redux-0.8.4.bazel index f8adcdad62..4ba2e8fd06 100644 --- a/wasm_bindgen/raze/remote/buf_redux-0.8.4.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.buf_redux-0.8.4.bazel @@ -28,18 +28,35 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "buf_redux", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.8.4", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__memchr__2_3_3//:memchr", + "@rules_rust_wasm_bindgen__memchr__2_3_4//:memchr", "@rules_rust_wasm_bindgen__safemem__0_3_3//:safemem", ] + selects.with_or({ # cfg(any(unix, windows)) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -61,19 +78,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.8.4", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/bumpalo-3.4.0.BUILD b/wasm_bindgen/raze/remote/BUILD.bumpalo-3.4.0.bazel similarity index 95% rename from wasm_bindgen/raze/remote/bumpalo-3.4.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.bumpalo-3.4.0.bazel index 90762ffa61..0422ea9749 100644 --- a/wasm_bindgen/raze/remote/bumpalo-3.4.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.bumpalo-3.4.0.bazel @@ -28,35 +28,45 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "alloc_fill" with type "test" omitted -# Unsupported target "alloc_with" with type "test" omitted +# Generated Targets + # Unsupported target "benches" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "bumpalo", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "3.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "3.4.0", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "alloc_fill" with type "test" omitted + +# Unsupported target "alloc_with" with type "test" omitted + # Unsupported target "quickchecks" with type "test" omitted + # Unsupported target "readme_up_to_date" with type "test" omitted + # Unsupported target "string" with type "test" omitted + # Unsupported target "tests" with type "test" omitted + # Unsupported target "try_alloc" with type "test" omitted + # Unsupported target "vec" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/byteorder-1.3.4.BUILD b/wasm_bindgen/raze/remote/BUILD.byteorder-1.3.4.bazel similarity index 94% rename from wasm_bindgen/raze/remote/byteorder-1.3.4.BUILD rename to wasm_bindgen/raze/remote/BUILD.byteorder-1.3.4.bazel index 010199fddd..2897d4a52e 100644 --- a/wasm_bindgen/raze/remote/byteorder-1.3.4.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.byteorder-1.3.4.bazel @@ -28,29 +28,32 @@ licenses([ "unencumbered", # Unlicense from expression "Unlicense OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "byteorder", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.3.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "1.3.4", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/cc-1.0.59.BUILD b/wasm_bindgen/raze/remote/BUILD.cc-1.0.66.bazel similarity index 91% rename from wasm_bindgen/raze/remote/cc-1.0.59.BUILD rename to wasm_bindgen/raze/remote/BUILD.cc-1.0.66.bazel index e118b8684c..293e0a777e 100644 --- a/wasm_bindgen/raze/remote/cc-1.0.59.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.cc-1.0.66.bazel @@ -28,53 +28,59 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone -rust_library( - name = "cc", - crate_type = "lib", - deps = [ - ], +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_gcc_shim", srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", + crate_features = [ + ], + crate_root = "src/bin/gcc-shim.rs", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.59", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], -) -# Unsupported target "cc_env" with type "test" omitted -# Unsupported target "cflags" with type "test" omitted -# Unsupported target "cxxflags" with type "test" omitted - -# buildifier: leave-alone -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_gcc_shim", + version = "1.0.66", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":cc", ], +) + +rust_library( + name = "cc", srcs = glob(["**/*.rs"]), - crate_root = "src/bin/gcc-shim.rs", + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.59", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.66", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "cc_env" with type "test" omitted + +# Unsupported target "cflags" with type "test" omitted + +# Unsupported target "cxxflags" with type "test" omitted + # Unsupported target "test" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/cfg-if-0.1.10.BUILD b/wasm_bindgen/raze/remote/BUILD.cfg-if-0.1.10.bazel similarity index 93% rename from wasm_bindgen/raze/remote/cfg-if-0.1.10.BUILD rename to wasm_bindgen/raze/remote/BUILD.cfg-if-0.1.10.bazel index 721d3725de..df8b6bc10b 100644 --- a/wasm_bindgen/raze/remote/cfg-if-0.1.10.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.cfg-if-0.1.10.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "cfg_if", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.10", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.10", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "xcrate" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/BUILD.cfg-if-1.0.0.bazel b/wasm_bindgen/raze/remote/BUILD.cfg-if-1.0.0.bazel new file mode 100644 index 0000000000..2fa22decff --- /dev/null +++ b/wasm_bindgen/raze/remote/BUILD.cfg-if-1.0.0.bazel @@ -0,0 +1,55 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@io_bazel_rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +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", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "cfg_if", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.0", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "xcrate" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/chrono-0.4.15.BUILD b/wasm_bindgen/raze/remote/BUILD.chrono-0.4.19.bazel similarity index 70% rename from wasm_bindgen/raze/remote/chrono-0.4.15.BUILD rename to wasm_bindgen/raze/remote/BUILD.chrono-0.4.19.bazel index cbf2b41d67..65f25e2b8c 100644 --- a/wasm_bindgen/raze/remote/chrono-0.4.15.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.chrono-0.4.19.bazel @@ -28,16 +28,43 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "chrono" with type "bench" omitted -# buildifier: leave-alone +# Unsupported target "serde" with type "bench" omitted + rust_library( name = "chrono", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "clock", + "default", + "libc", + "oldtime", + "std", + "time", + "winapi", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.19", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__num_integer__0_1_43//:num_integer", - "@rules_rust_wasm_bindgen__num_traits__0_2_12//:num_traits", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", + "@rules_rust_wasm_bindgen__num_integer__0_1_44//:num_integer", + "@rules_rust_wasm_bindgen__num_traits__0_2_14//:num_traits", "@rules_rust_wasm_bindgen__time__0_1_44//:time", ] + selects.with_or({ # cfg(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi")))) @@ -46,26 +73,16 @@ rust_library( ): [ ], "//conditions:default": [], + }) + selects.with_or({ + # cfg(windows) + ( + "@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc", + "@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + "@rules_rust_wasm_bindgen__winapi__0_3_9//:winapi", + ], + "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.4.15", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "clock", - "default", - "std", - "time", - ], - aliases = { - }, ) -# Unsupported target "serde" with type "bench" omitted + # Unsupported target "wasm" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/chunked_transfer-0.3.1.BUILD b/wasm_bindgen/raze/remote/BUILD.chunked_transfer-0.3.1.bazel similarity index 93% rename from wasm_bindgen/raze/remote/chunked_transfer-0.3.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.chunked_transfer-0.3.1.bazel index b249b43a3c..3288f3358c 100644 --- a/wasm_bindgen/raze/remote/chunked_transfer-0.3.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.chunked_transfer-0.3.1.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "chunked_transfer", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.1", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/cloudabi-0.0.3.BUILD b/wasm_bindgen/raze/remote/BUILD.cloudabi-0.0.3.bazel similarity index 94% rename from wasm_bindgen/raze/remote/cloudabi-0.0.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.cloudabi-0.0.3.bazel index 5dc272cd81..8da889384e 100644 --- a/wasm_bindgen/raze/remote/cloudabi-0.0.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.cloudabi-0.0.3.bazel @@ -28,28 +28,29 @@ licenses([ "restricted", # BSD-2-Clause from expression "BSD-2-Clause" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "cloudabi", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__bitflags__1_2_1//:bitflags", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "bitflags", + "default", + ], crate_root = "cloudabi.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.0.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "bitflags", - "default", + version = "0.0.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__bitflags__1_2_1//:bitflags", ], ) diff --git a/wasm_bindgen/raze/remote/maybe-uninit-2.0.0.BUILD b/wasm_bindgen/raze/remote/BUILD.const_fn-0.4.4.bazel similarity index 82% rename from wasm_bindgen/raze/remote/maybe-uninit-2.0.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.const_fn-0.4.4.bazel index 831c14e003..284a1d4229 100644 --- a/wasm_bindgen/raze/remote/maybe-uninit-2.0.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.const_fn-0.4.4.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "doesnt_drop" with type "test" omitted -# buildifier: leave-alone rust_library( - name = "maybe_uninit", - crate_type = "lib", - deps = [ - ], + name = "const_fn", srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", - edition = "2015", + crate_type = "proc-macro", + data = [], + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "2.0.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.4", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/constant_time_eq-0.1.5.BUILD b/wasm_bindgen/raze/remote/BUILD.constant_time_eq-0.1.5.bazel similarity index 94% rename from wasm_bindgen/raze/remote/constant_time_eq-0.1.5.BUILD rename to wasm_bindgen/raze/remote/BUILD.constant_time_eq-0.1.5.bazel index e1f9819dc1..cbc84f376f 100644 --- a/wasm_bindgen/raze/remote/constant_time_eq-0.1.5.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.constant_time_eq-0.1.5.bazel @@ -28,26 +28,28 @@ licenses([ "unencumbered", # CC0-1.0 from expression "CC0-1.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "constant_time_eq", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.5", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.5", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/crossbeam-channel-0.4.4.BUILD b/wasm_bindgen/raze/remote/BUILD.crossbeam-channel-0.5.0.bazel similarity index 86% rename from wasm_bindgen/raze/remote/crossbeam-channel-0.4.4.BUILD rename to wasm_bindgen/raze/remote/BUILD.crossbeam-channel-0.5.0.bazel index 340bcd262a..0a25105c62 100644 --- a/wasm_bindgen/raze/remote/crossbeam-channel-0.4.4.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.crossbeam-channel-0.5.0.bazel @@ -28,45 +28,67 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "after" with type "test" omitted -# Unsupported target "array" with type "test" omitted +# Generated Targets + # Unsupported target "crossbeam" with type "bench" omitted -# buildifier: leave-alone +# Unsupported target "fibonacci" with type "example" omitted + +# Unsupported target "matching" with type "example" omitted + +# Unsupported target "stopwatch" with type "example" omitted + rust_library( name = "crossbeam_channel", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__crossbeam_utils__0_7_2//:crossbeam_utils", - "@rules_rust_wasm_bindgen__maybe_uninit__2_0_0//:maybe_uninit", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "crossbeam-utils", + "default", + "std", + ], crate_root = "src/lib.rs", - edition = "2015", + crate_type = "lib", + data = [], + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.5.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_wasm_bindgen__crossbeam_utils__0_8_1//:crossbeam_utils", ], ) -# Unsupported target "fibonacci" with type "example" omitted + +# Unsupported target "after" with type "test" omitted + +# Unsupported target "array" with type "test" omitted + # Unsupported target "golang" with type "test" omitted + # Unsupported target "iter" with type "test" omitted + # Unsupported target "list" with type "test" omitted -# Unsupported target "matching" with type "example" omitted + # Unsupported target "mpsc" with type "test" omitted + # Unsupported target "never" with type "test" omitted + # Unsupported target "ready" with type "test" omitted + # Unsupported target "same_channel" with type "test" omitted + # Unsupported target "select" with type "test" omitted + # Unsupported target "select_macro" with type "test" omitted -# Unsupported target "stopwatch" with type "example" omitted + # Unsupported target "thread_locals" with type "test" omitted + # Unsupported target "tick" with type "test" omitted + # Unsupported target "zero" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/crossbeam-deque-0.7.3.BUILD b/wasm_bindgen/raze/remote/BUILD.crossbeam-deque-0.8.0.bazel similarity index 75% rename from wasm_bindgen/raze/remote/crossbeam-deque-0.7.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.crossbeam-deque-0.8.0.bazel index 264b781468..bd7cb04a85 100644 --- a/wasm_bindgen/raze/remote/crossbeam-deque-0.7.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.crossbeam-deque-0.8.0.bazel @@ -28,32 +28,41 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "crossbeam_deque", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__crossbeam_epoch__0_8_2//:crossbeam_epoch", - "@rules_rust_wasm_bindgen__crossbeam_utils__0_7_2//:crossbeam_utils", - "@rules_rust_wasm_bindgen__maybe_uninit__2_0_0//:maybe_uninit", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "crossbeam-epoch", + "crossbeam-utils", + "default", + "std", + ], crate_root = "src/lib.rs", - edition = "2015", + crate_type = "lib", + data = [], + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.8.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_wasm_bindgen__crossbeam_epoch__0_9_1//:crossbeam_epoch", + "@rules_rust_wasm_bindgen__crossbeam_utils__0_8_1//:crossbeam_utils", ], ) + # Unsupported target "fifo" with type "test" omitted + # Unsupported target "injector" with type "test" omitted + # Unsupported target "lifo" with type "test" omitted + # Unsupported target "steal" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/crossbeam-epoch-0.8.2.BUILD b/wasm_bindgen/raze/remote/BUILD.crossbeam-epoch-0.9.1.bazel similarity index 76% rename from wasm_bindgen/raze/remote/crossbeam-epoch-0.8.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.crossbeam-epoch-0.9.1.bazel index cc3e23edb7..eea69e95fd 100644 --- a/wasm_bindgen/raze/remote/crossbeam-epoch-0.8.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.crossbeam-epoch-0.9.1.bazel @@ -28,40 +28,47 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "build-script-build" with type "custom-build" omitted +# Generated Targets + +# Unsupported target "defer" with type "bench" omitted + +# Unsupported target "flush" with type "bench" omitted + +# Unsupported target "pin" with type "bench" omitted + +# Unsupported target "sanitize" with type "example" omitted + +# Unsupported target "treiber_stack" with type "example" omitted -# buildifier: leave-alone rust_library( name = "crossbeam_epoch", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__cfg_if__0_1_10//:cfg_if", - "@rules_rust_wasm_bindgen__crossbeam_utils__0_7_2//:crossbeam_utils", - "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", - "@rules_rust_wasm_bindgen__maybe_uninit__2_0_0//:maybe_uninit", - "@rules_rust_wasm_bindgen__memoffset__0_5_5//:memoffset", - "@rules_rust_wasm_bindgen__scopeguard__1_1_0//:scopeguard", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "lazy_static", + "std", + ], crate_root = "src/lib.rs", - edition = "2015", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_wasm_bindgen__const_fn__0_4_4//:const_fn", + ], rustc_flags = [ "--cap-lints=allow", ], - version = "0.8.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "lazy_static", - "std", + version = "0.9.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_wasm_bindgen__crossbeam_utils__0_8_1//:crossbeam_utils", + "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", + "@rules_rust_wasm_bindgen__memoffset__0_6_1//:memoffset", + "@rules_rust_wasm_bindgen__scopeguard__1_1_0//:scopeguard", ], ) -# Unsupported target "defer" with type "bench" omitted -# Unsupported target "flush" with type "bench" omitted -# Unsupported target "pin" with type "bench" omitted -# Unsupported target "sanitize" with type "example" omitted -# Unsupported target "treiber_stack" with type "example" omitted diff --git a/wasm_bindgen/raze/remote/crossbeam-utils-0.7.2.BUILD b/wasm_bindgen/raze/remote/BUILD.crossbeam-utils-0.8.1.bazel similarity index 89% rename from wasm_bindgen/raze/remote/crossbeam-utils-0.7.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.crossbeam-utils-0.8.1.bazel index e6edd481fb..3a34c0c98f 100644 --- a/wasm_bindgen/raze/remote/crossbeam-utils-0.7.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.crossbeam-utils-0.8.1.bazel @@ -28,38 +28,47 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "atomic_cell" with type "bench" omitted -# Unsupported target "atomic_cell" with type "test" omitted + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "cache_padded" with type "test" omitted -# buildifier: leave-alone rust_library( name = "crossbeam_utils", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__cfg_if__0_1_10//:cfg_if", - "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "lazy_static", + "std", + ], crate_root = "src/lib.rs", - edition = "2015", + crate_type = "lib", + data = [], + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "lazy_static", - "std", + version = "0.8.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", ], ) + +# Unsupported target "atomic_cell" with type "test" omitted + +# Unsupported target "cache_padded" with type "test" omitted + # Unsupported target "parker" with type "test" omitted + # Unsupported target "sharded_lock" with type "test" omitted + # Unsupported target "thread" with type "test" omitted + # Unsupported target "wait_group" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/curl-0.4.33.BUILD b/wasm_bindgen/raze/remote/BUILD.curl-0.4.34.bazel similarity index 89% rename from wasm_bindgen/raze/remote/curl-0.4.33.BUILD rename to wasm_bindgen/raze/remote/BUILD.curl-0.4.34.bazel index ea9722f55f..61f2a2d868 100644 --- a/wasm_bindgen/raze/remote/curl-0.4.33.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.curl-0.4.34.bazel @@ -28,18 +28,40 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "atexit" with type "test" omitted +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone +# Unsupported target "ssl_proxy" with type "example" omitted + rust_library( name = "curl", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + "openssl-probe", + "openssl-sys", + "ssl", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.34", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__curl_sys__0_4_36_curl_7_71_1//:curl_sys", - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", - "@rules_rust_wasm_bindgen__socket2__0_3_12//:socket2", + "@rules_rust_wasm_bindgen__curl_sys__0_4_39_curl_7_74_0//:curl_sys", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", + "@rules_rust_wasm_bindgen__socket2__0_3_19//:socket2", ] + selects.with_or({ # cfg(all(unix, not(target_os = "macos"))) ( @@ -58,7 +80,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ "@rules_rust_wasm_bindgen__openssl_probe__0_1_2//:openssl_probe", - "@rules_rust_wasm_bindgen__openssl_sys__0_9_58//:openssl_sys", + "@rules_rust_wasm_bindgen__openssl_sys__0_9_60//:openssl_sys", ], "//conditions:default": [], }) + selects.with_or({ @@ -72,28 +94,14 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.4.33", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "default", - "openssl-probe", - "openssl-sys", - "ssl", - ], - aliases = { - }, ) + +# Unsupported target "atexit" with type "test" omitted + # Unsupported target "easy" with type "test" omitted + # Unsupported target "multi" with type "test" omitted + # Unsupported target "post" with type "test" omitted + # Unsupported target "protocols" with type "test" omitted -# Unsupported target "ssl_proxy" with type "example" omitted diff --git a/wasm_bindgen/raze/remote/curl-sys-0.4.36+curl-7.71.1.BUILD b/wasm_bindgen/raze/remote/BUILD.curl-sys-0.4.39+curl-7.74.0.bazel similarity index 92% rename from wasm_bindgen/raze/remote/curl-sys-0.4.36+curl-7.71.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.curl-sys-0.4.39+curl-7.74.0.bazel index e8db0e19ae..8426c42b9d 100644 --- a/wasm_bindgen/raze/remote/curl-sys-0.4.36+curl-7.71.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.curl-sys-0.4.39+curl-7.74.0.bazel @@ -28,15 +28,34 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "curl_sys", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "openssl-sys", + "ssl", + ], + crate_root = "lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.39+curl-7.74.0", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", "@rules_rust_wasm_bindgen__libz_sys__1_1_2//:libz_sys", ] + selects.with_or({ # cfg(all(unix, not(target_os = "macos"))) @@ -55,7 +74,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__openssl_sys__0_9_58//:openssl_sys", + "@rules_rust_wasm_bindgen__openssl_sys__0_9_60//:openssl_sys", ], "//conditions:default": [], }) + selects.with_or({ @@ -76,21 +95,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.4.36+curl-7.71.1", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "openssl-sys", - "ssl", - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/diff-0.1.12.BUILD b/wasm_bindgen/raze/remote/BUILD.diff-0.1.12.bazel similarity index 94% rename from wasm_bindgen/raze/remote/diff-0.1.12.BUILD rename to wasm_bindgen/raze/remote/BUILD.diff-0.1.12.bazel index a7772e7561..aabe97f4e6 100644 --- a/wasm_bindgen/raze/remote/diff-0.1.12.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.diff-0.1.12.bazel @@ -28,28 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "benches" with type "bench" omitted -# buildifier: leave-alone +# Unsupported target "simple" with type "example" omitted + rust_library( name = "diff", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.12", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.12", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "simple" with type "example" omitted + # Unsupported target "tests" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/difference-2.0.0.BUILD b/wasm_bindgen/raze/remote/BUILD.difference-2.0.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/difference-2.0.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.difference-2.0.0.bazel index 4164fac195..6c7c3ab161 100644 --- a/wasm_bindgen/raze/remote/difference-2.0.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.difference-2.0.0.bazel @@ -28,55 +28,61 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone 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_difference", - deps = [ - # Binaries get an implicit dependency on their crate's lib - ":difference", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/main.rs", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "2.0.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "2.0.0", + # buildifier: leave-alone + deps = [ + # Binaries get an implicit dependency on their crate's lib + ":difference", ], ) -# buildifier: leave-alone +# Unsupported target "github-style" with type "example" omitted + +# Unsupported target "line-by-line" with type "example" omitted + +# Unsupported target "underline-words" with type "example" omitted + rust_library( name = "difference", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "2.0.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "2.0.0", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "github-style" with type "example" omitted -# Unsupported target "line-by-line" with type "example" omitted + # Unsupported target "quickcheck" with type "test" omitted -# Unsupported target "underline-words" with type "example" omitted diff --git a/wasm_bindgen/raze/remote/dirs-1.0.5.BUILD b/wasm_bindgen/raze/remote/BUILD.dirs-1.0.5.bazel similarity index 92% rename from wasm_bindgen/raze/remote/dirs-1.0.5.BUILD rename to wasm_bindgen/raze/remote/BUILD.dirs-1.0.5.bazel index ede1fe7669..52044309db 100644 --- a/wasm_bindgen/raze/remote/dirs-1.0.5.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.dirs-1.0.5.bazel @@ -28,16 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "dirs", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.5", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -54,7 +71,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -67,19 +84,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.0.5", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/doc-comment-0.3.3.BUILD b/wasm_bindgen/raze/remote/BUILD.doc-comment-0.3.3.bazel similarity index 94% rename from wasm_bindgen/raze/remote/doc-comment-0.3.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.doc-comment-0.3.3.bazel index 92eb05b7b4..43017f5f00 100644 --- a/wasm_bindgen/raze/remote/doc-comment-0.3.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.doc-comment-0.3.3.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "doc_comment", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.3", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/docopt-1.1.0.BUILD b/wasm_bindgen/raze/remote/BUILD.docopt-1.1.0.bazel similarity index 86% rename from wasm_bindgen/raze/remote/docopt-1.1.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.docopt-1.1.0.bazel index 777fca3808..679d4e0274 100644 --- a/wasm_bindgen/raze/remote/docopt-1.1.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.docopt-1.1.0.bazel @@ -28,63 +28,71 @@ licenses([ "unencumbered", # Unlicense from expression "Unlicense OR MIT" ]) -# Generated targets -# Unsupported target "cargo" with type "example" omitted -# Unsupported target "cp" with type "example" omitted -# Unsupported target "decode" with type "example" omitted +# Generated Targets -# buildifier: leave-alone -rust_library( - name = "docopt", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", - "@rules_rust_wasm_bindgen__regex__1_3_9//:regex", - "@rules_rust_wasm_bindgen__serde__1_0_115//:serde", - "@rules_rust_wasm_bindgen__strsim__0_9_3//:strsim", - ], +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_root = "src/lib.rs", + crate_features = [ + ], + crate_root = "src/wordlist.rs", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.1.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], -) - -# buildifier: leave-alone -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", + version = "1.1.0", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":docopt", "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", - "@rules_rust_wasm_bindgen__regex__1_3_9//:regex", - "@rules_rust_wasm_bindgen__serde__1_0_115//:serde", + "@rules_rust_wasm_bindgen__regex__1_4_2//:regex", + "@rules_rust_wasm_bindgen__serde__1_0_118//:serde", "@rules_rust_wasm_bindgen__strsim__0_9_3//:strsim", ], +) + +# Unsupported target "cargo" with type "example" omitted + +# Unsupported target "cp" with type "example" omitted + +# Unsupported target "decode" with type "example" omitted + +# Unsupported target "hashmap" with type "example" omitted + +# Unsupported target "optional_command" with type "example" omitted + +# Unsupported target "verbose_multiple" with type "example" omitted + +rust_library( + name = "docopt", srcs = glob(["**/*.rs"]), - crate_root = "src/wordlist.rs", + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.1.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.1.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", + "@rules_rust_wasm_bindgen__regex__1_4_2//:regex", + "@rules_rust_wasm_bindgen__serde__1_0_118//:serde", + "@rules_rust_wasm_bindgen__strsim__0_9_3//:strsim", ], ) -# Unsupported target "hashmap" with type "example" omitted -# Unsupported target "optional_command" with type "example" omitted -# Unsupported target "verbose_multiple" with type "example" omitted diff --git a/wasm_bindgen/raze/remote/either-1.6.0.BUILD b/wasm_bindgen/raze/remote/BUILD.either-1.6.1.bazel similarity index 91% rename from wasm_bindgen/raze/remote/either-1.6.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.either-1.6.1.bazel index 9e875d4b86..1d6b89b414 100644 --- a/wasm_bindgen/raze/remote/either-1.6.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.either-1.6.1.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "either", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.6.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.6.1", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/env_logger-0.7.1.BUILD b/wasm_bindgen/raze/remote/BUILD.env_logger-0.7.1.bazel similarity index 90% rename from wasm_bindgen/raze/remote/env_logger-0.7.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.env_logger-0.7.1.bazel index 09812b1696..739c5c1268 100644 --- a/wasm_bindgen/raze/remote/env_logger-0.7.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.env_logger-0.7.1.bazel @@ -28,45 +28,56 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # 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 + # Unsupported target "default" with type "example" omitted + # Unsupported target "direct_logger" with type "example" omitted -# buildifier: leave-alone +# Unsupported target "filters_from_code" with type "example" omitted + rust_library( name = "env_logger", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__atty__0_2_14//:atty", - "@rules_rust_wasm_bindgen__humantime__1_3_0//:humantime", - "@rules_rust_wasm_bindgen__log__0_4_11//:log", - "@rules_rust_wasm_bindgen__regex__1_3_9//:regex", - "@rules_rust_wasm_bindgen__termcolor__1_1_0//:termcolor", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "atty", + "default", + "humantime", + "regex", + "termcolor", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "atty", - "default", - "humantime", - "regex", - "termcolor", + version = "0.7.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__atty__0_2_14//:atty", + "@rules_rust_wasm_bindgen__humantime__1_3_0//:humantime", + "@rules_rust_wasm_bindgen__log__0_4_11//:log", + "@rules_rust_wasm_bindgen__regex__1_4_2//:regex", + "@rules_rust_wasm_bindgen__termcolor__1_1_2//:termcolor", ], ) -# Unsupported target "filters_from_code" with type "example" omitted + # Unsupported target "init-twice-retains-filter" with type "test" omitted + # Unsupported target "log-in-log" with type "test" omitted + # Unsupported target "log_tls_dtors" with type "test" omitted + # Unsupported target "regexp_filter" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/filetime-0.2.12.BUILD b/wasm_bindgen/raze/remote/BUILD.filetime-0.2.13.bazel similarity index 89% rename from wasm_bindgen/raze/remote/filetime-0.2.12.BUILD rename to wasm_bindgen/raze/remote/BUILD.filetime-0.2.13.bazel index 91655f747f..bba0c9ce9f 100644 --- a/wasm_bindgen/raze/remote/filetime-0.2.12.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.filetime-0.2.13.bazel @@ -28,17 +28,34 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "filetime", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.13", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__cfg_if__0_1_10//:cfg_if", + "@rules_rust_wasm_bindgen__cfg_if__1_0_0//:cfg_if", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -55,7 +72,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -68,19 +85,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.2.12", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/float-cmp-0.8.0.BUILD b/wasm_bindgen/raze/remote/BUILD.float-cmp-0.8.0.bazel similarity index 88% rename from wasm_bindgen/raze/remote/float-cmp-0.8.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.float-cmp-0.8.0.bazel index 172383a355..fe6a14f2a2 100644 --- a/wasm_bindgen/raze/remote/float-cmp-0.8.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.float-cmp-0.8.0.bazel @@ -28,29 +28,30 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "float_cmp", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__num_traits__0_2_12//:num_traits", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "num-traits", + "ratio", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.8.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "num-traits", - "ratio", + version = "0.8.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__num_traits__0_2_14//:num_traits", ], ) diff --git a/wasm_bindgen/raze/remote/fuchsia-cprng-0.1.1.BUILD b/wasm_bindgen/raze/remote/BUILD.fuchsia-cprng-0.1.1.bazel similarity index 93% rename from wasm_bindgen/raze/remote/fuchsia-cprng-0.1.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.fuchsia-cprng-0.1.1.bazel index 5683303f79..ec9f3e1e33 100644 --- a/wasm_bindgen/raze/remote/fuchsia-cprng-0.1.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.fuchsia-cprng-0.1.1.bazel @@ -28,25 +28,26 @@ licenses([ "restricted", # no license ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "fuchsia_cprng", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.1", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/getrandom-0.1.14.BUILD b/wasm_bindgen/raze/remote/BUILD.getrandom-0.1.15.bazel similarity index 84% rename from wasm_bindgen/raze/remote/getrandom-0.1.14.BUILD rename to wasm_bindgen/raze/remote/BUILD.getrandom-0.1.15.bazel index 519225443f..2ff04fa3c6 100644 --- a/wasm_bindgen/raze/remote/getrandom-0.1.14.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.getrandom-0.1.15.bazel @@ -28,19 +28,47 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "mod" with type "bench" omitted + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "common" with type "test" omitted -# buildifier: leave-alone rust_library( name = "getrandom", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "std", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.15", + # buildifier: leave-alone deps = [ "@rules_rust_wasm_bindgen__cfg_if__0_1_10//:cfg_if", ] + selects.with_or({ + # cfg(target_os = "wasi") + ( + "@io_bazel_rules_rust//rust/platform:wasm32-wasi", + ): [ + "@rules_rust_wasm_bindgen__wasi__0_9_0_wasi_snapshot_preview1//:wasi", + ], + "//conditions:default": [], + }) + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -57,7 +85,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -68,21 +96,6 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.14", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "std", - ], - aliases = { - }, ) -# Unsupported target "mod" with type "bench" omitted + +# Unsupported target "common" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/heck-0.3.1.BUILD b/wasm_bindgen/raze/remote/BUILD.heck-0.3.2.bazel similarity index 84% rename from wasm_bindgen/raze/remote/heck-0.3.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.heck-0.3.2.bazel index ec143a5ad8..7b6f3de43d 100644 --- a/wasm_bindgen/raze/remote/heck-0.3.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.heck-0.3.2.bazel @@ -28,26 +28,27 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "heck", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__unicode_segmentation__1_6_0//:unicode_segmentation", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", - edition = "2015", + crate_type = "lib", + data = [], + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__unicode_segmentation__1_7_1//:unicode_segmentation", ], ) diff --git a/wasm_bindgen/raze/remote/hermit-abi-0.1.15.BUILD b/wasm_bindgen/raze/remote/BUILD.hermit-abi-0.1.17.bazel similarity index 86% rename from wasm_bindgen/raze/remote/hermit-abi-0.1.15.BUILD rename to wasm_bindgen/raze/remote/BUILD.hermit-abi-0.1.17.bazel index b60a84ca7e..e4db28d135 100644 --- a/wasm_bindgen/raze/remote/hermit-abi-0.1.15.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.hermit-abi-0.1.17.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "hermit_abi", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.15", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.1.17", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], ) diff --git a/wasm_bindgen/raze/remote/httparse-1.3.4.BUILD b/wasm_bindgen/raze/remote/BUILD.httparse-1.3.4.bazel similarity index 94% rename from wasm_bindgen/raze/remote/httparse-1.3.4.BUILD rename to wasm_bindgen/raze/remote/BUILD.httparse-1.3.4.bazel index da2d4fd3b9..8f81eefbf1 100644 --- a/wasm_bindgen/raze/remote/httparse-1.3.4.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.httparse-1.3.4.bazel @@ -28,30 +28,34 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "parse" with type "bench" omitted + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "httparse", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.3.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "1.3.4", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "parse" with type "bench" omitted + # Unsupported target "uri" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/humantime-1.3.0.BUILD b/wasm_bindgen/raze/remote/BUILD.humantime-1.3.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/humantime-1.3.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.humantime-1.3.0.bazel index e2f64bca51..882cb39adb 100644 --- a/wasm_bindgen/raze/remote/humantime-1.3.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.humantime-1.3.0.bazel @@ -28,28 +28,31 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "datetime_format" with type "bench" omitted + # Unsupported target "datetime_parse" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "humantime", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__quick_error__1_2_3//:quick_error", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.3.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.3.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__quick_error__1_2_3//:quick_error", ], ) diff --git a/wasm_bindgen/raze/remote/id-arena-2.2.1.BUILD b/wasm_bindgen/raze/remote/BUILD.id-arena-2.2.1.bazel similarity index 89% rename from wasm_bindgen/raze/remote/id-arena-2.2.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.id-arena-2.2.1.bazel index 4ccda51441..19eebe0f07 100644 --- a/wasm_bindgen/raze/remote/id-arena-2.2.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.id-arena-2.2.1.bazel @@ -28,30 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "id_arena", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__rayon__1_4_0//:rayon", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "rayon", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "2.2.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "rayon", - "std", + version = "2.2.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__rayon__1_5_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/BUILD.idna-0.1.5.bazel similarity index 90% rename from wasm_bindgen/raze/remote/idna-0.1.5.BUILD rename to wasm_bindgen/raze/remote/BUILD.idna-0.1.5.bazel index 1cd345de8a..143352a026 100644 --- a/wasm_bindgen/raze/remote/idna-0.1.5.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.idna-0.1.5.bazel @@ -28,30 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "idna", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__matches__0_1_8//:matches", - "@rules_rust_wasm_bindgen__unicode_bidi__0_3_4//:unicode_bidi", - "@rules_rust_wasm_bindgen__unicode_normalization__0_1_13//:unicode_normalization", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.5", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.5", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__matches__0_1_8//:matches", + "@rules_rust_wasm_bindgen__unicode_bidi__0_3_4//:unicode_bidi", + "@rules_rust_wasm_bindgen__unicode_normalization__0_1_16//:unicode_normalization", ], ) + # Unsupported target "tests" with type "test" omitted + # Unsupported target "unit" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/itoa-0.4.6.BUILD b/wasm_bindgen/raze/remote/BUILD.itoa-0.4.6.bazel similarity index 94% rename from wasm_bindgen/raze/remote/itoa-0.4.6.BUILD rename to wasm_bindgen/raze/remote/BUILD.itoa-0.4.6.bazel index 14c7fe19e4..9543cc6a9c 100644 --- a/wasm_bindgen/raze/remote/itoa-0.4.6.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.itoa-0.4.6.bazel @@ -28,27 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "itoa", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.6", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.6", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "test" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/lazy_static-1.4.0.BUILD b/wasm_bindgen/raze/remote/BUILD.lazy_static-1.4.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/lazy_static-1.4.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.lazy_static-1.4.0.bazel index 9ad3ae84ba..08b37324b5 100644 --- a/wasm_bindgen/raze/remote/lazy_static-1.4.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.lazy_static-1.4.0.bazel @@ -28,27 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "lazy_static", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.4.0", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "no_std" with type "test" omitted + # Unsupported target "test" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/leb128-0.2.4.BUILD b/wasm_bindgen/raze/remote/BUILD.leb128-0.2.4.bazel similarity index 93% rename from wasm_bindgen/raze/remote/leb128-0.2.4.BUILD rename to wasm_bindgen/raze/remote/BUILD.leb128-0.2.4.bazel index 40112fc8f2..95c8f133e6 100644 --- a/wasm_bindgen/raze/remote/leb128-0.2.4.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.leb128-0.2.4.bazel @@ -28,51 +28,55 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted -# buildifier: leave-alone -rust_library( - name = "leb128", - crate_type = "lib", - deps = [ - ], +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_leb128_repl", srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", + crate_features = [ + ], + crate_root = "src/bin/leb128-repl.rs", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], -) - -# buildifier: leave-alone -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_leb128_repl", + version = "0.2.4", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":leb128", ], +) + +rust_library( + name = "leb128", srcs = glob(["**/*.rs"]), - crate_root = "src/bin/leb128-repl.rs", + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.4", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "quickchecks" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/BUILD.libc-0.2.81.bazel b/wasm_bindgen/raze/remote/BUILD.libc-0.2.81.bazel new file mode 100644 index 0000000000..10c1115f7b --- /dev/null +++ b/wasm_bindgen/raze/remote/BUILD.libc-0.2.81.bazel @@ -0,0 +1,90 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@io_bazel_rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +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", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets +# buildifier: disable=load-on-top +load( + "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "libc_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "align", + "default", + "std", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.81", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "libc", + srcs = glob(["**/*.rs"]), + crate_features = [ + "align", + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.81", + # buildifier: leave-alone + deps = [ + ":libc_build_script", + ], +) + +# Unsupported target "const_fn" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/libz-sys-1.1.2.BUILD b/wasm_bindgen/raze/remote/BUILD.libz-sys-1.1.2.bazel similarity index 91% rename from wasm_bindgen/raze/remote/libz-sys-1.1.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.libz-sys-1.1.2.bazel index 22786a5acd..477ed49167 100644 --- a/wasm_bindgen/raze/remote/libz-sys-1.1.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.libz-sys-1.1.2.bazel @@ -28,15 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "libz_sys", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "libc", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.1.2", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ] + selects.with_or({ # cfg(target_env = "msvc") ( @@ -46,20 +64,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.1.2", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "libc", - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/log-0.3.9.BUILD b/wasm_bindgen/raze/remote/BUILD.log-0.3.9.bazel similarity index 94% rename from wasm_bindgen/raze/remote/log-0.3.9.BUILD rename to wasm_bindgen/raze/remote/BUILD.log-0.3.9.bazel index edd8e48919..2e781eb9a1 100644 --- a/wasm_bindgen/raze/remote/log-0.3.9.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.log-0.3.9.bazel @@ -28,30 +28,31 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "log", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__log__0_4_11//:log", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "use_std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", "--cfg=atomic_cas", "--cfg=use_std", ], - version = "0.3.9", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "use_std", + version = "0.3.9", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__log__0_4_11//:log", ], ) diff --git a/wasm_bindgen/raze/remote/log-0.4.11.BUILD b/wasm_bindgen/raze/remote/BUILD.log-0.4.11.bazel similarity index 94% rename from wasm_bindgen/raze/remote/log-0.4.11.BUILD rename to wasm_bindgen/raze/remote/BUILD.log-0.4.11.bazel index bd78c6221b..c601502e81 100644 --- a/wasm_bindgen/raze/remote/log-0.4.11.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.log-0.4.11.bazel @@ -28,32 +28,36 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "filters" with type "test" omitted -# buildifier: leave-alone rust_library( name = "log", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__cfg_if__0_1_10//:cfg_if", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", "--cfg=atomic_cas", "--cfg=use_std", ], - version = "0.4.11", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "std", + version = "0.4.11", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__cfg_if__0_1_10//:cfg_if", ], ) + +# Unsupported target "filters" with type "test" omitted + # Unsupported target "macros" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/matches-0.1.8.BUILD b/wasm_bindgen/raze/remote/BUILD.matches-0.1.8.bazel similarity index 93% rename from wasm_bindgen/raze/remote/matches-0.1.8.BUILD rename to wasm_bindgen/raze/remote/BUILD.matches-0.1.8.bazel index 72ee685173..0919f5b1fc 100644 --- a/wasm_bindgen/raze/remote/matches-0.1.8.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.matches-0.1.8.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "macro_use_one" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "matches", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.8", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.8", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "macro_use_one" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/memchr-2.3.3.BUILD b/wasm_bindgen/raze/remote/BUILD.memchr-2.3.4.bazel similarity index 92% rename from wasm_bindgen/raze/remote/memchr-2.3.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.memchr-2.3.4.bazel index 7ddb10f11f..cbd4272dee 100644 --- a/wasm_bindgen/raze/remote/memchr-2.3.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.memchr-2.3.4.bazel @@ -28,29 +28,31 @@ licenses([ "unencumbered", # Unlicense from expression "Unlicense OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "memchr", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + "use_std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "2.3.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", - "use_std", + version = "2.3.4", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/memoffset-0.5.5.BUILD b/wasm_bindgen/raze/remote/BUILD.memoffset-0.6.1.bazel similarity index 92% rename from wasm_bindgen/raze/remote/memoffset-0.5.5.BUILD rename to wasm_bindgen/raze/remote/BUILD.memoffset-0.6.1.bazel index d026b3f0e2..6f61a31605 100644 --- a/wasm_bindgen/raze/remote/memoffset-0.5.5.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.memoffset-0.6.1.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "memoffset", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.5.5", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.6.1", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/mime-0.2.6.BUILD b/wasm_bindgen/raze/remote/BUILD.mime-0.2.6.bazel similarity index 93% rename from wasm_bindgen/raze/remote/mime-0.2.6.BUILD rename to wasm_bindgen/raze/remote/BUILD.mime-0.2.6.bazel index 02c3274ac6..a418c18515 100644 --- a/wasm_bindgen/raze/remote/mime-0.2.6.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.mime-0.2.6.bazel @@ -28,26 +28,27 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "mime", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__log__0_3_9//:log", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.6", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.6", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__log__0_3_9//:log", ], ) diff --git a/wasm_bindgen/raze/remote/mime_guess-1.8.8.BUILD b/wasm_bindgen/raze/remote/BUILD.mime_guess-1.8.8.bazel similarity index 96% rename from wasm_bindgen/raze/remote/mime_guess-1.8.8.BUILD rename to wasm_bindgen/raze/remote/BUILD.mime_guess-1.8.8.bazel index ca4f8b3901..8be2e21a97 100644 --- a/wasm_bindgen/raze/remote/mime_guess-1.8.8.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.mime_guess-1.8.8.bazel @@ -28,63 +28,63 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "mime_guess_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2015", - deps = [ - "@rules_rust_wasm_bindgen__phf__0_7_24//:phf", - "@rules_rust_wasm_bindgen__phf_codegen__0_7_24//:phf_codegen", - "@rules_rust_wasm_bindgen__unicase__1_4_2//:unicase", - ], rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], version = "1.8.8", visibility = ["//visibility:private"], + deps = [ + "@rules_rust_wasm_bindgen__phf__0_7_24//:phf", + "@rules_rust_wasm_bindgen__phf_codegen__0_7_24//:phf_codegen", + "@rules_rust_wasm_bindgen__unicase__1_4_2//:unicase", + ], ) +# Unsupported target "rev_map" with type "example" omitted -# buildifier: leave-alone rust_library( name = "mime_guess", - crate_type = "lib", - deps = [ - ":mime_guess_build_script", - "@rules_rust_wasm_bindgen__mime__0_2_6//:mime", - "@rules_rust_wasm_bindgen__phf__0_7_24//:phf", - "@rules_rust_wasm_bindgen__unicase__1_4_2//:unicase", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.8.8", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.8.8", + # buildifier: leave-alone + deps = [ + ":mime_guess_build_script", + "@rules_rust_wasm_bindgen__mime__0_2_6//:mime", + "@rules_rust_wasm_bindgen__phf__0_7_24//:phf", + "@rules_rust_wasm_bindgen__unicase__1_4_2//:unicase", ], ) -# 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/BUILD.multipart-0.15.4.bazel similarity index 96% rename from wasm_bindgen/raze/remote/multipart-0.15.4.BUILD rename to wasm_bindgen/raze/remote/BUILD.multipart-0.15.4.bazel index 96c42fac32..475543b6fe 100644 --- a/wasm_bindgen/raze/remote/multipart-0.15.4.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.multipart-0.15.4.bazel @@ -28,13 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone 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", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.15.4", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":multipart", @@ -49,36 +69,48 @@ rust_binary( "@rules_rust_wasm_bindgen__tempdir__0_3_7//:tempdir", "@rules_rust_wasm_bindgen__twoway__0_1_8//:twoway", ], - srcs = glob(["**/*.rs"]), - crate_root = "src/bin/form_test.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.15.4", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "buf_redux", - "httparse", - "quick-error", - "safemem", - "server", - "twoway", - ], ) + # Unsupported target "hyper_client" with type "example" omitted + # Unsupported target "hyper_reqbuilder" with type "example" omitted + # Unsupported target "hyper_server" with type "example" omitted + # Unsupported target "iron" with type "example" omitted + # Unsupported target "iron_intercept" with type "example" omitted -# buildifier: leave-alone +# Unsupported target "nickel" with type "example" omitted + +# Unsupported target "rocket" with type "example" omitted + +# Unsupported target "tiny_http" with type "example" omitted + 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", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.15.4", + # buildifier: leave-alone deps = [ "@rules_rust_wasm_bindgen__buf_redux__0_8_4//:buf_redux", "@rules_rust_wasm_bindgen__httparse__1_3_4//:httparse", @@ -91,26 +123,4 @@ rust_library( "@rules_rust_wasm_bindgen__tempdir__0_3_7//:tempdir", "@rules_rust_wasm_bindgen__twoway__0_1_8//:twoway", ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.15.4", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "buf_redux", - "httparse", - "quick-error", - "safemem", - "server", - "twoway", - ], ) -# Unsupported target "nickel" with type "example" omitted -# Unsupported target "rocket" with type "example" omitted -# Unsupported target "tiny_http" with type "example" omitted diff --git a/wasm_bindgen/raze/remote/normalize-line-endings-0.3.0.BUILD b/wasm_bindgen/raze/remote/BUILD.normalize-line-endings-0.3.0.bazel similarity index 93% rename from wasm_bindgen/raze/remote/normalize-line-endings-0.3.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.normalize-line-endings-0.3.0.bazel index 5c797efbfa..ba0e04be77 100644 --- a/wasm_bindgen/raze/remote/normalize-line-endings-0.3.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.normalize-line-endings-0.3.0.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "normalize_line_endings", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/num-integer-0.1.43.BUILD b/wasm_bindgen/raze/remote/BUILD.num-integer-0.1.44.bazel similarity index 89% rename from wasm_bindgen/raze/remote/num-integer-0.1.43.BUILD rename to wasm_bindgen/raze/remote/BUILD.num-integer-0.1.44.bazel index 5bd1d8a4ca..b58902d2ad 100644 --- a/wasm_bindgen/raze/remote/num-integer-0.1.43.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.num-integer-0.1.44.bazel @@ -28,32 +28,39 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "average" with type "bench" omitted -# Unsupported target "average" with type "test" omitted -# Unsupported target "build-script-build" with type "custom-build" omitted + # Unsupported target "gcd" with type "bench" omitted -# buildifier: leave-alone +# Unsupported target "roots" with type "bench" omitted + +# Unsupported target "build-script-build" with type "custom-build" omitted + rust_library( name = "num_integer", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__num_traits__0_2_12//:num_traits", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.43", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.44", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__num_traits__0_2_14//:num_traits", ], ) -# Unsupported target "roots" with type "bench" omitted + +# Unsupported target "average" with type "test" omitted + # Unsupported target "roots" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/num-traits-0.2.12.BUILD b/wasm_bindgen/raze/remote/BUILD.num-traits-0.2.14.bazel similarity index 92% rename from wasm_bindgen/raze/remote/num-traits-0.2.12.BUILD rename to wasm_bindgen/raze/remote/BUILD.num-traits-0.2.14.bazel index e4469eaa6b..52164fd2a3 100644 --- a/wasm_bindgen/raze/remote/num-traits-0.2.12.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.num-traits-0.2.14.bazel @@ -28,27 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "cast" with type "test" omitted -# buildifier: leave-alone rust_library( name = "num_traits", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.12", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.14", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "cast" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/num_cpus-1.13.0.BUILD b/wasm_bindgen/raze/remote/BUILD.num_cpus-1.13.0.bazel similarity index 89% rename from wasm_bindgen/raze/remote/num_cpus-1.13.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.num_cpus-1.13.0.bazel index d51a17a6a8..8e6dbd8891 100644 --- a/wasm_bindgen/raze/remote/num_cpus-1.13.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.num_cpus-1.13.0.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "values" with type "example" omitted -# buildifier: leave-alone rust_library( name = "num_cpus", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.13.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.13.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], ) -# Unsupported target "values" with type "example" omitted diff --git a/wasm_bindgen/raze/remote/openssl-probe-0.1.2.BUILD b/wasm_bindgen/raze/remote/BUILD.openssl-probe-0.1.2.bazel similarity index 93% rename from wasm_bindgen/raze/remote/openssl-probe-0.1.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.openssl-probe-0.1.2.bazel index c9b910a911..ce4d1a9a7d 100644 --- a/wasm_bindgen/raze/remote/openssl-probe-0.1.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.openssl-probe-0.1.2.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "openssl_probe", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.2", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/openssl-sys-0.9.58.BUILD b/wasm_bindgen/raze/remote/BUILD.openssl-sys-0.9.60.bazel similarity index 91% rename from wasm_bindgen/raze/remote/openssl-sys-0.9.58.BUILD rename to wasm_bindgen/raze/remote/BUILD.openssl-sys-0.9.60.bazel index 8c134f0f64..7aa2169602 100644 --- a/wasm_bindgen/raze/remote/openssl-sys-0.9.58.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.openssl-sys-0.9.60.bazel @@ -28,26 +28,20 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-main" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "openssl_sys", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", - ] + selects.with_or({ - # cfg(target_env = "msvc") - ( - "@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc", - "@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc", - ): [ - ], - "//conditions:default": [], - }), srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", @@ -65,13 +59,21 @@ rust_library( "-l", "dylib=crypto", ], - version = "0.9.58", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], - aliases = { - }, + version = "0.9.60", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", + ] + selects.with_or({ + # cfg(target_env = "msvc") + ( + "@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc", + "@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + ], + "//conditions:default": [], + }), ) diff --git a/wasm_bindgen/raze/remote/percent-encoding-1.0.1.BUILD b/wasm_bindgen/raze/remote/BUILD.percent-encoding-1.0.1.bazel similarity index 93% rename from wasm_bindgen/raze/remote/percent-encoding-1.0.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.percent-encoding-1.0.1.bazel index cfa43d0e09..6847fcba10 100644 --- a/wasm_bindgen/raze/remote/percent-encoding-1.0.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.percent-encoding-1.0.1.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "percent_encoding", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.1", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/phf-0.7.24.BUILD b/wasm_bindgen/raze/remote/BUILD.phf-0.7.24.bazel similarity index 94% rename from wasm_bindgen/raze/remote/phf-0.7.24.BUILD rename to wasm_bindgen/raze/remote/BUILD.phf-0.7.24.bazel index 4481d9729e..a7554680a7 100644 --- a/wasm_bindgen/raze/remote/phf-0.7.24.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.phf-0.7.24.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "phf", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__phf_shared__0_7_24//:phf_shared", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "unicase", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.24", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "unicase", + version = "0.7.24", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__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/BUILD.phf_codegen-0.7.24.bazel similarity index 94% rename from wasm_bindgen/raze/remote/phf_codegen-0.7.24.BUILD rename to wasm_bindgen/raze/remote/BUILD.phf_codegen-0.7.24.bazel index e58370bfdd..f2273792ae 100644 --- a/wasm_bindgen/raze/remote/phf_codegen-0.7.24.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.phf_codegen-0.7.24.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "phf_codegen", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__phf_generator__0_7_24//:phf_generator", - "@rules_rust_wasm_bindgen__phf_shared__0_7_24//:phf_shared", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.24", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.7.24", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__phf_generator__0_7_24//:phf_generator", + "@rules_rust_wasm_bindgen__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/BUILD.phf_generator-0.7.24.bazel similarity index 94% rename from wasm_bindgen/raze/remote/phf_generator-0.7.24.BUILD rename to wasm_bindgen/raze/remote/BUILD.phf_generator-0.7.24.bazel index 886e64d420..2ba1d6fc99 100644 --- a/wasm_bindgen/raze/remote/phf_generator-0.7.24.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.phf_generator-0.7.24.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "phf_generator", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__phf_shared__0_7_24//:phf_shared", - "@rules_rust_wasm_bindgen__rand__0_6_5//:rand", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.24", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.7.24", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__phf_shared__0_7_24//:phf_shared", + "@rules_rust_wasm_bindgen__rand__0_6_5//:rand", ], ) diff --git a/wasm_bindgen/raze/remote/phf_shared-0.7.24.BUILD b/wasm_bindgen/raze/remote/BUILD.phf_shared-0.7.24.bazel similarity index 94% rename from wasm_bindgen/raze/remote/phf_shared-0.7.24.BUILD rename to wasm_bindgen/raze/remote/BUILD.phf_shared-0.7.24.bazel index ba33bbbc9a..4f05ed2b7c 100644 --- a/wasm_bindgen/raze/remote/phf_shared-0.7.24.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.phf_shared-0.7.24.bazel @@ -28,28 +28,29 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "phf_shared", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__siphasher__0_2_3//:siphasher", - "@rules_rust_wasm_bindgen__unicase__1_4_2//:unicase", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "unicase", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.7.24", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "unicase", + version = "0.7.24", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__siphasher__0_2_3//:siphasher", + "@rules_rust_wasm_bindgen__unicase__1_4_2//:unicase", ], ) diff --git a/wasm_bindgen/raze/remote/pkg-config-0.3.18.BUILD b/wasm_bindgen/raze/remote/BUILD.pkg-config-0.3.19.bazel similarity index 91% rename from wasm_bindgen/raze/remote/pkg-config-0.3.18.BUILD rename to wasm_bindgen/raze/remote/BUILD.pkg-config-0.3.19.bazel index 06ee3958ee..c9ef020a74 100644 --- a/wasm_bindgen/raze/remote/pkg-config-0.3.18.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.pkg-config-0.3.19.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "pkg_config", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.18", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.19", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "test" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/ppv-lite86-0.2.9.BUILD b/wasm_bindgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel similarity index 91% rename from wasm_bindgen/raze/remote/ppv-lite86-0.2.9.BUILD rename to wasm_bindgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel index 96118e6241..7558d48a45 100644 --- a/wasm_bindgen/raze/remote/ppv-lite86-0.2.9.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "ppv_lite86", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "simd", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.9", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "simd", - "std", + version = "0.2.10", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/predicates-1.0.5.BUILD b/wasm_bindgen/raze/remote/BUILD.predicates-1.0.5.bazel similarity index 92% rename from wasm_bindgen/raze/remote/predicates-1.0.5.BUILD rename to wasm_bindgen/raze/remote/BUILD.predicates-1.0.5.bazel index 01af46f257..0e9050da4b 100644 --- a/wasm_bindgen/raze/remote/predicates-1.0.5.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.predicates-1.0.5.bazel @@ -28,36 +28,38 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "case_tree" with type "example" omitted -# buildifier: leave-alone rust_library( name = "predicates", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__difference__2_0_0//:difference", - "@rules_rust_wasm_bindgen__float_cmp__0_8_0//:float_cmp", - "@rules_rust_wasm_bindgen__normalize_line_endings__0_3_0//:normalize_line_endings", - "@rules_rust_wasm_bindgen__predicates_core__1_0_0//:predicates_core", - "@rules_rust_wasm_bindgen__regex__1_3_9//:regex", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "difference", + "float-cmp", + "normalize-line-endings", + "regex", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.5", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "difference", - "float-cmp", - "normalize-line-endings", - "regex", + version = "1.0.5", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__difference__2_0_0//:difference", + "@rules_rust_wasm_bindgen__float_cmp__0_8_0//:float_cmp", + "@rules_rust_wasm_bindgen__normalize_line_endings__0_3_0//:normalize_line_endings", + "@rules_rust_wasm_bindgen__predicates_core__1_0_0//:predicates_core", + "@rules_rust_wasm_bindgen__regex__1_4_2//:regex", ], ) diff --git a/wasm_bindgen/raze/remote/predicates-core-1.0.0.BUILD b/wasm_bindgen/raze/remote/BUILD.predicates-core-1.0.0.bazel similarity index 93% rename from wasm_bindgen/raze/remote/predicates-core-1.0.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.predicates-core-1.0.0.bazel index f86e3161fa..7983cae16d 100644 --- a/wasm_bindgen/raze/remote/predicates-core-1.0.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.predicates-core-1.0.0.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "predicates_core", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/predicates-tree-1.0.0.BUILD b/wasm_bindgen/raze/remote/BUILD.predicates-tree-1.0.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/predicates-tree-1.0.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.predicates-tree-1.0.0.bazel index 1c3668dae1..e2476d901a 100644 --- a/wasm_bindgen/raze/remote/predicates-tree-1.0.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.predicates-tree-1.0.0.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "predicates_tree", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__predicates_core__1_0_0//:predicates_core", - "@rules_rust_wasm_bindgen__treeline__0_1_0//:treeline", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__predicates_core__1_0_0//:predicates_core", + "@rules_rust_wasm_bindgen__treeline__0_1_0//:treeline", ], ) diff --git a/wasm_bindgen/raze/remote/proc-macro2-1.0.24.BUILD b/wasm_bindgen/raze/remote/BUILD.proc-macro2-1.0.24.bazel similarity index 94% rename from wasm_bindgen/raze/remote/proc-macro2-1.0.24.BUILD rename to wasm_bindgen/raze/remote/BUILD.proc-macro2-1.0.24.bazel index 8a3c8e82fd..7a1b95e289 100644 --- a/wasm_bindgen/raze/remote/proc-macro2-1.0.24.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.proc-macro2-1.0.24.bazel @@ -28,67 +28,71 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "proc_macro2_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "proc-macro", + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2018", - deps = [ - ], rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - "default", - "proc-macro", - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], version = "1.0.24", visibility = ["//visibility:private"], + deps = [ + ], ) -# Unsupported target "comments" with type "test" omitted -# Unsupported target "features" with type "test" omitted -# Unsupported target "marker" with type "test" omitted - -# buildifier: leave-alone rust_library( name = "proc_macro2", - crate_type = "lib", - deps = [ - ":proc_macro2_build_script", - "@rules_rust_wasm_bindgen__unicode_xid__0_2_1//:unicode_xid", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "proc-macro", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", "--cfg=use_proc_macro", ], - version = "1.0.24", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "proc-macro", + version = "1.0.24", + # buildifier: leave-alone + deps = [ + ":proc_macro2_build_script", + "@rules_rust_wasm_bindgen__unicode_xid__0_2_1//:unicode_xid", ], ) + +# Unsupported target "comments" with type "test" omitted + +# Unsupported target "features" with type "test" omitted + +# Unsupported target "marker" with type "test" omitted + # Unsupported target "test" with type "test" omitted + # Unsupported target "test_fmt" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/quick-error-1.2.3.BUILD b/wasm_bindgen/raze/remote/BUILD.quick-error-1.2.3.bazel similarity index 94% rename from wasm_bindgen/raze/remote/quick-error-1.2.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.quick-error-1.2.3.bazel index a8de78984c..14fb93d494 100644 --- a/wasm_bindgen/raze/remote/quick-error-1.2.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.quick-error-1.2.3.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "context" with type "example" omitted -# buildifier: leave-alone rust_library( name = "quick_error", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.2.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.2.3", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/quote-1.0.7.BUILD b/wasm_bindgen/raze/remote/BUILD.quote-1.0.8.bazel similarity index 92% rename from wasm_bindgen/raze/remote/quote-1.0.7.BUILD rename to wasm_bindgen/raze/remote/BUILD.quote-1.0.8.bazel index 4d1f82a74f..0d39f7eff2 100644 --- a/wasm_bindgen/raze/remote/quote-1.0.7.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.quote-1.0.8.bazel @@ -28,30 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "compiletest" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "quote", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "proc-macro", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.7", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "proc-macro", + version = "1.0.8", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", ], ) + +# Unsupported target "compiletest" with type "test" omitted + # Unsupported target "test" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/rand-0.4.6.BUILD b/wasm_bindgen/raze/remote/BUILD.rand-0.4.6.bazel similarity index 93% rename from wasm_bindgen/raze/remote/rand-0.4.6.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand-0.4.6.bazel index f80b4e89fe..2a0ba7fb16 100644 --- a/wasm_bindgen/raze/remote/rand-0.4.6.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand-0.4.6.bazel @@ -28,19 +28,42 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted + # Unsupported target "generators" with type "bench" omitted + # Unsupported target "misc" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "rand", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + "libc", + "std", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.6", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -57,7 +80,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -70,22 +93,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.4.6", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "default", - "libc", - "std", - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/rand-0.5.6.BUILD b/wasm_bindgen/raze/remote/BUILD.rand-0.5.6.bazel similarity index 94% rename from wasm_bindgen/raze/remote/rand-0.5.6.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand-0.5.6.bazel index 5d127ff57d..644c470083 100644 --- a/wasm_bindgen/raze/remote/rand-0.5.6.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand-0.5.6.bazel @@ -28,23 +28,51 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "bool" with type "test" omitted +# Generated Targets + # Unsupported target "distributions" with type "bench" omitted + # Unsupported target "generators" with type "bench" omitted + # Unsupported target "misc" with type "bench" omitted + # Unsupported target "monte-carlo" with type "example" omitted + # Unsupported target "monty-hall" with type "example" omitted -# buildifier: leave-alone rust_library( name = "rand", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "alloc", + "cloudabi", + "default", + "fuchsia-cprng", + "libc", + "std", + "winapi", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.5.6", + # buildifier: leave-alone deps = [ "@rules_rust_wasm_bindgen__rand_core__0_3_1//:rand_core", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -61,7 +89,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -81,26 +109,6 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.5.6", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "alloc", - "cloudabi", - "default", - "fuchsia-cprng", - "libc", - "std", - "winapi", - ], - aliases = { - }, ) + +# Unsupported target "bool" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/rand-0.6.5.BUILD b/wasm_bindgen/raze/remote/BUILD.rand-0.6.5.bazel similarity index 94% rename from wasm_bindgen/raze/remote/rand-0.6.5.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand-0.6.5.bazel index af917c42e9..35ca5a821d 100644 --- a/wasm_bindgen/raze/remote/rand-0.6.5.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand-0.6.5.bazel @@ -28,18 +28,46 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "build-script-build" with type "custom-build" omitted +# Generated Targets + # Unsupported target "distributions" with type "bench" omitted + # Unsupported target "generators" with type "bench" omitted + # Unsupported target "misc" with type "bench" omitted + +# Unsupported target "seq" with type "bench" omitted + +# Unsupported target "build-script-build" with type "custom-build" omitted + # Unsupported target "monte-carlo" with type "example" omitted + # Unsupported target "monty-hall" with type "example" omitted -# buildifier: leave-alone rust_library( name = "rand", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "alloc", + "default", + "rand_os", + "std", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.6.5", + # buildifier: leave-alone deps = [ "@rules_rust_wasm_bindgen__rand_chacha__0_1_1//:rand_chacha", "@rules_rust_wasm_bindgen__rand_core__0_4_2//:rand_core", @@ -52,6 +80,7 @@ rust_library( ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -68,7 +97,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -81,25 +110,6 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.6.5", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "alloc", - "default", - "rand_os", - "std", - ], - aliases = { - }, ) -# Unsupported target "seq" with type "bench" omitted + # Unsupported target "uniformity" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/rand-0.7.3.BUILD b/wasm_bindgen/raze/remote/BUILD.rand-0.7.3.bazel similarity index 89% rename from wasm_bindgen/raze/remote/rand-0.7.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand-0.7.3.bazel index 020f46528e..14655c7ac7 100644 --- a/wasm_bindgen/raze/remote/rand-0.7.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand-0.7.3.bazel @@ -28,23 +28,55 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "generators" with type "bench" omitted + # Unsupported target "misc" with type "bench" omitted + +# Unsupported target "seq" with type "bench" omitted + +# Unsupported target "weighted" with type "bench" omitted + # Unsupported target "monte-carlo" with type "example" omitted + # Unsupported target "monty-hall" with type "example" omitted -# buildifier: leave-alone rust_library( name = "rand", + srcs = glob(["**/*.rs"]), + aliases = { + "@rules_rust_wasm_bindgen__getrandom__0_1_15//:getrandom": "getrandom_package", + }, + crate_features = [ + "alloc", + "default", + "getrandom", + "getrandom_package", + "libc", + "std", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.7.3", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__getrandom__0_1_14//:getrandom", + "@rules_rust_wasm_bindgen__getrandom__0_1_15//:getrandom", "@rules_rust_wasm_bindgen__rand_chacha__0_2_2//:rand_chacha", "@rules_rust_wasm_bindgen__rand_core__0_5_1//:rand_core", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -61,32 +93,8 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.7.3", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "alloc", - "default", - "getrandom", - "getrandom_package", - "libc", - "std", - ], - aliases = { - "@rules_rust_wasm_bindgen__getrandom__0_1_14//:getrandom": "getrandom_package", - }, ) -# Unsupported target "seq" with type "bench" omitted -# Unsupported target "weighted" with type "bench" omitted diff --git a/wasm_bindgen/raze/remote/rand_chacha-0.1.1.BUILD b/wasm_bindgen/raze/remote/BUILD.rand_chacha-0.1.1.bazel similarity index 94% rename from wasm_bindgen/raze/remote/rand_chacha-0.1.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_chacha-0.1.1.bazel index f02065917b..2efb980cd0 100644 --- a/wasm_bindgen/raze/remote/rand_chacha-0.1.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_chacha-0.1.1.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "rand_chacha", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__rand_core__0_3_1//:rand_core", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__rand_core__0_3_1//:rand_core", ], ) diff --git a/wasm_bindgen/raze/remote/rand_chacha-0.2.2.BUILD b/wasm_bindgen/raze/remote/BUILD.rand_chacha-0.2.2.bazel similarity index 88% rename from wasm_bindgen/raze/remote/rand_chacha-0.2.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_chacha-0.2.2.bazel index 821273803e..758582490a 100644 --- a/wasm_bindgen/raze/remote/rand_chacha-0.2.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_chacha-0.2.2.bazel @@ -28,28 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "rand_chacha", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__ppv_lite86__0_2_9//:ppv_lite86", - "@rules_rust_wasm_bindgen__rand_core__0_5_1//:rand_core", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "std", + version = "0.2.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__ppv_lite86__0_2_10//:ppv_lite86", + "@rules_rust_wasm_bindgen__rand_core__0_5_1//:rand_core", ], ) diff --git a/wasm_bindgen/raze/remote/rand_core-0.3.1.BUILD b/wasm_bindgen/raze/remote/BUILD.rand_core-0.3.1.bazel similarity index 94% rename from wasm_bindgen/raze/remote/rand_core-0.3.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_core-0.3.1.bazel index db7cba6729..9f96d37708 100644 --- a/wasm_bindgen/raze/remote/rand_core-0.3.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_core-0.3.1.bazel @@ -28,28 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "rand_core", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__rand_core__0_4_2//:rand_core", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "alloc", - "std", + version = "0.3.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__rand_core__0_4_2//:rand_core", ], ) diff --git a/wasm_bindgen/raze/remote/rand_core-0.4.2.BUILD b/wasm_bindgen/raze/remote/BUILD.rand_core-0.4.2.bazel similarity index 93% rename from wasm_bindgen/raze/remote/rand_core-0.4.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_core-0.4.2.bazel index 7b50645250..90b3f58e72 100644 --- a/wasm_bindgen/raze/remote/rand_core-0.4.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_core-0.4.2.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "rand_core", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "alloc", - "std", + version = "0.4.2", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/rand_core-0.5.1.BUILD b/wasm_bindgen/raze/remote/BUILD.rand_core-0.5.1.bazel similarity index 88% rename from wasm_bindgen/raze/remote/rand_core-0.5.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_core-0.5.1.bazel index 3983ed4194..f221449d2d 100644 --- a/wasm_bindgen/raze/remote/rand_core-0.5.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_core-0.5.1.bazel @@ -28,29 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "rand_core", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__getrandom__0_1_14//:getrandom", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "getrandom", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.5.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "alloc", - "getrandom", - "std", + version = "0.5.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__getrandom__0_1_15//:getrandom", ], ) diff --git a/wasm_bindgen/raze/remote/rand_hc-0.1.0.BUILD b/wasm_bindgen/raze/remote/BUILD.rand_hc-0.1.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/rand_hc-0.1.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_hc-0.1.0.bazel index 12620031cc..2e877218c9 100644 --- a/wasm_bindgen/raze/remote/rand_hc-0.1.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_hc-0.1.0.bazel @@ -28,26 +28,27 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "rand_hc", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__rand_core__0_3_1//:rand_core", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__rand_core__0_3_1//:rand_core", ], ) diff --git a/wasm_bindgen/raze/remote/rand_hc-0.2.0.BUILD b/wasm_bindgen/raze/remote/BUILD.rand_hc-0.2.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/rand_hc-0.2.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_hc-0.2.0.bazel index 9ba92beb19..053186204c 100644 --- a/wasm_bindgen/raze/remote/rand_hc-0.2.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_hc-0.2.0.bazel @@ -28,26 +28,27 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "rand_hc", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__rand_core__0_5_1//:rand_core", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__rand_core__0_5_1//:rand_core", ], ) diff --git a/wasm_bindgen/raze/remote/rand_isaac-0.1.1.BUILD b/wasm_bindgen/raze/remote/BUILD.rand_isaac-0.1.1.bazel similarity index 94% rename from wasm_bindgen/raze/remote/rand_isaac-0.1.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_isaac-0.1.1.bazel index 6de126a51a..face4bb529 100644 --- a/wasm_bindgen/raze/remote/rand_isaac-0.1.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_isaac-0.1.1.bazel @@ -28,26 +28,27 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "rand_isaac", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__rand_core__0_3_1//:rand_core", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__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/BUILD.rand_jitter-0.1.4.bazel similarity index 90% rename from wasm_bindgen/raze/remote/rand_jitter-0.1.4.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_jitter-0.1.4.bazel index d80b45e370..f435778d82 100644 --- a/wasm_bindgen/raze/remote/rand_jitter-0.1.4.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_jitter-0.1.4.bazel @@ -28,25 +28,43 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "mod" with type "bench" omitted -# Unsupported target "mod" with type "test" omitted -# buildifier: leave-alone rust_library( name = "rand_jitter", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "std", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.4", + # buildifier: leave-alone deps = [ "@rules_rust_wasm_bindgen__rand_core__0_4_2//:rand_core", ] + selects.with_or({ # cfg(any(target_os = "macos", target_os = "ios")) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:i686-apple-darwin", "@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin", "@io_bazel_rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -59,20 +77,6 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.4", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "std", - ], - aliases = { - }, ) + +# Unsupported target "mod" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/rand_os-0.1.3.BUILD b/wasm_bindgen/raze/remote/BUILD.rand_os-0.1.3.bazel similarity index 93% rename from wasm_bindgen/raze/remote/rand_os-0.1.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_os-0.1.3.bazel index 9f331ef306..09e4216688 100644 --- a/wasm_bindgen/raze/remote/rand_os-0.1.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_os-0.1.3.bazel @@ -28,18 +28,34 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "mod" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "rand_os", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.3", + # buildifier: leave-alone deps = [ "@rules_rust_wasm_bindgen__rand_core__0_4_2//:rand_core", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -56,7 +72,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -76,19 +92,6 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.3", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) + +# Unsupported target "mod" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/rand_pcg-0.1.2.BUILD b/wasm_bindgen/raze/remote/BUILD.rand_pcg-0.1.2.bazel similarity index 94% rename from wasm_bindgen/raze/remote/rand_pcg-0.1.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_pcg-0.1.2.bazel index 9904935256..fa751851c0 100644 --- a/wasm_bindgen/raze/remote/rand_pcg-0.1.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_pcg-0.1.2.bazel @@ -28,29 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "lcg64xsh32" with type "test" omitted -# Unsupported target "mcg128xsl64" with type "test" omitted -# buildifier: leave-alone rust_library( name = "rand_pcg", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__rand_core__0_4_2//:rand_core", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__rand_core__0_4_2//:rand_core", ], ) + +# Unsupported target "lcg64xsh32" with type "test" omitted + +# Unsupported target "mcg128xsl64" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/rand_xorshift-0.1.1.BUILD b/wasm_bindgen/raze/remote/BUILD.rand_xorshift-0.1.1.bazel similarity index 94% rename from wasm_bindgen/raze/remote/rand_xorshift-0.1.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.rand_xorshift-0.1.1.bazel index d6d946985e..3c2d51ac88 100644 --- a/wasm_bindgen/raze/remote/rand_xorshift-0.1.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rand_xorshift-0.1.1.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "mod" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "rand_xorshift", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__rand_core__0_3_1//:rand_core", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__rand_core__0_3_1//:rand_core", ], ) + +# Unsupported target "mod" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/rayon-1.4.0.BUILD b/wasm_bindgen/raze/remote/BUILD.rayon-1.5.0.bazel similarity index 86% rename from wasm_bindgen/raze/remote/rayon-1.4.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.rayon-1.5.0.bazel index f6e5cd87dd..35122df619 100644 --- a/wasm_bindgen/raze/remote/rayon-1.4.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rayon-1.5.0.bazel @@ -28,44 +28,61 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "chars" with type "test" omitted -# Unsupported target "clones" with type "test" omitted -# Unsupported target "collect" with type "test" omitted + # Unsupported target "cpu_monitor" with type "example" omitted -# Unsupported target "cross-pool" with type "test" omitted -# Unsupported target "debug" with type "test" omitted -# Unsupported target "intersperse" with type "test" omitted -# Unsupported target "issue671" with type "test" omitted -# Unsupported target "issue671-unzip" with type "test" omitted -# Unsupported target "iter_panic" with type "test" omitted -# Unsupported target "named-threads" with type "test" omitted -# Unsupported target "octillion" with type "test" omitted -# Unsupported target "producer_split_at" with type "test" omitted -# buildifier: leave-alone rust_library( name = "rayon", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__crossbeam_deque__0_7_3//:crossbeam_deque", - "@rules_rust_wasm_bindgen__either__1_6_0//:either", - "@rules_rust_wasm_bindgen__rayon_core__1_8_0//:rayon_core", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.5.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__crossbeam_deque__0_8_0//:crossbeam_deque", + "@rules_rust_wasm_bindgen__either__1_6_1//:either", + "@rules_rust_wasm_bindgen__rayon_core__1_9_0//:rayon_core", ], ) + +# Unsupported target "chars" with type "test" omitted + +# Unsupported target "clones" with type "test" omitted + +# Unsupported target "collect" with type "test" omitted + +# Unsupported target "cross-pool" with type "test" omitted + +# Unsupported target "debug" with type "test" omitted + +# Unsupported target "intersperse" with type "test" omitted + +# Unsupported target "issue671" with type "test" omitted + +# Unsupported target "issue671-unzip" with type "test" omitted + +# Unsupported target "iter_panic" with type "test" omitted + +# Unsupported target "named-threads" with type "test" omitted + +# Unsupported target "octillion" with type "test" omitted + +# Unsupported target "producer_split_at" with type "test" omitted + # Unsupported target "sort-panic-safe" with type "test" omitted + # Unsupported target "str" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/rayon-core-1.8.0.BUILD b/wasm_bindgen/raze/remote/BUILD.rayon-core-1.9.0.bazel similarity index 88% rename from wasm_bindgen/raze/remote/rayon-core-1.8.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.rayon-core-1.9.0.bazel index 29ea107454..d4e3b2fc39 100644 --- a/wasm_bindgen/raze/remote/rayon-core-1.8.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rayon-core-1.9.0.bazel @@ -28,24 +28,40 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + # 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 -# buildifier: leave-alone rust_library( name = "rayon_core", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.9.0", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__crossbeam_channel__0_4_4//:crossbeam_channel", - "@rules_rust_wasm_bindgen__crossbeam_deque__0_7_3//:crossbeam_deque", - "@rules_rust_wasm_bindgen__crossbeam_utils__0_7_2//:crossbeam_utils", + "@rules_rust_wasm_bindgen__crossbeam_channel__0_5_0//:crossbeam_channel", + "@rules_rust_wasm_bindgen__crossbeam_deque__0_8_0//:crossbeam_deque", + "@rules_rust_wasm_bindgen__crossbeam_utils__0_8_1//:crossbeam_utils", "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", "@rules_rust_wasm_bindgen__num_cpus__1_13_0//:num_cpus", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -65,23 +81,16 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.8.0", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) + +# Unsupported target "double_init_fail" with type "test" omitted + +# Unsupported target "init_zero_threads" with type "test" omitted + # Unsupported target "scope_join" with type "test" omitted + # Unsupported target "scoped_threadpool" with type "test" omitted + # Unsupported target "simple_panic" with type "test" omitted + # Unsupported target "stack_overflow_crash" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/rdrand-0.4.0.BUILD b/wasm_bindgen/raze/remote/BUILD.rdrand-0.4.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/rdrand-0.4.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.rdrand-0.4.0.bazel index 2aa094a30f..86e0062318 100644 --- a/wasm_bindgen/raze/remote/rdrand-0.4.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rdrand-0.4.0.bazel @@ -28,31 +28,35 @@ licenses([ "notice", # ISC from expression "ISC" ]) -# Generated targets +# Generated Targets + # Unsupported target "rdrand" with type "bench" omitted -# buildifier: leave-alone +# Unsupported target "rdseed" with type "bench" omitted + +# Unsupported target "std" with type "bench" omitted + rust_library( name = "rdrand", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__rand_core__0_3_1//:rand_core", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.4.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__rand_core__0_3_1//:rand_core", ], ) -# Unsupported target "rdseed" with type "bench" omitted -# Unsupported target "std" with type "bench" omitted diff --git a/wasm_bindgen/raze/remote/redox_syscall-0.1.57.BUILD b/wasm_bindgen/raze/remote/BUILD.redox_syscall-0.1.57.bazel similarity index 94% rename from wasm_bindgen/raze/remote/redox_syscall-0.1.57.BUILD rename to wasm_bindgen/raze/remote/BUILD.redox_syscall-0.1.57.bazel index e649d7196d..f9b51875a3 100644 --- a/wasm_bindgen/raze/remote/redox_syscall-0.1.57.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.redox_syscall-0.1.57.bazel @@ -28,7 +28,7 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets alias( name = "redox_syscall", @@ -39,23 +39,24 @@ alias( ], ) -# buildifier: leave-alone rust_library( name = "syscall", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.57", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.57", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/redox_users-0.3.5.BUILD b/wasm_bindgen/raze/remote/BUILD.redox_users-0.3.5.bazel similarity index 85% rename from wasm_bindgen/raze/remote/redox_users-0.3.5.BUILD rename to wasm_bindgen/raze/remote/BUILD.redox_users-0.3.5.bazel index d085807739..5ccb198fce 100644 --- a/wasm_bindgen/raze/remote/redox_users-0.3.5.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.redox_users-0.3.5.bazel @@ -28,31 +28,32 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "redox_users", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__getrandom__0_1_14//:getrandom", - "@rules_rust_wasm_bindgen__redox_syscall__0_1_57//:redox_syscall", - "@rules_rust_wasm_bindgen__rust_argon2__0_8_2//:rust_argon2", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "auth", + "default", + "rust-argon2", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.5", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "auth", - "default", - "rust-argon2", + version = "0.3.5", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__getrandom__0_1_15//:getrandom", + "@rules_rust_wasm_bindgen__redox_syscall__0_1_57//:redox_syscall", + "@rules_rust_wasm_bindgen__rust_argon2__0_8_3//:rust_argon2", ], ) diff --git a/wasm_bindgen/raze/remote/regex-1.3.9.BUILD b/wasm_bindgen/raze/remote/BUILD.regex-1.4.2.bazel similarity index 89% rename from wasm_bindgen/raze/remote/regex-1.3.9.BUILD rename to wasm_bindgen/raze/remote/BUILD.regex-1.4.2.bazel index 6cd0a7fdc1..2bebc15026 100644 --- a/wasm_bindgen/raze/remote/regex-1.3.9.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.regex-1.4.2.bazel @@ -28,38 +28,23 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "backtrack" with type "test" omitted -# Unsupported target "backtrack-bytes" with type "test" omitted -# Unsupported target "backtrack-utf8bytes" with type "test" omitted -# Unsupported target "crates-regex" with type "test" omitted -# Unsupported target "default" with type "test" omitted -# Unsupported target "default-bytes" with type "test" omitted -# Unsupported target "nfa" with type "test" omitted -# Unsupported target "nfa-bytes" with type "test" omitted -# Unsupported target "nfa-utf8bytes" with type "test" omitted +# Generated Targets + +# Unsupported target "shootout-regex-dna" with type "example" omitted + +# Unsupported target "shootout-regex-dna-bytes" with type "example" omitted + +# Unsupported target "shootout-regex-dna-cheat" with type "example" omitted + +# Unsupported target "shootout-regex-dna-replace" with type "example" omitted + +# Unsupported target "shootout-regex-dna-single" with type "example" omitted + +# Unsupported target "shootout-regex-dna-single-cheat" with type "example" omitted -# buildifier: leave-alone rust_library( name = "regex", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__aho_corasick__0_7_13//:aho_corasick", - "@rules_rust_wasm_bindgen__memchr__2_3_3//:memchr", - "@rules_rust_wasm_bindgen__regex_syntax__0_6_18//:regex_syntax", - "@rules_rust_wasm_bindgen__thread_local__1_0_1//:thread_local", - ], srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.3.9", - tags = [ - "cargo-raze", - "manual", - ], crate_features = [ "aho-corasick", "default", @@ -80,10 +65,41 @@ rust_library( "unicode-script", "unicode-segment", ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.4.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__aho_corasick__0_7_15//:aho_corasick", + "@rules_rust_wasm_bindgen__memchr__2_3_4//:memchr", + "@rules_rust_wasm_bindgen__regex_syntax__0_6_21//:regex_syntax", + "@rules_rust_wasm_bindgen__thread_local__1_0_1//:thread_local", + ], ) -# Unsupported target "shootout-regex-dna" with type "example" omitted -# Unsupported target "shootout-regex-dna-bytes" with type "example" omitted -# Unsupported target "shootout-regex-dna-cheat" with type "example" omitted -# Unsupported target "shootout-regex-dna-replace" with type "example" omitted -# Unsupported target "shootout-regex-dna-single" with type "example" omitted -# Unsupported target "shootout-regex-dna-single-cheat" with type "example" omitted + +# Unsupported target "backtrack" with type "test" omitted + +# Unsupported target "backtrack-bytes" with type "test" omitted + +# Unsupported target "backtrack-utf8bytes" with type "test" omitted + +# Unsupported target "crates-regex" with type "test" omitted + +# Unsupported target "default" with type "test" omitted + +# Unsupported target "default-bytes" with type "test" omitted + +# Unsupported target "nfa" with type "test" omitted + +# Unsupported target "nfa-bytes" with type "test" omitted + +# Unsupported target "nfa-utf8bytes" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/regex-syntax-0.6.18.BUILD b/wasm_bindgen/raze/remote/BUILD.regex-syntax-0.6.21.bazel similarity index 93% rename from wasm_bindgen/raze/remote/regex-syntax-0.6.18.BUILD rename to wasm_bindgen/raze/remote/BUILD.regex-syntax-0.6.21.bazel index 2fd2a8b6c3..09e6e33ca1 100644 --- a/wasm_bindgen/raze/remote/regex-syntax-0.6.18.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.regex-syntax-0.6.21.bazel @@ -28,26 +28,13 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "regex_syntax", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.6.18", - tags = [ - "cargo-raze", - "manual", - ], crate_features = [ "default", "unicode", @@ -59,4 +46,19 @@ rust_library( "unicode-script", "unicode-segment", ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.6.21", + # buildifier: leave-alone + deps = [ + ], ) diff --git a/wasm_bindgen/raze/remote/remove_dir_all-0.5.3.BUILD b/wasm_bindgen/raze/remote/BUILD.remove_dir_all-0.5.3.bazel similarity index 95% rename from wasm_bindgen/raze/remote/remove_dir_all-0.5.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.remove_dir_all-0.5.3.bazel index 909af394be..503580187f 100644 --- a/wasm_bindgen/raze/remote/remove_dir_all-0.5.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.remove_dir_all-0.5.3.bazel @@ -28,12 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "remove_dir_all", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.5.3", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(windows) @@ -45,19 +61,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.5.3", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/rouille-3.0.0.BUILD b/wasm_bindgen/raze/remote/BUILD.rouille-3.0.0.bazel similarity index 84% rename from wasm_bindgen/raze/remote/rouille-3.0.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.rouille-3.0.0.bazel index 88c1b2c1ed..83ecf829f5 100644 --- a/wasm_bindgen/raze/remote/rouille-3.0.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rouille-3.0.0.bazel @@ -28,51 +28,61 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "database" with type "example" omitted + # Unsupported target "git-http-backend" with type "example" omitted + # Unsupported target "hello-world" with type "example" omitted + # Unsupported target "login-session" with type "example" omitted + # Unsupported target "php" with type "example" omitted + # Unsupported target "reverse-proxy" with type "example" omitted -# buildifier: leave-alone +# Unsupported target "simple-form" with type "example" omitted + +# Unsupported target "static-files" with type "example" omitted + +# Unsupported target "websocket" with type "example" omitted + rust_library( name = "rouille", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__base64__0_9_3//:base64", - "@rules_rust_wasm_bindgen__chrono__0_4_15//:chrono", - "@rules_rust_wasm_bindgen__filetime__0_2_12//:filetime", - "@rules_rust_wasm_bindgen__multipart__0_15_4//:multipart", - "@rules_rust_wasm_bindgen__num_cpus__1_13_0//:num_cpus", - "@rules_rust_wasm_bindgen__rand__0_5_6//:rand", - "@rules_rust_wasm_bindgen__serde__1_0_115//:serde", - "@rules_rust_wasm_bindgen__serde_json__1_0_57//:serde_json", - "@rules_rust_wasm_bindgen__sha1__0_6_0//:sha1", - "@rules_rust_wasm_bindgen__term__0_5_2//:term", - "@rules_rust_wasm_bindgen__threadpool__1_8_1//:threadpool", - "@rules_rust_wasm_bindgen__time__0_1_44//:time", - "@rules_rust_wasm_bindgen__tiny_http__0_6_2//:tiny_http", - "@rules_rust_wasm_bindgen__url__1_7_2//:url", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", proc_macro_deps = [ - "@rules_rust_wasm_bindgen__serde_derive__1_0_115//:serde_derive", + "@rules_rust_wasm_bindgen__serde_derive__1_0_118//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", ], - version = "3.0.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "3.0.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__base64__0_9_3//:base64", + "@rules_rust_wasm_bindgen__chrono__0_4_19//:chrono", + "@rules_rust_wasm_bindgen__filetime__0_2_13//:filetime", + "@rules_rust_wasm_bindgen__multipart__0_15_4//:multipart", + "@rules_rust_wasm_bindgen__num_cpus__1_13_0//:num_cpus", + "@rules_rust_wasm_bindgen__rand__0_5_6//:rand", + "@rules_rust_wasm_bindgen__serde__1_0_118//:serde", + "@rules_rust_wasm_bindgen__serde_json__1_0_60//:serde_json", + "@rules_rust_wasm_bindgen__sha1__0_6_0//:sha1", + "@rules_rust_wasm_bindgen__term__0_5_2//:term", + "@rules_rust_wasm_bindgen__threadpool__1_8_1//:threadpool", + "@rules_rust_wasm_bindgen__time__0_1_44//:time", + "@rules_rust_wasm_bindgen__tiny_http__0_6_2//:tiny_http", + "@rules_rust_wasm_bindgen__url__1_7_2//:url", ], ) -# Unsupported target "simple-form" with type "example" omitted -# Unsupported target "static-files" with type "example" omitted -# Unsupported target "websocket" with type "example" omitted diff --git a/wasm_bindgen/raze/remote/rust-argon2-0.8.2.BUILD b/wasm_bindgen/raze/remote/BUILD.rust-argon2-0.8.3.bazel similarity index 82% rename from wasm_bindgen/raze/remote/rust-argon2-0.8.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.rust-argon2-0.8.3.bazel index bdb53f9e7b..e2c8e4bbe3 100644 --- a/wasm_bindgen/raze/remote/rust-argon2-0.8.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rust-argon2-0.8.3.bazel @@ -28,7 +28,7 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets alias( name = "rust_argon2", @@ -39,30 +39,32 @@ alias( ], ) -# buildifier: leave-alone rust_library( name = "argon2", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__base64__0_12_3//:base64", - "@rules_rust_wasm_bindgen__blake2b_simd__0_5_10//:blake2b_simd", - "@rules_rust_wasm_bindgen__constant_time_eq__0_1_5//:constant_time_eq", - "@rules_rust_wasm_bindgen__crossbeam_utils__0_7_2//:crossbeam_utils", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "crossbeam-utils", + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.8.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "crossbeam-utils", - "default", + version = "0.8.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__base64__0_13_0//:base64", + "@rules_rust_wasm_bindgen__blake2b_simd__0_5_11//:blake2b_simd", + "@rules_rust_wasm_bindgen__constant_time_eq__0_1_5//:constant_time_eq", + "@rules_rust_wasm_bindgen__crossbeam_utils__0_8_1//:crossbeam_utils", ], ) + # Unsupported target "integration_test" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/rustc-demangle-0.1.16.BUILD b/wasm_bindgen/raze/remote/BUILD.rustc-demangle-0.1.18.bazel similarity index 91% rename from wasm_bindgen/raze/remote/rustc-demangle-0.1.16.BUILD rename to wasm_bindgen/raze/remote/BUILD.rustc-demangle-0.1.18.bazel index 7a96ce108e..a531afce97 100644 --- a/wasm_bindgen/raze/remote/rustc-demangle-0.1.16.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.rustc-demangle-0.1.18.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "rustc_demangle", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.16", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.18", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/ryu-1.0.5.BUILD b/wasm_bindgen/raze/remote/BUILD.ryu-1.0.5.bazel similarity index 95% rename from wasm_bindgen/raze/remote/ryu-1.0.5.BUILD rename to wasm_bindgen/raze/remote/BUILD.ryu-1.0.5.bazel index cf48d8314f..980083c7a0 100644 --- a/wasm_bindgen/raze/remote/ryu-1.0.5.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.ryu-1.0.5.bazel @@ -28,35 +28,46 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR BSL-1.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted + # Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "common_test" with type "test" omitted -# Unsupported target "d2s_table_test" with type "test" omitted -# Unsupported target "d2s_test" with type "test" omitted -# Unsupported target "exhaustive" with type "test" omitted -# Unsupported target "f2s_test" with type "test" omitted -# buildifier: leave-alone +# Unsupported target "upstream_benchmark" with type "example" omitted + rust_library( name = "ryu", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.5", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.5", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "common_test" with type "test" omitted + +# Unsupported target "d2s_table_test" with type "test" omitted + +# Unsupported target "d2s_test" with type "test" omitted + +# Unsupported target "exhaustive" with type "test" omitted + +# Unsupported target "f2s_test" with type "test" omitted + # Unsupported target "s2d_test" with type "test" omitted + # Unsupported target "s2f_test" with type "test" omitted -# Unsupported target "upstream_benchmark" with type "example" omitted diff --git a/wasm_bindgen/raze/remote/safemem-0.3.3.BUILD b/wasm_bindgen/raze/remote/BUILD.safemem-0.3.3.bazel similarity index 93% rename from wasm_bindgen/raze/remote/safemem-0.3.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.safemem-0.3.3.bazel index 1f8101300d..be56a69fe3 100644 --- a/wasm_bindgen/raze/remote/safemem-0.3.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.safemem-0.3.3.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "safemem", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.3.3", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/schannel-0.1.19.BUILD b/wasm_bindgen/raze/remote/BUILD.schannel-0.1.19.bazel similarity index 94% rename from wasm_bindgen/raze/remote/schannel-0.1.19.BUILD rename to wasm_bindgen/raze/remote/BUILD.schannel-0.1.19.bazel index 482d9c418b..0c9f14f55f 100644 --- a/wasm_bindgen/raze/remote/schannel-0.1.19.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.schannel-0.1.19.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "schannel", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", - "@rules_rust_wasm_bindgen__winapi__0_3_9//:winapi", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.19", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.19", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", + "@rules_rust_wasm_bindgen__winapi__0_3_9//:winapi", ], ) diff --git a/wasm_bindgen/raze/remote/scopeguard-1.1.0.BUILD b/wasm_bindgen/raze/remote/BUILD.scopeguard-1.1.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/scopeguard-1.1.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.scopeguard-1.1.0.bazel index b177327826..db82bc7d46 100644 --- a/wasm_bindgen/raze/remote/scopeguard-1.1.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.scopeguard-1.1.0.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "readme" with type "example" omitted -# buildifier: leave-alone rust_library( name = "scopeguard", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.1.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.1.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/serde-1.0.115.BUILD b/wasm_bindgen/raze/remote/BUILD.serde-1.0.118.bazel similarity index 88% rename from wasm_bindgen/raze/remote/serde-1.0.115.BUILD rename to wasm_bindgen/raze/remote/BUILD.serde-1.0.118.bazel index 33509702d6..bb5dff272d 100644 --- a/wasm_bindgen/raze/remote/serde-1.0.115.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.serde-1.0.118.bazel @@ -28,33 +28,35 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "serde", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "derive", + "serde_derive", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", proc_macro_deps = [ - "@rules_rust_wasm_bindgen__serde_derive__1_0_115//:serde_derive", + "@rules_rust_wasm_bindgen__serde_derive__1_0_118//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.115", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "derive", - "serde_derive", - "std", + version = "1.0.118", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/serde_derive-1.0.115.BUILD b/wasm_bindgen/raze/remote/BUILD.serde_derive-1.0.118.bazel similarity index 84% rename from wasm_bindgen/raze/remote/serde_derive-1.0.115.BUILD rename to wasm_bindgen/raze/remote/BUILD.serde_derive-1.0.118.bazel index 1acbc5ca9e..af1d6fdacb 100644 --- a/wasm_bindgen/raze/remote/serde_derive-1.0.115.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.serde_derive-1.0.118.bazel @@ -28,30 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "serde_derive", - crate_type = "proc-macro", - deps = [ - "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", - "@rules_rust_wasm_bindgen__quote__1_0_7//:quote", - "@rules_rust_wasm_bindgen__syn__1_0_40//:syn", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.115", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "1.0.118", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_wasm_bindgen__quote__1_0_8//:quote", + "@rules_rust_wasm_bindgen__syn__1_0_56//:syn", ], ) diff --git a/wasm_bindgen/raze/remote/serde_json-1.0.57.BUILD b/wasm_bindgen/raze/remote/BUILD.serde_json-1.0.60.bazel similarity index 88% rename from wasm_bindgen/raze/remote/serde_json-1.0.57.BUILD rename to wasm_bindgen/raze/remote/BUILD.serde_json-1.0.60.bazel index be6371a76a..7980dca2e9 100644 --- a/wasm_bindgen/raze/remote/serde_json-1.0.57.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.serde_json-1.0.60.bazel @@ -28,63 +28,62 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "serde_json_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "std", + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2018", - deps = [ - ], rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - "default", - "std", - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], - version = "1.0.57", + version = "1.0.60", visibility = ["//visibility:private"], + deps = [ + ], ) - -# buildifier: leave-alone rust_library( name = "serde_json", - crate_type = "lib", - deps = [ - ":serde_json_build_script", - "@rules_rust_wasm_bindgen__itoa__0_4_6//:itoa", - "@rules_rust_wasm_bindgen__ryu__1_0_5//:ryu", - "@rules_rust_wasm_bindgen__serde__1_0_115//:serde", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.57", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "1.0.60", + # buildifier: leave-alone + deps = [ + ":serde_json_build_script", + "@rules_rust_wasm_bindgen__itoa__0_4_6//:itoa", + "@rules_rust_wasm_bindgen__ryu__1_0_5//:ryu", + "@rules_rust_wasm_bindgen__serde__1_0_118//:serde", ], ) diff --git a/wasm_bindgen/raze/remote/sha1-0.6.0.BUILD b/wasm_bindgen/raze/remote/BUILD.sha1-0.6.0.bazel similarity index 93% rename from wasm_bindgen/raze/remote/sha1-0.6.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.sha1-0.6.0.bazel index 58b2dcdf5c..f6f0b60d6d 100644 --- a/wasm_bindgen/raze/remote/sha1-0.6.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.sha1-0.6.0.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # BSD-3-Clause from expression "BSD-3-Clause" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "sha1", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.6.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.6.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/siphasher-0.2.3.BUILD b/wasm_bindgen/raze/remote/BUILD.siphasher-0.2.3.bazel similarity index 93% rename from wasm_bindgen/raze/remote/siphasher-0.2.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.siphasher-0.2.3.bazel index ce8c822f2e..d487bdcebb 100644 --- a/wasm_bindgen/raze/remote/siphasher-0.2.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.siphasher-0.2.3.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "siphasher", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.3", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/socket2-0.3.12.BUILD b/wasm_bindgen/raze/remote/BUILD.socket2-0.3.19.bazel similarity index 89% rename from wasm_bindgen/raze/remote/socket2-0.3.12.BUILD rename to wasm_bindgen/raze/remote/BUILD.socket2-0.3.19.bazel index bcb06c34d7..a4a76c2409 100644 --- a/wasm_bindgen/raze/remote/socket2-0.3.12.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.socket2-0.3.19.bazel @@ -28,16 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "socket2", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.19", + # buildifier: leave-alone deps = [ ] + selects.with_or({ - # cfg(any(unix, target_os = "redox")) + # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -54,8 +71,8 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__cfg_if__0_1_10//:cfg_if", - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -68,19 +85,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.3.12", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/strsim-0.9.3.BUILD b/wasm_bindgen/raze/remote/BUILD.strsim-0.9.3.bazel similarity index 94% rename from wasm_bindgen/raze/remote/strsim-0.9.3.BUILD rename to wasm_bindgen/raze/remote/BUILD.strsim-0.9.3.bazel index b46755f9ef..e802d7e001 100644 --- a/wasm_bindgen/raze/remote/strsim-0.9.3.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.strsim-0.9.3.bazel @@ -28,27 +28,30 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "benches" with type "bench" omitted -# Unsupported target "lib" with type "test" omitted -# buildifier: leave-alone rust_library( name = "strsim", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.9.3", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.9.3", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "lib" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/syn-1.0.40.BUILD b/wasm_bindgen/raze/remote/BUILD.syn-1.0.56.bazel similarity index 89% rename from wasm_bindgen/raze/remote/syn-1.0.40.BUILD rename to wasm_bindgen/raze/remote/BUILD.syn-1.0.56.bazel index 550591e570..4e02adc493 100644 --- a/wasm_bindgen/raze/remote/syn-1.0.40.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.syn-1.0.56.bazel @@ -28,105 +28,134 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "syn_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "clone-impls", + "default", + "derive", + "extra-traits", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit", + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2018", - deps = [ - ], rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - "clone-impls", - "default", - "derive", - "extra-traits", - "parsing", - "printing", - "proc-macro", - "quote", - "visit", - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], - version = "1.0.40", + version = "1.0.56", visibility = ["//visibility:private"], + deps = [ + ], ) # Unsupported target "file" with type "bench" omitted + # Unsupported target "rust" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "syn", - crate_type = "lib", - deps = [ - ":syn_build_script", - "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", - "@rules_rust_wasm_bindgen__quote__1_0_7//:quote", - "@rules_rust_wasm_bindgen__unicode_xid__0_2_1//:unicode_xid", - ], srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.0.40", - tags = [ - "cargo-raze", - "manual", - ], crate_features = [ "clone-impls", "default", "derive", "extra-traits", + "full", "parsing", "printing", "proc-macro", "quote", "visit", ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.56", + # buildifier: leave-alone + deps = [ + ":syn_build_script", + "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_wasm_bindgen__quote__1_0_8//:quote", + "@rules_rust_wasm_bindgen__unicode_xid__0_2_1//:unicode_xid", + ], ) + # Unsupported target "test_asyncness" with type "test" omitted + # Unsupported target "test_attribute" with type "test" omitted + # Unsupported target "test_derive_input" with type "test" omitted + # Unsupported target "test_expr" with type "test" omitted + # Unsupported target "test_generics" with type "test" omitted + # Unsupported target "test_grouping" with type "test" omitted + # Unsupported target "test_ident" with type "test" omitted + # Unsupported target "test_item" with type "test" omitted + # Unsupported target "test_iterators" with type "test" omitted + # Unsupported target "test_lit" with type "test" omitted + # Unsupported target "test_meta" with type "test" omitted + # Unsupported target "test_parse_buffer" with type "test" omitted + # Unsupported target "test_parse_stream" with type "test" omitted + # Unsupported target "test_pat" with type "test" omitted + # Unsupported target "test_path" with type "test" omitted + # Unsupported target "test_precedence" with type "test" omitted + # Unsupported target "test_receiver" with type "test" omitted + # Unsupported target "test_round_trip" with type "test" omitted + # Unsupported target "test_shebang" with type "test" omitted + # Unsupported target "test_should_parse" with type "test" omitted + # Unsupported target "test_size" with type "test" omitted + # Unsupported target "test_stmt" with type "test" omitted + # Unsupported target "test_token_trees" with type "test" omitted + # Unsupported target "test_ty" with type "test" omitted + # Unsupported target "test_visibility" with type "test" omitted + # Unsupported target "zzz_stable" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/tempdir-0.3.7.BUILD b/wasm_bindgen/raze/remote/BUILD.tempdir-0.3.7.bazel similarity index 94% rename from wasm_bindgen/raze/remote/tempdir-0.3.7.BUILD rename to wasm_bindgen/raze/remote/BUILD.tempdir-0.3.7.bazel index abe6b7fe5a..0f9da0b14a 100644 --- a/wasm_bindgen/raze/remote/tempdir-0.3.7.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.tempdir-0.3.7.bazel @@ -28,28 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "smoke" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "tempdir", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__rand__0_4_6//:rand", - "@rules_rust_wasm_bindgen__remove_dir_all__0_5_3//:remove_dir_all", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.7", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.7", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__rand__0_4_6//:rand", + "@rules_rust_wasm_bindgen__remove_dir_all__0_5_3//:remove_dir_all", ], ) + +# Unsupported target "smoke" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/tempfile-3.1.0.BUILD b/wasm_bindgen/raze/remote/BUILD.tempfile-3.1.0.bazel similarity index 93% rename from wasm_bindgen/raze/remote/tempfile-3.1.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.tempfile-3.1.0.bazel index d1272c9e06..6c97e1fa33 100644 --- a/wasm_bindgen/raze/remote/tempfile-3.1.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.tempfile-3.1.0.bazel @@ -28,15 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "namedtempfile" with type "test" omitted -# Unsupported target "spooled" with type "test" omitted -# Unsupported target "tempdir" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "tempfile", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "3.1.0", + # buildifier: leave-alone deps = [ "@rules_rust_wasm_bindgen__cfg_if__0_1_10//:cfg_if", "@rules_rust_wasm_bindgen__rand__0_7_3//:rand", @@ -44,6 +57,7 @@ rust_library( ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -60,7 +74,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -73,20 +87,12 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "3.1.0", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) + +# Unsupported target "namedtempfile" with type "test" omitted + +# Unsupported target "spooled" with type "test" omitted + +# Unsupported target "tempdir" with type "test" omitted + # Unsupported target "tempfile" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/term-0.5.2.BUILD b/wasm_bindgen/raze/remote/BUILD.term-0.5.2.bazel similarity index 95% rename from wasm_bindgen/raze/remote/term-0.5.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.term-0.5.2.bazel index ee51858dc5..fd57f2bc8d 100644 --- a/wasm_bindgen/raze/remote/term-0.5.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.term-0.5.2.bazel @@ -28,12 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "term", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.5.2", + # buildifier: leave-alone deps = [ "@rules_rust_wasm_bindgen__byteorder__1_3_4//:byteorder", "@rules_rust_wasm_bindgen__dirs__1_0_5//:dirs", @@ -47,21 +64,6 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.5.2", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "default", - ], - aliases = { - }, ) + # Unsupported target "terminfo" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/termcolor-1.1.0.BUILD b/wasm_bindgen/raze/remote/BUILD.termcolor-1.1.2.bazel similarity index 93% rename from wasm_bindgen/raze/remote/termcolor-1.1.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.termcolor-1.1.2.bazel index 9b34bd670e..13abb7e262 100644 --- a/wasm_bindgen/raze/remote/termcolor-1.1.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.termcolor-1.1.2.bazel @@ -28,12 +28,28 @@ licenses([ "unencumbered", # Unlicense from expression "Unlicense OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "termcolor", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.1.2", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(windows) @@ -45,19 +61,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.1.0", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/thread_local-1.0.1.BUILD b/wasm_bindgen/raze/remote/BUILD.thread_local-1.0.1.bazel similarity index 94% rename from wasm_bindgen/raze/remote/thread_local-1.0.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.thread_local-1.0.1.bazel index 8ba0a054f5..fa22a46bdd 100644 --- a/wasm_bindgen/raze/remote/thread_local-1.0.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.thread_local-1.0.1.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "thread_local" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "thread_local", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", ], ) diff --git a/wasm_bindgen/raze/remote/threadpool-1.8.1.BUILD b/wasm_bindgen/raze/remote/BUILD.threadpool-1.8.1.bazel similarity index 94% rename from wasm_bindgen/raze/remote/threadpool-1.8.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.threadpool-1.8.1.bazel index 66061bfcdb..000c831edc 100644 --- a/wasm_bindgen/raze/remote/threadpool-1.8.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.threadpool-1.8.1.bazel @@ -28,26 +28,27 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "threadpool", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__num_cpus__1_13_0//:num_cpus", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.8.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.8.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__num_cpus__1_13_0//:num_cpus", ], ) diff --git a/wasm_bindgen/raze/remote/time-0.1.44.BUILD b/wasm_bindgen/raze/remote/BUILD.time-0.1.44.bazel similarity index 76% rename from wasm_bindgen/raze/remote/time-0.1.44.BUILD rename to wasm_bindgen/raze/remote/BUILD.time-0.1.44.bazel index c4a0361cce..08fbcbb65d 100644 --- a/wasm_bindgen/raze/remote/time-0.1.44.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.time-0.1.44.bazel @@ -28,15 +28,39 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "time", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.44", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ] + selects.with_or({ + # cfg(target_os = "wasi") + ( + "@io_bazel_rules_rust//rust/platform:wasm32-wasi", + ): [ + "@rules_rust_wasm_bindgen__wasi__0_10_0_wasi_snapshot_preview1//:wasi", + ], + "//conditions:default": [], + }) + selects.with_or({ # cfg(windows) ( "@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc", @@ -46,19 +70,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.44", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/tiny_http-0.6.2.BUILD b/wasm_bindgen/raze/remote/BUILD.tiny_http-0.6.2.bazel similarity index 93% rename from wasm_bindgen/raze/remote/tiny_http-0.6.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.tiny_http-0.6.2.bazel index a3de686412..65f50819f6 100644 --- a/wasm_bindgen/raze/remote/tiny_http-0.6.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.tiny_http-0.6.2.bazel @@ -28,41 +28,52 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted + # Unsupported target "hello-world" with type "example" omitted -# Unsupported target "input-tests" with type "test" omitted -# Unsupported target "network" with type "test" omitted + # Unsupported target "php-cgi" with type "example" omitted + # Unsupported target "readme-example" with type "example" omitted + # Unsupported target "serve-root" with type "example" omitted -# Unsupported target "simple-test" with type "test" omitted + # Unsupported target "ssl" with type "example" omitted -# buildifier: leave-alone +# Unsupported target "websockets" with type "example" omitted + rust_library( name = "tiny_http", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__ascii__0_8_7//:ascii", - "@rules_rust_wasm_bindgen__chrono__0_4_15//:chrono", - "@rules_rust_wasm_bindgen__chunked_transfer__0_3_1//:chunked_transfer", - "@rules_rust_wasm_bindgen__log__0_4_11//:log", - "@rules_rust_wasm_bindgen__url__1_7_2//:url", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.6.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.6.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__ascii__0_8_7//:ascii", + "@rules_rust_wasm_bindgen__chrono__0_4_19//:chrono", + "@rules_rust_wasm_bindgen__chunked_transfer__0_3_1//:chunked_transfer", + "@rules_rust_wasm_bindgen__log__0_4_11//:log", + "@rules_rust_wasm_bindgen__url__1_7_2//:url", ], ) -# Unsupported target "websockets" with type "example" omitted + +# Unsupported target "input-tests" with type "test" omitted + +# Unsupported target "network" with type "test" omitted + +# Unsupported target "simple-test" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/tinyvec-0.3.4.BUILD b/wasm_bindgen/raze/remote/BUILD.tinyvec-1.1.0.bazel similarity index 85% rename from wasm_bindgen/raze/remote/tinyvec-0.3.4.BUILD rename to wasm_bindgen/raze/remote/BUILD.tinyvec-1.1.0.bazel index 4bb45fb3d1..5e09c27408 100644 --- a/wasm_bindgen/raze/remote/tinyvec-0.3.4.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.tinyvec-1.1.0.bazel @@ -28,30 +28,36 @@ licenses([ "notice", # Zlib from expression "Zlib OR (Apache-2.0 OR MIT)" ]) -# Generated targets -# Unsupported target "arrayvec" with type "test" omitted +# Generated Targets + # Unsupported target "macros" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "tinyvec", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "default", + "tinyvec_macros", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "alloc", - "default", + version = "1.1.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__tinyvec_macros__0_1_0//:tinyvec_macros", ], ) + +# Unsupported target "arrayvec" with type "test" omitted + # Unsupported target "tinyvec" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/BUILD.tinyvec_macros-0.1.0.bazel b/wasm_bindgen/raze/remote/BUILD.tinyvec_macros-0.1.0.bazel new file mode 100644 index 0000000000..2319add6df --- /dev/null +++ b/wasm_bindgen/raze/remote/BUILD.tinyvec_macros-0.1.0.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@io_bazel_rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +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", +]) + +licenses([ + "notice", # MIT from expression "MIT OR (Apache-2.0 OR Zlib)" +]) + +# Generated Targets + +rust_library( + name = "tinyvec_macros", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.0", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/wasm_bindgen/raze/remote/treeline-0.1.0.BUILD b/wasm_bindgen/raze/remote/BUILD.treeline-0.1.0.bazel similarity index 93% rename from wasm_bindgen/raze/remote/treeline-0.1.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.treeline-0.1.0.bazel index 899b116b4c..2f2de321cb 100644 --- a/wasm_bindgen/raze/remote/treeline-0.1.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.treeline-0.1.0.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "tree" with type "example" omitted -# buildifier: leave-alone rust_library( name = "treeline", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/twoway-0.1.8.BUILD b/wasm_bindgen/raze/remote/BUILD.twoway-0.1.8.bazel similarity index 89% rename from wasm_bindgen/raze/remote/twoway-0.1.8.BUILD rename to wasm_bindgen/raze/remote/BUILD.twoway-0.1.8.bazel index eb69d77987..1c50c1ee9d 100644 --- a/wasm_bindgen/raze/remote/twoway-0.1.8.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.twoway-0.1.8.bazel @@ -28,30 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "pathology" with type "bench" omitted -# Unsupported target "quick" with type "test" omitted -# buildifier: leave-alone rust_library( name = "twoway", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__memchr__2_3_3//:memchr", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "use_std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.8", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "use_std", + version = "0.1.8", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__memchr__2_3_4//:memchr", ], ) + +# Unsupported target "quick" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/unicase-1.4.2.BUILD b/wasm_bindgen/raze/remote/BUILD.unicase-1.4.2.bazel similarity index 94% rename from wasm_bindgen/raze/remote/unicase-1.4.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.unicase-1.4.2.bazel index 877b36b1f8..650dad1b6c 100644 --- a/wasm_bindgen/raze/remote/unicase-1.4.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.unicase-1.4.2.bazel @@ -28,28 +28,30 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "unicase", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", "--cfg=__unicase__iter_cmp", "--cfg=__unicase__defauler_hasher", ], - version = "1.4.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.4.2", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/unicode-bidi-0.3.4.BUILD b/wasm_bindgen/raze/remote/BUILD.unicode-bidi-0.3.4.bazel similarity index 94% rename from wasm_bindgen/raze/remote/unicode-bidi-0.3.4.BUILD rename to wasm_bindgen/raze/remote/BUILD.unicode-bidi-0.3.4.bazel index 2fb7e50b8b..c1aa9ca6e0 100644 --- a/wasm_bindgen/raze/remote/unicode-bidi-0.3.4.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.unicode-bidi-0.3.4.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "unicode_bidi", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__matches__0_1_8//:matches", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.3.4", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__matches__0_1_8//:matches", ], ) diff --git a/wasm_bindgen/raze/remote/unicode-normalization-0.1.13.BUILD b/wasm_bindgen/raze/remote/BUILD.unicode-normalization-0.1.16.bazel similarity index 87% rename from wasm_bindgen/raze/remote/unicode-normalization-0.1.13.BUILD rename to wasm_bindgen/raze/remote/BUILD.unicode-normalization-0.1.16.bazel index 2b1fb49b1a..4290beaf5b 100644 --- a/wasm_bindgen/raze/remote/unicode-normalization-0.1.13.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.unicode-normalization-0.1.16.bazel @@ -28,29 +28,31 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "unicode_normalization", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__tinyvec__0_3_4//:tinyvec", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.13", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.1.16", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__tinyvec__1_1_0//:tinyvec", ], ) diff --git a/wasm_bindgen/raze/remote/unicode-segmentation-1.6.0.BUILD b/wasm_bindgen/raze/remote/BUILD.unicode-segmentation-1.7.1.bazel similarity index 86% rename from wasm_bindgen/raze/remote/unicode-segmentation-1.6.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.unicode-segmentation-1.7.1.bazel index 5d63b71c88..5799585f25 100644 --- a/wasm_bindgen/raze/remote/unicode-segmentation-1.6.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.unicode-segmentation-1.7.1.bazel @@ -28,25 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + +# Unsupported target "graphemes" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "unicode_segmentation", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.6.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.7.1", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/unicode-xid-0.2.1.BUILD b/wasm_bindgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel similarity index 94% rename from wasm_bindgen/raze/remote/unicode-xid-0.2.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel index 9d6f6fdf45..54760dc18f 100644 --- a/wasm_bindgen/raze/remote/unicode-xid-0.2.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel @@ -28,27 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "exhaustive_tests" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "unicode_xid", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.2.1", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "exhaustive_tests" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/url-1.7.2.BUILD b/wasm_bindgen/raze/remote/BUILD.url-1.7.2.bazel similarity index 95% rename from wasm_bindgen/raze/remote/url-1.7.2.BUILD rename to wasm_bindgen/raze/remote/BUILD.url-1.7.2.bazel index 0202abd585..7acf2fcb76 100644 --- a/wasm_bindgen/raze/remote/url-1.7.2.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.url-1.7.2.bazel @@ -28,31 +28,35 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "data" with type "test" omitted +# Generated Targets + # Unsupported target "parse_url" with type "bench" omitted -# Unsupported target "unit" with type "test" omitted -# buildifier: leave-alone rust_library( name = "url", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__idna__0_1_5//:idna", - "@rules_rust_wasm_bindgen__matches__0_1_8//:matches", - "@rules_rust_wasm_bindgen__percent_encoding__1_0_1//:percent_encoding", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.7.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.7.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__idna__0_1_5//:idna", + "@rules_rust_wasm_bindgen__matches__0_1_8//:matches", + "@rules_rust_wasm_bindgen__percent_encoding__1_0_1//:percent_encoding", ], ) + +# Unsupported target "data" with type "test" omitted + +# Unsupported target "unit" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/vcpkg-0.2.10.BUILD b/wasm_bindgen/raze/remote/BUILD.vcpkg-0.2.11.bazel similarity index 91% rename from wasm_bindgen/raze/remote/vcpkg-0.2.10.BUILD rename to wasm_bindgen/raze/remote/BUILD.vcpkg-0.2.11.bazel index 3d2303e2b6..09e1449e5f 100644 --- a/wasm_bindgen/raze/remote/vcpkg-0.2.10.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.vcpkg-0.2.11.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "vcpkg", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.10", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.11", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/version_check-0.1.5.BUILD b/wasm_bindgen/raze/remote/BUILD.version_check-0.1.5.bazel similarity index 93% rename from wasm_bindgen/raze/remote/version_check-0.1.5.BUILD rename to wasm_bindgen/raze/remote/BUILD.version_check-0.1.5.bazel index fbed288ff5..feb54d7558 100644 --- a/wasm_bindgen/raze/remote/version_check-0.1.5.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.version_check-0.1.5.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "version_check", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.5", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.5", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/wait-timeout-0.2.0.BUILD b/wasm_bindgen/raze/remote/BUILD.wait-timeout-0.2.0.bazel similarity index 91% rename from wasm_bindgen/raze/remote/wait-timeout-0.2.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.wait-timeout-0.2.0.bazel index 1bd8c2c46a..03f1fa4c94 100644 --- a/wasm_bindgen/raze/remote/wait-timeout-0.2.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wait-timeout-0.2.0.bazel @@ -28,19 +28,36 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone 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_exit", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/bin/exit.rs", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.0", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":wait_timeout", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -57,38 +74,40 @@ rust_binary( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }), +) + +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_reader", srcs = glob(["**/*.rs"]), - crate_root = "src/bin/exit.rs", + aliases = { + }, + crate_features = [ + ], + crate_root = "src/bin/reader.rs", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], - aliases = { - }, -) - -# buildifier: leave-alone -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_reader", + version = "0.2.0", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":wait_timeout", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -105,38 +124,40 @@ rust_binary( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }), +) + +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_sleep", srcs = glob(["**/*.rs"]), - crate_root = "src/bin/reader.rs", + aliases = { + }, + crate_features = [ + ], + crate_root = "src/bin/sleep.rs", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], - aliases = { - }, -) - -# buildifier: leave-alone -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_sleep", + version = "0.2.0", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":wait_timeout", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -153,36 +174,37 @@ rust_binary( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }), +) + +rust_library( + name = "wait_timeout", srcs = glob(["**/*.rs"]), - crate_root = "src/bin/sleep.rs", + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], - aliases = { - }, -) -# Unsupported target "smoke" with type "test" omitted - -# buildifier: leave-alone -rust_library( - name = "wait_timeout", - crate_type = "lib", + version = "0.2.0", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -199,23 +221,10 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_wasm_bindgen__libc__0_2_76//:libc", + "@rules_rust_wasm_bindgen__libc__0_2_81//:libc", ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.2.0", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) + +# Unsupported target "smoke" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/walrus-0.18.0.BUILD b/wasm_bindgen/raze/remote/BUILD.walrus-0.18.0.bazel similarity index 89% rename from wasm_bindgen/raze/remote/walrus-0.18.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.walrus-0.18.0.bazel index 73cf17e35a..bc05cbbc5d 100644 --- a/wasm_bindgen/raze/remote/walrus-0.18.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.walrus-0.18.0.bazel @@ -28,26 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "benches" with type "bench" omitted + # Unsupported target "build-wasm-from-scratch" with type "example" omitted + # Unsupported target "parse" with type "example" omitted + # Unsupported target "round-trip" with type "example" omitted -# buildifier: leave-alone rust_library( name = "walrus", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__id_arena__2_2_1//:id_arena", - "@rules_rust_wasm_bindgen__leb128__0_2_4//:leb128", - "@rules_rust_wasm_bindgen__log__0_4_11//:log", - "@rules_rust_wasm_bindgen__rayon__1_4_0//:rayon", - "@rules_rust_wasm_bindgen__wasmparser__0_59_0//:wasmparser", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "parallel", + "rayon", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", proc_macro_deps = [ "@rules_rust_wasm_bindgen__walrus_macro__0_18_0//:walrus_macro", @@ -55,13 +55,18 @@ rust_library( rustc_flags = [ "--cap-lints=allow", ], - version = "0.18.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "parallel", - "rayon", + version = "0.18.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__id_arena__2_2_1//:id_arena", + "@rules_rust_wasm_bindgen__leb128__0_2_4//:leb128", + "@rules_rust_wasm_bindgen__log__0_4_11//:log", + "@rules_rust_wasm_bindgen__rayon__1_5_0//:rayon", + "@rules_rust_wasm_bindgen__wasmparser__0_59_0//:wasmparser", ], ) diff --git a/wasm_bindgen/raze/remote/walrus-macro-0.18.0.BUILD b/wasm_bindgen/raze/remote/BUILD.walrus-macro-0.18.0.bazel similarity index 81% rename from wasm_bindgen/raze/remote/walrus-macro-0.18.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.walrus-macro-0.18.0.bazel index ed14455918..a2a398f300 100644 --- a/wasm_bindgen/raze/remote/walrus-macro-0.18.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.walrus-macro-0.18.0.bazel @@ -28,29 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "walrus_macro", - crate_type = "proc-macro", - deps = [ - "@rules_rust_wasm_bindgen__heck__0_3_1//:heck", - "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", - "@rules_rust_wasm_bindgen__quote__1_0_7//:quote", - "@rules_rust_wasm_bindgen__syn__1_0_40//:syn", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.18.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.18.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__heck__0_3_2//:heck", + "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_wasm_bindgen__quote__1_0_8//:quote", + "@rules_rust_wasm_bindgen__syn__1_0_56//:syn", ], ) diff --git a/wasm_bindgen/raze/remote/wasi-0.10.0+wasi-snapshot-preview1.BUILD b/wasm_bindgen/raze/remote/BUILD.wasi-0.10.0+wasi-snapshot-preview1.bazel similarity index 94% rename from wasm_bindgen/raze/remote/wasi-0.10.0+wasi-snapshot-preview1.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasi-0.10.0+wasi-snapshot-preview1.bazel index 84aec2f169..8a8a0b2b6a 100644 --- a/wasm_bindgen/raze/remote/wasi-0.10.0+wasi-snapshot-preview1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasi-0.10.0+wasi-snapshot-preview1.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR (Apache-2.0 OR MIT)" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasi", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.10.0+wasi-snapshot-preview1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.10.0+wasi-snapshot-preview1", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/wasi-0.9.0+wasi-snapshot-preview1.BUILD b/wasm_bindgen/raze/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel similarity index 94% rename from wasm_bindgen/raze/remote/wasi-0.9.0+wasi-snapshot-preview1.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel index 32f7dae690..5eba1ca42e 100644 --- a/wasm_bindgen/raze/remote/wasi-0.9.0+wasi-snapshot-preview1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR (Apache-2.0 OR MIT)" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasi", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.9.0+wasi-snapshot-preview1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.9.0+wasi-snapshot-preview1", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-0.2.68.bazel similarity index 91% rename from wasm_bindgen/raze/remote/wasm-bindgen-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-0.2.68.bazel index f2cb2584c0..22d3c62820 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-0.2.68.bazel @@ -28,71 +28,60 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "wasm_bindgen_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "spans", + "std", + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2018", - deps = [ - ] + selects.with_or({ - # cfg(target_arch = "wasm32") - ( - "@io_bazel_rules_rust//rust/platform:wasm32-unknown-unknown", - ): [ - ], - "//conditions:default": [], - }), rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - "default", - "spans", - "std", - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], version = "0.2.68", visibility = ["//visibility:private"], -) - -# Unsupported target "headless" with type "test" omitted -# Unsupported target "must_use" with type "test" omitted -# Unsupported target "non_wasm" with type "test" omitted -# Unsupported target "std-crate-no-std-dep" with type "test" omitted -# Unsupported target "unwrap_throw" with type "test" omitted -# Unsupported target "wasm" with type "test" omitted - -# buildifier: leave-alone -rust_library( - name = "wasm_bindgen", - crate_type = "lib", deps = [ - ":wasm_bindgen_build_script", - "@rules_rust_wasm_bindgen__cfg_if__0_1_10//:cfg_if", ] + selects.with_or({ # cfg(target_arch = "wasm32") ( "@io_bazel_rules_rust//rust/platform:wasm32-unknown-unknown", + "@io_bazel_rules_rust//rust/platform:wasm32-wasi", ): [ ], "//conditions:default": [], }), +) + +rust_library( + name = "wasm_bindgen", srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + "spans", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", proc_macro_deps = [ "@rules_rust_wasm_bindgen__wasm_bindgen_macro__0_2_68//:wasm_bindgen_macro", @@ -100,16 +89,34 @@ rust_library( rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "spans", - "std", - ], - aliases = { - }, + version = "0.2.68", + # buildifier: leave-alone + deps = [ + ":wasm_bindgen_build_script", + "@rules_rust_wasm_bindgen__cfg_if__0_1_10//:cfg_if", + ] + selects.with_or({ + # cfg(target_arch = "wasm32") + ( + "@io_bazel_rules_rust//rust/platform:wasm32-unknown-unknown", + "@io_bazel_rules_rust//rust/platform:wasm32-wasi", + ): [ + ], + "//conditions:default": [], + }), ) + +# Unsupported target "headless" with type "test" omitted + +# Unsupported target "must_use" with type "test" omitted + +# Unsupported target "non_wasm" with type "test" omitted + +# Unsupported target "std-crate-no-std-dep" with type "test" omitted + +# Unsupported target "unwrap_throw" with type "test" omitted + +# Unsupported target "wasm" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-backend-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.68.bazel similarity index 88% rename from wasm_bindgen/raze/remote/wasm-bindgen-backend-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.68.bazel index 3af8ceffc0..834ed9f21b 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-backend-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.68.bazel @@ -28,33 +28,34 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasm_bindgen_backend", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__bumpalo__3_4_0//:bumpalo", - "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", - "@rules_rust_wasm_bindgen__log__0_4_11//:log", - "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", - "@rules_rust_wasm_bindgen__quote__1_0_7//:quote", - "@rules_rust_wasm_bindgen__syn__1_0_45//:syn", - "@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_68//:wasm_bindgen_shared", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "spans", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "spans", + version = "0.2.68", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__bumpalo__3_4_0//:bumpalo", + "@rules_rust_wasm_bindgen__lazy_static__1_4_0//:lazy_static", + "@rules_rust_wasm_bindgen__log__0_4_11//:log", + "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_wasm_bindgen__quote__1_0_8//:quote", + "@rules_rust_wasm_bindgen__syn__1_0_56//:syn", + "@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_68//:wasm_bindgen_shared", ], ) diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-cli-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-cli-0.2.68.bazel similarity index 78% rename from wasm_bindgen/raze/remote/wasm-bindgen-cli-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-cli-0.2.68.bazel index 95194bcb8b..8a9c48ad1f 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-cli-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-cli-0.2.68.bazel @@ -28,115 +28,121 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "interface-types" with type "test" omitted -# Unsupported target "reference" with type "test" omitted +# Generated Targets -# buildifier: leave-alone 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", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__curl__0_4_33//:curl", - "@rules_rust_wasm_bindgen__docopt__1_1_0//:docopt", - "@rules_rust_wasm_bindgen__env_logger__0_7_1//:env_logger", - "@rules_rust_wasm_bindgen__log__0_4_11//:log", - "@rules_rust_wasm_bindgen__rouille__3_0_0//:rouille", - "@rules_rust_wasm_bindgen__serde__1_0_115//:serde", - "@rules_rust_wasm_bindgen__serde_json__1_0_57//:serde_json", - "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", - "@rules_rust_wasm_bindgen__wasm_bindgen_cli_support__0_2_68//:wasm_bindgen_cli_support", - "@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_68//:wasm_bindgen_shared", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/bin/wasm-bindgen.rs", + data = [], edition = "2018", proc_macro_deps = [ - "@rules_rust_wasm_bindgen__serde_derive__1_0_115//:serde_derive", + "@rules_rust_wasm_bindgen__serde_derive__1_0_118//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], -) -# Unsupported target "wasm-bindgen" with type "test" omitted - -# buildifier: leave-alone -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_test_runner", + version = "0.2.68", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__curl__0_4_33//:curl", + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__curl__0_4_34//:curl", "@rules_rust_wasm_bindgen__docopt__1_1_0//:docopt", "@rules_rust_wasm_bindgen__env_logger__0_7_1//:env_logger", "@rules_rust_wasm_bindgen__log__0_4_11//:log", "@rules_rust_wasm_bindgen__rouille__3_0_0//:rouille", - "@rules_rust_wasm_bindgen__serde__1_0_115//:serde", - "@rules_rust_wasm_bindgen__serde_json__1_0_57//:serde_json", + "@rules_rust_wasm_bindgen__serde__1_0_118//:serde", + "@rules_rust_wasm_bindgen__serde_json__1_0_60//:serde_json", "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", "@rules_rust_wasm_bindgen__wasm_bindgen_cli_support__0_2_68//:wasm_bindgen_cli_support", "@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_68//:wasm_bindgen_shared", ], +) + +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_test_runner", srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/bin/wasm-bindgen-test-runner/main.rs", + data = [], edition = "2018", proc_macro_deps = [ - "@rules_rust_wasm_bindgen__serde_derive__1_0_115//:serde_derive", + "@rules_rust_wasm_bindgen__serde_derive__1_0_118//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ - ], -) - -# buildifier: leave-alone -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", + version = "0.2.68", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__curl__0_4_33//:curl", + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__curl__0_4_34//:curl", "@rules_rust_wasm_bindgen__docopt__1_1_0//:docopt", "@rules_rust_wasm_bindgen__env_logger__0_7_1//:env_logger", "@rules_rust_wasm_bindgen__log__0_4_11//:log", "@rules_rust_wasm_bindgen__rouille__3_0_0//:rouille", - "@rules_rust_wasm_bindgen__serde__1_0_115//:serde", - "@rules_rust_wasm_bindgen__serde_json__1_0_57//:serde_json", + "@rules_rust_wasm_bindgen__serde__1_0_118//:serde", + "@rules_rust_wasm_bindgen__serde_json__1_0_60//:serde_json", "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", "@rules_rust_wasm_bindgen__wasm_bindgen_cli_support__0_2_68//:wasm_bindgen_cli_support", "@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_68//:wasm_bindgen_shared", ], +) + +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", + data = [], edition = "2018", proc_macro_deps = [ - "@rules_rust_wasm_bindgen__serde_derive__1_0_115//:serde_derive", + "@rules_rust_wasm_bindgen__serde_derive__1_0_118//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.68", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__curl__0_4_34//:curl", + "@rules_rust_wasm_bindgen__docopt__1_1_0//:docopt", + "@rules_rust_wasm_bindgen__env_logger__0_7_1//:env_logger", + "@rules_rust_wasm_bindgen__log__0_4_11//:log", + "@rules_rust_wasm_bindgen__rouille__3_0_0//:rouille", + "@rules_rust_wasm_bindgen__serde__1_0_118//:serde", + "@rules_rust_wasm_bindgen__serde_json__1_0_60//:serde_json", + "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", + "@rules_rust_wasm_bindgen__wasm_bindgen_cli_support__0_2_68//:wasm_bindgen_cli_support", + "@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_68//:wasm_bindgen_shared", ], ) + +# Unsupported target "interface-types" with type "test" omitted + +# Unsupported target "reference" with type "test" omitted + +# Unsupported target "wasm-bindgen" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-cli-support-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-cli-support-0.2.68.bazel similarity index 89% rename from wasm_bindgen/raze/remote/wasm-bindgen-cli-support-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-cli-support-0.2.68.bazel index 2695499ba1..c867396bf4 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-cli-support-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-cli-support-0.2.68.bazel @@ -28,18 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasm_bindgen_cli_support", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.68", + # buildifier: leave-alone deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", "@rules_rust_wasm_bindgen__base64__0_9_3//:base64", "@rules_rust_wasm_bindgen__log__0_4_11//:log", - "@rules_rust_wasm_bindgen__rustc_demangle__0_1_16//:rustc_demangle", - "@rules_rust_wasm_bindgen__serde_json__1_0_57//:serde_json", + "@rules_rust_wasm_bindgen__rustc_demangle__0_1_18//:rustc_demangle", + "@rules_rust_wasm_bindgen__serde_json__1_0_60//:serde_json", "@rules_rust_wasm_bindgen__tempfile__3_1_0//:tempfile", "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", "@rules_rust_wasm_bindgen__wasm_bindgen_externref_xform__0_2_68//:wasm_bindgen_externref_xform", @@ -52,17 +66,4 @@ rust_library( "@rules_rust_wasm_bindgen__wit_validator__0_2_1//:wit_validator", "@rules_rust_wasm_bindgen__wit_walrus__0_5_0//:wit_walrus", ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.2.68", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], ) diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-externref-xform-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-externref-xform-0.2.68.bazel similarity index 89% rename from wasm_bindgen/raze/remote/wasm-bindgen-externref-xform-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-externref-xform-0.2.68.bazel index f92b03fd56..61bba6f0fc 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-externref-xform-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-externref-xform-0.2.68.bazel @@ -28,28 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "all" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasm_bindgen_externref_xform", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.68", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", ], ) + +# Unsupported target "all" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-macro-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.68.bazel similarity index 90% rename from wasm_bindgen/raze/remote/wasm-bindgen-macro-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.68.bazel index dc5f60c908..28361786e0 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-macro-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.68.bazel @@ -28,29 +28,31 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "ui" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasm_bindgen_macro", - crate_type = "proc-macro", - deps = [ - "@rules_rust_wasm_bindgen__quote__1_0_7//:quote", - "@rules_rust_wasm_bindgen__wasm_bindgen_macro_support__0_2_68//:wasm_bindgen_macro_support", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "spans", + ], crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "spans", + version = "0.2.68", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__quote__1_0_8//:quote", + "@rules_rust_wasm_bindgen__wasm_bindgen_macro_support__0_2_68//:wasm_bindgen_macro_support", ], ) + +# Unsupported target "ui" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-macro-support-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.68.bazel similarity index 87% rename from wasm_bindgen/raze/remote/wasm-bindgen-macro-support-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.68.bazel index 83e7458d6c..fe1d039bd4 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-macro-support-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.68.bazel @@ -28,31 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasm_bindgen_macro_support", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", - "@rules_rust_wasm_bindgen__quote__1_0_7//:quote", - "@rules_rust_wasm_bindgen__syn__1_0_45//:syn", - "@rules_rust_wasm_bindgen__wasm_bindgen_backend__0_2_68//:wasm_bindgen_backend", - "@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_68//:wasm_bindgen_shared", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "spans", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "spans", + version = "0.2.68", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_wasm_bindgen__quote__1_0_8//:quote", + "@rules_rust_wasm_bindgen__syn__1_0_56//:syn", + "@rules_rust_wasm_bindgen__wasm_bindgen_backend__0_2_68//:wasm_bindgen_backend", + "@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_68//:wasm_bindgen_shared", ], ) diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-multi-value-xform-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-multi-value-xform-0.2.68.bazel similarity index 89% rename from wasm_bindgen/raze/remote/wasm-bindgen-multi-value-xform-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-multi-value-xform-0.2.68.bazel index a813eaa137..6a93052aad 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-multi-value-xform-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-multi-value-xform-0.2.68.bazel @@ -28,28 +28,30 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "all" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasm_bindgen_multi_value_xform", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.68", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", ], ) + +# Unsupported target "all" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-shared-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.68.bazel similarity index 94% rename from wasm_bindgen/raze/remote/wasm-bindgen-shared-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.68.bazel index 56e933746b..b9b156474f 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-shared-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.68.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "wasm_bindgen_shared", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.68", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-threads-xform-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-threads-xform-0.2.68.bazel similarity index 90% rename from wasm_bindgen/raze/remote/wasm-bindgen-threads-xform-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-threads-xform-0.2.68.bazel index 26b716984d..adae2a12db 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-threads-xform-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-threads-xform-0.2.68.bazel @@ -28,28 +28,29 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasm_bindgen_threads_xform", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", - "@rules_rust_wasm_bindgen__wasm_bindgen_wasm_conventions__0_2_68//:wasm_bindgen_wasm_conventions", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.68", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", + "@rules_rust_wasm_bindgen__wasm_bindgen_wasm_conventions__0_2_68//:wasm_bindgen_wasm_conventions", ], ) diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-wasm-conventions-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-wasm-conventions-0.2.68.bazel similarity index 89% rename from wasm_bindgen/raze/remote/wasm-bindgen-wasm-conventions-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-wasm-conventions-0.2.68.bazel index 57e320f4aa..430d86f2db 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-wasm-conventions-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-wasm-conventions-0.2.68.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasm_bindgen_wasm_conventions", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.68", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", ], ) diff --git a/wasm_bindgen/raze/remote/wasm-bindgen-wasm-interpreter-0.2.68.BUILD b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-wasm-interpreter-0.2.68.bazel similarity index 90% rename from wasm_bindgen/raze/remote/wasm-bindgen-wasm-interpreter-0.2.68.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasm-bindgen-wasm-interpreter-0.2.68.bazel index 8cb6111519..dde18591f2 100644 --- a/wasm_bindgen/raze/remote/wasm-bindgen-wasm-interpreter-0.2.68.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasm-bindgen-wasm-interpreter-0.2.68.bazel @@ -28,30 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "smoke" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasm_bindgen_wasm_interpreter", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__log__0_4_11//:log", - "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", - "@rules_rust_wasm_bindgen__wasm_bindgen_wasm_conventions__0_2_68//:wasm_bindgen_wasm_conventions", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.68", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.68", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__log__0_4_11//:log", + "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", + "@rules_rust_wasm_bindgen__wasm_bindgen_wasm_conventions__0_2_68//:wasm_bindgen_wasm_conventions", ], ) + +# Unsupported target "smoke" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/wasmparser-0.59.0.BUILD b/wasm_bindgen/raze/remote/BUILD.wasmparser-0.59.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/wasmparser-0.59.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasmparser-0.59.0.bazel index 90312413bd..b694a57ffa 100644 --- a/wasm_bindgen/raze/remote/wasmparser-0.59.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasmparser-0.59.0.bazel @@ -28,27 +28,30 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "benchmark" with type "bench" omitted + # Unsupported target "simple" with type "example" omitted -# buildifier: leave-alone rust_library( name = "wasmparser", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.59.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.59.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/wasmparser-0.62.0.BUILD b/wasm_bindgen/raze/remote/BUILD.wasmparser-0.71.0.bazel similarity index 92% rename from wasm_bindgen/raze/remote/wasmparser-0.62.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasmparser-0.71.0.bazel index 6533de5133..97bb65e8da 100644 --- a/wasm_bindgen/raze/remote/wasmparser-0.62.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasmparser-0.71.0.bazel @@ -28,27 +28,30 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "benchmark" with type "bench" omitted + # Unsupported target "simple" with type "example" omitted -# buildifier: leave-alone rust_library( name = "wasmparser", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.62.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.71.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/wasmprinter-0.2.9.BUILD b/wasm_bindgen/raze/remote/BUILD.wasmprinter-0.2.18.bazel similarity index 82% rename from wasm_bindgen/raze/remote/wasmprinter-0.2.9.BUILD rename to wasm_bindgen/raze/remote/BUILD.wasmprinter-0.2.18.bazel index 7041d86f61..1fcc25f292 100644 --- a/wasm_bindgen/raze/remote/wasmprinter-0.2.9.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wasmprinter-0.2.18.bazel @@ -28,28 +28,30 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets -# Unsupported target "all" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "wasmprinter", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__wasmparser__0_62_0//:wasmparser", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.9", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.18", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__wasmparser__0_71_0//:wasmparser", ], ) + +# Unsupported target "all" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/wast-21.0.0.BUILD b/wasm_bindgen/raze/remote/BUILD.wast-21.0.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/wast-21.0.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.wast-21.0.0.bazel index ca5487acfc..dc3e4d94d7 100644 --- a/wasm_bindgen/raze/remote/wast-21.0.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wast-21.0.0.bazel @@ -28,32 +28,37 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets -# Unsupported target "annotations" with type "test" omitted -# Unsupported target "comments" with type "test" omitted -# Unsupported target "parse-fail" with type "test" omitted -# Unsupported target "recursive" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "wast", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__leb128__0_2_4//:leb128", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "wasm-module", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "21.0.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "wasm-module", + version = "21.0.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__leb128__0_2_4//:leb128", ], ) + +# Unsupported target "annotations" with type "test" omitted + +# Unsupported target "comments" with type "test" omitted + +# Unsupported target "parse-fail" with type "test" omitted + +# Unsupported target "recursive" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/winapi-0.3.9.BUILD b/wasm_bindgen/raze/remote/BUILD.winapi-0.3.9.bazel similarity index 96% rename from wasm_bindgen/raze/remote/winapi-0.3.9.BUILD rename to wasm_bindgen/raze/remote/BUILD.winapi-0.3.9.bazel index 4a1fbd7bee..8fa8cb92fb 100644 --- a/wasm_bindgen/raze/remote/winapi-0.3.9.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.winapi-0.3.9.bazel @@ -28,26 +28,13 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "winapi", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.3.9", - tags = [ - "cargo-raze", - "manual", - ], crate_features = [ "consoleapi", "errhandlingapi", @@ -81,4 +68,19 @@ rust_library( "ws2ipdef", "ws2tcpip", ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.9", + # buildifier: leave-alone + deps = [ + ], ) diff --git a/wasm_bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD b/wasm_bindgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel index abe34117fe..7706862043 100644 --- a/wasm_bindgen/raze/remote/winapi-i686-pc-windows-gnu-0.4.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "winapi_i686_pc_windows_gnu", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/winapi-util-0.1.5.BUILD b/wasm_bindgen/raze/remote/BUILD.winapi-util-0.1.5.bazel similarity index 95% rename from wasm_bindgen/raze/remote/winapi-util-0.1.5.BUILD rename to wasm_bindgen/raze/remote/BUILD.winapi-util-0.1.5.bazel index e4093838e4..14bc1d6857 100644 --- a/wasm_bindgen/raze/remote/winapi-util-0.1.5.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.winapi-util-0.1.5.bazel @@ -28,12 +28,28 @@ licenses([ "unencumbered", # Unlicense from expression "Unlicense OR MIT" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "winapi_util", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.5", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(windows) @@ -45,19 +61,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.5", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/wasm_bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD b/wasm_bindgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel index fdc432b547..8a3ec9ceb3 100644 --- a/wasm_bindgen/raze/remote/winapi-x86_64-pc-windows-gnu-0.4.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "build-script-build" with type "custom-build" omitted -# buildifier: leave-alone rust_library( name = "winapi_x86_64_pc_windows_gnu", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/wit-parser-0.2.0.BUILD b/wasm_bindgen/raze/remote/BUILD.wit-parser-0.2.0.bazel similarity index 89% rename from wasm_bindgen/raze/remote/wit-parser-0.2.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.wit-parser-0.2.0.bazel index 039e5f4f9b..5bdd9c46d4 100644 --- a/wasm_bindgen/raze/remote/wit-parser-0.2.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wit-parser-0.2.0.bazel @@ -28,28 +28,29 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "wit_parser", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__leb128__0_2_4//:leb128", - "@rules_rust_wasm_bindgen__wit_schema_version__0_1_0//:wit_schema_version", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__leb128__0_2_4//:leb128", + "@rules_rust_wasm_bindgen__wit_schema_version__0_1_0//:wit_schema_version", ], ) diff --git a/wasm_bindgen/raze/remote/wit-printer-0.2.0.BUILD b/wasm_bindgen/raze/remote/BUILD.wit-printer-0.2.0.bazel similarity index 85% rename from wasm_bindgen/raze/remote/wit-printer-0.2.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.wit-printer-0.2.0.bazel index 5a9e049d68..3c12d45513 100644 --- a/wasm_bindgen/raze/remote/wit-printer-0.2.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wit-printer-0.2.0.bazel @@ -28,30 +28,32 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "wasm2wat" with type "example" omitted -# buildifier: leave-alone rust_library( name = "wit_printer", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__wasmprinter__0_2_9//:wasmprinter", - "@rules_rust_wasm_bindgen__wit_parser__0_2_0//:wit_parser", - "@rules_rust_wasm_bindgen__wit_schema_version__0_1_0//:wit_schema_version", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__wasmprinter__0_2_18//:wasmprinter", + "@rules_rust_wasm_bindgen__wit_parser__0_2_0//:wit_parser", + "@rules_rust_wasm_bindgen__wit_schema_version__0_1_0//:wit_schema_version", ], ) diff --git a/wasm_bindgen/raze/remote/wit-schema-version-0.1.0.BUILD b/wasm_bindgen/raze/remote/BUILD.wit-schema-version-0.1.0.bazel similarity index 93% rename from wasm_bindgen/raze/remote/wit-schema-version-0.1.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.wit-schema-version-0.1.0.bazel index 6f65051da4..6f05fbf323 100644 --- a/wasm_bindgen/raze/remote/wit-schema-version-0.1.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wit-schema-version-0.1.0.bazel @@ -28,49 +28,51 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone 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_wit_schema_version", - deps = [ - # Binaries get an implicit dependency on their crate's lib - ":wit_schema_version", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/main.rs", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.0", + # buildifier: leave-alone + deps = [ + # Binaries get an implicit dependency on their crate's lib + ":wit_schema_version", ], ) -# buildifier: leave-alone rust_library( name = "wit_schema_version", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/wasm_bindgen/raze/remote/wit-text-0.8.0.BUILD b/wasm_bindgen/raze/remote/BUILD.wit-text-0.8.0.bazel similarity index 90% rename from wasm_bindgen/raze/remote/wit-text-0.8.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.wit-text-0.8.0.bazel index 8863a39e2f..eea9114817 100644 --- a/wasm_bindgen/raze/remote/wit-text-0.8.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wit-text-0.8.0.bazel @@ -28,30 +28,33 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets -# Unsupported target "all" with type "test" omitted +# Generated Targets + # Unsupported target "wat2wasm" with type "example" omitted -# buildifier: leave-alone rust_library( name = "wit_text", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__wast__21_0_0//:wast", - "@rules_rust_wasm_bindgen__wit_writer__0_2_0//:wit_writer", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.8.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.8.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__wast__21_0_0//:wast", + "@rules_rust_wasm_bindgen__wit_writer__0_2_0//:wit_writer", ], ) + +# Unsupported target "all" with type "test" omitted diff --git a/wasm_bindgen/raze/remote/wit-validator-0.2.1.BUILD b/wasm_bindgen/raze/remote/BUILD.wit-validator-0.2.1.bazel similarity index 90% rename from wasm_bindgen/raze/remote/wit-validator-0.2.1.BUILD rename to wasm_bindgen/raze/remote/BUILD.wit-validator-0.2.1.bazel index 8b022b1ffe..30f8a0bb1b 100644 --- a/wasm_bindgen/raze/remote/wit-validator-0.2.1.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wit-validator-0.2.1.bazel @@ -28,29 +28,30 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "wit_validator", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__wasmparser__0_59_0//:wasmparser", - "@rules_rust_wasm_bindgen__wit_parser__0_2_0//:wit_parser", - "@rules_rust_wasm_bindgen__wit_schema_version__0_1_0//:wit_schema_version", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__wasmparser__0_59_0//:wasmparser", + "@rules_rust_wasm_bindgen__wit_parser__0_2_0//:wit_parser", + "@rules_rust_wasm_bindgen__wit_schema_version__0_1_0//:wit_schema_version", ], ) diff --git a/wasm_bindgen/raze/remote/wit-walrus-0.5.0.BUILD b/wasm_bindgen/raze/remote/BUILD.wit-walrus-0.5.0.bazel similarity index 91% rename from wasm_bindgen/raze/remote/wit-walrus-0.5.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.wit-walrus-0.5.0.bazel index 4d033731e2..5bc746295e 100644 --- a/wasm_bindgen/raze/remote/wit-walrus-0.5.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wit-walrus-0.5.0.bazel @@ -28,31 +28,32 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "wit_walrus", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__anyhow__1_0_32//:anyhow", - "@rules_rust_wasm_bindgen__id_arena__2_2_1//:id_arena", - "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", - "@rules_rust_wasm_bindgen__wit_parser__0_2_0//:wit_parser", - "@rules_rust_wasm_bindgen__wit_schema_version__0_1_0//:wit_schema_version", - "@rules_rust_wasm_bindgen__wit_writer__0_2_0//:wit_writer", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.5.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.5.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__anyhow__1_0_36//:anyhow", + "@rules_rust_wasm_bindgen__id_arena__2_2_1//:id_arena", + "@rules_rust_wasm_bindgen__walrus__0_18_0//:walrus", + "@rules_rust_wasm_bindgen__wit_parser__0_2_0//:wit_parser", + "@rules_rust_wasm_bindgen__wit_schema_version__0_1_0//:wit_schema_version", + "@rules_rust_wasm_bindgen__wit_writer__0_2_0//:wit_writer", ], ) diff --git a/wasm_bindgen/raze/remote/wit-writer-0.2.0.BUILD b/wasm_bindgen/raze/remote/BUILD.wit-writer-0.2.0.bazel similarity index 94% rename from wasm_bindgen/raze/remote/wit-writer-0.2.0.BUILD rename to wasm_bindgen/raze/remote/BUILD.wit-writer-0.2.0.bazel index 02fcc3f60d..61d9e7856f 100644 --- a/wasm_bindgen/raze/remote/wit-writer-0.2.0.BUILD +++ b/wasm_bindgen/raze/remote/BUILD.wit-writer-0.2.0.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "wit_writer", - crate_type = "lib", - deps = [ - "@rules_rust_wasm_bindgen__leb128__0_2_4//:leb128", - "@rules_rust_wasm_bindgen__wit_schema_version__0_1_0//:wit_schema_version", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_wasm_bindgen__leb128__0_2_4//:leb128", + "@rules_rust_wasm_bindgen__wit_schema_version__0_1_0//:wit_schema_version", ], ) diff --git a/wasm_bindgen/raze/remote/libc-0.2.76.BUILD b/wasm_bindgen/raze/remote/libc-0.2.76.BUILD deleted file mode 100644 index f1d1251b68..0000000000 --- a/wasm_bindgen/raze/remote/libc-0.2.76.BUILD +++ /dev/null @@ -1,56 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@io_bazel_rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -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", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated targets -# Unsupported target "build-script-build" with type "custom-build" omitted -# Unsupported target "const_fn" with type "test" omitted - -# buildifier: leave-alone -rust_library( - name = "libc", - crate_type = "lib", - deps = [ - ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.2.76", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "default", - "std", - ], -) diff --git a/wasm_bindgen/raze/remote/syn-1.0.45.BUILD b/wasm_bindgen/raze/remote/syn-1.0.45.BUILD deleted file mode 100644 index ef49a0c2b9..0000000000 --- a/wasm_bindgen/raze/remote/syn-1.0.45.BUILD +++ /dev/null @@ -1,132 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@io_bazel_rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -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", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated targets -# buildifier: disable=load-on-top -load( - "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", - "cargo_build_script", -) - -# buildifier: leave-alone -cargo_build_script( - name = "syn_build_script", - srcs = glob(["**/*.rs"]), - crate_root = "build.rs", - edition = "2018", - deps = [ - ], - rustc_flags = [ - "--cap-lints=allow", - ], - crate_features = [ - "clone-impls", - "default", - "derive", - "full", - "parsing", - "printing", - "proc-macro", - "quote", - "visit", - ], - build_script_env = { - }, - data = glob(["**"]), - tags = [ - "cargo-raze", - "manual", - ], - version = "1.0.45", - visibility = ["//visibility:private"], -) - -# Unsupported target "file" with type "bench" omitted -# Unsupported target "rust" with type "bench" omitted - -# buildifier: leave-alone -rust_library( - name = "syn", - crate_type = "lib", - deps = [ - ":syn_build_script", - "@rules_rust_wasm_bindgen__proc_macro2__1_0_24//:proc_macro2", - "@rules_rust_wasm_bindgen__quote__1_0_7//:quote", - "@rules_rust_wasm_bindgen__unicode_xid__0_2_1//:unicode_xid", - ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.0.45", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "clone-impls", - "default", - "derive", - "full", - "parsing", - "printing", - "proc-macro", - "quote", - "visit", - ], -) -# Unsupported target "test_asyncness" with type "test" omitted -# Unsupported target "test_attribute" with type "test" omitted -# Unsupported target "test_derive_input" with type "test" omitted -# Unsupported target "test_expr" with type "test" omitted -# Unsupported target "test_generics" with type "test" omitted -# Unsupported target "test_grouping" with type "test" omitted -# Unsupported target "test_ident" with type "test" omitted -# Unsupported target "test_item" with type "test" omitted -# Unsupported target "test_iterators" with type "test" omitted -# Unsupported target "test_lit" with type "test" omitted -# Unsupported target "test_meta" with type "test" omitted -# Unsupported target "test_parse_buffer" with type "test" omitted -# Unsupported target "test_parse_stream" with type "test" omitted -# Unsupported target "test_pat" with type "test" omitted -# Unsupported target "test_path" with type "test" omitted -# Unsupported target "test_precedence" with type "test" omitted -# Unsupported target "test_receiver" with type "test" omitted -# Unsupported target "test_round_trip" with type "test" omitted -# Unsupported target "test_shebang" with type "test" omitted -# Unsupported target "test_should_parse" with type "test" omitted -# Unsupported target "test_size" with type "test" omitted -# Unsupported target "test_stmt" with type "test" omitted -# Unsupported target "test_token_trees" with type "test" omitted -# Unsupported target "test_ty" with type "test" omitted -# Unsupported target "test_visibility" with type "test" omitted -# Unsupported target "zzz_stable" with type "test" omitted