[bazel] Integrate rom_ext_image_tools into `sw/host` cargo workspace
To facilitate mask ROM E2E testing, test binaries must be signed in
order to be runnable via the mask ROM. To add signing support to bazel
for test images, the `rom_ext_signer` tool must be brought under bazel
control.
To enable the above, this commit integrates the `rom_ext_image_tools`
into the `sw/host` cargo workspace, and re-runs `cargo raze` to generate
the appropriate bazel BUILD files for the `rom_ext_image_tools` Rust
dependencies.
This addresses a task in #10864.
Signed-off-by: Timothy Trippel <ttrippel@google.com>
diff --git a/third_party/cargo/crates.bzl b/third_party/cargo/crates.bzl
index 95a633a..fd2d98f 100644
--- a/third_party/cargo/crates.bzl
+++ b/third_party/cargo/crates.bzl
@@ -25,7 +25,7 @@
"num-bigint-dig": "@raze__num_bigint_dig__0_7_0//:num_bigint_dig",
"num-traits": "@raze__num_traits__0_2_14//:num_traits",
"num_enum": "@raze__num_enum__0_5_4//:num_enum",
- "rand": "@raze__rand__0_8_4//:rand",
+ "rand": "@raze__rand__0_8_5//:rand",
"regex": "@raze__regex__1_5_4//:regex",
"rusb": "@raze__rusb__0_8_1//:rusb",
"safe-ftdi": "@raze__safe_ftdi__0_3_0//:safe_ftdi",
@@ -60,6 +60,17 @@
"structopt": "@raze__structopt__0_3_25//:structopt",
"thiserror": "@raze__thiserror__1_0_30//:thiserror",
},
+ "sw/host/rom_ext_image_tools/signer": {
+ "anyhow": "@raze__anyhow__1_0_46//:anyhow",
+ "object": "@raze__object__0_25_3//:object",
+ "thiserror": "@raze__thiserror__1_0_30//:thiserror",
+ "zerocopy": "@raze__zerocopy__0_5_0//:zerocopy",
+ },
+ "sw/host/rom_ext_image_tools/signer/image": {
+ "memoffset": "@raze__memoffset__0_6_5//:memoffset",
+ "thiserror": "@raze__thiserror__1_0_30//:thiserror",
+ "zerocopy": "@raze__zerocopy__0_5_0//:zerocopy",
+ },
}
# EXPERIMENTAL -- MAY CHANGE AT ANY TIME: A mapping of package names to a set of proc_macro dependencies for the Rust targets of that package.
@@ -70,6 +81,10 @@
},
"sw/host/opentitantool": {
},
+ "sw/host/rom_ext_image_tools/signer": {
+ },
+ "sw/host/rom_ext_image_tools/signer/image": {
+ },
}
# EXPERIMENTAL -- MAY CHANGE AT ANY TIME: A mapping of package names to a set of normal dev dependencies for the Rust targets of that package.
@@ -80,6 +95,10 @@
},
"sw/host/opentitantool": {
},
+ "sw/host/rom_ext_image_tools/signer": {
+ },
+ "sw/host/rom_ext_image_tools/signer/image": {
+ },
}
# EXPERIMENTAL -- MAY CHANGE AT ANY TIME: A mapping of package names to a set of proc_macro dev dependencies for the Rust targets of that package.
@@ -90,6 +109,10 @@
},
"sw/host/opentitantool": {
},
+ "sw/host/rom_ext_image_tools/signer": {
+ },
+ "sw/host/rom_ext_image_tools/signer/image": {
+ },
}
def crate_deps(deps, package_name = None):
@@ -249,6 +272,15 @@
maybe(
http_archive,
+ name = "raze__adler__1_0_2",
+ url = "https://crates.io/api/v1/crates/adler/1.0.2/download",
+ type = "tar.gz",
+ strip_prefix = "adler-1.0.2",
+ build_file = Label("//third_party/cargo/remote:BUILD.adler-1.0.2.bazel"),
+ )
+
+ maybe(
+ http_archive,
name = "raze__aho_corasick__0_7_18",
url = "https://crates.io/api/v1/crates/aho-corasick/0.7.18/download",
type = "tar.gz",
@@ -289,20 +321,20 @@
maybe(
http_archive,
- name = "raze__autocfg__0_1_7",
- url = "https://crates.io/api/v1/crates/autocfg/0.1.7/download",
+ name = "raze__autocfg__0_1_8",
+ url = "https://crates.io/api/v1/crates/autocfg/0.1.8/download",
type = "tar.gz",
- strip_prefix = "autocfg-0.1.7",
- build_file = Label("//third_party/cargo/remote:BUILD.autocfg-0.1.7.bazel"),
+ strip_prefix = "autocfg-0.1.8",
+ build_file = Label("//third_party/cargo/remote:BUILD.autocfg-0.1.8.bazel"),
)
maybe(
http_archive,
- name = "raze__autocfg__1_0_1",
- url = "https://crates.io/api/v1/crates/autocfg/1.0.1/download",
+ name = "raze__autocfg__1_1_0",
+ url = "https://crates.io/api/v1/crates/autocfg/1.1.0/download",
type = "tar.gz",
- strip_prefix = "autocfg-1.0.1",
- build_file = Label("//third_party/cargo/remote:BUILD.autocfg-1.0.1.bazel"),
+ strip_prefix = "autocfg-1.1.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.autocfg-1.1.0.bazel"),
)
maybe(
@@ -317,11 +349,11 @@
maybe(
http_archive,
- name = "raze__block_buffer__0_10_0",
- url = "https://crates.io/api/v1/crates/block-buffer/0.10.0/download",
+ name = "raze__block_buffer__0_10_2",
+ url = "https://crates.io/api/v1/crates/block-buffer/0.10.2/download",
type = "tar.gz",
- strip_prefix = "block-buffer-0.10.0",
- build_file = Label("//third_party/cargo/remote:BUILD.block-buffer-0.10.0.bazel"),
+ strip_prefix = "block-buffer-0.10.2",
+ build_file = Label("//third_party/cargo/remote:BUILD.block-buffer-0.10.2.bazel"),
)
maybe(
@@ -395,11 +427,20 @@
maybe(
http_archive,
- name = "raze__crypto_common__0_1_1",
- url = "https://crates.io/api/v1/crates/crypto-common/0.1.1/download",
+ name = "raze__crc32fast__1_3_2",
+ url = "https://crates.io/api/v1/crates/crc32fast/1.3.2/download",
type = "tar.gz",
- strip_prefix = "crypto-common-0.1.1",
- build_file = Label("//third_party/cargo/remote:BUILD.crypto-common-0.1.1.bazel"),
+ strip_prefix = "crc32fast-1.3.2",
+ build_file = Label("//third_party/cargo/remote:BUILD.crc32fast-1.3.2.bazel"),
+ )
+
+ maybe(
+ http_archive,
+ name = "raze__crypto_common__0_1_2",
+ url = "https://crates.io/api/v1/crates/crypto-common/0.1.2/download",
+ type = "tar.gz",
+ strip_prefix = "crypto-common-0.1.2",
+ build_file = Label("//third_party/cargo/remote:BUILD.crypto-common-0.1.2.bazel"),
)
maybe(
@@ -433,11 +474,11 @@
maybe(
http_archive,
- name = "raze__digest__0_10_1",
- url = "https://crates.io/api/v1/crates/digest/0.10.1/download",
+ name = "raze__digest__0_10_2",
+ url = "https://crates.io/api/v1/crates/digest/0.10.2/download",
type = "tar.gz",
- strip_prefix = "digest-0.10.1",
- build_file = Label("//third_party/cargo/remote:BUILD.digest-0.10.1.bazel"),
+ strip_prefix = "digest-0.10.2",
+ build_file = Label("//third_party/cargo/remote:BUILD.digest-0.10.2.bazel"),
)
maybe(
@@ -492,6 +533,15 @@
maybe(
http_archive,
+ name = "raze__flate2__1_0_22",
+ url = "https://crates.io/api/v1/crates/flate2/1.0.22/download",
+ type = "tar.gz",
+ strip_prefix = "flate2-1.0.22",
+ build_file = Label("//third_party/cargo/remote:BUILD.flate2-1.0.22.bazel"),
+ )
+
+ maybe(
+ http_archive,
name = "raze__generic_array__0_14_5",
url = "https://crates.io/api/v1/crates/generic-array/0.14.5/download",
type = "tar.gz",
@@ -601,11 +651,11 @@
maybe(
http_archive,
- name = "raze__libm__0_2_1",
- url = "https://crates.io/api/v1/crates/libm/0.2.1/download",
+ name = "raze__libm__0_2_2",
+ url = "https://crates.io/api/v1/crates/libm/0.2.2/download",
type = "tar.gz",
- strip_prefix = "libm-0.2.1",
- build_file = Label("//third_party/cargo/remote:BUILD.libm-0.2.1.bazel"),
+ strip_prefix = "libm-0.2.2",
+ build_file = Label("//third_party/cargo/remote:BUILD.libm-0.2.2.bazel"),
)
maybe(
@@ -686,6 +736,24 @@
maybe(
http_archive,
+ name = "raze__memoffset__0_6_5",
+ url = "https://crates.io/api/v1/crates/memoffset/0.6.5/download",
+ type = "tar.gz",
+ strip_prefix = "memoffset-0.6.5",
+ build_file = Label("//third_party/cargo/remote:BUILD.memoffset-0.6.5.bazel"),
+ )
+
+ maybe(
+ http_archive,
+ name = "raze__miniz_oxide__0_4_4",
+ url = "https://crates.io/api/v1/crates/miniz_oxide/0.4.4/download",
+ type = "tar.gz",
+ strip_prefix = "miniz_oxide-0.4.4",
+ build_file = Label("//third_party/cargo/remote:BUILD.miniz_oxide-0.4.4.bazel"),
+ )
+
+ maybe(
+ http_archive,
name = "raze__nix__0_16_1",
url = "https://crates.io/api/v1/crates/nix/0.16.1/download",
type = "tar.gz",
@@ -772,6 +840,15 @@
maybe(
http_archive,
+ name = "raze__object__0_25_3",
+ url = "https://crates.io/api/v1/crates/object/0.25.3/download",
+ type = "tar.gz",
+ strip_prefix = "object-0.25.3",
+ build_file = Label("//third_party/cargo/remote:BUILD.object-0.25.3.bazel"),
+ )
+
+ maybe(
+ http_archive,
name = "raze__once_cell__1_8_0",
url = "https://crates.io/api/v1/crates/once_cell/1.8.0/download",
type = "tar.gz",
@@ -871,11 +948,11 @@
maybe(
http_archive,
- name = "raze__rand__0_8_4",
- url = "https://crates.io/api/v1/crates/rand/0.8.4/download",
+ name = "raze__rand__0_8_5",
+ url = "https://crates.io/api/v1/crates/rand/0.8.5/download",
type = "tar.gz",
- strip_prefix = "rand-0.8.4",
- build_file = Label("//third_party/cargo/remote:BUILD.rand-0.8.4.bazel"),
+ strip_prefix = "rand-0.8.5",
+ build_file = Label("//third_party/cargo/remote:BUILD.rand-0.8.5.bazel"),
)
maybe(
@@ -898,15 +975,6 @@
maybe(
http_archive,
- name = "raze__rand_hc__0_3_1",
- url = "https://crates.io/api/v1/crates/rand_hc/0.3.1/download",
- type = "tar.gz",
- strip_prefix = "rand_hc-0.3.1",
- build_file = Label("//third_party/cargo/remote:BUILD.rand_hc-0.3.1.bazel"),
- )
-
- maybe(
- http_archive,
name = "raze__raw_tty__0_1_0",
url = "https://crates.io/api/v1/crates/raw_tty/0.1.0/download",
type = "tar.gz",
diff --git a/third_party/cargo/remote/BUILD.CoreFoundation-sys-0.1.4.bazel b/third_party/cargo/remote/BUILD.CoreFoundation-sys-0.1.4.bazel
index b6167cf..874ebce 100644
--- a/third_party/cargo/remote/BUILD.CoreFoundation-sys-0.1.4.bazel
+++ b/third_party/cargo/remote/BUILD.CoreFoundation-sys-0.1.4.bazel
@@ -74,6 +74,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=CoreFoundation-sys",
"manual",
],
version = "0.1.4",
diff --git a/third_party/cargo/remote/BUILD.IOKit-sys-0.1.5.bazel b/third_party/cargo/remote/BUILD.IOKit-sys-0.1.5.bazel
index 0009ca6..49d4278 100644
--- a/third_party/cargo/remote/BUILD.IOKit-sys-0.1.5.bazel
+++ b/third_party/cargo/remote/BUILD.IOKit-sys-0.1.5.bazel
@@ -77,6 +77,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=IOKit-sys",
"manual",
],
version = "0.1.5",
diff --git a/third_party/cargo/remote/BUILD.crypto-common-0.1.1.bazel b/third_party/cargo/remote/BUILD.adler-1.0.2.bazel
similarity index 80%
copy from third_party/cargo/remote/BUILD.crypto-common-0.1.1.bazel
copy to third_party/cargo/remote/BUILD.adler-1.0.2.bazel
index 161345b..4521d2d 100644
--- a/third_party/cargo/remote/BUILD.crypto-common-0.1.1.bazel
+++ b/third_party/cargo/remote/BUILD.adler-1.0.2.bazel
@@ -26,30 +26,31 @@
])
licenses([
- "notice", # MIT from expression "MIT OR Apache-2.0"
+ "notice", # MIT from expression "0BSD OR (MIT OR Apache-2.0)"
])
# Generated Targets
+# Unsupported target "bench" with type "bench" omitted
+
rust_library(
- name = "crypto_common",
+ name = "adler",
srcs = glob(["**/*.rs"]),
crate_features = [
- "std",
],
crate_root = "src/lib.rs",
data = [],
- edition = "2018",
+ edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
+ "crate-name=adler",
"manual",
],
- version = "0.1.1",
+ version = "1.0.2",
# buildifier: leave-alone
deps = [
- "@raze__generic_array__0_14_5//:generic_array",
],
)
diff --git a/third_party/cargo/remote/BUILD.aho-corasick-0.7.18.bazel b/third_party/cargo/remote/BUILD.aho-corasick-0.7.18.bazel
index 34a2e8e..53c07e1 100644
--- a/third_party/cargo/remote/BUILD.aho-corasick-0.7.18.bazel
+++ b/third_party/cargo/remote/BUILD.aho-corasick-0.7.18.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=aho_corasick",
"manual",
],
version = "0.7.18",
diff --git a/third_party/cargo/remote/BUILD.ansi_term-0.11.0.bazel b/third_party/cargo/remote/BUILD.ansi_term-0.11.0.bazel
index 60537ed..e906306 100644
--- a/third_party/cargo/remote/BUILD.ansi_term-0.11.0.bazel
+++ b/third_party/cargo/remote/BUILD.ansi_term-0.11.0.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=ansi_term",
"manual",
],
version = "0.11.0",
diff --git a/third_party/cargo/remote/BUILD.anyhow-1.0.46.bazel b/third_party/cargo/remote/BUILD.anyhow-1.0.46.bazel
index c82d187..ca05a8c 100644
--- a/third_party/cargo/remote/BUILD.anyhow-1.0.46.bazel
+++ b/third_party/cargo/remote/BUILD.anyhow-1.0.46.bazel
@@ -77,6 +77,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=anyhow",
"manual",
],
version = "1.0.46",
diff --git a/third_party/cargo/remote/BUILD.atty-0.2.14.bazel b/third_party/cargo/remote/BUILD.atty-0.2.14.bazel
index f333f66..35e02cd 100644
--- a/third_party/cargo/remote/BUILD.atty-0.2.14.bazel
+++ b/third_party/cargo/remote/BUILD.atty-0.2.14.bazel
@@ -48,6 +48,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=atty",
"manual",
],
version = "0.2.14",
diff --git a/third_party/cargo/remote/BUILD.crypto-common-0.1.1.bazel b/third_party/cargo/remote/BUILD.autocfg-0.1.8.bazel
similarity index 81%
copy from third_party/cargo/remote/BUILD.crypto-common-0.1.1.bazel
copy to third_party/cargo/remote/BUILD.autocfg-0.1.8.bazel
index 161345b..95e3d99 100644
--- a/third_party/cargo/remote/BUILD.crypto-common-0.1.1.bazel
+++ b/third_party/cargo/remote/BUILD.autocfg-0.1.8.bazel
@@ -26,30 +26,30 @@
])
licenses([
- "notice", # MIT from expression "MIT OR Apache-2.0"
+ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
])
# Generated Targets
rust_library(
- name = "crypto_common",
+ name = "autocfg",
srcs = glob(["**/*.rs"]),
crate_features = [
- "std",
],
crate_root = "src/lib.rs",
data = [],
- edition = "2018",
+ edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
+ "crate-name=autocfg",
"manual",
],
- version = "0.1.1",
+ version = "0.1.8",
# buildifier: leave-alone
deps = [
- "@raze__generic_array__0_14_5//:generic_array",
+ "@raze__autocfg__1_1_0//:autocfg",
],
)
diff --git a/third_party/cargo/remote/BUILD.autocfg-1.0.1.bazel b/third_party/cargo/remote/BUILD.autocfg-1.0.1.bazel
deleted file mode 100644
index a2b8db2..0000000
--- a/third_party/cargo/remote/BUILD.autocfg-1.0.1.bazel
+++ /dev/null
@@ -1,63 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
- "@rules_rust//rust:defs.bzl",
- "rust_binary",
- "rust_library",
- "rust_proc_macro",
- "rust_test",
-)
-
-package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//third_party/cargo", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
-])
-
-licenses([
- "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
-])
-
-# 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
-
-rust_library(
- name = "autocfg",
- srcs = glob(["**/*.rs"]),
- crate_features = [
- ],
- crate_root = "src/lib.rs",
- data = [],
- edition = "2015",
- rustc_flags = [
- "--cap-lints=allow",
- ],
- tags = [
- "cargo-raze",
- "manual",
- ],
- version = "1.0.1",
- # buildifier: leave-alone
- deps = [
- ],
-)
-
-# Unsupported target "rustflags" with type "test" omitted
diff --git a/third_party/cargo/remote/BUILD.autocfg-0.1.7.bazel b/third_party/cargo/remote/BUILD.autocfg-1.1.0.bazel
similarity index 95%
rename from third_party/cargo/remote/BUILD.autocfg-0.1.7.bazel
rename to third_party/cargo/remote/BUILD.autocfg-1.1.0.bazel
index 1ca6788..2be2324 100644
--- a/third_party/cargo/remote/BUILD.autocfg-0.1.7.bazel
+++ b/third_party/cargo/remote/BUILD.autocfg-1.1.0.bazel
@@ -52,9 +52,10 @@
],
tags = [
"cargo-raze",
+ "crate-name=autocfg",
"manual",
],
- version = "0.1.7",
+ version = "1.1.0",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.bitflags-1.3.2.bazel b/third_party/cargo/remote/BUILD.bitflags-1.3.2.bazel
index 87797fc..e5ae410 100644
--- a/third_party/cargo/remote/BUILD.bitflags-1.3.2.bazel
+++ b/third_party/cargo/remote/BUILD.bitflags-1.3.2.bazel
@@ -45,6 +45,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=bitflags",
"manual",
],
version = "1.3.2",
diff --git a/third_party/cargo/remote/BUILD.block-buffer-0.10.0.bazel b/third_party/cargo/remote/BUILD.block-buffer-0.10.2.bazel
similarity index 94%
rename from third_party/cargo/remote/BUILD.block-buffer-0.10.0.bazel
rename to third_party/cargo/remote/BUILD.block-buffer-0.10.2.bazel
index db1009e..fc7056a 100644
--- a/third_party/cargo/remote/BUILD.block-buffer-0.10.0.bazel
+++ b/third_party/cargo/remote/BUILD.block-buffer-0.10.2.bazel
@@ -44,9 +44,10 @@
],
tags = [
"cargo-raze",
+ "crate-name=block-buffer",
"manual",
],
- version = "0.10.0",
+ version = "0.10.2",
# buildifier: leave-alone
deps = [
"@raze__generic_array__0_14_5//:generic_array",
diff --git a/third_party/cargo/remote/BUILD.byteorder-1.4.3.bazel b/third_party/cargo/remote/BUILD.byteorder-1.4.3.bazel
index 095e92c..b195f2e 100644
--- a/third_party/cargo/remote/BUILD.byteorder-1.4.3.bazel
+++ b/third_party/cargo/remote/BUILD.byteorder-1.4.3.bazel
@@ -48,6 +48,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=byteorder",
"manual",
],
version = "1.4.3",
diff --git a/third_party/cargo/remote/BUILD.cc-1.0.71.bazel b/third_party/cargo/remote/BUILD.cc-1.0.71.bazel
index 93f158e..49fa540 100644
--- a/third_party/cargo/remote/BUILD.cc-1.0.71.bazel
+++ b/third_party/cargo/remote/BUILD.cc-1.0.71.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=gcc-shim",
"manual",
],
version = "1.0.71",
@@ -68,6 +69,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=cc",
"manual",
],
version = "1.0.71",
diff --git a/third_party/cargo/remote/BUILD.cfg-if-0.1.10.bazel b/third_party/cargo/remote/BUILD.cfg-if-0.1.10.bazel
index 4d86938..fe9b88d 100644
--- a/third_party/cargo/remote/BUILD.cfg-if-0.1.10.bazel
+++ b/third_party/cargo/remote/BUILD.cfg-if-0.1.10.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=cfg-if",
"manual",
],
version = "0.1.10",
diff --git a/third_party/cargo/remote/BUILD.cfg-if-1.0.0.bazel b/third_party/cargo/remote/BUILD.cfg-if-1.0.0.bazel
index 7129351..3550887 100644
--- a/third_party/cargo/remote/BUILD.cfg-if-1.0.0.bazel
+++ b/third_party/cargo/remote/BUILD.cfg-if-1.0.0.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=cfg-if",
"manual",
],
version = "1.0.0",
diff --git a/third_party/cargo/remote/BUILD.clap-2.33.3.bazel b/third_party/cargo/remote/BUILD.clap-2.33.3.bazel
index 29973a1..b4fcc64 100644
--- a/third_party/cargo/remote/BUILD.clap-2.33.3.bazel
+++ b/third_party/cargo/remote/BUILD.clap-2.33.3.bazel
@@ -53,6 +53,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=clap",
"manual",
],
version = "2.33.3",
diff --git a/third_party/cargo/remote/BUILD.console-0.15.0.bazel b/third_party/cargo/remote/BUILD.console-0.15.0.bazel
index 4ed3f15..b1122b2 100644
--- a/third_party/cargo/remote/BUILD.console-0.15.0.bazel
+++ b/third_party/cargo/remote/BUILD.console-0.15.0.bazel
@@ -52,6 +52,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=console",
"manual",
],
version = "0.15.0",
diff --git a/third_party/cargo/remote/BUILD.cpufeatures-0.2.1.bazel b/third_party/cargo/remote/BUILD.cpufeatures-0.2.1.bazel
index 052af29..3f156a6 100644
--- a/third_party/cargo/remote/BUILD.cpufeatures-0.2.1.bazel
+++ b/third_party/cargo/remote/BUILD.cpufeatures-0.2.1.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=cpufeatures",
"manual",
],
version = "0.2.1",
diff --git a/third_party/cargo/remote/BUILD.libm-0.2.1.bazel b/third_party/cargo/remote/BUILD.crc32fast-1.3.2.bazel
similarity index 81%
copy from third_party/cargo/remote/BUILD.libm-0.2.1.bazel
copy to third_party/cargo/remote/BUILD.crc32fast-1.3.2.bazel
index 437fc9e..c35a31f 100644
--- a/third_party/cargo/remote/BUILD.libm-0.2.1.bazel
+++ b/third_party/cargo/remote/BUILD.crc32fast-1.3.2.bazel
@@ -38,16 +38,17 @@
)
cargo_build_script(
- name = "libm_build_script",
+ name = "crc32fast_build_script",
srcs = glob(["**/*.rs"]),
build_script_env = {
},
crate_features = [
"default",
+ "std",
],
crate_root = "build.rs",
data = glob(["**"]),
- edition = "2018",
+ edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
@@ -55,31 +56,36 @@
"cargo-raze",
"manual",
],
- version = "0.2.1",
+ version = "1.3.2",
visibility = ["//visibility:private"],
deps = [
],
)
+# Unsupported target "bench" with type "bench" omitted
+
rust_library(
- name = "libm",
+ name = "crc32fast",
srcs = glob(["**/*.rs"]),
crate_features = [
"default",
+ "std",
],
crate_root = "src/lib.rs",
data = [],
- edition = "2018",
+ edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
+ "crate-name=crc32fast",
"manual",
],
- version = "0.2.1",
+ version = "1.3.2",
# buildifier: leave-alone
deps = [
- ":libm_build_script",
+ ":crc32fast_build_script",
+ "@raze__cfg_if__1_0_0//:cfg_if",
],
)
diff --git a/third_party/cargo/remote/BUILD.crypto-common-0.1.1.bazel b/third_party/cargo/remote/BUILD.crypto-common-0.1.2.bazel
similarity index 94%
rename from third_party/cargo/remote/BUILD.crypto-common-0.1.1.bazel
rename to third_party/cargo/remote/BUILD.crypto-common-0.1.2.bazel
index 161345b..aab51db 100644
--- a/third_party/cargo/remote/BUILD.crypto-common-0.1.1.bazel
+++ b/third_party/cargo/remote/BUILD.crypto-common-0.1.2.bazel
@@ -45,9 +45,10 @@
],
tags = [
"cargo-raze",
+ "crate-name=crypto-common",
"manual",
],
- version = "0.1.1",
+ version = "0.1.2",
# buildifier: leave-alone
deps = [
"@raze__generic_array__0_14_5//:generic_array",
diff --git a/third_party/cargo/remote/BUILD.derivative-2.2.0.bazel b/third_party/cargo/remote/BUILD.derivative-2.2.0.bazel
index 6e57c04..6a3bb32 100644
--- a/third_party/cargo/remote/BUILD.derivative-2.2.0.bazel
+++ b/third_party/cargo/remote/BUILD.derivative-2.2.0.bazel
@@ -45,6 +45,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=derivative",
"manual",
],
version = "2.2.0",
diff --git a/third_party/cargo/remote/BUILD.derive_more-0.14.1.bazel b/third_party/cargo/remote/BUILD.derive_more-0.14.1.bazel
index de05c60..3479816 100644
--- a/third_party/cargo/remote/BUILD.derive_more-0.14.1.bazel
+++ b/third_party/cargo/remote/BUILD.derive_more-0.14.1.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=derive_more",
"manual",
],
version = "0.14.1",
diff --git a/third_party/cargo/remote/BUILD.deser-hjson-1.0.2.bazel b/third_party/cargo/remote/BUILD.deser-hjson-1.0.2.bazel
index 1490eff..f63d421 100644
--- a/third_party/cargo/remote/BUILD.deser-hjson-1.0.2.bazel
+++ b/third_party/cargo/remote/BUILD.deser-hjson-1.0.2.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=deser-hjson",
"manual",
],
version = "1.0.2",
diff --git a/third_party/cargo/remote/BUILD.digest-0.10.1.bazel b/third_party/cargo/remote/BUILD.digest-0.10.2.bazel
similarity index 85%
rename from third_party/cargo/remote/BUILD.digest-0.10.1.bazel
rename to third_party/cargo/remote/BUILD.digest-0.10.2.bazel
index 0bab03a..cfff66b 100644
--- a/third_party/cargo/remote/BUILD.digest-0.10.1.bazel
+++ b/third_party/cargo/remote/BUILD.digest-0.10.2.bazel
@@ -49,13 +49,13 @@
],
tags = [
"cargo-raze",
+ "crate-name=digest",
"manual",
],
- version = "0.10.1",
+ version = "0.10.2",
# buildifier: leave-alone
deps = [
- "@raze__block_buffer__0_10_0//:block_buffer",
- "@raze__crypto_common__0_1_1//:crypto_common",
- "@raze__generic_array__0_14_5//:generic_array",
+ "@raze__block_buffer__0_10_2//:block_buffer",
+ "@raze__crypto_common__0_1_2//:crypto_common",
],
)
diff --git a/third_party/cargo/remote/BUILD.directories-4.0.1.bazel b/third_party/cargo/remote/BUILD.directories-4.0.1.bazel
index b5ab80f..1320698 100644
--- a/third_party/cargo/remote/BUILD.directories-4.0.1.bazel
+++ b/third_party/cargo/remote/BUILD.directories-4.0.1.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=directories",
"manual",
],
version = "4.0.1",
diff --git a/third_party/cargo/remote/BUILD.dirs-sys-0.3.6.bazel b/third_party/cargo/remote/BUILD.dirs-sys-0.3.6.bazel
index bd8c067..ca62d47 100644
--- a/third_party/cargo/remote/BUILD.dirs-sys-0.3.6.bazel
+++ b/third_party/cargo/remote/BUILD.dirs-sys-0.3.6.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=dirs-sys",
"manual",
],
version = "0.3.6",
diff --git a/third_party/cargo/remote/BUILD.encode_unicode-0.3.6.bazel b/third_party/cargo/remote/BUILD.encode_unicode-0.3.6.bazel
index 4dda854..131b175 100644
--- a/third_party/cargo/remote/BUILD.encode_unicode-0.3.6.bazel
+++ b/third_party/cargo/remote/BUILD.encode_unicode-0.3.6.bazel
@@ -48,6 +48,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=encode_unicode",
"manual",
],
version = "0.3.6",
diff --git a/third_party/cargo/remote/BUILD.env_logger-0.8.4.bazel b/third_party/cargo/remote/BUILD.env_logger-0.8.4.bazel
index fc831e9..06a772c 100644
--- a/third_party/cargo/remote/BUILD.env_logger-0.8.4.bazel
+++ b/third_party/cargo/remote/BUILD.env_logger-0.8.4.bazel
@@ -49,6 +49,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=env_logger",
"manual",
],
version = "0.8.4",
diff --git a/third_party/cargo/remote/BUILD.erased-serde-0.3.16.bazel b/third_party/cargo/remote/BUILD.erased-serde-0.3.16.bazel
index a855cdc..9ae6bd7 100644
--- a/third_party/cargo/remote/BUILD.erased-serde-0.3.16.bazel
+++ b/third_party/cargo/remote/BUILD.erased-serde-0.3.16.bazel
@@ -77,6 +77,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=erased-serde",
"manual",
],
version = "0.3.16",
diff --git a/third_party/cargo/remote/BUILD.flate2-1.0.22.bazel b/third_party/cargo/remote/BUILD.flate2-1.0.22.bazel
new file mode 100644
index 0000000..f5f2106
--- /dev/null
+++ b/third_party/cargo/remote/BUILD.flate2-1.0.22.bazel
@@ -0,0 +1,117 @@
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+ "@rules_rust//rust:defs.bzl",
+ "rust_binary",
+ "rust_library",
+ "rust_proc_macro",
+ "rust_test",
+)
+
+package(default_visibility = [
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//third_party/cargo", 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 "compress_file" with type "example" omitted
+
+# Unsupported target "deflatedecoder-bufread" with type "example" omitted
+
+# Unsupported target "deflatedecoder-read" with type "example" omitted
+
+# Unsupported target "deflatedecoder-write" with type "example" omitted
+
+# Unsupported target "deflateencoder-bufread" with type "example" omitted
+
+# Unsupported target "deflateencoder-read" with type "example" omitted
+
+# Unsupported target "deflateencoder-write" with type "example" omitted
+
+# Unsupported target "gzbuilder" with type "example" omitted
+
+# Unsupported target "gzdecoder-bufread" with type "example" omitted
+
+# Unsupported target "gzdecoder-read" with type "example" omitted
+
+# Unsupported target "gzdecoder-write" with type "example" omitted
+
+# Unsupported target "gzencoder-bufread" with type "example" omitted
+
+# Unsupported target "gzencoder-read" with type "example" omitted
+
+# Unsupported target "gzencoder-write" with type "example" omitted
+
+# Unsupported target "gzmultidecoder-bufread" with type "example" omitted
+
+# Unsupported target "gzmultidecoder-read" with type "example" omitted
+
+# Unsupported target "zlibdecoder-bufread" with type "example" omitted
+
+# Unsupported target "zlibdecoder-read" with type "example" omitted
+
+# Unsupported target "zlibdecoder-write" with type "example" omitted
+
+# Unsupported target "zlibencoder-bufread" with type "example" omitted
+
+# Unsupported target "zlibencoder-read" with type "example" omitted
+
+# Unsupported target "zlibencoder-write" with type "example" omitted
+
+rust_library(
+ name = "flate2",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "default",
+ "miniz_oxide",
+ "rust_backend",
+ ],
+ crate_root = "src/lib.rs",
+ data = [],
+ edition = "2018",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ tags = [
+ "cargo-raze",
+ "crate-name=flate2",
+ "manual",
+ ],
+ version = "1.0.22",
+ # buildifier: leave-alone
+ deps = [
+ "@raze__cfg_if__1_0_0//:cfg_if",
+ "@raze__crc32fast__1_3_2//:crc32fast",
+ "@raze__libc__0_2_107//:libc",
+ "@raze__miniz_oxide__0_4_4//:miniz_oxide",
+ ],
+)
+
+# Unsupported target "async-reader" with type "test" omitted
+
+# Unsupported target "early-flush" with type "test" omitted
+
+# Unsupported target "empty-read" with type "test" omitted
+
+# Unsupported target "gunzip" with type "test" omitted
+
+# Unsupported target "tokio" with type "test" omitted
+
+# Unsupported target "zero-write" with type "test" omitted
diff --git a/third_party/cargo/remote/BUILD.generic-array-0.14.5.bazel b/third_party/cargo/remote/BUILD.generic-array-0.14.5.bazel
index 4f5f257..07d72e9 100644
--- a/third_party/cargo/remote/BUILD.generic-array-0.14.5.bazel
+++ b/third_party/cargo/remote/BUILD.generic-array-0.14.5.bazel
@@ -43,6 +43,7 @@
build_script_env = {
},
crate_features = [
+ "more_lengths",
],
crate_root = "build.rs",
data = glob(["**"]),
@@ -65,6 +66,7 @@
name = "generic_array",
srcs = glob(["**/*.rs"]),
crate_features = [
+ "more_lengths",
],
crate_root = "src/lib.rs",
data = [],
@@ -74,6 +76,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=generic_array",
"manual",
],
version = "0.14.5",
diff --git a/third_party/cargo/remote/BUILD.getrandom-0.2.3.bazel b/third_party/cargo/remote/BUILD.getrandom-0.2.3.bazel
index c81901d..182f582 100644
--- a/third_party/cargo/remote/BUILD.getrandom-0.2.3.bazel
+++ b/third_party/cargo/remote/BUILD.getrandom-0.2.3.bazel
@@ -49,6 +49,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=getrandom",
"manual",
],
version = "0.2.3",
diff --git a/third_party/cargo/remote/BUILD.heck-0.3.3.bazel b/third_party/cargo/remote/BUILD.heck-0.3.3.bazel
index 0954e89..f5b8e91 100644
--- a/third_party/cargo/remote/BUILD.heck-0.3.3.bazel
+++ b/third_party/cargo/remote/BUILD.heck-0.3.3.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=heck",
"manual",
],
version = "0.3.3",
diff --git a/third_party/cargo/remote/BUILD.hermit-abi-0.1.19.bazel b/third_party/cargo/remote/BUILD.hermit-abi-0.1.19.bazel
index 02028fb..e0bdb03 100644
--- a/third_party/cargo/remote/BUILD.hermit-abi-0.1.19.bazel
+++ b/third_party/cargo/remote/BUILD.hermit-abi-0.1.19.bazel
@@ -45,6 +45,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=hermit-abi",
"manual",
],
version = "0.1.19",
diff --git a/third_party/cargo/remote/BUILD.hex-0.4.3.bazel b/third_party/cargo/remote/BUILD.hex-0.4.3.bazel
index 4a77732..ad96ff8 100644
--- a/third_party/cargo/remote/BUILD.hex-0.4.3.bazel
+++ b/third_party/cargo/remote/BUILD.hex-0.4.3.bazel
@@ -49,6 +49,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=hex",
"manual",
],
version = "0.4.3",
diff --git a/third_party/cargo/remote/BUILD.humantime-2.1.0.bazel b/third_party/cargo/remote/BUILD.humantime-2.1.0.bazel
index 231a9e0..81c1611 100644
--- a/third_party/cargo/remote/BUILD.humantime-2.1.0.bazel
+++ b/third_party/cargo/remote/BUILD.humantime-2.1.0.bazel
@@ -48,6 +48,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=humantime",
"manual",
],
version = "2.1.0",
diff --git a/third_party/cargo/remote/BUILD.indicatif-0.16.2.bazel b/third_party/cargo/remote/BUILD.indicatif-0.16.2.bazel
index fb8a36e..a82d0d2 100644
--- a/third_party/cargo/remote/BUILD.indicatif-0.16.2.bazel
+++ b/third_party/cargo/remote/BUILD.indicatif-0.16.2.bazel
@@ -79,6 +79,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=indicatif",
"manual",
],
version = "0.16.2",
diff --git a/third_party/cargo/remote/BUILD.itoa-0.4.8.bazel b/third_party/cargo/remote/BUILD.itoa-0.4.8.bazel
index dd6b44b..af7aa63 100644
--- a/third_party/cargo/remote/BUILD.itoa-0.4.8.bazel
+++ b/third_party/cargo/remote/BUILD.itoa-0.4.8.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=itoa",
"manual",
],
version = "0.4.8",
diff --git a/third_party/cargo/remote/BUILD.lazy_static-1.4.0.bazel b/third_party/cargo/remote/BUILD.lazy_static-1.4.0.bazel
index c61734a..e5b9c64 100644
--- a/third_party/cargo/remote/BUILD.lazy_static-1.4.0.bazel
+++ b/third_party/cargo/remote/BUILD.lazy_static-1.4.0.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=lazy_static",
"manual",
],
version = "1.4.0",
diff --git a/third_party/cargo/remote/BUILD.libc-0.2.107.bazel b/third_party/cargo/remote/BUILD.libc-0.2.107.bazel
index d59aa17..51e7328 100644
--- a/third_party/cargo/remote/BUILD.libc-0.2.107.bazel
+++ b/third_party/cargo/remote/BUILD.libc-0.2.107.bazel
@@ -81,6 +81,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=libc",
"manual",
],
version = "0.2.107",
diff --git a/third_party/cargo/remote/BUILD.libftdi1-sys-1.1.1.bazel b/third_party/cargo/remote/BUILD.libftdi1-sys-1.1.1.bazel
index 9bafeed..e5ddab7 100644
--- a/third_party/cargo/remote/BUILD.libftdi1-sys-1.1.1.bazel
+++ b/third_party/cargo/remote/BUILD.libftdi1-sys-1.1.1.bazel
@@ -91,6 +91,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=libftdi1-sys",
"manual",
],
version = "1.1.1",
diff --git a/third_party/cargo/remote/BUILD.libm-0.2.1.bazel b/third_party/cargo/remote/BUILD.libm-0.2.2.bazel
similarity index 95%
rename from third_party/cargo/remote/BUILD.libm-0.2.1.bazel
rename to third_party/cargo/remote/BUILD.libm-0.2.2.bazel
index 437fc9e..7d7d56f 100644
--- a/third_party/cargo/remote/BUILD.libm-0.2.1.bazel
+++ b/third_party/cargo/remote/BUILD.libm-0.2.2.bazel
@@ -55,7 +55,7 @@
"cargo-raze",
"manual",
],
- version = "0.2.1",
+ version = "0.2.2",
visibility = ["//visibility:private"],
deps = [
],
@@ -75,9 +75,10 @@
],
tags = [
"cargo-raze",
+ "crate-name=libm",
"manual",
],
- version = "0.2.1",
+ version = "0.2.2",
# buildifier: leave-alone
deps = [
":libm_build_script",
diff --git a/third_party/cargo/remote/BUILD.libudev-0.2.0.bazel b/third_party/cargo/remote/BUILD.libudev-0.2.0.bazel
index f693f12..c17c904 100644
--- a/third_party/cargo/remote/BUILD.libudev-0.2.0.bazel
+++ b/third_party/cargo/remote/BUILD.libudev-0.2.0.bazel
@@ -48,6 +48,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=libudev",
"manual",
],
version = "0.2.0",
diff --git a/third_party/cargo/remote/BUILD.libudev-sys-0.1.4.bazel b/third_party/cargo/remote/BUILD.libudev-sys-0.1.4.bazel
index cd88ed1..4429909 100644
--- a/third_party/cargo/remote/BUILD.libudev-sys-0.1.4.bazel
+++ b/third_party/cargo/remote/BUILD.libudev-sys-0.1.4.bazel
@@ -81,6 +81,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=libudev-sys",
"manual",
],
version = "0.1.4",
diff --git a/third_party/cargo/remote/BUILD.libusb1-sys-0.5.0.bazel b/third_party/cargo/remote/BUILD.libusb1-sys-0.5.0.bazel
index 9abc0dd..ef1cd24 100644
--- a/third_party/cargo/remote/BUILD.libusb1-sys-0.5.0.bazel
+++ b/third_party/cargo/remote/BUILD.libusb1-sys-0.5.0.bazel
@@ -76,6 +76,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=libusb1-sys",
"manual",
],
version = "0.5.0",
diff --git a/third_party/cargo/remote/BUILD.log-0.4.14.bazel b/third_party/cargo/remote/BUILD.log-0.4.14.bazel
index d6d95ee..e502a6f 100644
--- a/third_party/cargo/remote/BUILD.log-0.4.14.bazel
+++ b/third_party/cargo/remote/BUILD.log-0.4.14.bazel
@@ -77,6 +77,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=log",
"manual",
],
version = "0.4.14",
diff --git a/third_party/cargo/remote/BUILD.mach-0.1.2.bazel b/third_party/cargo/remote/BUILD.mach-0.1.2.bazel
index 50616ae..5878734 100644
--- a/third_party/cargo/remote/BUILD.mach-0.1.2.bazel
+++ b/third_party/cargo/remote/BUILD.mach-0.1.2.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=mach",
"manual",
],
version = "0.1.2",
diff --git a/third_party/cargo/remote/BUILD.mach-0.2.3.bazel b/third_party/cargo/remote/BUILD.mach-0.2.3.bazel
index d29a378..d78c7d2 100644
--- a/third_party/cargo/remote/BUILD.mach-0.2.3.bazel
+++ b/third_party/cargo/remote/BUILD.mach-0.2.3.bazel
@@ -49,6 +49,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=mach",
"manual",
],
version = "0.2.3",
diff --git a/third_party/cargo/remote/BUILD.memchr-2.4.1.bazel b/third_party/cargo/remote/BUILD.memchr-2.4.1.bazel
index 81de517..7dfac85 100644
--- a/third_party/cargo/remote/BUILD.memchr-2.4.1.bazel
+++ b/third_party/cargo/remote/BUILD.memchr-2.4.1.bazel
@@ -77,6 +77,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=memchr",
"manual",
],
version = "2.4.1",
diff --git a/third_party/cargo/remote/BUILD.libm-0.2.1.bazel b/third_party/cargo/remote/BUILD.memoffset-0.6.5.bazel
similarity index 82%
copy from third_party/cargo/remote/BUILD.libm-0.2.1.bazel
copy to third_party/cargo/remote/BUILD.memoffset-0.6.5.bazel
index 437fc9e..4b02e3e 100644
--- a/third_party/cargo/remote/BUILD.libm-0.2.1.bazel
+++ b/third_party/cargo/remote/BUILD.memoffset-0.6.5.bazel
@@ -26,7 +26,7 @@
])
licenses([
- "notice", # MIT from expression "MIT OR Apache-2.0"
+ "notice", # MIT from expression "MIT"
])
# Generated Targets
@@ -38,7 +38,7 @@
)
cargo_build_script(
- name = "libm_build_script",
+ name = "memoffset_build_script",
srcs = glob(["**/*.rs"]),
build_script_env = {
},
@@ -47,7 +47,7 @@
],
crate_root = "build.rs",
data = glob(["**"]),
- edition = "2018",
+ edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
@@ -55,31 +55,33 @@
"cargo-raze",
"manual",
],
- version = "0.2.1",
+ version = "0.6.5",
visibility = ["//visibility:private"],
deps = [
+ "@raze__autocfg__1_1_0//:autocfg",
],
)
rust_library(
- name = "libm",
+ name = "memoffset",
srcs = glob(["**/*.rs"]),
crate_features = [
"default",
],
crate_root = "src/lib.rs",
data = [],
- edition = "2018",
+ edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
+ "crate-name=memoffset",
"manual",
],
- version = "0.2.1",
+ version = "0.6.5",
# buildifier: leave-alone
deps = [
- ":libm_build_script",
+ ":memoffset_build_script",
],
)
diff --git a/third_party/cargo/remote/BUILD.libm-0.2.1.bazel b/third_party/cargo/remote/BUILD.miniz_oxide-0.4.4.bazel
similarity index 81%
copy from third_party/cargo/remote/BUILD.libm-0.2.1.bazel
copy to third_party/cargo/remote/BUILD.miniz_oxide-0.4.4.bazel
index 437fc9e..6314221 100644
--- a/third_party/cargo/remote/BUILD.libm-0.2.1.bazel
+++ b/third_party/cargo/remote/BUILD.miniz_oxide-0.4.4.bazel
@@ -26,7 +26,7 @@
])
licenses([
- "notice", # MIT from expression "MIT OR Apache-2.0"
+ "notice", # MIT from expression "MIT OR (Zlib OR Apache-2.0)"
])
# Generated Targets
@@ -38,12 +38,11 @@
)
cargo_build_script(
- name = "libm_build_script",
+ name = "miniz_oxide_build_script",
srcs = glob(["**/*.rs"]),
build_script_env = {
},
crate_features = [
- "default",
],
crate_root = "build.rs",
data = glob(["**"]),
@@ -55,17 +54,17 @@
"cargo-raze",
"manual",
],
- version = "0.2.1",
+ version = "0.4.4",
visibility = ["//visibility:private"],
deps = [
+ "@raze__autocfg__1_1_0//:autocfg",
],
)
rust_library(
- name = "libm",
+ name = "miniz_oxide",
srcs = glob(["**/*.rs"]),
crate_features = [
- "default",
],
crate_root = "src/lib.rs",
data = [],
@@ -75,11 +74,13 @@
],
tags = [
"cargo-raze",
+ "crate-name=miniz_oxide",
"manual",
],
- version = "0.2.1",
+ version = "0.4.4",
# buildifier: leave-alone
deps = [
- ":libm_build_script",
+ ":miniz_oxide_build_script",
+ "@raze__adler__1_0_2//:adler",
],
)
diff --git a/third_party/cargo/remote/BUILD.nix-0.16.1.bazel b/third_party/cargo/remote/BUILD.nix-0.16.1.bazel
index 26de396..713695e 100644
--- a/third_party/cargo/remote/BUILD.nix-0.16.1.bazel
+++ b/third_party/cargo/remote/BUILD.nix-0.16.1.bazel
@@ -73,6 +73,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=nix",
"manual",
],
version = "0.16.1",
diff --git a/third_party/cargo/remote/BUILD.nix-0.17.0.bazel b/third_party/cargo/remote/BUILD.nix-0.17.0.bazel
index 2b3da98..1d14d56 100644
--- a/third_party/cargo/remote/BUILD.nix-0.17.0.bazel
+++ b/third_party/cargo/remote/BUILD.nix-0.17.0.bazel
@@ -73,6 +73,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=nix",
"manual",
],
version = "0.17.0",
diff --git a/third_party/cargo/remote/BUILD.num-bigint-dig-0.7.0.bazel b/third_party/cargo/remote/BUILD.num-bigint-dig-0.7.0.bazel
index 9016e1c..37674a9 100644
--- a/third_party/cargo/remote/BUILD.num-bigint-dig-0.7.0.bazel
+++ b/third_party/cargo/remote/BUILD.num-bigint-dig-0.7.0.bazel
@@ -63,7 +63,7 @@
version = "0.7.0",
visibility = ["//visibility:private"],
deps = [
- "@raze__autocfg__0_1_7//:autocfg",
+ "@raze__autocfg__0_1_8//:autocfg",
],
)
@@ -86,6 +86,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=num-bigint-dig",
"manual",
],
version = "0.7.0",
@@ -94,11 +95,11 @@
":num_bigint_dig_build_script",
"@raze__byteorder__1_4_3//:byteorder",
"@raze__lazy_static__1_4_0//:lazy_static",
- "@raze__libm__0_2_1//:libm",
+ "@raze__libm__0_2_2//:libm",
"@raze__num_integer__0_1_44//:num_integer",
"@raze__num_iter__0_1_42//:num_iter",
"@raze__num_traits__0_2_14//:num_traits",
- "@raze__rand__0_8_4//:rand",
+ "@raze__rand__0_8_5//:rand",
"@raze__serde__1_0_130//:serde",
"@raze__smallvec__1_8_0//:smallvec",
],
diff --git a/third_party/cargo/remote/BUILD.num-integer-0.1.44.bazel b/third_party/cargo/remote/BUILD.num-integer-0.1.44.bazel
index ad6a13d..22a0609 100644
--- a/third_party/cargo/remote/BUILD.num-integer-0.1.44.bazel
+++ b/third_party/cargo/remote/BUILD.num-integer-0.1.44.bazel
@@ -59,7 +59,7 @@
version = "0.1.44",
visibility = ["//visibility:private"],
deps = [
- "@raze__autocfg__1_0_1//:autocfg",
+ "@raze__autocfg__1_1_0//:autocfg",
],
)
@@ -84,6 +84,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=num-integer",
"manual",
],
version = "0.1.44",
diff --git a/third_party/cargo/remote/BUILD.num-iter-0.1.42.bazel b/third_party/cargo/remote/BUILD.num-iter-0.1.42.bazel
index 25b7293..b4b0390 100644
--- a/third_party/cargo/remote/BUILD.num-iter-0.1.42.bazel
+++ b/third_party/cargo/remote/BUILD.num-iter-0.1.42.bazel
@@ -57,7 +57,7 @@
version = "0.1.42",
visibility = ["//visibility:private"],
deps = [
- "@raze__autocfg__1_0_1//:autocfg",
+ "@raze__autocfg__1_1_0//:autocfg",
],
)
@@ -74,6 +74,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=num-iter",
"manual",
],
version = "0.1.42",
diff --git a/third_party/cargo/remote/BUILD.num-traits-0.2.14.bazel b/third_party/cargo/remote/BUILD.num-traits-0.2.14.bazel
index 82bbb57..5cb7392 100644
--- a/third_party/cargo/remote/BUILD.num-traits-0.2.14.bazel
+++ b/third_party/cargo/remote/BUILD.num-traits-0.2.14.bazel
@@ -60,7 +60,7 @@
version = "0.2.14",
visibility = ["//visibility:private"],
deps = [
- "@raze__autocfg__1_0_1//:autocfg",
+ "@raze__autocfg__1_1_0//:autocfg",
],
)
@@ -80,6 +80,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=num-traits",
"manual",
],
version = "0.2.14",
diff --git a/third_party/cargo/remote/BUILD.num_enum-0.5.4.bazel b/third_party/cargo/remote/BUILD.num_enum-0.5.4.bazel
index b14db12..d011444 100644
--- a/third_party/cargo/remote/BUILD.num_enum-0.5.4.bazel
+++ b/third_party/cargo/remote/BUILD.num_enum-0.5.4.bazel
@@ -50,6 +50,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=num_enum",
"manual",
],
version = "0.5.4",
diff --git a/third_party/cargo/remote/BUILD.num_enum_derive-0.5.4.bazel b/third_party/cargo/remote/BUILD.num_enum_derive-0.5.4.bazel
index 9013aae..260dfc8 100644
--- a/third_party/cargo/remote/BUILD.num_enum_derive-0.5.4.bazel
+++ b/third_party/cargo/remote/BUILD.num_enum_derive-0.5.4.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=num_enum_derive",
"manual",
],
version = "0.5.4",
diff --git a/third_party/cargo/remote/BUILD.number_prefix-0.4.0.bazel b/third_party/cargo/remote/BUILD.number_prefix-0.4.0.bazel
index b601208..b191471 100644
--- a/third_party/cargo/remote/BUILD.number_prefix-0.4.0.bazel
+++ b/third_party/cargo/remote/BUILD.number_prefix-0.4.0.bazel
@@ -48,6 +48,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=number_prefix",
"manual",
],
version = "0.4.0",
diff --git a/third_party/cargo/remote/BUILD.object-0.25.3.bazel b/third_party/cargo/remote/BUILD.object-0.25.3.bazel
new file mode 100644
index 0000000..fcb1f2b
--- /dev/null
+++ b/third_party/cargo/remote/BUILD.object-0.25.3.bazel
@@ -0,0 +1,86 @@
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+ "@rules_rust//rust:defs.bzl",
+ "rust_binary",
+ "rust_library",
+ "rust_proc_macro",
+ "rust_test",
+)
+
+package(default_visibility = [
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//third_party/cargo", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
+])
+
+licenses([
+ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
+])
+
+# Generated Targets
+
+# Unsupported target "ar" with type "example" omitted
+
+# Unsupported target "dyldcachedump" with type "example" omitted
+
+# Unsupported target "nm" with type "example" omitted
+
+# Unsupported target "objcopy" with type "example" omitted
+
+# Unsupported target "objdump" with type "example" omitted
+
+# Unsupported target "objectmap" with type "example" omitted
+
+# Unsupported target "readobj" with type "example" omitted
+
+rust_library(
+ name = "object",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "archive",
+ "coff",
+ "compression",
+ "default",
+ "elf",
+ "flate2",
+ "macho",
+ "pe",
+ "read",
+ "read_core",
+ "std",
+ "unaligned",
+ ],
+ crate_root = "src/lib.rs",
+ data = [],
+ edition = "2018",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ tags = [
+ "cargo-raze",
+ "crate-name=object",
+ "manual",
+ ],
+ version = "0.25.3",
+ # buildifier: leave-alone
+ deps = [
+ "@raze__flate2__1_0_22//:flate2",
+ "@raze__memchr__2_4_1//:memchr",
+ ],
+)
+
+# Unsupported target "integration" with type "test" omitted
+
+# Unsupported target "parse_self" with type "test" omitted
diff --git a/third_party/cargo/remote/BUILD.once_cell-1.8.0.bazel b/third_party/cargo/remote/BUILD.once_cell-1.8.0.bazel
index 9e0cd38..6eccb51 100644
--- a/third_party/cargo/remote/BUILD.once_cell-1.8.0.bazel
+++ b/third_party/cargo/remote/BUILD.once_cell-1.8.0.bazel
@@ -62,6 +62,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=once_cell",
"manual",
],
version = "1.8.0",
diff --git a/third_party/cargo/remote/BUILD.pkg-config-0.3.22.bazel b/third_party/cargo/remote/BUILD.pkg-config-0.3.22.bazel
index 42a74f1..19be8ed 100644
--- a/third_party/cargo/remote/BUILD.pkg-config-0.3.22.bazel
+++ b/third_party/cargo/remote/BUILD.pkg-config-0.3.22.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=pkg-config",
"manual",
],
version = "0.3.22",
diff --git a/third_party/cargo/remote/BUILD.ppv-lite86-0.2.16.bazel b/third_party/cargo/remote/BUILD.ppv-lite86-0.2.16.bazel
index be2ed6f..5f48b36 100644
--- a/third_party/cargo/remote/BUILD.ppv-lite86-0.2.16.bazel
+++ b/third_party/cargo/remote/BUILD.ppv-lite86-0.2.16.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=ppv-lite86",
"manual",
],
version = "0.2.16",
diff --git a/third_party/cargo/remote/BUILD.proc-macro-crate-1.1.0.bazel b/third_party/cargo/remote/BUILD.proc-macro-crate-1.1.0.bazel
index ebda5a8..d6cb2f6 100644
--- a/third_party/cargo/remote/BUILD.proc-macro-crate-1.1.0.bazel
+++ b/third_party/cargo/remote/BUILD.proc-macro-crate-1.1.0.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=proc-macro-crate",
"manual",
],
version = "1.1.0",
diff --git a/third_party/cargo/remote/BUILD.proc-macro-error-1.0.4.bazel b/third_party/cargo/remote/BUILD.proc-macro-error-1.0.4.bazel
index af34f54..b68fd08 100644
--- a/third_party/cargo/remote/BUILD.proc-macro-error-1.0.4.bazel
+++ b/third_party/cargo/remote/BUILD.proc-macro-error-1.0.4.bazel
@@ -83,6 +83,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=proc-macro-error",
"manual",
],
version = "1.0.4",
diff --git a/third_party/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel b/third_party/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel
index 4a42fe8..88cfccc 100644
--- a/third_party/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel
+++ b/third_party/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel
@@ -74,6 +74,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=proc-macro-error-attr",
"manual",
],
version = "1.0.4",
diff --git a/third_party/cargo/remote/BUILD.proc-macro2-0.4.30.bazel b/third_party/cargo/remote/BUILD.proc-macro2-0.4.30.bazel
index 7db51d4..d85c2e4 100644
--- a/third_party/cargo/remote/BUILD.proc-macro2-0.4.30.bazel
+++ b/third_party/cargo/remote/BUILD.proc-macro2-0.4.30.bazel
@@ -77,6 +77,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=proc-macro2",
"manual",
],
version = "0.4.30",
diff --git a/third_party/cargo/remote/BUILD.proc-macro2-1.0.32.bazel b/third_party/cargo/remote/BUILD.proc-macro2-1.0.32.bazel
index cecc661..8c6dbbe 100644
--- a/third_party/cargo/remote/BUILD.proc-macro2-1.0.32.bazel
+++ b/third_party/cargo/remote/BUILD.proc-macro2-1.0.32.bazel
@@ -77,6 +77,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=proc-macro2",
"manual",
],
version = "1.0.32",
diff --git a/third_party/cargo/remote/BUILD.quote-0.6.13.bazel b/third_party/cargo/remote/BUILD.quote-0.6.13.bazel
index 3cc9e8c..f85986a 100644
--- a/third_party/cargo/remote/BUILD.quote-0.6.13.bazel
+++ b/third_party/cargo/remote/BUILD.quote-0.6.13.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=quote",
"manual",
],
version = "0.6.13",
diff --git a/third_party/cargo/remote/BUILD.quote-1.0.10.bazel b/third_party/cargo/remote/BUILD.quote-1.0.10.bazel
index 0232f49..3c85ad7 100644
--- a/third_party/cargo/remote/BUILD.quote-1.0.10.bazel
+++ b/third_party/cargo/remote/BUILD.quote-1.0.10.bazel
@@ -48,6 +48,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=quote",
"manual",
],
version = "1.0.10",
diff --git a/third_party/cargo/remote/BUILD.rand-0.8.4.bazel b/third_party/cargo/remote/BUILD.rand-0.8.5.bazel
similarity index 82%
rename from third_party/cargo/remote/BUILD.rand-0.8.4.bazel
rename to third_party/cargo/remote/BUILD.rand-0.8.5.bazel
index 8ed0a62..ce99ed8 100644
--- a/third_party/cargo/remote/BUILD.rand-0.8.4.bazel
+++ b/third_party/cargo/remote/BUILD.rand-0.8.5.bazel
@@ -42,7 +42,6 @@
"getrandom",
"libc",
"rand_chacha",
- "rand_hc",
"std",
"std_rng",
],
@@ -54,21 +53,15 @@
],
tags = [
"cargo-raze",
+ "crate-name=rand",
"manual",
],
- version = "0.8.4",
+ version = "0.8.5",
# buildifier: leave-alone
deps = [
+ "@raze__rand_chacha__0_3_1//:rand_chacha",
"@raze__rand_core__0_6_3//:rand_core",
] + selects.with_or({
- # cfg(not(target_os = "emscripten"))
- (
- "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
- ): [
- "@raze__rand_chacha__0_3_1//:rand_chacha",
- ],
- "//conditions:default": [],
- }) + selects.with_or({
# cfg(unix)
(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
diff --git a/third_party/cargo/remote/BUILD.rand_chacha-0.3.1.bazel b/third_party/cargo/remote/BUILD.rand_chacha-0.3.1.bazel
index ab688b5..9a0528c 100644
--- a/third_party/cargo/remote/BUILD.rand_chacha-0.3.1.bazel
+++ b/third_party/cargo/remote/BUILD.rand_chacha-0.3.1.bazel
@@ -45,6 +45,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=rand_chacha",
"manual",
],
version = "0.3.1",
diff --git a/third_party/cargo/remote/BUILD.rand_core-0.6.3.bazel b/third_party/cargo/remote/BUILD.rand_core-0.6.3.bazel
index 1b34fa3..f7694f4 100644
--- a/third_party/cargo/remote/BUILD.rand_core-0.6.3.bazel
+++ b/third_party/cargo/remote/BUILD.rand_core-0.6.3.bazel
@@ -47,6 +47,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=rand_core",
"manual",
],
version = "0.6.3",
diff --git a/third_party/cargo/remote/BUILD.rand_hc-0.3.1.bazel b/third_party/cargo/remote/BUILD.rand_hc-0.3.1.bazel
deleted file mode 100644
index 5fa17f7..0000000
--- a/third_party/cargo/remote/BUILD.rand_hc-0.3.1.bazel
+++ /dev/null
@@ -1,54 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
- "@rules_rust//rust:defs.bzl",
- "rust_binary",
- "rust_library",
- "rust_proc_macro",
- "rust_test",
-)
-
-package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//third_party/cargo", 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 = "rand_hc",
- srcs = glob(["**/*.rs"]),
- crate_features = [
- ],
- crate_root = "src/lib.rs",
- data = [],
- edition = "2018",
- rustc_flags = [
- "--cap-lints=allow",
- ],
- tags = [
- "cargo-raze",
- "manual",
- ],
- version = "0.3.1",
- # buildifier: leave-alone
- deps = [
- "@raze__rand_core__0_6_3//:rand_core",
- ],
-)
diff --git a/third_party/cargo/remote/BUILD.raw_tty-0.1.0.bazel b/third_party/cargo/remote/BUILD.raw_tty-0.1.0.bazel
index acdfacd..32f6652 100644
--- a/third_party/cargo/remote/BUILD.raw_tty-0.1.0.bazel
+++ b/third_party/cargo/remote/BUILD.raw_tty-0.1.0.bazel
@@ -47,6 +47,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=raw_tty",
"manual",
],
version = "0.1.0",
diff --git a/third_party/cargo/remote/BUILD.redox_syscall-0.2.10.bazel b/third_party/cargo/remote/BUILD.redox_syscall-0.2.10.bazel
index e9998e6..f8a4b6f 100644
--- a/third_party/cargo/remote/BUILD.redox_syscall-0.2.10.bazel
+++ b/third_party/cargo/remote/BUILD.redox_syscall-0.2.10.bazel
@@ -53,6 +53,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=syscall",
"manual",
],
version = "0.2.10",
diff --git a/third_party/cargo/remote/BUILD.redox_users-0.4.0.bazel b/third_party/cargo/remote/BUILD.redox_users-0.4.0.bazel
index cd532f8..3f11475 100644
--- a/third_party/cargo/remote/BUILD.redox_users-0.4.0.bazel
+++ b/third_party/cargo/remote/BUILD.redox_users-0.4.0.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=redox_users",
"manual",
],
version = "0.4.0",
diff --git a/third_party/cargo/remote/BUILD.regex-1.5.4.bazel b/third_party/cargo/remote/BUILD.regex-1.5.4.bazel
index fa5a4bb..340b200 100644
--- a/third_party/cargo/remote/BUILD.regex-1.5.4.bazel
+++ b/third_party/cargo/remote/BUILD.regex-1.5.4.bazel
@@ -73,6 +73,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=regex",
"manual",
],
version = "1.5.4",
diff --git a/third_party/cargo/remote/BUILD.regex-syntax-0.6.25.bazel b/third_party/cargo/remote/BUILD.regex-syntax-0.6.25.bazel
index 045c185..29becb6 100644
--- a/third_party/cargo/remote/BUILD.regex-syntax-0.6.25.bazel
+++ b/third_party/cargo/remote/BUILD.regex-syntax-0.6.25.bazel
@@ -55,6 +55,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=regex-syntax",
"manual",
],
version = "0.6.25",
diff --git a/third_party/cargo/remote/BUILD.rusb-0.8.1.bazel b/third_party/cargo/remote/BUILD.rusb-0.8.1.bazel
index 9d6df04..ba60456 100644
--- a/third_party/cargo/remote/BUILD.rusb-0.8.1.bazel
+++ b/third_party/cargo/remote/BUILD.rusb-0.8.1.bazel
@@ -82,6 +82,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=rusb",
"manual",
],
version = "0.8.1",
diff --git a/third_party/cargo/remote/BUILD.rustc_version-0.2.3.bazel b/third_party/cargo/remote/BUILD.rustc_version-0.2.3.bazel
index 5951b9b..0c538cf 100644
--- a/third_party/cargo/remote/BUILD.rustc_version-0.2.3.bazel
+++ b/third_party/cargo/remote/BUILD.rustc_version-0.2.3.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=rustc_version",
"manual",
],
version = "0.2.3",
diff --git a/third_party/cargo/remote/BUILD.ryu-1.0.5.bazel b/third_party/cargo/remote/BUILD.ryu-1.0.5.bazel
index 3e9d88b..26e4b62 100644
--- a/third_party/cargo/remote/BUILD.ryu-1.0.5.bazel
+++ b/third_party/cargo/remote/BUILD.ryu-1.0.5.bazel
@@ -77,6 +77,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=ryu",
"manual",
],
version = "1.0.5",
diff --git a/third_party/cargo/remote/BUILD.safe-ftdi-0.3.0.bazel b/third_party/cargo/remote/BUILD.safe-ftdi-0.3.0.bazel
index ef08c77..dc37cf6 100644
--- a/third_party/cargo/remote/BUILD.safe-ftdi-0.3.0.bazel
+++ b/third_party/cargo/remote/BUILD.safe-ftdi-0.3.0.bazel
@@ -47,6 +47,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=safe-ftdi",
"manual",
],
version = "0.3.0",
diff --git a/third_party/cargo/remote/BUILD.semver-0.9.0.bazel b/third_party/cargo/remote/BUILD.semver-0.9.0.bazel
index efb21ed..e055653 100644
--- a/third_party/cargo/remote/BUILD.semver-0.9.0.bazel
+++ b/third_party/cargo/remote/BUILD.semver-0.9.0.bazel
@@ -45,6 +45,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=semver",
"manual",
],
version = "0.9.0",
diff --git a/third_party/cargo/remote/BUILD.semver-parser-0.7.0.bazel b/third_party/cargo/remote/BUILD.semver-parser-0.7.0.bazel
index e410b82..c6a0794 100644
--- a/third_party/cargo/remote/BUILD.semver-parser-0.7.0.bazel
+++ b/third_party/cargo/remote/BUILD.semver-parser-0.7.0.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=semver-parser",
"manual",
],
version = "0.7.0",
diff --git a/third_party/cargo/remote/BUILD.serde-1.0.130.bazel b/third_party/cargo/remote/BUILD.serde-1.0.130.bazel
index 75c98f5..ad18b33 100644
--- a/third_party/cargo/remote/BUILD.serde-1.0.130.bazel
+++ b/third_party/cargo/remote/BUILD.serde-1.0.130.bazel
@@ -84,6 +84,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=serde",
"manual",
],
version = "1.0.130",
diff --git a/third_party/cargo/remote/BUILD.serde_derive-1.0.130.bazel b/third_party/cargo/remote/BUILD.serde_derive-1.0.130.bazel
index 2367f13..b62574b 100644
--- a/third_party/cargo/remote/BUILD.serde_derive-1.0.130.bazel
+++ b/third_party/cargo/remote/BUILD.serde_derive-1.0.130.bazel
@@ -75,6 +75,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=serde_derive",
"manual",
],
version = "1.0.130",
diff --git a/third_party/cargo/remote/BUILD.serde_json-1.0.69.bazel b/third_party/cargo/remote/BUILD.serde_json-1.0.69.bazel
index 8b71f95..ff68f30 100644
--- a/third_party/cargo/remote/BUILD.serde_json-1.0.69.bazel
+++ b/third_party/cargo/remote/BUILD.serde_json-1.0.69.bazel
@@ -77,6 +77,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=serde_json",
"manual",
],
version = "1.0.69",
diff --git a/third_party/cargo/remote/BUILD.serialport-4.0.1.bazel b/third_party/cargo/remote/BUILD.serialport-4.0.1.bazel
index 7b34008..d9f1e75 100644
--- a/third_party/cargo/remote/BUILD.serialport-4.0.1.bazel
+++ b/third_party/cargo/remote/BUILD.serialport-4.0.1.bazel
@@ -64,6 +64,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=serialport",
"manual",
],
version = "4.0.1",
diff --git a/third_party/cargo/remote/BUILD.sha2-0.10.1.bazel b/third_party/cargo/remote/BUILD.sha2-0.10.1.bazel
index 028d602..0f9116e 100644
--- a/third_party/cargo/remote/BUILD.sha2-0.10.1.bazel
+++ b/third_party/cargo/remote/BUILD.sha2-0.10.1.bazel
@@ -50,13 +50,14 @@
],
tags = [
"cargo-raze",
+ "crate-name=sha2",
"manual",
],
version = "0.10.1",
# buildifier: leave-alone
deps = [
"@raze__cfg_if__1_0_0//:cfg_if",
- "@raze__digest__0_10_1//:digest",
+ "@raze__digest__0_10_2//:digest",
] + selects.with_or({
# cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))
(
diff --git a/third_party/cargo/remote/BUILD.shellwords-1.1.0.bazel b/third_party/cargo/remote/BUILD.shellwords-1.1.0.bazel
index 6506cf8..805b035 100644
--- a/third_party/cargo/remote/BUILD.shellwords-1.1.0.bazel
+++ b/third_party/cargo/remote/BUILD.shellwords-1.1.0.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=shellwords",
"manual",
],
version = "1.1.0",
diff --git a/third_party/cargo/remote/BUILD.smallvec-1.8.0.bazel b/third_party/cargo/remote/BUILD.smallvec-1.8.0.bazel
index 3883e5d..ff0d4c7 100644
--- a/third_party/cargo/remote/BUILD.smallvec-1.8.0.bazel
+++ b/third_party/cargo/remote/BUILD.smallvec-1.8.0.bazel
@@ -47,6 +47,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=smallvec",
"manual",
],
version = "1.8.0",
diff --git a/third_party/cargo/remote/BUILD.spin-0.5.2.bazel b/third_party/cargo/remote/BUILD.spin-0.5.2.bazel
index 6ef6461..c98d3f6 100644
--- a/third_party/cargo/remote/BUILD.spin-0.5.2.bazel
+++ b/third_party/cargo/remote/BUILD.spin-0.5.2.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=spin",
"manual",
],
version = "0.5.2",
diff --git a/third_party/cargo/remote/BUILD.strsim-0.8.0.bazel b/third_party/cargo/remote/BUILD.strsim-0.8.0.bazel
index 9e140d9..efd0df5 100644
--- a/third_party/cargo/remote/BUILD.strsim-0.8.0.bazel
+++ b/third_party/cargo/remote/BUILD.strsim-0.8.0.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=strsim",
"manual",
],
version = "0.8.0",
diff --git a/third_party/cargo/remote/BUILD.structopt-0.3.25.bazel b/third_party/cargo/remote/BUILD.structopt-0.3.25.bazel
index 727622c..7cc4a66 100644
--- a/third_party/cargo/remote/BUILD.structopt-0.3.25.bazel
+++ b/third_party/cargo/remote/BUILD.structopt-0.3.25.bazel
@@ -92,6 +92,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=structopt",
"manual",
],
version = "0.3.25",
diff --git a/third_party/cargo/remote/BUILD.structopt-derive-0.4.18.bazel b/third_party/cargo/remote/BUILD.structopt-derive-0.4.18.bazel
index f96e63a..04992e3 100644
--- a/third_party/cargo/remote/BUILD.structopt-derive-0.4.18.bazel
+++ b/third_party/cargo/remote/BUILD.structopt-derive-0.4.18.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=structopt-derive",
"manual",
],
version = "0.4.18",
diff --git a/third_party/cargo/remote/BUILD.syn-0.15.44.bazel b/third_party/cargo/remote/BUILD.syn-0.15.44.bazel
index 9d02610..34d9dc0 100644
--- a/third_party/cargo/remote/BUILD.syn-0.15.44.bazel
+++ b/third_party/cargo/remote/BUILD.syn-0.15.44.bazel
@@ -89,6 +89,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=syn",
"manual",
],
version = "0.15.44",
diff --git a/third_party/cargo/remote/BUILD.syn-1.0.81.bazel b/third_party/cargo/remote/BUILD.syn-1.0.81.bazel
index 6421e95..50891f2 100644
--- a/third_party/cargo/remote/BUILD.syn-1.0.81.bazel
+++ b/third_party/cargo/remote/BUILD.syn-1.0.81.bazel
@@ -97,6 +97,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=syn",
"manual",
],
version = "1.0.81",
diff --git a/third_party/cargo/remote/BUILD.synstructure-0.12.6.bazel b/third_party/cargo/remote/BUILD.synstructure-0.12.6.bazel
index d761d09..ae3f912 100644
--- a/third_party/cargo/remote/BUILD.synstructure-0.12.6.bazel
+++ b/third_party/cargo/remote/BUILD.synstructure-0.12.6.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=synstructure",
"manual",
],
version = "0.12.6",
diff --git a/third_party/cargo/remote/BUILD.termcolor-1.1.2.bazel b/third_party/cargo/remote/BUILD.termcolor-1.1.2.bazel
index 56206d2..e6c3c5a 100644
--- a/third_party/cargo/remote/BUILD.termcolor-1.1.2.bazel
+++ b/third_party/cargo/remote/BUILD.termcolor-1.1.2.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=termcolor",
"manual",
],
version = "1.1.2",
diff --git a/third_party/cargo/remote/BUILD.terminal_size-0.1.17.bazel b/third_party/cargo/remote/BUILD.terminal_size-0.1.17.bazel
index 40039b2..adc4dd0 100644
--- a/third_party/cargo/remote/BUILD.terminal_size-0.1.17.bazel
+++ b/third_party/cargo/remote/BUILD.terminal_size-0.1.17.bazel
@@ -48,6 +48,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=terminal_size",
"manual",
],
version = "0.1.17",
diff --git a/third_party/cargo/remote/BUILD.textwrap-0.11.0.bazel b/third_party/cargo/remote/BUILD.textwrap-0.11.0.bazel
index ef5a051..55ee69b 100644
--- a/third_party/cargo/remote/BUILD.textwrap-0.11.0.bazel
+++ b/third_party/cargo/remote/BUILD.textwrap-0.11.0.bazel
@@ -50,6 +50,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=textwrap",
"manual",
],
version = "0.11.0",
diff --git a/third_party/cargo/remote/BUILD.thiserror-1.0.30.bazel b/third_party/cargo/remote/BUILD.thiserror-1.0.30.bazel
index e991a03..73fea05 100644
--- a/third_party/cargo/remote/BUILD.thiserror-1.0.30.bazel
+++ b/third_party/cargo/remote/BUILD.thiserror-1.0.30.bazel
@@ -47,6 +47,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=thiserror",
"manual",
],
version = "1.0.30",
diff --git a/third_party/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel b/third_party/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel
index 273ba46..1adc0eb 100644
--- a/third_party/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel
+++ b/third_party/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=thiserror-impl",
"manual",
],
version = "1.0.30",
diff --git a/third_party/cargo/remote/BUILD.toml-0.5.8.bazel b/third_party/cargo/remote/BUILD.toml-0.5.8.bazel
index d3612ee..67f63cb 100644
--- a/third_party/cargo/remote/BUILD.toml-0.5.8.bazel
+++ b/third_party/cargo/remote/BUILD.toml-0.5.8.bazel
@@ -51,6 +51,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=toml",
"manual",
],
version = "0.5.8",
diff --git a/third_party/cargo/remote/BUILD.typenum-1.15.0.bazel b/third_party/cargo/remote/BUILD.typenum-1.15.0.bazel
index 6fc9fbd..3d11286 100644
--- a/third_party/cargo/remote/BUILD.typenum-1.15.0.bazel
+++ b/third_party/cargo/remote/BUILD.typenum-1.15.0.bazel
@@ -73,6 +73,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=typenum",
"manual",
],
version = "1.15.0",
diff --git a/third_party/cargo/remote/BUILD.unicode-segmentation-1.8.0.bazel b/third_party/cargo/remote/BUILD.unicode-segmentation-1.8.0.bazel
index cf223aa..cc5bd76 100644
--- a/third_party/cargo/remote/BUILD.unicode-segmentation-1.8.0.bazel
+++ b/third_party/cargo/remote/BUILD.unicode-segmentation-1.8.0.bazel
@@ -50,6 +50,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=unicode-segmentation",
"manual",
],
version = "1.8.0",
diff --git a/third_party/cargo/remote/BUILD.unicode-width-0.1.9.bazel b/third_party/cargo/remote/BUILD.unicode-width-0.1.9.bazel
index d6944fe..f4ce96e 100644
--- a/third_party/cargo/remote/BUILD.unicode-width-0.1.9.bazel
+++ b/third_party/cargo/remote/BUILD.unicode-width-0.1.9.bazel
@@ -45,6 +45,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=unicode-width",
"manual",
],
version = "0.1.9",
diff --git a/third_party/cargo/remote/BUILD.unicode-xid-0.1.0.bazel b/third_party/cargo/remote/BUILD.unicode-xid-0.1.0.bazel
index 93f03a5..0f15836 100644
--- a/third_party/cargo/remote/BUILD.unicode-xid-0.1.0.bazel
+++ b/third_party/cargo/remote/BUILD.unicode-xid-0.1.0.bazel
@@ -45,6 +45,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=unicode-xid",
"manual",
],
version = "0.1.0",
diff --git a/third_party/cargo/remote/BUILD.unicode-xid-0.2.2.bazel b/third_party/cargo/remote/BUILD.unicode-xid-0.2.2.bazel
index 916d526..16b94c6 100644
--- a/third_party/cargo/remote/BUILD.unicode-xid-0.2.2.bazel
+++ b/third_party/cargo/remote/BUILD.unicode-xid-0.2.2.bazel
@@ -47,6 +47,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=unicode-xid",
"manual",
],
version = "0.2.2",
diff --git a/third_party/cargo/remote/BUILD.vcpkg-0.2.15.bazel b/third_party/cargo/remote/BUILD.vcpkg-0.2.15.bazel
index eb61f25..bcdfea4 100644
--- a/third_party/cargo/remote/BUILD.vcpkg-0.2.15.bazel
+++ b/third_party/cargo/remote/BUILD.vcpkg-0.2.15.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=vcpkg",
"manual",
],
version = "0.2.15",
diff --git a/third_party/cargo/remote/BUILD.vec_map-0.8.2.bazel b/third_party/cargo/remote/BUILD.vec_map-0.8.2.bazel
index eb53a9d..5c0c33c 100644
--- a/third_party/cargo/remote/BUILD.vec_map-0.8.2.bazel
+++ b/third_party/cargo/remote/BUILD.vec_map-0.8.2.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=vec_map",
"manual",
],
version = "0.8.2",
diff --git a/third_party/cargo/remote/BUILD.version_check-0.9.3.bazel b/third_party/cargo/remote/BUILD.version_check-0.9.3.bazel
index 0482c87..00c1f6f 100644
--- a/third_party/cargo/remote/BUILD.version_check-0.9.3.bazel
+++ b/third_party/cargo/remote/BUILD.version_check-0.9.3.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=version_check",
"manual",
],
version = "0.9.3",
diff --git a/third_party/cargo/remote/BUILD.void-1.0.2.bazel b/third_party/cargo/remote/BUILD.void-1.0.2.bazel
index 45d9593..9a3993d 100644
--- a/third_party/cargo/remote/BUILD.void-1.0.2.bazel
+++ b/third_party/cargo/remote/BUILD.void-1.0.2.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=void",
"manual",
],
version = "1.0.2",
diff --git a/third_party/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel b/third_party/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel
index 61ce559..2b11def 100644
--- a/third_party/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel
+++ b/third_party/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel
@@ -46,6 +46,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=wasi",
"manual",
],
version = "0.10.2+wasi-snapshot-preview1",
diff --git a/third_party/cargo/remote/BUILD.winapi-0.3.9.bazel b/third_party/cargo/remote/BUILD.winapi-0.3.9.bazel
index 03f8406..ae34820 100644
--- a/third_party/cargo/remote/BUILD.winapi-0.3.9.bazel
+++ b/third_party/cargo/remote/BUILD.winapi-0.3.9.bazel
@@ -115,6 +115,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=winapi",
"manual",
],
version = "0.3.9",
diff --git a/third_party/cargo/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel b/third_party/cargo/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
index 1615152..bc84b8a 100644
--- a/third_party/cargo/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
+++ b/third_party/cargo/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
@@ -73,6 +73,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=winapi-i686-pc-windows-gnu",
"manual",
],
version = "0.4.0",
diff --git a/third_party/cargo/remote/BUILD.winapi-util-0.1.5.bazel b/third_party/cargo/remote/BUILD.winapi-util-0.1.5.bazel
index e2604ae..f07b9d0 100644
--- a/third_party/cargo/remote/BUILD.winapi-util-0.1.5.bazel
+++ b/third_party/cargo/remote/BUILD.winapi-util-0.1.5.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=winapi-util",
"manual",
],
version = "0.1.5",
diff --git a/third_party/cargo/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel b/third_party/cargo/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
index adb3858..3c8a01b 100644
--- a/third_party/cargo/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
+++ b/third_party/cargo/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
@@ -73,6 +73,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=winapi-x86_64-pc-windows-gnu",
"manual",
],
version = "0.4.0",
diff --git a/third_party/cargo/remote/BUILD.zerocopy-0.5.0.bazel b/third_party/cargo/remote/BUILD.zerocopy-0.5.0.bazel
index fe85159..9460a3d 100644
--- a/third_party/cargo/remote/BUILD.zerocopy-0.5.0.bazel
+++ b/third_party/cargo/remote/BUILD.zerocopy-0.5.0.bazel
@@ -47,6 +47,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=zerocopy",
"manual",
],
version = "0.5.0",
diff --git a/third_party/cargo/remote/BUILD.zerocopy-derive-0.3.1.bazel b/third_party/cargo/remote/BUILD.zerocopy-derive-0.3.1.bazel
index 9fe05f3..82ed2a6 100644
--- a/third_party/cargo/remote/BUILD.zerocopy-derive-0.3.1.bazel
+++ b/third_party/cargo/remote/BUILD.zerocopy-derive-0.3.1.bazel
@@ -44,6 +44,7 @@
],
tags = [
"cargo-raze",
+ "crate-name=zerocopy-derive",
"manual",
],
version = "0.3.1",