2020-11-01 05:26:58 +01:00
|
|
|
"""
|
|
|
|
@generated
|
2020-11-10 00:47:24 +01:00
|
|
|
cargo-raze generated Bazel file.
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
DO NOT EDIT! Replaced on runs of cargo-raze
|
|
|
|
"""
|
|
|
|
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository") # buildifier: disable=load
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # buildifier: disable=load
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") # buildifier: disable=load
|
|
|
|
|
|
|
|
def raze_fetch_remote_crates():
|
|
|
|
"""This function defines a collection of repos and should be called in a WORKSPACE file"""
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-03-07 10:04:34 +01:00
|
|
|
name = "raze__adler__1_0_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/adler/1.0.2/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-03-07 10:04:34 +01:00
|
|
|
sha256 = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe",
|
|
|
|
strip_prefix = "adler-1.0.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.adler-1.0.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2020-11-02 09:26:19 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-26 00:16:40 +02:00
|
|
|
name = "raze__ahash__0_7_6",
|
|
|
|
url = "https://crates.io/api/v1/crates/ahash/0.7.6/download",
|
2020-11-02 09:26:19 +01:00
|
|
|
type = "tar.gz",
|
2021-10-26 00:16:40 +02:00
|
|
|
sha256 = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47",
|
|
|
|
strip_prefix = "ahash-0.7.6",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.ahash-0.7.6.bazel"),
|
2020-11-02 09:26:19 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-05-07 10:22:27 +02:00
|
|
|
name = "raze__aho_corasick__0_7_18",
|
|
|
|
url = "https://crates.io/api/v1/crates/aho-corasick/0.7.18/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-05-07 10:22:27 +02:00
|
|
|
sha256 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f",
|
|
|
|
strip_prefix = "aho-corasick-0.7.18",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.aho-corasick-0.7.18.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__ammonia__3_1_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/ammonia/3.1.4/download",
|
2021-02-06 04:42:38 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "ea9f21d23d82bae9d33c21080572af1fa749788e68234b5d8fa5e39d3e0783ed",
|
|
|
|
strip_prefix = "ammonia-3.1.4",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.ammonia-3.1.4.bazel"),
|
2021-02-06 04:42:38 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__anyhow__1_0_56",
|
|
|
|
url = "https://crates.io/api/v1/crates/anyhow/1.0.56/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27",
|
|
|
|
strip_prefix = "anyhow-1.0.56",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.56.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__arc_swap__1_5_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/arc-swap/1.5.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f",
|
|
|
|
strip_prefix = "arc-swap-1.5.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.arc-swap-1.5.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__arrayref__0_3_6",
|
|
|
|
url = "https://crates.io/api/v1/crates/arrayref/0.3.6/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544",
|
|
|
|
strip_prefix = "arrayref-0.3.6",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.arrayref-0.3.6.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__arrayvec__0_4_12",
|
|
|
|
url = "https://crates.io/api/v1/crates/arrayvec/0.4.12/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9",
|
|
|
|
strip_prefix = "arrayvec-0.4.12",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.arrayvec-0.4.12.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-10-02 12:42:03 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__arrayvec__0_7_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/arrayvec/0.7.2/download",
|
2021-10-02 12:42:03 +02:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6",
|
|
|
|
strip_prefix = "arrayvec-0.7.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.arrayvec-0.7.2.bazel"),
|
2021-10-02 12:42:03 +02:00
|
|
|
)
|
|
|
|
|
2021-01-05 10:58:53 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__async_trait__0_1_52",
|
|
|
|
url = "https://crates.io/api/v1/crates/async-trait/0.1.52/download",
|
2021-01-05 10:58:53 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3",
|
|
|
|
strip_prefix = "async-trait-0.1.52",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.async-trait-0.1.52.bazel"),
|
2021-01-05 10:58:53 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__atty__0_2_14",
|
|
|
|
url = "https://crates.io/api/v1/crates/atty/0.2.14/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8",
|
|
|
|
strip_prefix = "atty-0.2.14",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.atty-0.2.14.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__autocfg__1_1_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/autocfg/1.1.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa",
|
|
|
|
strip_prefix = "autocfg-1.1.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.autocfg-1.1.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2020-11-03 01:26:27 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__base64__0_13_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/base64/0.13.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd",
|
|
|
|
strip_prefix = "base64-0.13.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.base64-0.13.0.bazel"),
|
2020-11-03 01:26:27 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__bitflags__1_3_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/bitflags/1.3.2/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
|
|
|
|
strip_prefix = "bitflags-1.3.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.bitflags-1.3.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__blake3__1_3_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/blake3/1.3.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f",
|
|
|
|
strip_prefix = "blake3-1.3.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.blake3-1.3.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__block_buffer__0_10_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/block-buffer/0.10.2/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324",
|
|
|
|
strip_prefix = "block-buffer-0.10.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.block-buffer-0.10.2.bazel"),
|
2022-01-15 05:59:43 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__bumpalo__3_9_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/bumpalo/3.9.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899",
|
|
|
|
strip_prefix = "bumpalo-3.9.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.bumpalo-3.9.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-03-27 05:47:16 +01:00
|
|
|
name = "raze__byteorder__1_4_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/byteorder/1.4.3/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-03-27 05:47:16 +01:00
|
|
|
sha256 = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610",
|
|
|
|
strip_prefix = "byteorder-1.4.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.byteorder-1.4.3.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2020-12-28 01:12:10 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__bytes__1_1_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/bytes/1.1.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8",
|
|
|
|
strip_prefix = "bytes-1.1.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.bytes-1.1.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__cc__1_0_73",
|
|
|
|
url = "https://crates.io/api/v1/crates/cc/1.0.73/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11",
|
|
|
|
strip_prefix = "cc-1.0.73",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.cc-1.0.73.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__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",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.cfg-if-1.0.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__chrono__0_4_19",
|
|
|
|
url = "https://crates.io/api/v1/crates/chrono/0.4.19/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73",
|
|
|
|
strip_prefix = "chrono-0.4.19",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.chrono-0.4.19.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
2020-11-12 11:00:40 +01:00
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__coarsetime__0_1_21",
|
|
|
|
url = "https://crates.io/api/v1/crates/coarsetime/0.1.21/download",
|
2020-11-12 11:00:40 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "441947d9f3582f20b35fdd2bc5ada3a8c74c9ea380d66268607cb399b510ee08",
|
|
|
|
strip_prefix = "coarsetime-0.1.21",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.coarsetime-0.1.21.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__codespan__0_11_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/codespan/0.11.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "3362992a0d9f1dd7c3d0e89e0ab2bb540b7a95fea8cd798090e758fda2899b5e",
|
|
|
|
strip_prefix = "codespan-0.11.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.codespan-0.11.1.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__codespan_reporting__0_11_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/codespan-reporting/0.11.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e",
|
|
|
|
strip_prefix = "codespan-reporting-0.11.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.codespan-reporting-0.11.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__constant_time_eq__0_1_5",
|
|
|
|
url = "https://crates.io/api/v1/crates/constant_time_eq/0.1.5/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc",
|
|
|
|
strip_prefix = "constant_time_eq-0.1.5",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.constant_time_eq-0.1.5.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__convert_case__0_4_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/convert_case/0.4.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e",
|
|
|
|
strip_prefix = "convert_case-0.4.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.convert_case-0.4.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-03 01:26:27 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__core_foundation__0_9_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/core-foundation/0.9.3/download",
|
2020-11-03 01:26:27 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146",
|
|
|
|
strip_prefix = "core-foundation-0.9.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.core-foundation-0.9.3.bazel"),
|
2020-11-03 01:26:27 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-26 00:16:40 +02:00
|
|
|
name = "raze__core_foundation_sys__0_8_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/core-foundation-sys/0.8.3/download",
|
2020-11-03 01:26:27 +01:00
|
|
|
type = "tar.gz",
|
2021-10-26 00:16:40 +02:00
|
|
|
sha256 = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc",
|
|
|
|
strip_prefix = "core-foundation-sys-0.8.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.core-foundation-sys-0.8.3.bazel"),
|
2020-11-03 01:26:27 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__crc32fast__1_3_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/crc32fast/1.3.2/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d",
|
|
|
|
strip_prefix = "crc32fast-1.3.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.crc32fast-1.3.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__crossbeam_channel__0_5_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/crossbeam-channel/0.5.2/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa",
|
|
|
|
strip_prefix = "crossbeam-channel-0.5.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.crossbeam-channel-0.5.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2020-12-01 05:49:23 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__crossbeam_utils__0_8_7",
|
|
|
|
url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.7/download",
|
2020-12-01 05:49:23 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6",
|
|
|
|
strip_prefix = "crossbeam-utils-0.8.7",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.8.7.bazel"),
|
2022-01-15 05:59:43 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__crypto_common__0_1_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/crypto-common/0.1.3/download",
|
2022-01-15 05:59:43 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8",
|
|
|
|
strip_prefix = "crypto-common-0.1.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.crypto-common-0.1.3.bazel"),
|
2020-12-01 05:49:23 +01:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__cssparser__0_27_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/cssparser/0.27.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a",
|
|
|
|
strip_prefix = "cssparser-0.27.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.cssparser-0.27.2.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__cssparser_macros__0_6_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/cssparser-macros/0.6.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e",
|
|
|
|
strip_prefix = "cssparser-macros-0.6.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.cssparser-macros-0.6.0.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-12-03 11:04:47 +01:00
|
|
|
name = "raze__derive_more__0_99_17",
|
|
|
|
url = "https://crates.io/api/v1/crates/derive_more/0.99.17/download",
|
2021-07-23 11:39:40 +02:00
|
|
|
type = "tar.gz",
|
2021-12-03 11:04:47 +01:00
|
|
|
sha256 = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321",
|
|
|
|
strip_prefix = "derive_more-0.99.17",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.derive_more-0.99.17.bazel"),
|
2021-07-23 11:39:40 +02:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__digest__0_10_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/digest/0.10.3/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506",
|
|
|
|
strip_prefix = "digest-0.10.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.digest-0.10.3.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__dirs_next__2_0_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/dirs-next/2.0.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1",
|
|
|
|
strip_prefix = "dirs-next-2.0.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.dirs-next-2.0.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__dirs_sys_next__0_1_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d",
|
|
|
|
strip_prefix = "dirs-sys-next-0.1.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.dirs-sys-next-0.1.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__dtoa__0_4_8",
|
|
|
|
url = "https://crates.io/api/v1/crates/dtoa/0.4.8/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0",
|
|
|
|
strip_prefix = "dtoa-0.4.8",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.dtoa-0.4.8.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__dtoa_short__0_3_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/dtoa-short/0.3.3/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6",
|
|
|
|
strip_prefix = "dtoa-short-0.3.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.dtoa-short-0.3.3.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__dunce__1_0_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/dunce/1.0.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541",
|
|
|
|
strip_prefix = "dunce-1.0.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.dunce-1.0.2.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__either__1_6_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/either/1.6.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457",
|
|
|
|
strip_prefix = "either-1.6.1",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.either-1.6.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__encoding_rs__0_8_30",
|
|
|
|
url = "https://crates.io/api/v1/crates/encoding_rs/0.8.30/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df",
|
|
|
|
strip_prefix = "encoding_rs-0.8.30",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.encoding_rs-0.8.30.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__env_logger__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/env_logger/0.9.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3",
|
|
|
|
strip_prefix = "env_logger-0.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.env_logger-0.9.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__fallible_iterator__0_2_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/fallible-iterator/0.2.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7",
|
|
|
|
strip_prefix = "fallible-iterator-0.2.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.fallible-iterator-0.2.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__fallible_streaming_iterator__0_1_9",
|
|
|
|
url = "https://crates.io/api/v1/crates/fallible-streaming-iterator/0.1.9/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a",
|
|
|
|
strip_prefix = "fallible-streaming-iterator-0.1.9",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.fallible-streaming-iterator-0.1.9.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__fastrand__1_7_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/fastrand/1.7.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf",
|
|
|
|
strip_prefix = "fastrand-1.7.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.fastrand-1.7.0.bazel"),
|
2022-01-15 05:59:43 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__fixedbitset__0_4_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/fixedbitset/0.4.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e",
|
|
|
|
strip_prefix = "fixedbitset-0.4.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.fixedbitset-0.4.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__flate2__1_0_22",
|
|
|
|
url = "https://crates.io/api/v1/crates/flate2/1.0.22/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f",
|
|
|
|
strip_prefix = "flate2-1.0.22",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.flate2-1.0.22.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
2020-11-03 05:02:05 +01:00
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__fluent__0_16_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/fluent/0.16.0/download",
|
2020-11-03 05:02:05 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7",
|
|
|
|
strip_prefix = "fluent-0.16.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.fluent-0.16.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
2020-11-03 05:02:05 +01:00
|
|
|
http_archive,
|
2021-10-26 00:16:40 +02:00
|
|
|
name = "raze__fluent_bundle__0_15_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/fluent-bundle/0.15.2/download",
|
2020-11-03 05:02:05 +01:00
|
|
|
type = "tar.gz",
|
2021-10-26 00:16:40 +02:00
|
|
|
sha256 = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd",
|
|
|
|
strip_prefix = "fluent-bundle-0.15.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.fluent-bundle-0.15.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-11-03 05:02:05 +01:00
|
|
|
name = "raze__fluent_langneg__0_13_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/fluent-langneg/0.13.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-11-03 05:02:05 +01:00
|
|
|
sha256 = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94",
|
|
|
|
strip_prefix = "fluent-langneg-0.13.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.fluent-langneg-0.13.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-03-27 04:24:11 +01:00
|
|
|
name = "raze__fluent_syntax__0_11_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/fluent-syntax/0.11.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-03-27 04:24:11 +01:00
|
|
|
sha256 = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78",
|
|
|
|
strip_prefix = "fluent-syntax-0.11.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.fluent-syntax-0.11.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__fnv__1_0_7",
|
|
|
|
url = "https://crates.io/api/v1/crates/fnv/1.0.7/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1",
|
|
|
|
strip_prefix = "fnv-1.0.7",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.fnv-1.0.7.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__foreign_types__0_3_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/foreign-types/0.3.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1",
|
|
|
|
strip_prefix = "foreign-types-0.3.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.foreign-types-0.3.2.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__foreign_types_shared__0_1_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b",
|
|
|
|
strip_prefix = "foreign-types-shared-0.1.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.foreign-types-shared-0.1.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-10 00:47:24 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-03-07 10:04:34 +01:00
|
|
|
name = "raze__form_urlencoded__1_0_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/form_urlencoded/1.0.1/download",
|
2020-11-10 00:47:24 +01:00
|
|
|
type = "tar.gz",
|
2021-03-07 10:04:34 +01:00
|
|
|
sha256 = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191",
|
|
|
|
strip_prefix = "form_urlencoded-1.0.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.form_urlencoded-1.0.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__futf__0_1_5",
|
|
|
|
url = "https://crates.io/api/v1/crates/futf/0.1.5/download",
|
2021-02-06 04:42:38 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843",
|
|
|
|
strip_prefix = "futf-0.1.5",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.futf-0.1.5.bazel"),
|
2021-02-06 04:42:38 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__futures__0_3_21",
|
|
|
|
url = "https://crates.io/api/v1/crates/futures/0.3.21/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e",
|
|
|
|
strip_prefix = "futures-0.3.21",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.futures-0.3.21.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__futures_channel__0_3_21",
|
|
|
|
url = "https://crates.io/api/v1/crates/futures-channel/0.3.21/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010",
|
|
|
|
strip_prefix = "futures-channel-0.3.21",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.futures-channel-0.3.21.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__futures_core__0_3_21",
|
|
|
|
url = "https://crates.io/api/v1/crates/futures-core/0.3.21/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3",
|
|
|
|
strip_prefix = "futures-core-0.3.21",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.futures-core-0.3.21.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__futures_executor__0_3_21",
|
|
|
|
url = "https://crates.io/api/v1/crates/futures-executor/0.3.21/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6",
|
|
|
|
strip_prefix = "futures-executor-0.3.21",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.futures-executor-0.3.21.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__futures_io__0_3_21",
|
|
|
|
url = "https://crates.io/api/v1/crates/futures-io/0.3.21/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b",
|
|
|
|
strip_prefix = "futures-io-0.3.21",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.futures-io-0.3.21.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__futures_macro__0_3_21",
|
|
|
|
url = "https://crates.io/api/v1/crates/futures-macro/0.3.21/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512",
|
|
|
|
strip_prefix = "futures-macro-0.3.21",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.futures-macro-0.3.21.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__futures_sink__0_3_21",
|
|
|
|
url = "https://crates.io/api/v1/crates/futures-sink/0.3.21/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868",
|
|
|
|
strip_prefix = "futures-sink-0.3.21",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.futures-sink-0.3.21.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__futures_task__0_3_21",
|
|
|
|
url = "https://crates.io/api/v1/crates/futures-task/0.3.21/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a",
|
|
|
|
strip_prefix = "futures-task-0.3.21",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.futures-task-0.3.21.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__futures_util__0_3_21",
|
|
|
|
url = "https://crates.io/api/v1/crates/futures-util/0.3.21/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a",
|
|
|
|
strip_prefix = "futures-util-0.3.21",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.futures-util-0.3.21.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__fxhash__0_2_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/fxhash/0.2.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c",
|
|
|
|
strip_prefix = "fxhash-0.2.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.fxhash-0.2.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__generic_array__0_14_5",
|
|
|
|
url = "https://crates.io/api/v1/crates/generic-array/0.14.5/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803",
|
|
|
|
strip_prefix = "generic-array-0.14.5",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.generic-array-0.14.5.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 06:02:40 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__getopts__0_2_21",
|
|
|
|
url = "https://crates.io/api/v1/crates/getopts/0.2.21/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5",
|
|
|
|
strip_prefix = "getopts-0.2.21",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.getopts-0.2.21.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-01-05 10:58:53 +01:00
|
|
|
name = "raze__getrandom__0_1_16",
|
|
|
|
url = "https://crates.io/api/v1/crates/getrandom/0.1.16/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-01-05 10:58:53 +01:00
|
|
|
sha256 = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce",
|
|
|
|
strip_prefix = "getrandom-0.1.16",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.getrandom-0.1.16.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-03 11:29:48 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__getrandom__0_2_5",
|
|
|
|
url = "https://crates.io/api/v1/crates/getrandom/0.2.5/download",
|
2021-02-03 11:29:48 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77",
|
|
|
|
strip_prefix = "getrandom-0.2.5",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.getrandom-0.2.5.bazel"),
|
2021-02-03 11:29:48 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__h2__0_3_12",
|
|
|
|
url = "https://crates.io/api/v1/crates/h2/0.3.12/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b",
|
|
|
|
strip_prefix = "h2-0.3.12",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.h2-0.3.12.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-06-25 08:22:21 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__hashbrown__0_11_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/hashbrown/0.11.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e",
|
|
|
|
strip_prefix = "hashbrown-0.11.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.hashbrown-0.11.2.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-02 09:26:19 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-25 08:22:21 +02:00
|
|
|
name = "raze__hashlink__0_7_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/hashlink/0.7.0/download",
|
2020-11-02 09:26:19 +01:00
|
|
|
type = "tar.gz",
|
2021-06-25 08:22:21 +02:00
|
|
|
sha256 = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf",
|
|
|
|
strip_prefix = "hashlink-0.7.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.hashlink-0.7.0.bazel"),
|
2020-11-02 09:26:19 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-16 08:10:57 +02:00
|
|
|
name = "raze__heck__0_3_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/heck/0.3.3/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-06-16 08:10:57 +02:00
|
|
|
sha256 = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c",
|
|
|
|
strip_prefix = "heck-0.3.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.heck-0.3.3.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-25 07:35:25 +02:00
|
|
|
name = "raze__hermit_abi__0_1_19",
|
|
|
|
url = "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-06-25 07:35:25 +02:00
|
|
|
sha256 = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33",
|
|
|
|
strip_prefix = "hermit-abi-0.1.19",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.hermit-abi-0.1.19.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-03-07 10:04:34 +01:00
|
|
|
name = "raze__hex__0_4_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/hex/0.4.3/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-03-07 10:04:34 +01:00
|
|
|
sha256 = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70",
|
|
|
|
strip_prefix = "hex-0.4.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.hex-0.4.3.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__html5ever__0_25_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/html5ever/0.25.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b",
|
|
|
|
strip_prefix = "html5ever-0.25.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.html5ever-0.25.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__htmlescape__0_3_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/htmlescape/0.3.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163",
|
|
|
|
strip_prefix = "htmlescape-0.3.1",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.htmlescape-0.3.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__http__0_2_6",
|
|
|
|
url = "https://crates.io/api/v1/crates/http/0.2.6/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03",
|
|
|
|
strip_prefix = "http-0.2.6",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.http-0.2.6.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-26 00:16:40 +02:00
|
|
|
name = "raze__http_body__0_4_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/http-body/0.4.4/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-26 00:16:40 +02:00
|
|
|
sha256 = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6",
|
|
|
|
strip_prefix = "http-body-0.4.4",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.http-body-0.4.4.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__httparse__1_6_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/httparse/1.6.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4",
|
|
|
|
strip_prefix = "httparse-1.6.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.httparse-1.6.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__httpdate__1_0_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/httpdate/1.0.2/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421",
|
|
|
|
strip_prefix = "httpdate-1.0.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.httpdate-1.0.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-02-03 11:29:48 +01:00
|
|
|
name = "raze__humantime__2_1_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/humantime/2.1.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-02-03 11:29:48 +01:00
|
|
|
sha256 = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4",
|
|
|
|
strip_prefix = "humantime-2.1.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.humantime-2.1.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__hyper__0_14_17",
|
|
|
|
url = "https://crates.io/api/v1/crates/hyper/0.14.17/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "043f0e083e9901b6cc658a77d1eb86f4fc650bbb977a4337dd63192826aa85dd",
|
|
|
|
strip_prefix = "hyper-0.14.17",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.hyper-0.14.17.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__hyper_rustls__0_22_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/hyper-rustls/0.22.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64",
|
|
|
|
strip_prefix = "hyper-rustls-0.22.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.hyper-rustls-0.22.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
new_git_repository,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__hyper_timeout__0_4_1",
|
2020-11-01 05:26:58 +01:00
|
|
|
remote = "https://github.com/ankitects/hyper-timeout.git",
|
2021-04-27 14:18:12 +02:00
|
|
|
shallow_since = "1619519657 +1000",
|
|
|
|
commit = "0cb6f7d14c62819e37cd221736f8b0555e823712",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.hyper-timeout-0.4.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
init_submodules = True,
|
|
|
|
)
|
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__hyper_tls__0_5_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/hyper-tls/0.5.0/download",
|
2020-11-15 05:02:53 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905",
|
|
|
|
strip_prefix = "hyper-tls-0.5.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.hyper-tls-0.5.0.bazel"),
|
2020-11-15 05:02:53 +01:00
|
|
|
)
|
|
|
|
|
2022-02-10 00:55:43 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__id_tree__1_8_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/id_tree/1.8.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "bcd9db8dd5be8bde5a2624ed4b2dfb74368fe7999eb9c4940fd3ca344b61071a",
|
|
|
|
strip_prefix = "id_tree-1.8.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.id_tree-1.8.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__idna__0_2_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/idna/0.2.3/download",
|
2021-03-07 10:04:34 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8",
|
|
|
|
strip_prefix = "idna-0.2.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.idna-0.2.3.bazel"),
|
2021-03-07 10:04:34 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__indexmap__1_8_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/indexmap/1.8.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223",
|
|
|
|
strip_prefix = "indexmap-1.8.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.indexmap-1.8.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-03-07 10:04:34 +01:00
|
|
|
name = "raze__indoc__0_3_6",
|
|
|
|
url = "https://crates.io/api/v1/crates/indoc/0.3.6/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-03-07 10:04:34 +01:00
|
|
|
sha256 = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8",
|
|
|
|
strip_prefix = "indoc-0.3.6",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.indoc-0.3.6.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-03-07 10:04:34 +01:00
|
|
|
name = "raze__indoc_impl__0_3_6",
|
|
|
|
url = "https://crates.io/api/v1/crates/indoc-impl/0.3.6/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-03-07 10:04:34 +01:00
|
|
|
sha256 = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0",
|
|
|
|
strip_prefix = "indoc-impl-0.3.6",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.indoc-impl-0.3.6.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-03-26 00:40:41 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__inflections__1_1_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/inflections/1.1.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a",
|
|
|
|
strip_prefix = "inflections-1.1.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.inflections-1.1.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-26 00:16:40 +02:00
|
|
|
name = "raze__instant__0_1_12",
|
|
|
|
url = "https://crates.io/api/v1/crates/instant/0.1.12/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-26 00:16:40 +02:00
|
|
|
sha256 = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c",
|
|
|
|
strip_prefix = "instant-0.1.12",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.instant-0.1.12.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
2020-11-03 05:02:05 +01:00
|
|
|
http_archive,
|
2021-02-03 11:29:48 +01:00
|
|
|
name = "raze__intl_memoizer__0_5_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/intl-memoizer/0.5.1/download",
|
2020-11-03 05:02:05 +01:00
|
|
|
type = "tar.gz",
|
2021-02-03 11:29:48 +01:00
|
|
|
sha256 = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f",
|
|
|
|
strip_prefix = "intl-memoizer-0.5.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.intl-memoizer-0.5.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-02-03 11:29:48 +01:00
|
|
|
name = "raze__intl_pluralrules__7_0_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/intl_pluralrules/7.0.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-02-03 11:29:48 +01:00
|
|
|
sha256 = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf",
|
|
|
|
strip_prefix = "intl_pluralrules-7.0.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.intl_pluralrules-7.0.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2020-11-03 01:26:27 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__ipnet__2_4_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/ipnet/2.4.0/download",
|
2020-11-03 01:26:27 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c",
|
|
|
|
strip_prefix = "ipnet-2.4.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.ipnet-2.4.0.bazel"),
|
2020-11-03 01:26:27 +01:00
|
|
|
)
|
|
|
|
|
2021-06-25 07:35:25 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__itertools__0_10_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/itertools/0.10.3/download",
|
2021-06-25 07:35:25 +02:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3",
|
|
|
|
strip_prefix = "itertools-0.10.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.itertools-0.10.3.bazel"),
|
2021-06-25 07:35:25 +02:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__itoa__0_4_8",
|
|
|
|
url = "https://crates.io/api/v1/crates/itoa/0.4.8/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4",
|
|
|
|
strip_prefix = "itoa-0.4.8",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.itoa-0.4.8.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2022-01-15 05:59:43 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__itoa__1_0_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/itoa/1.0.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35",
|
|
|
|
strip_prefix = "itoa-1.0.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.itoa-1.0.1.bazel"),
|
|
|
|
)
|
|
|
|
|
Backups (#1685)
* Add zstd dep
* Implement backend backup with zstd
* Implement backup thinning
* Write backup meta
* Use new file ending anki21b
* Asynchronously backup on collection close in Rust
* Revert "Add zstd dep"
This reverts commit 3fcb2141d2be15f907269d13275c41971431385c.
* Add zstd again
* Take backup col path from col struct
* Fix formatting
* Implement backup restoring on backend
* Normalize restored media file names
* Refactor `extract_legacy_data()`
A bit cumbersome due to borrowing rules.
* Refactor
* Make thinning calendar-based and gradual
* Consider last kept backups of previous stages
* Import full apkgs and colpkgs with backend
* Expose new backup settings
* Test `BackupThinner` and make it deterministic
* Mark backup_path when closing optional
* Delete leaky timer
* Add progress updates for restoring media
* Write restored collection to tempfile first
* Do collection compression in the background thread
This has us currently storing an uncompressed and compressed copy of
the collection in memory (not ideal), but means the collection can be
closed without waiting for compression to complete. On a large collection,
this takes a close and reopen from about 0.55s to about 0.07s. The old
backup code for comparison: about 0.35s for compression off, about
8.5s for zip compression.
* Use multithreading in zstd compression
On my system, this reduces the compression time of a large collection
from about 0.55s to 0.08s.
* Stream compressed collection data into zip file
* Tweak backup explanation
+ Fix incorrect tab order for ignore accents option
* Decouple restoring backup and full import
In the first case, no profile is opened, unless the new collection
succeeds to load.
In the second case, either the old collection is reloaded or the new one
is loaded.
* Fix number gap in Progress message
* Don't revert backup when media fails but report it
* Tweak error flow
* Remove native BackupLimits enum
* Fix type annotation
* Add thinning test for whole year
* Satisfy linter
* Await async backup to finish
* Move restart disclaimer out of backup tab
Should be visible regardless of the current tab.
* Write restored collection in chunks
* Refactor
* Write media in chunks and refactor
* Log error if removing file fails
* join_backup_task -> await_backup_completion
* Refactor backup.rs
* Refactor backup meta and collection extraction
* Fix wrong error being returned
* Call sync_all() on new collection
* Add ImportError
* Store logger in Backend, instead of creating one on demand
init_backend() accepts a Logger rather than a log file, to allow other
callers to customize the logger if they wish.
In the future we may want to explore using the tracing crate as an
alternative; it's a bit more ergonomic, as a logger doesn't need to be
passed around, and it plays more nicely with async code.
* Sync file contents prior to rename; sync folder after rename.
* Limit backup creation to once per 30 min
* Use zstd::stream::copy_decode
* Make importing abortable
* Don't revert if backup media is aborted
* Set throttle implicitly
* Change force flag to minimum_backup_interval
* Don't attempt to open folders on Windows
* Join last backup thread before starting new one
Also refactor.
* Disable auto sync and backup when restoring again
* Force backup on full download
* Include the reason why a media file import failed, and the file path
- Introduce a FileIoError that contains a string representation of
the underlying I/O error, and an associated path. There are a few
places in the code where we're currently manually including the filename
in a custom error message, and this is a step towards a more consistent
approach (but we may be better served with a more general approach in
the future similar to Anyhow's .context())
- Move the error message into importing.ftl, as it's a bit neater
when error messages live in the same file as the rest of the messages
associated with some functionality.
* Fix importing of media files
* Minor wording tweaks
* Save an allocation
I18n strings with replacements are already strings, so we can skip the
extra allocation. Not that it matters here at all.
* Terminate import if file missing from archive
If a third-party tool is creating invalid archives, the user should know
about it. This should be rare, so I did not attempt to make it
translatable.
* Skip multithreaded compression on small collections
Co-authored-by: Damien Elmes <gpg@ankiweb.net>
2022-03-07 06:11:31 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__jobserver__0_1_24",
|
|
|
|
url = "https://crates.io/api/v1/crates/jobserver/0.1.24/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa",
|
|
|
|
strip_prefix = "jobserver-0.1.24",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.jobserver-0.1.24.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__js_sys__0_3_56",
|
|
|
|
url = "https://crates.io/api/v1/crates/js-sys/0.3.56/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04",
|
|
|
|
strip_prefix = "js-sys-0.3.56",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.js-sys-0.3.56.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__kuchiki__0_8_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/kuchiki/0.8.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358",
|
|
|
|
strip_prefix = "kuchiki-0.8.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.kuchiki-0.8.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__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",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.lazy_static-1.4.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__libc__0_2_120",
|
|
|
|
url = "https://crates.io/api/v1/crates/libc/0.2.120/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09",
|
|
|
|
strip_prefix = "libc-0.2.120",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.libc-0.2.120.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__libsqlite3_sys__0_23_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/libsqlite3-sys/0.23.2/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58",
|
|
|
|
strip_prefix = "libsqlite3-sys-0.23.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.libsqlite3-sys-0.23.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
new_git_repository,
|
|
|
|
name = "raze__linkcheck__0_4_1_alpha_0",
|
|
|
|
remote = "https://github.com/ankitects/linkcheck.git",
|
|
|
|
shallow_since = "1626729019 +0200",
|
|
|
|
commit = "2f20798ce521cc594d510d4e417e76d5eac04d4b",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.linkcheck-0.4.1-alpha.0.bazel"),
|
|
|
|
init_submodules = True,
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__linkify__0_5_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/linkify/0.5.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "78d59d732ba6d7eeefc418aab8057dc8e3da4374bd5802ffa95bebc04b4d1dfb",
|
|
|
|
strip_prefix = "linkify-0.5.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.linkify-0.5.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__lock_api__0_4_6",
|
|
|
|
url = "https://crates.io/api/v1/crates/lock_api/0.4.6/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b",
|
|
|
|
strip_prefix = "lock_api-0.4.6",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.lock_api-0.4.6.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-02-03 11:29:48 +01:00
|
|
|
name = "raze__log__0_4_14",
|
|
|
|
url = "https://crates.io/api/v1/crates/log/0.4.14/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-02-03 11:29:48 +01:00
|
|
|
sha256 = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710",
|
|
|
|
strip_prefix = "log-0.4.14",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.log-0.4.14.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__mac__0_1_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/mac/0.1.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4",
|
|
|
|
strip_prefix = "mac-0.1.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.mac-0.1.1.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__maplit__1_0_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/maplit/1.0.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d",
|
|
|
|
strip_prefix = "maplit-1.0.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.maplit-1.0.2.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__markup5ever__0_10_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/markup5ever/0.10.1/download",
|
2021-02-06 04:42:38 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd",
|
|
|
|
strip_prefix = "markup5ever-0.10.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.markup5ever-0.10.1.bazel"),
|
2021-02-06 04:42:38 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__markup5ever_rcdom__0_1_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/markup5ever_rcdom/0.1.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b",
|
|
|
|
strip_prefix = "markup5ever_rcdom-0.1.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.markup5ever_rcdom-0.1.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__matches__0_1_9",
|
|
|
|
url = "https://crates.io/api/v1/crates/matches/0.1.9/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f",
|
|
|
|
strip_prefix = "matches-0.1.9",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.matches-0.1.9.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__memchr__2_4_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/memchr/2.4.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a",
|
|
|
|
strip_prefix = "memchr-2.4.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.memchr-2.4.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__mime__0_3_16",
|
|
|
|
url = "https://crates.io/api/v1/crates/mime/0.3.16/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d",
|
|
|
|
strip_prefix = "mime-0.3.16",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.mime-0.3.16.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__mime_guess__2_0_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/mime_guess/2.0.4/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef",
|
|
|
|
strip_prefix = "mime_guess-2.0.4",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.mime_guess-2.0.4.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-10-02 12:42:03 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__minimal_lexical__0_2_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download",
|
2021-10-02 12:42:03 +02:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a",
|
|
|
|
strip_prefix = "minimal-lexical-0.2.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.minimal-lexical-0.2.1.bazel"),
|
2021-10-02 12:42:03 +02:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-03-07 10:04:34 +01:00
|
|
|
name = "raze__miniz_oxide__0_4_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/miniz_oxide/0.4.4/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-03-07 10:04:34 +01:00
|
|
|
sha256 = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b",
|
|
|
|
strip_prefix = "miniz_oxide-0.4.4",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.miniz_oxide-0.4.4.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__mio__0_8_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/mio/0.8.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "7ba42135c6a5917b9db9cd7b293e5409e1c6b041e6f9825e92e55a894c63b6f8",
|
|
|
|
strip_prefix = "mio-0.8.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.mio-0.8.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__miow__0_3_7",
|
|
|
|
url = "https://crates.io/api/v1/crates/miow/0.3.7/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21",
|
|
|
|
strip_prefix = "miow-0.3.7",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.miow-0.3.7.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-03-27 05:47:16 +01:00
|
|
|
name = "raze__multimap__0_8_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/multimap/0.8.3/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-03-27 05:47:16 +01:00
|
|
|
sha256 = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a",
|
|
|
|
strip_prefix = "multimap-0.8.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.multimap-0.8.3.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__native_tls__0_2_8",
|
|
|
|
url = "https://crates.io/api/v1/crates/native-tls/0.2.8/download",
|
2020-11-15 05:02:53 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d",
|
|
|
|
strip_prefix = "native-tls-0.2.8",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.native-tls-0.2.8.bazel"),
|
2020-11-15 05:02:53 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__new_debug_unreachable__1_0_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54",
|
|
|
|
strip_prefix = "new_debug_unreachable-1.0.4",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.new_debug_unreachable-1.0.4.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__nodrop__0_1_14",
|
|
|
|
url = "https://crates.io/api/v1/crates/nodrop/0.1.14/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb",
|
|
|
|
strip_prefix = "nodrop-0.1.14",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.nodrop-0.1.14.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-06-25 07:35:25 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__nom__7_1_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/nom/7.1.1/download",
|
2021-06-25 07:35:25 +02:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36",
|
|
|
|
strip_prefix = "nom-7.1.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.nom-7.1.1.bazel"),
|
2021-06-25 07:35:25 +02:00
|
|
|
)
|
|
|
|
|
2021-04-27 14:18:12 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__ntapi__0_3_7",
|
|
|
|
url = "https://crates.io/api/v1/crates/ntapi/0.3.7/download",
|
2021-04-27 14:18:12 +02:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f",
|
|
|
|
strip_prefix = "ntapi-0.3.7",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.ntapi-0.3.7.bazel"),
|
2021-04-27 14:18:12 +02:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__num_format__0_4_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/num-format/0.4.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465",
|
|
|
|
strip_prefix = "num-format-0.4.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.num-format-0.4.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-11-02 09:17:26 +01:00
|
|
|
name = "raze__num_integer__0_1_44",
|
|
|
|
url = "https://crates.io/api/v1/crates/num-integer/0.1.44/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-11-02 09:17:26 +01:00
|
|
|
sha256 = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db",
|
|
|
|
strip_prefix = "num-integer-0.1.44",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.num-integer-0.1.44.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-11-02 09:17:26 +01:00
|
|
|
name = "raze__num_traits__0_2_14",
|
|
|
|
url = "https://crates.io/api/v1/crates/num-traits/0.2.14/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-11-02 09:17:26 +01:00
|
|
|
sha256 = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290",
|
|
|
|
strip_prefix = "num-traits-0.2.14",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.num-traits-0.2.14.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__num_cpus__1_13_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/num_cpus/1.13.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1",
|
|
|
|
strip_prefix = "num_cpus-1.13.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.num_cpus-1.13.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__num_enum__0_5_7",
|
|
|
|
url = "https://crates.io/api/v1/crates/num_enum/0.5.7/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9",
|
|
|
|
strip_prefix = "num_enum-0.5.7",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.num_enum-0.5.7.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__num_enum_derive__0_5_7",
|
|
|
|
url = "https://crates.io/api/v1/crates/num_enum_derive/0.5.7/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce",
|
|
|
|
strip_prefix = "num_enum_derive-0.5.7",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.num_enum_derive-0.5.7.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2022-02-25 07:30:59 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__num_threads__0_1_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/num_threads/0.1.4/download",
|
2022-02-25 07:30:59 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "c539a50b93a303167eded6e8dff5220cd39447409fb659f4cd24b1f72fe4f133",
|
|
|
|
strip_prefix = "num_threads-0.1.4",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.num_threads-0.1.4.bazel"),
|
2022-02-25 07:30:59 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__once_cell__1_10_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/once_cell/1.10.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9",
|
|
|
|
strip_prefix = "once_cell-1.10.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.once_cell-1.10.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__openssl__0_10_38",
|
|
|
|
url = "https://crates.io/api/v1/crates/openssl/0.10.38/download",
|
2020-11-15 05:02:53 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95",
|
|
|
|
strip_prefix = "openssl-0.10.38",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.openssl-0.10.38.bazel"),
|
2020-11-15 05:02:53 +01:00
|
|
|
)
|
|
|
|
|
2020-11-03 01:26:27 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__openssl_probe__0_1_5",
|
|
|
|
url = "https://crates.io/api/v1/crates/openssl-probe/0.1.5/download",
|
2020-11-03 01:26:27 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf",
|
|
|
|
strip_prefix = "openssl-probe-0.1.5",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.openssl-probe-0.1.5.bazel"),
|
2020-11-03 01:26:27 +01:00
|
|
|
)
|
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__openssl_sys__0_9_72",
|
|
|
|
url = "https://crates.io/api/v1/crates/openssl-sys/0.9.72/download",
|
2020-11-15 05:02:53 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb",
|
|
|
|
strip_prefix = "openssl-sys-0.9.72",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.72.bazel"),
|
2020-11-15 05:02:53 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__parking_lot__0_11_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/parking_lot/0.11.2/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99",
|
|
|
|
strip_prefix = "parking_lot-0.11.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.parking_lot-0.11.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2022-02-28 01:28:39 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__parking_lot__0_12_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/parking_lot/0.12.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58",
|
|
|
|
strip_prefix = "parking_lot-0.12.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.parking_lot-0.12.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__parking_lot_core__0_8_5",
|
|
|
|
url = "https://crates.io/api/v1/crates/parking_lot_core/0.8.5/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216",
|
|
|
|
strip_prefix = "parking_lot_core-0.8.5",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.parking_lot_core-0.8.5.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2022-02-28 01:28:39 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__parking_lot_core__0_9_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/parking_lot_core/0.9.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954",
|
|
|
|
strip_prefix = "parking_lot_core-0.9.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.parking_lot_core-0.9.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-03-07 10:04:34 +01:00
|
|
|
name = "raze__paste__0_1_18",
|
|
|
|
url = "https://crates.io/api/v1/crates/paste/0.1.18/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-03-07 10:04:34 +01:00
|
|
|
sha256 = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880",
|
|
|
|
strip_prefix = "paste-0.1.18",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.paste-0.1.18.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__paste_impl__0_1_18",
|
|
|
|
url = "https://crates.io/api/v1/crates/paste-impl/0.1.18/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6",
|
|
|
|
strip_prefix = "paste-impl-0.1.18",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.paste-impl-0.1.18.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-07-16 02:35:09 +02:00
|
|
|
maybe(
|
|
|
|
new_git_repository,
|
|
|
|
name = "raze__pct_str__1_1_0",
|
|
|
|
remote = "https://github.com/timothee-haudebourg/pct-str.git",
|
|
|
|
shallow_since = "1605376517 +0100",
|
|
|
|
commit = "4adccd8d4a222ab2672350a102f06ae832a0572d",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.pct-str-1.1.0.bazel"),
|
|
|
|
init_submodules = True,
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__percent_encoding__2_1_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/percent-encoding/2.1.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e",
|
|
|
|
strip_prefix = "percent-encoding-2.1.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.percent-encoding-2.1.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__petgraph__0_6_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/petgraph/0.6.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f",
|
|
|
|
strip_prefix = "petgraph-0.6.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.petgraph-0.6.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__phf__0_10_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/phf/0.10.1/download",
|
2021-02-06 04:42:38 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259",
|
|
|
|
strip_prefix = "phf-0.10.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.phf-0.10.1.bazel"),
|
2021-02-06 04:42:38 +01:00
|
|
|
)
|
|
|
|
|
2021-06-25 07:35:25 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__phf__0_8_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/phf/0.8.0/download",
|
2021-06-25 07:35:25 +02:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12",
|
|
|
|
strip_prefix = "phf-0.8.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.phf-0.8.0.bazel"),
|
2021-06-25 07:35:25 +02:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__phf_codegen__0_8_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/phf_codegen/0.8.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815",
|
|
|
|
strip_prefix = "phf_codegen-0.8.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.phf_codegen-0.8.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2021-10-02 12:42:03 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__phf_generator__0_10_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/phf_generator/0.10.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6",
|
|
|
|
strip_prefix = "phf_generator-0.10.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.phf_generator-0.10.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__phf_generator__0_8_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/phf_generator/0.8.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526",
|
|
|
|
strip_prefix = "phf_generator-0.8.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.phf_generator-0.8.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2021-03-26 00:40:41 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__phf_macros__0_10_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/phf_macros/0.10.0/download",
|
2021-06-25 07:35:25 +02:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0",
|
|
|
|
strip_prefix = "phf_macros-0.10.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.phf_macros-0.10.0.bazel"),
|
2021-06-25 07:35:25 +02:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__phf_macros__0_8_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/phf_macros/0.8.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c",
|
|
|
|
strip_prefix = "phf_macros-0.8.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.phf_macros-0.8.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2021-06-25 07:35:25 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__phf_shared__0_10_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/phf_shared/0.10.0/download",
|
2021-03-26 00:40:41 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096",
|
|
|
|
strip_prefix = "phf_shared-0.10.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.phf_shared-0.10.0.bazel"),
|
2021-03-26 00:40:41 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__phf_shared__0_8_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/phf_shared/0.8.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7",
|
|
|
|
strip_prefix = "phf_shared-0.8.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.phf_shared-0.8.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2021-06-25 07:35:25 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__pin_project__1_0_10",
|
|
|
|
url = "https://crates.io/api/v1/crates/pin-project/1.0.10/download",
|
2021-06-25 07:35:25 +02:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e",
|
|
|
|
strip_prefix = "pin-project-1.0.10",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.pin-project-1.0.10.bazel"),
|
2021-06-25 07:35:25 +02:00
|
|
|
)
|
|
|
|
|
2020-11-02 09:17:26 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__pin_project_internal__1_0_10",
|
|
|
|
url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.10/download",
|
2020-11-02 09:17:26 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb",
|
|
|
|
strip_prefix = "pin-project-internal-1.0.10",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.pin-project-internal-1.0.10.bazel"),
|
2020-11-02 09:17:26 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__pin_project_lite__0_2_8",
|
|
|
|
url = "https://crates.io/api/v1/crates/pin-project-lite/0.2.8/download",
|
2020-11-02 09:17:26 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c",
|
|
|
|
strip_prefix = "pin-project-lite-0.2.8",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.pin-project-lite-0.2.8.bazel"),
|
2020-11-24 07:57:37 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__pin_utils__0_1_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/pin-utils/0.1.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184",
|
|
|
|
strip_prefix = "pin-utils-0.1.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.pin-utils-0.1.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__pkg_config__0_3_24",
|
|
|
|
url = "https://crates.io/api/v1/crates/pkg-config/0.3.24/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe",
|
|
|
|
strip_prefix = "pkg-config-0.3.24",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.pkg-config-0.3.24.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__ppv_lite86__0_2_16",
|
|
|
|
url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.16/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872",
|
|
|
|
strip_prefix = "ppv-lite86-0.2.16",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.ppv-lite86-0.2.16.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__precomputed_hash__0_1_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c",
|
|
|
|
strip_prefix = "precomputed-hash-0.1.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.precomputed-hash-0.1.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__proc_macro_crate__1_1_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/proc-macro-crate/1.1.3/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a",
|
|
|
|
strip_prefix = "proc-macro-crate-1.1.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.proc-macro-crate-1.1.3.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-11-02 09:17:26 +01:00
|
|
|
name = "raze__proc_macro_hack__0_5_19",
|
|
|
|
url = "https://crates.io/api/v1/crates/proc-macro-hack/0.5.19/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-11-02 09:17:26 +01:00
|
|
|
sha256 = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5",
|
|
|
|
strip_prefix = "proc-macro-hack-0.5.19",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.proc-macro-hack-0.5.19.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__proc_macro_nested__0_1_7",
|
|
|
|
url = "https://crates.io/api/v1/crates/proc-macro-nested/0.1.7/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086",
|
|
|
|
strip_prefix = "proc-macro-nested-0.1.7",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.proc-macro-nested-0.1.7.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__proc_macro2__1_0_36",
|
|
|
|
url = "https://crates.io/api/v1/crates/proc-macro2/1.0.36/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029",
|
|
|
|
strip_prefix = "proc-macro2-1.0.36",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.36.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
2020-12-28 01:12:10 +01:00
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__prost__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/prost/0.9.0/download",
|
2020-12-28 01:12:10 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001",
|
|
|
|
strip_prefix = "prost-0.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.prost-0.9.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
2020-12-28 01:12:10 +01:00
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__prost_build__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/prost-build/0.9.0/download",
|
2020-12-28 01:12:10 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5",
|
|
|
|
strip_prefix = "prost-build-0.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.prost-build-0.9.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
2020-12-28 01:12:10 +01:00
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__prost_derive__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/prost-derive/0.9.0/download",
|
2020-12-28 01:12:10 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe",
|
|
|
|
strip_prefix = "prost-derive-0.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.prost-derive-0.9.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
2020-12-28 01:12:10 +01:00
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__prost_types__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/prost-types/0.9.0/download",
|
2020-12-28 01:12:10 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a",
|
|
|
|
strip_prefix = "prost-types-0.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.prost-types-0.9.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 06:02:40 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__pulldown_cmark__0_8_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/pulldown-cmark/0.8.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8",
|
|
|
|
strip_prefix = "pulldown-cmark-0.8.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.pulldown-cmark-0.8.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
2020-12-23 01:08:38 +01:00
|
|
|
http_archive,
|
2021-12-03 11:04:47 +01:00
|
|
|
name = "raze__pyo3__0_15_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/pyo3/0.15.1/download",
|
2021-10-02 12:42:03 +02:00
|
|
|
type = "tar.gz",
|
2021-12-03 11:04:47 +01:00
|
|
|
sha256 = "7cf01dbf1c05af0a14c7779ed6f3aa9deac9c3419606ac9de537a2d649005720",
|
|
|
|
strip_prefix = "pyo3-0.15.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.pyo3-0.15.1.bazel"),
|
2021-10-02 12:42:03 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-12-03 11:04:47 +01:00
|
|
|
name = "raze__pyo3_build_config__0_15_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/pyo3-build-config/0.15.1/download",
|
2020-12-23 01:08:38 +01:00
|
|
|
type = "tar.gz",
|
2021-12-03 11:04:47 +01:00
|
|
|
sha256 = "dbf9e4d128bfbddc898ad3409900080d8d5095c379632fbbfbb9c8cfb1fb852b",
|
|
|
|
strip_prefix = "pyo3-build-config-0.15.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.pyo3-build-config-0.15.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
2020-12-23 01:08:38 +01:00
|
|
|
http_archive,
|
2021-12-03 11:04:47 +01:00
|
|
|
name = "raze__pyo3_macros__0_15_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/pyo3-macros/0.15.1/download",
|
2020-12-23 01:08:38 +01:00
|
|
|
type = "tar.gz",
|
2021-12-03 11:04:47 +01:00
|
|
|
sha256 = "67701eb32b1f9a9722b4bc54b548ff9d7ebfded011c12daece7b9063be1fd755",
|
|
|
|
strip_prefix = "pyo3-macros-0.15.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.pyo3-macros-0.15.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
2020-12-23 01:08:38 +01:00
|
|
|
http_archive,
|
2021-12-03 11:04:47 +01:00
|
|
|
name = "raze__pyo3_macros_backend__0_15_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/pyo3-macros-backend/0.15.1/download",
|
2020-12-23 01:08:38 +01:00
|
|
|
type = "tar.gz",
|
2021-12-03 11:04:47 +01:00
|
|
|
sha256 = "f44f09e825ee49a105f2c7b23ebee50886a9aee0746f4dd5a704138a64b0218a",
|
|
|
|
strip_prefix = "pyo3-macros-backend-0.15.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.pyo3-macros-backend-0.15.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__quote__1_0_15",
|
|
|
|
url = "https://crates.io/api/v1/crates/quote/1.0.15/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145",
|
|
|
|
strip_prefix = "quote-1.0.15",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.quote-1.0.15.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__rand__0_7_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/rand/0.7.3/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03",
|
|
|
|
strip_prefix = "rand-0.7.3",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.rand-0.7.3.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-03 11:29:48 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__rand__0_8_5",
|
|
|
|
url = "https://crates.io/api/v1/crates/rand/0.8.5/download",
|
2021-02-03 11:29:48 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404",
|
|
|
|
strip_prefix = "rand-0.8.5",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.rand-0.8.5.bazel"),
|
2021-02-03 11:29:48 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__rand_chacha__0_2_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/rand_chacha/0.2.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402",
|
|
|
|
strip_prefix = "rand_chacha-0.2.2",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.rand_chacha-0.2.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-03 11:29:48 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-16 08:10:57 +02:00
|
|
|
name = "raze__rand_chacha__0_3_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/rand_chacha/0.3.1/download",
|
2021-02-03 11:29:48 +01:00
|
|
|
type = "tar.gz",
|
2021-06-16 08:10:57 +02:00
|
|
|
sha256 = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88",
|
|
|
|
strip_prefix = "rand_chacha-0.3.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.rand_chacha-0.3.1.bazel"),
|
2021-02-03 11:29:48 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__rand_core__0_5_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/rand_core/0.5.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19",
|
|
|
|
strip_prefix = "rand_core-0.5.1",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.rand_core-0.5.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-03 11:29:48 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-16 08:10:57 +02:00
|
|
|
name = "raze__rand_core__0_6_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/rand_core/0.6.3/download",
|
2021-02-03 11:29:48 +01:00
|
|
|
type = "tar.gz",
|
2021-06-16 08:10:57 +02:00
|
|
|
sha256 = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7",
|
|
|
|
strip_prefix = "rand_core-0.6.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.rand_core-0.6.3.bazel"),
|
2021-02-03 11:29:48 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__rand_hc__0_2_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/rand_hc/0.2.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c",
|
|
|
|
strip_prefix = "rand_hc-0.2.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.rand_hc-0.2.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__rand_pcg__0_2_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/rand_pcg/0.2.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429",
|
|
|
|
strip_prefix = "rand_pcg-0.2.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.rand_pcg-0.2.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2021-03-10 03:14:48 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__redox_syscall__0_2_11",
|
|
|
|
url = "https://crates.io/api/v1/crates/redox_syscall/0.2.11/download",
|
2021-02-03 11:29:48 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c",
|
|
|
|
strip_prefix = "redox_syscall-0.2.11",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.11.bazel"),
|
2021-02-03 11:29:48 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__redox_users__0_4_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/redox_users/0.4.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64",
|
|
|
|
strip_prefix = "redox_users-0.4.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.redox_users-0.4.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__regex__1_5_5",
|
|
|
|
url = "https://crates.io/api/v1/crates/regex/1.5.5/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286",
|
|
|
|
strip_prefix = "regex-1.5.5",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.regex-1.5.5.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-05-07 10:22:27 +02:00
|
|
|
name = "raze__regex_syntax__0_6_25",
|
|
|
|
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.25/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-05-07 10:22:27 +02:00
|
|
|
sha256 = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b",
|
|
|
|
strip_prefix = "regex-syntax-0.6.25",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.regex-syntax-0.6.25.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__remove_dir_all__0_5_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/remove_dir_all/0.5.3/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7",
|
|
|
|
strip_prefix = "remove_dir_all-0.5.3",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.remove_dir_all-0.5.3.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
new_git_repository,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__reqwest__0_11_3",
|
2020-11-01 05:26:58 +01:00
|
|
|
remote = "https://github.com/ankitects/reqwest.git",
|
2021-04-27 14:18:12 +02:00
|
|
|
shallow_since = "1619519742 +1000",
|
|
|
|
commit = "7591444614de02b658ddab125efba7b2bb4e2335",
|
|
|
|
build_file = Label("//cargo:BUILD.reqwest.native.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
init_submodules = True,
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-02-03 11:29:48 +01:00
|
|
|
name = "raze__ring__0_16_20",
|
|
|
|
url = "https://crates.io/api/v1/crates/ring/0.16.20/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-02-03 11:29:48 +01:00
|
|
|
sha256 = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc",
|
|
|
|
strip_prefix = "ring-0.16.20",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.ring-0.16.20.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__rusqlite__0_26_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/rusqlite/0.26.3/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "4ba4d3462c8b2e4d7f4fcfcf2b296dc6b65404fbbc7b63daa37fd485c149daf7",
|
|
|
|
strip_prefix = "rusqlite-0.26.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.rusqlite-0.26.3.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-03 11:29:48 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__rustc_hash__1_1_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/rustc-hash/1.1.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2",
|
|
|
|
strip_prefix = "rustc-hash-1.1.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.rustc-hash-1.1.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-12-03 11:04:47 +01:00
|
|
|
name = "raze__rustc_version__0_4_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/rustc_version/0.4.0/download",
|
2021-07-23 11:39:40 +02:00
|
|
|
type = "tar.gz",
|
2021-12-03 11:04:47 +01:00
|
|
|
sha256 = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366",
|
|
|
|
strip_prefix = "rustc_version-0.4.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.rustc_version-0.4.0.bazel"),
|
2021-07-23 11:39:40 +02:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__rustls__0_19_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/rustls/0.19.1/download",
|
2020-11-03 01:26:27 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7",
|
|
|
|
strip_prefix = "rustls-0.19.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.rustls-0.19.1.bazel"),
|
2020-11-03 01:26:27 +01:00
|
|
|
)
|
|
|
|
|
2021-06-18 10:15:41 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__rustls_native_certs__0_5_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/rustls-native-certs/0.5.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092",
|
|
|
|
strip_prefix = "rustls-native-certs-0.5.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.rustls-native-certs-0.5.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2021-10-02 12:42:03 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__rustversion__1_0_6",
|
|
|
|
url = "https://crates.io/api/v1/crates/rustversion/1.0.6/download",
|
2021-10-02 12:42:03 +02:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f",
|
|
|
|
strip_prefix = "rustversion-1.0.6",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.rustversion-1.0.6.bazel"),
|
2021-10-02 12:42:03 +02:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__ryu__1_0_9",
|
|
|
|
url = "https://crates.io/api/v1/crates/ryu/1.0.9/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f",
|
|
|
|
strip_prefix = "ryu-1.0.9",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.ryu-1.0.9.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-11-12 09:19:01 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__same_file__1_0_6",
|
|
|
|
url = "https://crates.io/api/v1/crates/same-file/1.0.6/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502",
|
|
|
|
strip_prefix = "same-file-1.0.6",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.same-file-1.0.6.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-03 01:26:27 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__schannel__0_1_19",
|
|
|
|
url = "https://crates.io/api/v1/crates/schannel/0.1.19/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75",
|
|
|
|
strip_prefix = "schannel-0.1.19",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.schannel-0.1.19.bazel"),
|
2020-11-03 01:26:27 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__scopeguard__1_1_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/scopeguard/1.1.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd",
|
|
|
|
strip_prefix = "scopeguard-1.1.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.scopeguard-1.1.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__sct__0_6_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/sct/0.6.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce",
|
|
|
|
strip_prefix = "sct-0.6.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.sct-0.6.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2020-11-03 01:26:27 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__security_framework__2_6_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/security-framework/2.6.1/download",
|
2020-11-03 01:26:27 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc",
|
|
|
|
strip_prefix = "security-framework-2.6.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.security-framework-2.6.1.bazel"),
|
2020-11-03 01:26:27 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__security_framework_sys__2_6_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/security-framework-sys/2.6.1/download",
|
2020-11-03 01:26:27 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556",
|
|
|
|
strip_prefix = "security-framework-sys-2.6.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.security-framework-sys-2.6.1.bazel"),
|
2020-11-03 01:26:27 +01:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__selectors__0_22_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/selectors/0.22.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe",
|
|
|
|
strip_prefix = "selectors-0.22.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.selectors-0.22.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2021-10-26 00:16:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-12-03 11:04:47 +01:00
|
|
|
name = "raze__self_cell__0_10_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/self_cell/0.10.2/download",
|
2021-10-26 00:16:40 +02:00
|
|
|
type = "tar.gz",
|
2021-12-03 11:04:47 +01:00
|
|
|
sha256 = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af",
|
|
|
|
strip_prefix = "self_cell-0.10.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.self_cell-0.10.2.bazel"),
|
2021-10-26 00:16:40 +02:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__semver__1_0_6",
|
|
|
|
url = "https://crates.io/api/v1/crates/semver/1.0.6/download",
|
2021-07-23 11:39:40 +02:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d",
|
|
|
|
strip_prefix = "semver-1.0.6",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.semver-1.0.6.bazel"),
|
2021-07-23 11:39:40 +02:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__serde__1_0_136",
|
|
|
|
url = "https://crates.io/api/v1/crates/serde/1.0.136/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789",
|
|
|
|
strip_prefix = "serde-1.0.136",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.serde-1.0.136.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__serde_aux__3_0_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/serde-aux/3.0.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "93abf9799c576f004252b2a05168d58527fb7c54de12e94b4d12fe3475ffad24",
|
|
|
|
strip_prefix = "serde-aux-3.0.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.serde-aux-3.0.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__serde_derive__1_0_136",
|
|
|
|
url = "https://crates.io/api/v1/crates/serde_derive/1.0.136/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9",
|
|
|
|
strip_prefix = "serde_derive-1.0.136",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.serde_derive-1.0.136.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__serde_json__1_0_79",
|
|
|
|
url = "https://crates.io/api/v1/crates/serde_json/1.0.79/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95",
|
|
|
|
strip_prefix = "serde_json-1.0.79",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.serde_json-1.0.79.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-16 08:10:57 +02:00
|
|
|
name = "raze__serde_repr__0_1_7",
|
|
|
|
url = "https://crates.io/api/v1/crates/serde_repr/0.1.7/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-06-16 08:10:57 +02:00
|
|
|
sha256 = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5",
|
|
|
|
strip_prefix = "serde_repr-0.1.7",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.serde_repr-0.1.7.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__serde_tuple__0_5_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/serde_tuple/0.5.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "f4f025b91216f15a2a32aa39669329a475733590a015835d1783549a56d09427",
|
|
|
|
strip_prefix = "serde_tuple-0.5.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.serde_tuple-0.5.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__serde_tuple_macros__0_5_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/serde_tuple_macros/0.5.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "4076151d1a2b688e25aaf236997933c66e18b870d0369f8b248b8ab2be630d7e",
|
|
|
|
strip_prefix = "serde_tuple_macros-0.5.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.serde_tuple_macros-0.5.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__serde_urlencoded__0_7_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd",
|
|
|
|
strip_prefix = "serde_urlencoded-0.7.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.serde_urlencoded-0.7.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__servo_arc__0_1_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/servo_arc/0.1.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432",
|
|
|
|
strip_prefix = "servo_arc-0.1.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.servo_arc-0.1.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__sha1__0_6_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/sha1/0.6.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770",
|
|
|
|
strip_prefix = "sha1-0.6.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.sha1-0.6.1.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__sha1_smol__1_0_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/sha1_smol/1.0.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012",
|
|
|
|
strip_prefix = "sha1_smol-1.0.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.sha1_smol-1.0.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-12-20 06:04:19 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__signal_hook_registry__1_4_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/signal-hook-registry/1.4.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0",
|
|
|
|
strip_prefix = "signal-hook-registry-1.4.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.signal-hook-registry-1.4.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__siphasher__0_3_10",
|
|
|
|
url = "https://crates.io/api/v1/crates/siphasher/0.3.10/download",
|
2021-02-06 04:42:38 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de",
|
|
|
|
strip_prefix = "siphasher-0.3.10",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.siphasher-0.3.10.bazel"),
|
2021-02-06 04:42:38 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-26 00:16:40 +02:00
|
|
|
name = "raze__slab__0_4_5",
|
|
|
|
url = "https://crates.io/api/v1/crates/slab/0.4.5/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-26 00:16:40 +02:00
|
|
|
sha256 = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5",
|
|
|
|
strip_prefix = "slab-0.4.5",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.slab-0.4.5.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-12-01 05:49:23 +01:00
|
|
|
name = "raze__slog__2_7_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/slog/2.7.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-12-01 05:49:23 +01:00
|
|
|
sha256 = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06",
|
|
|
|
strip_prefix = "slog-2.7.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.slog-2.7.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__slog_async__2_7_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/slog-async/2.7.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "766c59b252e62a34651412870ff55d8c4e6d04df19b43eecb2703e417b097ffe",
|
|
|
|
strip_prefix = "slog-async-2.7.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.slog-async-2.7.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__slog_envlogger__2_2_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/slog-envlogger/2.2.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "906a1a0bc43fed692df4b82a5e2fbfc3733db8dad8bb514ab27a4f23ad04f5c0",
|
|
|
|
strip_prefix = "slog-envlogger-2.2.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.slog-envlogger-2.2.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-02-03 11:29:48 +01:00
|
|
|
name = "raze__slog_scope__4_4_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/slog-scope/4.4.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-02-03 11:29:48 +01:00
|
|
|
sha256 = "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786",
|
|
|
|
strip_prefix = "slog-scope-4.4.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.slog-scope-4.4.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-11-02 09:17:26 +01:00
|
|
|
name = "raze__slog_stdlog__4_1_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/slog-stdlog/4.1.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-11-02 09:17:26 +01:00
|
|
|
sha256 = "8228ab7302adbf4fcb37e66f3cda78003feb521e7fd9e3847ec117a7784d0f5a",
|
|
|
|
strip_prefix = "slog-stdlog-4.1.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.slog-stdlog-4.1.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__slog_term__2_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/slog-term/2.9.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "87d29185c55b7b258b4f120eab00f48557d4d9bc814f41713f449d35b0f8977c",
|
|
|
|
strip_prefix = "slog-term-2.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.slog-term-2.9.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__smallvec__1_8_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/smallvec/1.8.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83",
|
|
|
|
strip_prefix = "smallvec-1.8.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.smallvec-1.8.0.bazel"),
|
2022-02-10 00:55:43 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__snowflake__1_3_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/snowflake/1.3.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "27207bb65232eda1f588cf46db2fee75c0808d557f6b3cf19a75f5d6d7c94df1",
|
|
|
|
strip_prefix = "snowflake-1.3.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.snowflake-1.3.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__socket2__0_4_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/socket2/0.4.4/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0",
|
|
|
|
strip_prefix = "socket2-0.4.4",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.socket2-0.4.4.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__spin__0_5_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/spin/0.5.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d",
|
|
|
|
strip_prefix = "spin-0.5.2",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.spin-0.5.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__stable_deref_trait__1_2_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3",
|
|
|
|
strip_prefix = "stable_deref_trait-1.2.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.stable_deref_trait-1.2.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__string_cache__0_8_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/string_cache/0.8.3/download",
|
2021-02-06 04:42:38 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26",
|
|
|
|
strip_prefix = "string_cache-0.8.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.string_cache-0.8.3.bazel"),
|
2021-02-06 04:42:38 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__string_cache_codegen__0_5_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/string_cache_codegen/0.5.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97",
|
|
|
|
strip_prefix = "string_cache_codegen-0.5.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.string_cache_codegen-0.5.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2021-03-07 10:08:03 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__strum__0_23_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/strum/0.23.0/download",
|
2021-03-07 10:08:03 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb",
|
|
|
|
strip_prefix = "strum-0.23.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.strum-0.23.0.bazel"),
|
2021-03-07 10:08:03 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-12-03 11:04:47 +01:00
|
|
|
name = "raze__strum_macros__0_23_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/strum_macros/0.23.1/download",
|
2021-03-07 10:08:03 +01:00
|
|
|
type = "tar.gz",
|
2021-12-03 11:04:47 +01:00
|
|
|
sha256 = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38",
|
|
|
|
strip_prefix = "strum_macros-0.23.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.strum_macros-0.23.1.bazel"),
|
2021-03-07 10:08:03 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__subtle__2_4_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/subtle/2.4.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601",
|
|
|
|
strip_prefix = "subtle-2.4.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.subtle-2.4.1.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__syn__1_0_88",
|
|
|
|
url = "https://crates.io/api/v1/crates/syn/1.0.88/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "ebd69e719f31e88618baa1eaa6ee2de5c9a1c004f1e9ecdb58e8352a13f20a01",
|
|
|
|
strip_prefix = "syn-1.0.88",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.syn-1.0.88.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__take_mut__0_2_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/take_mut/0.2.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60",
|
|
|
|
strip_prefix = "take_mut-0.2.2",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.take_mut-0.2.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__tempfile__3_3_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/tempfile/3.3.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4",
|
|
|
|
strip_prefix = "tempfile-3.3.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tempfile-3.3.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__tendril__0_4_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/tendril/0.4.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33",
|
|
|
|
strip_prefix = "tendril-0.4.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tendril-0.4.2.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__term__0_7_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/term/0.7.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f",
|
|
|
|
strip_prefix = "term-0.7.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.term-0.7.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__termcolor__1_1_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/termcolor/1.1.3/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755",
|
|
|
|
strip_prefix = "termcolor-1.1.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.termcolor-1.1.3.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__thin_slice__0_1_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/thin-slice/0.1.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c",
|
|
|
|
strip_prefix = "thin-slice-0.1.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.thin-slice-0.1.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-26 00:16:40 +02:00
|
|
|
name = "raze__thiserror__1_0_30",
|
|
|
|
url = "https://crates.io/api/v1/crates/thiserror/1.0.30/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-26 00:16:40 +02:00
|
|
|
sha256 = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417",
|
|
|
|
strip_prefix = "thiserror-1.0.30",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.thiserror-1.0.30.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-26 00:16:40 +02:00
|
|
|
name = "raze__thiserror_impl__1_0_30",
|
|
|
|
url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.30/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-26 00:16:40 +02:00
|
|
|
sha256 = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b",
|
|
|
|
strip_prefix = "thiserror-impl-1.0.30",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.thiserror-impl-1.0.30.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__thread_local__1_1_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/thread_local/1.1.4/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180",
|
|
|
|
strip_prefix = "thread_local-1.1.4",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.thread_local-1.1.4.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-25 07:35:25 +02:00
|
|
|
name = "raze__time__0_1_44",
|
|
|
|
url = "https://crates.io/api/v1/crates/time/0.1.44/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-06-25 07:35:25 +02:00
|
|
|
sha256 = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255",
|
|
|
|
strip_prefix = "time-0.1.44",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.time-0.1.44.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2022-02-25 07:30:59 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__time__0_3_7",
|
|
|
|
url = "https://crates.io/api/v1/crates/time/0.3.7/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d",
|
|
|
|
strip_prefix = "time-0.3.7",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.time-0.3.7.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__time_macros__0_2_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/time-macros/0.2.3/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6",
|
|
|
|
strip_prefix = "time-macros-0.2.3",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.time-macros-0.2.3.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__tinystr__0_3_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/tinystr/0.3.4/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1",
|
|
|
|
strip_prefix = "tinystr-0.3.4",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.tinystr-0.3.4.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__tinyvec__1_5_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/tinyvec/1.5.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2",
|
|
|
|
strip_prefix = "tinyvec-1.5.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tinyvec-1.5.1.bazel"),
|
2020-11-12 08:35:14 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__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("//cargo/remote:BUILD.tinyvec_macros-0.1.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-28 01:28:39 +01:00
|
|
|
name = "raze__tokio__1_17_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/tokio/1.17.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-28 01:28:39 +01:00
|
|
|
sha256 = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee",
|
|
|
|
strip_prefix = "tokio-1.17.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tokio-1.17.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
new_git_repository,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__tokio_io_timeout__1_1_1",
|
2020-11-01 05:26:58 +01:00
|
|
|
remote = "https://github.com/ankitects/tokio-io-timeout.git",
|
2021-04-27 14:18:12 +02:00
|
|
|
shallow_since = "1619517354 +1000",
|
|
|
|
commit = "1ee0892217e9a76bba4bb369ec5fab8854935a3c",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tokio-io-timeout-1.1.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
init_submodules = True,
|
|
|
|
)
|
|
|
|
|
2021-07-23 11:39:40 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__tokio_macros__1_7_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/tokio-macros/1.7.0/download",
|
2021-07-23 11:39:40 +02:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7",
|
|
|
|
strip_prefix = "tokio-macros-1.7.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tokio-macros-1.7.0.bazel"),
|
2021-07-23 11:39:40 +02:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__tokio_native_tls__0_3_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/tokio-native-tls/0.3.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b",
|
|
|
|
strip_prefix = "tokio-native-tls-0.3.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tokio-native-tls-0.3.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__tokio_rustls__0_22_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/tokio-rustls/0.22.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6",
|
|
|
|
strip_prefix = "tokio-rustls-0.22.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tokio-rustls-0.22.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__tokio_socks__0_5_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/tokio-socks/0.5.1/download",
|
2020-11-15 05:02:53 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0",
|
|
|
|
strip_prefix = "tokio-socks-0.5.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tokio-socks-0.5.1.bazel"),
|
2020-11-15 05:02:53 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-11-18 11:54:00 +01:00
|
|
|
name = "raze__tokio_util__0_6_9",
|
|
|
|
url = "https://crates.io/api/v1/crates/tokio-util/0.6.9/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-11-18 11:54:00 +01:00
|
|
|
sha256 = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0",
|
|
|
|
strip_prefix = "tokio-util-0.6.9",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tokio-util-0.6.9.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-12-23 01:06:35 +01:00
|
|
|
name = "raze__toml__0_5_8",
|
|
|
|
url = "https://crates.io/api/v1/crates/toml/0.5.8/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-12-23 01:06:35 +01:00
|
|
|
sha256 = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa",
|
|
|
|
strip_prefix = "toml-0.5.8",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.toml-0.5.8.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-02-03 11:29:48 +01:00
|
|
|
name = "raze__tower_service__0_3_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/tower-service/0.3.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-02-03 11:29:48 +01:00
|
|
|
sha256 = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6",
|
|
|
|
strip_prefix = "tower-service-0.3.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tower-service-0.3.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__tracing__0_1_32",
|
|
|
|
url = "https://crates.io/api/v1/crates/tracing/0.1.32/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f",
|
|
|
|
strip_prefix = "tracing-0.1.32",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tracing-0.1.32.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-03-15 07:51:52 +01:00
|
|
|
name = "raze__tracing_core__0_1_23",
|
|
|
|
url = "https://crates.io/api/v1/crates/tracing-core/0.1.23/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-03-15 07:51:52 +01:00
|
|
|
sha256 = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c",
|
|
|
|
strip_prefix = "tracing-core-0.1.23",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.23.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__try_lock__0_2_3",
|
|
|
|
url = "https://crates.io/api/v1/crates/try-lock/0.2.3/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642",
|
|
|
|
strip_prefix = "try-lock-0.2.3",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.try-lock-0.2.3.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-02-03 11:29:48 +01:00
|
|
|
name = "raze__type_map__0_4_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/type-map/0.4.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-02-03 11:29:48 +01:00
|
|
|
sha256 = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46",
|
|
|
|
strip_prefix = "type-map-0.4.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.type-map-0.4.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__typenum__1_15_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/typenum/1.15.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987",
|
|
|
|
strip_prefix = "typenum-1.15.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.typenum-1.15.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-07-17 07:36:43 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__unic_char_property__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/unic-char-property/0.9.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221",
|
|
|
|
strip_prefix = "unic-char-property-0.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.unic-char-property-0.9.0.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__unic_char_range__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/unic-char-range/0.9.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc",
|
|
|
|
strip_prefix = "unic-char-range-0.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.unic-char-range-0.9.0.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__unic_common__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/unic-common/0.9.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc",
|
|
|
|
strip_prefix = "unic-common-0.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.unic-common-0.9.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-11-03 05:02:05 +01:00
|
|
|
name = "raze__unic_langid__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/unic-langid/0.9.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-11-03 05:02:05 +01:00
|
|
|
sha256 = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5",
|
|
|
|
strip_prefix = "unic-langid-0.9.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.unic-langid-0.9.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-11-03 05:02:05 +01:00
|
|
|
name = "raze__unic_langid_impl__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/unic-langid-impl/0.9.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-11-03 05:02:05 +01:00
|
|
|
sha256 = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d",
|
|
|
|
strip_prefix = "unic-langid-impl-0.9.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.unic-langid-impl-0.9.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-11-03 05:02:05 +01:00
|
|
|
name = "raze__unic_langid_macros__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/unic-langid-macros/0.9.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-11-03 05:02:05 +01:00
|
|
|
sha256 = "18f980d6d87e8805f2836d64b4138cc95aa7986fa63b1f51f67d5fbff64dd6e5",
|
|
|
|
strip_prefix = "unic-langid-macros-0.9.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.unic-langid-macros-0.9.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-11-03 05:02:05 +01:00
|
|
|
name = "raze__unic_langid_macros_impl__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/unic-langid-macros-impl/0.9.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-11-03 05:02:05 +01:00
|
|
|
sha256 = "29396ffd97e27574c3e01368b1a64267d3064969e4848e2e130ff668be9daa9f",
|
|
|
|
strip_prefix = "unic-langid-macros-impl-0.9.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.unic-langid-macros-impl-0.9.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-07-17 07:36:43 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__unic_ucd_category__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/unic-ucd-category/0.9.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "1b8d4591f5fcfe1bd4453baaf803c40e1b1e69ff8455c47620440b46efef91c0",
|
|
|
|
strip_prefix = "unic-ucd-category-0.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.unic-ucd-category-0.9.0.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__unic_ucd_version__0_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/unic-ucd-version/0.9.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4",
|
|
|
|
strip_prefix = "unic-ucd-version-0.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.unic-ucd-version-0.9.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__unicase__2_6_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/unicase/2.6.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6",
|
|
|
|
strip_prefix = "unicase-2.6.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.unicase-2.6.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-26 00:16:40 +02:00
|
|
|
name = "raze__unicode_bidi__0_3_7",
|
|
|
|
url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.7/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-10-26 00:16:40 +02:00
|
|
|
sha256 = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f",
|
|
|
|
strip_prefix = "unicode-bidi-0.3.7",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.unicode-bidi-0.3.7.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-16 08:10:57 +02:00
|
|
|
name = "raze__unicode_normalization__0_1_19",
|
|
|
|
url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.19/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-06-16 08:10:57 +02:00
|
|
|
sha256 = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9",
|
|
|
|
strip_prefix = "unicode-normalization-0.1.19",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.unicode-normalization-0.1.19.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__unicode_segmentation__1_9_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/unicode-segmentation/1.9.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99",
|
|
|
|
strip_prefix = "unicode-segmentation-1.9.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.unicode-segmentation-1.9.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 06:02:40 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "raze__unicode_width__0_1_9",
|
|
|
|
url = "https://crates.io/api/v1/crates/unicode-width/0.1.9/download",
|
2021-02-06 06:02:40 +01:00
|
|
|
type = "tar.gz",
|
2021-10-02 12:42:03 +02:00
|
|
|
sha256 = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973",
|
|
|
|
strip_prefix = "unicode-width-0.1.9",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.unicode-width-0.1.9.bazel"),
|
2021-02-06 06:02:40 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-05-07 10:22:27 +02:00
|
|
|
name = "raze__unicode_xid__0_2_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/unicode-xid/0.2.2/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-05-07 10:22:27 +02:00
|
|
|
sha256 = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3",
|
|
|
|
strip_prefix = "unicode-xid-0.2.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.unicode-xid-0.2.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__unindent__0_1_8",
|
|
|
|
url = "https://crates.io/api/v1/crates/unindent/0.1.8/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8",
|
|
|
|
strip_prefix = "unindent-0.1.8",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.unindent-0.1.8.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__untrusted__0_7_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/untrusted/0.7.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a",
|
|
|
|
strip_prefix = "untrusted-0.7.1",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.untrusted-0.7.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-16 08:10:57 +02:00
|
|
|
name = "raze__url__2_2_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/url/2.2.2/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-06-16 08:10:57 +02:00
|
|
|
sha256 = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c",
|
|
|
|
strip_prefix = "url-2.2.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.url-2.2.2.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__utf_8__0_7_6",
|
|
|
|
url = "https://crates.io/api/v1/crates/utf-8/0.7.6/download",
|
2021-02-06 04:42:38 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9",
|
|
|
|
strip_prefix = "utf-8-0.7.6",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.utf-8-0.7.6.bazel"),
|
2021-02-06 04:42:38 +01:00
|
|
|
)
|
|
|
|
|
2021-07-16 02:35:09 +02:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__utf8_decode__1_0_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/utf8-decode/1.0.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "ca61eb27fa339aa08826a29f03e87b99b4d8f0fc2255306fd266bb1b6a9de498",
|
|
|
|
strip_prefix = "utf8-decode-1.0.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.utf8-decode-1.0.1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__utime__0_3_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/utime/0.3.1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "91baa0c65eabd12fcbdac8cc35ff16159cab95cae96d0222d6d0271db6193cef",
|
|
|
|
strip_prefix = "utime-0.3.1",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.utime-0.3.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-25 07:35:25 +02:00
|
|
|
name = "raze__vcpkg__0_2_15",
|
|
|
|
url = "https://crates.io/api/v1/crates/vcpkg/0.2.15/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-06-25 07:35:25 +02:00
|
|
|
sha256 = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426",
|
|
|
|
strip_prefix = "vcpkg-0.2.15",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.vcpkg-0.2.15.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-01-15 05:59:43 +01:00
|
|
|
name = "raze__version_check__0_9_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/version_check/0.9.4/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-01-15 05:59:43 +01:00
|
|
|
sha256 = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f",
|
|
|
|
strip_prefix = "version_check-0.9.4",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.version_check-0.9.4.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-11-12 09:19:01 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__walkdir__2_3_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/walkdir/2.3.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56",
|
|
|
|
strip_prefix = "walkdir-2.3.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.walkdir-2.3.2.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__want__0_3_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/want/0.3.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0",
|
|
|
|
strip_prefix = "want-0.3.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.want-0.3.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-25 07:35:25 +02:00
|
|
|
name = "raze__wasi__0_10_0_wasi_snapshot_preview1",
|
|
|
|
url = "https://crates.io/api/v1/crates/wasi/0.10.0+wasi-snapshot-preview1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-06-25 07:35:25 +02:00
|
|
|
sha256 = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f",
|
|
|
|
strip_prefix = "wasi-0.10.0+wasi-snapshot-preview1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.wasi-0.10.0+wasi-snapshot-preview1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2022-02-25 07:30:59 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__wasi__0_11_0_wasi_snapshot_preview1",
|
|
|
|
url = "https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423",
|
|
|
|
strip_prefix = "wasi-0.11.0+wasi-snapshot-preview1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__wasi__0_9_0_wasi_snapshot_preview1",
|
|
|
|
url = "https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519",
|
|
|
|
strip_prefix = "wasi-0.9.0+wasi-snapshot-preview1",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__wasm_bindgen__0_2_79",
|
|
|
|
url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.79/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06",
|
|
|
|
strip_prefix = "wasm-bindgen-0.2.79",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-0.2.79.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__wasm_bindgen_backend__0_2_79",
|
|
|
|
url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.79/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca",
|
|
|
|
strip_prefix = "wasm-bindgen-backend-0.2.79",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-backend-0.2.79.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__wasm_bindgen_futures__0_4_29",
|
|
|
|
url = "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.29/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395",
|
|
|
|
strip_prefix = "wasm-bindgen-futures-0.4.29",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-futures-0.4.29.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__wasm_bindgen_macro__0_2_79",
|
|
|
|
url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.79/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01",
|
|
|
|
strip_prefix = "wasm-bindgen-macro-0.2.79",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-0.2.79.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__wasm_bindgen_macro_support__0_2_79",
|
|
|
|
url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.79/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc",
|
|
|
|
strip_prefix = "wasm-bindgen-macro-support-0.2.79",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.79.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__wasm_bindgen_shared__0_2_79",
|
|
|
|
url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.79/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2",
|
|
|
|
strip_prefix = "wasm-bindgen-shared-0.2.79",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-shared-0.2.79.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__web_sys__0_3_56",
|
|
|
|
url = "https://crates.io/api/v1/crates/web-sys/0.3.56/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb",
|
|
|
|
strip_prefix = "web-sys-0.3.56",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.web-sys-0.3.56.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-12-09 06:34:43 +01:00
|
|
|
name = "raze__webpki__0_21_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/webpki/0.21.4/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-12-09 06:34:43 +01:00
|
|
|
sha256 = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea",
|
|
|
|
strip_prefix = "webpki-0.21.4",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.webpki-0.21.4.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "raze__webpki_roots__0_21_1",
|
|
|
|
url = "https://crates.io/api/v1/crates/webpki-roots/0.21.1/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-04-27 14:18:12 +02:00
|
|
|
sha256 = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940",
|
|
|
|
strip_prefix = "webpki-roots-0.21.1",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.webpki-roots-0.21.1.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
2022-02-25 07:30:59 +01:00
|
|
|
name = "raze__which__4_2_4",
|
|
|
|
url = "https://crates.io/api/v1/crates/which/4.2.4/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2022-02-25 07:30:59 +01:00
|
|
|
sha256 = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2",
|
|
|
|
strip_prefix = "which-4.2.4",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.which-4.2.4.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__winapi__0_3_9",
|
|
|
|
url = "https://crates.io/api/v1/crates/winapi/0.3.9/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419",
|
|
|
|
strip_prefix = "winapi-0.3.9",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.winapi-0.3.9.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__winapi_i686_pc_windows_gnu__0_4_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
|
|
|
|
strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__winapi_util__0_1_5",
|
|
|
|
url = "https://crates.io/api/v1/crates/winapi-util/0.1.5/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178",
|
|
|
|
strip_prefix = "winapi-util-0.1.5",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.winapi-util-0.1.5.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__winapi_x86_64_pc_windows_gnu__0_4_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
|
|
|
|
strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2022-02-28 01:28:39 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__windows_sys__0_32_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/windows-sys/0.32.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6",
|
|
|
|
strip_prefix = "windows-sys-0.32.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.windows-sys-0.32.0.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__windows_aarch64_msvc__0_32_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.32.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5",
|
|
|
|
strip_prefix = "windows_aarch64_msvc-0.32.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.windows_aarch64_msvc-0.32.0.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__windows_i686_gnu__0_32_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/windows_i686_gnu/0.32.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615",
|
|
|
|
strip_prefix = "windows_i686_gnu-0.32.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.windows_i686_gnu-0.32.0.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__windows_i686_msvc__0_32_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/windows_i686_msvc/0.32.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172",
|
|
|
|
strip_prefix = "windows_i686_msvc-0.32.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.windows_i686_msvc-0.32.0.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__windows_x86_64_gnu__0_32_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.32.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc",
|
|
|
|
strip_prefix = "windows_x86_64_gnu-0.32.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.windows_x86_64_gnu-0.32.0.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__windows_x86_64_msvc__0_32_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.32.0/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316",
|
|
|
|
strip_prefix = "windows_x86_64_msvc-0.32.0",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.windows_x86_64_msvc-0.32.0.bazel"),
|
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2020-11-03 01:26:27 +01:00
|
|
|
name = "raze__winreg__0_7_0",
|
|
|
|
url = "https://crates.io/api/v1/crates/winreg/0.7.0/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2020-11-03 01:26:27 +01:00
|
|
|
sha256 = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69",
|
|
|
|
strip_prefix = "winreg-0.7.0",
|
2020-11-10 00:47:24 +01:00
|
|
|
build_file = Label("//cargo/remote:BUILD.winreg-0.7.0.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-10-26 00:16:40 +02:00
|
|
|
name = "raze__xml5ever__0_16_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/xml5ever/0.16.2/download",
|
2021-02-06 04:42:38 +01:00
|
|
|
type = "tar.gz",
|
2021-10-26 00:16:40 +02:00
|
|
|
sha256 = "9234163818fd8e2418fcde330655e757900d4236acd8cc70fef345ef91f6d865",
|
|
|
|
strip_prefix = "xml5ever-0.16.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.xml5ever-0.16.2.bazel"),
|
2021-02-06 04:42:38 +01:00
|
|
|
)
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
maybe(
|
|
|
|
http_archive,
|
2021-06-16 08:10:57 +02:00
|
|
|
name = "raze__zip__0_5_13",
|
|
|
|
url = "https://crates.io/api/v1/crates/zip/0.5.13/download",
|
2020-11-01 05:26:58 +01:00
|
|
|
type = "tar.gz",
|
2021-06-16 08:10:57 +02:00
|
|
|
sha256 = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815",
|
|
|
|
strip_prefix = "zip-0.5.13",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.zip-0.5.13.bazel"),
|
2020-11-01 05:26:58 +01:00
|
|
|
)
|
Backups (#1685)
* Add zstd dep
* Implement backend backup with zstd
* Implement backup thinning
* Write backup meta
* Use new file ending anki21b
* Asynchronously backup on collection close in Rust
* Revert "Add zstd dep"
This reverts commit 3fcb2141d2be15f907269d13275c41971431385c.
* Add zstd again
* Take backup col path from col struct
* Fix formatting
* Implement backup restoring on backend
* Normalize restored media file names
* Refactor `extract_legacy_data()`
A bit cumbersome due to borrowing rules.
* Refactor
* Make thinning calendar-based and gradual
* Consider last kept backups of previous stages
* Import full apkgs and colpkgs with backend
* Expose new backup settings
* Test `BackupThinner` and make it deterministic
* Mark backup_path when closing optional
* Delete leaky timer
* Add progress updates for restoring media
* Write restored collection to tempfile first
* Do collection compression in the background thread
This has us currently storing an uncompressed and compressed copy of
the collection in memory (not ideal), but means the collection can be
closed without waiting for compression to complete. On a large collection,
this takes a close and reopen from about 0.55s to about 0.07s. The old
backup code for comparison: about 0.35s for compression off, about
8.5s for zip compression.
* Use multithreading in zstd compression
On my system, this reduces the compression time of a large collection
from about 0.55s to 0.08s.
* Stream compressed collection data into zip file
* Tweak backup explanation
+ Fix incorrect tab order for ignore accents option
* Decouple restoring backup and full import
In the first case, no profile is opened, unless the new collection
succeeds to load.
In the second case, either the old collection is reloaded or the new one
is loaded.
* Fix number gap in Progress message
* Don't revert backup when media fails but report it
* Tweak error flow
* Remove native BackupLimits enum
* Fix type annotation
* Add thinning test for whole year
* Satisfy linter
* Await async backup to finish
* Move restart disclaimer out of backup tab
Should be visible regardless of the current tab.
* Write restored collection in chunks
* Refactor
* Write media in chunks and refactor
* Log error if removing file fails
* join_backup_task -> await_backup_completion
* Refactor backup.rs
* Refactor backup meta and collection extraction
* Fix wrong error being returned
* Call sync_all() on new collection
* Add ImportError
* Store logger in Backend, instead of creating one on demand
init_backend() accepts a Logger rather than a log file, to allow other
callers to customize the logger if they wish.
In the future we may want to explore using the tracing crate as an
alternative; it's a bit more ergonomic, as a logger doesn't need to be
passed around, and it plays more nicely with async code.
* Sync file contents prior to rename; sync folder after rename.
* Limit backup creation to once per 30 min
* Use zstd::stream::copy_decode
* Make importing abortable
* Don't revert if backup media is aborted
* Set throttle implicitly
* Change force flag to minimum_backup_interval
* Don't attempt to open folders on Windows
* Join last backup thread before starting new one
Also refactor.
* Disable auto sync and backup when restoring again
* Force backup on full download
* Include the reason why a media file import failed, and the file path
- Introduce a FileIoError that contains a string representation of
the underlying I/O error, and an associated path. There are a few
places in the code where we're currently manually including the filename
in a custom error message, and this is a step towards a more consistent
approach (but we may be better served with a more general approach in
the future similar to Anyhow's .context())
- Move the error message into importing.ftl, as it's a bit neater
when error messages live in the same file as the rest of the messages
associated with some functionality.
* Fix importing of media files
* Minor wording tweaks
* Save an allocation
I18n strings with replacements are already strings, so we can skip the
extra allocation. Not that it matters here at all.
* Terminate import if file missing from archive
If a third-party tool is creating invalid archives, the user should know
about it. This should be rare, so I did not attempt to make it
translatable.
* Skip multithreaded compression on small collections
Co-authored-by: Damien Elmes <gpg@ankiweb.net>
2022-03-07 06:11:31 +01:00
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__zstd__0_10_0_zstd_1_5_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/zstd/0.10.0+zstd.1.5.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd",
|
|
|
|
strip_prefix = "zstd-0.10.0+zstd.1.5.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.zstd-0.10.0+zstd.1.5.2.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__zstd_safe__4_1_4_zstd_1_5_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/zstd-safe/4.1.4+zstd.1.5.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee",
|
|
|
|
strip_prefix = "zstd-safe-4.1.4+zstd.1.5.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.zstd-safe-4.1.4+zstd.1.5.2.bazel"),
|
|
|
|
)
|
|
|
|
|
|
|
|
maybe(
|
|
|
|
http_archive,
|
|
|
|
name = "raze__zstd_sys__1_6_3_zstd_1_5_2",
|
|
|
|
url = "https://crates.io/api/v1/crates/zstd-sys/1.6.3+zstd.1.5.2/download",
|
|
|
|
type = "tar.gz",
|
|
|
|
sha256 = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8",
|
|
|
|
strip_prefix = "zstd-sys-1.6.3+zstd.1.5.2",
|
|
|
|
build_file = Label("//cargo/remote:BUILD.zstd-sys-1.6.3+zstd.1.5.2.bazel"),
|
|
|
|
)
|
2021-04-27 14:18:12 +02:00
|
|
|
|
|
|
|
maybe(
|
|
|
|
new_git_repository,
|
|
|
|
name = "reqwest_rustls",
|
|
|
|
remote = "https://github.com/ankitects/reqwest.git",
|
|
|
|
shallow_since = "1619519742 +1000",
|
|
|
|
commit = "7591444614de02b658ddab125efba7b2bb4e2335",
|
|
|
|
build_file = Label("//cargo:BUILD.reqwest.rustls.bazel"),
|
|
|
|
init_submodules = True,
|
2021-04-27 15:11:22 +02:00
|
|
|
)
|