blob: 50800b0365d2f6dba41b27627d89c04e3cbc4c8f [file] [log] [blame]
"""
@generated
cargo-raze generated Bazel file.
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
# EXPERIMENTAL -- MAY CHANGE AT ANY TIME: A mapping of package names to a set of normal dependencies for the Rust targets of that package.
_DEPENDENCIES = {
"sw/host/opentitanlib": {
"anyhow": "@raze__anyhow__1_0_46//:anyhow",
"bitflags": "@raze__bitflags__1_3_2//:bitflags",
"byteorder": "@raze__byteorder__1_4_3//:byteorder",
"deser-hjson": "@raze__deser_hjson__1_0_2//:deser_hjson",
"erased-serde": "@raze__erased_serde__0_3_16//:erased_serde",
"hex": "@raze__hex__0_4_3//:hex",
"humantime": "@raze__humantime__2_1_0//:humantime",
"lazy_static": "@raze__lazy_static__1_4_0//:lazy_static",
"log": "@raze__log__0_4_14//:log",
"memoffset": "@raze__memoffset__0_6_5//:memoffset",
"mio": "@raze__mio__0_7_14//:mio",
"mio-signals": "@raze__mio_signals__0_1_5//:mio_signals",
"nix": "@raze__nix__0_17_0//:nix",
"num-bigint-dig": "@raze__num_bigint_dig__0_7_0//:num_bigint_dig",
"num-traits": "@raze__num_traits__0_2_14//:num_traits",
"num_enum": "@raze__num_enum__0_5_4//:num_enum",
"rand": "@raze__rand__0_8_5//:rand",
"regex": "@raze__regex__1_5_4//:regex",
"rusb": "@raze__rusb__0_8_1//:rusb",
"safe-ftdi": "@raze__safe_ftdi__0_3_0//:safe_ftdi",
"serde": "@raze__serde__1_0_130//:serde",
"serde_json": "@raze__serde_json__1_0_69//:serde_json",
"serialport": "@raze__serialport__4_0_1//:serialport",
"sha2": "@raze__sha2__0_10_1//:sha2",
"structopt": "@raze__structopt__0_3_25//:structopt",
"thiserror": "@raze__thiserror__1_0_30//:thiserror",
"zerocopy": "@raze__zerocopy__0_5_0//:zerocopy",
},
"sw/host/opentitanlib/opentitantool_derive": {
"proc-macro-error": "@raze__proc_macro_error__1_0_4//:proc_macro_error",
"proc-macro2": "@raze__proc_macro2__1_0_32//:proc_macro2",
"quote": "@raze__quote__1_0_10//:quote",
"syn": "@raze__syn__1_0_81//:syn",
},
"sw/host/opentitansession": {
"anyhow": "@raze__anyhow__1_0_46//:anyhow",
"directories": "@raze__directories__4_0_1//:directories",
"env_logger": "@raze__env_logger__0_8_4//:env_logger",
"erased-serde": "@raze__erased_serde__0_3_16//:erased_serde",
"hex": "@raze__hex__0_4_3//:hex",
"indicatif": "@raze__indicatif__0_16_2//:indicatif",
"log": "@raze__log__0_4_14//:log",
"nix": "@raze__nix__0_17_0//:nix",
"raw_tty": "@raze__raw_tty__0_1_0//:raw_tty",
"regex": "@raze__regex__1_5_4//:regex",
"serde": "@raze__serde__1_0_130//:serde",
"serde_json": "@raze__serde_json__1_0_69//:serde_json",
"shellwords": "@raze__shellwords__1_1_0//:shellwords",
"structopt": "@raze__structopt__0_3_25//:structopt",
"thiserror": "@raze__thiserror__1_0_30//:thiserror",
},
"sw/host/opentitantool": {
"anyhow": "@raze__anyhow__1_0_46//:anyhow",
"directories": "@raze__directories__4_0_1//:directories",
"env_logger": "@raze__env_logger__0_8_4//:env_logger",
"erased-serde": "@raze__erased_serde__0_3_16//:erased_serde",
"hex": "@raze__hex__0_4_3//:hex",
"indicatif": "@raze__indicatif__0_16_2//:indicatif",
"log": "@raze__log__0_4_14//:log",
"nix": "@raze__nix__0_17_0//:nix",
"raw_tty": "@raze__raw_tty__0_1_0//:raw_tty",
"regex": "@raze__regex__1_5_4//:regex",
"serde": "@raze__serde__1_0_130//:serde",
"serde_json": "@raze__serde_json__1_0_69//:serde_json",
"shellwords": "@raze__shellwords__1_1_0//:shellwords",
"structopt": "@raze__structopt__0_3_25//:structopt",
"thiserror": "@raze__thiserror__1_0_30//:thiserror",
},
"sw/host/rom_ext_image_tools/signer": {
"anyhow": "@raze__anyhow__1_0_46//:anyhow",
"object": "@raze__object__0_25_3//:object",
"thiserror": "@raze__thiserror__1_0_30//:thiserror",
"zerocopy": "@raze__zerocopy__0_5_0//:zerocopy",
},
"sw/host/rom_ext_image_tools/signer/image": {
"memoffset": "@raze__memoffset__0_6_5//:memoffset",
"thiserror": "@raze__thiserror__1_0_30//:thiserror",
"zerocopy": "@raze__zerocopy__0_5_0//:zerocopy",
},
}
# EXPERIMENTAL -- MAY CHANGE AT ANY TIME: A mapping of package names to a set of proc_macro dependencies for the Rust targets of that package.
_PROC_MACRO_DEPENDENCIES = {
"sw/host/opentitanlib": {
},
"sw/host/opentitanlib/opentitantool_derive": {
},
"sw/host/opentitantool": {
},
"sw/host/rom_ext_image_tools/signer": {
},
"sw/host/rom_ext_image_tools/signer/image": {
},
}
# EXPERIMENTAL -- MAY CHANGE AT ANY TIME: A mapping of package names to a set of normal dev dependencies for the Rust targets of that package.
_DEV_DEPENDENCIES = {
"sw/host/opentitanlib": {
},
"sw/host/opentitanlib/opentitantool_derive": {
},
"sw/host/opentitansession": {
},
"sw/host/opentitantool": {
},
"sw/host/rom_ext_image_tools/signer": {
},
"sw/host/rom_ext_image_tools/signer/image": {
},
}
# EXPERIMENTAL -- MAY CHANGE AT ANY TIME: A mapping of package names to a set of proc_macro dev dependencies for the Rust targets of that package.
_DEV_PROC_MACRO_DEPENDENCIES = {
"sw/host/opentitanlib": {
},
"sw/host/opentitanlib/opentitantool_derive": {
},
"sw/host/opentitansession": {
},
"sw/host/opentitantool": {
},
"sw/host/rom_ext_image_tools/signer": {
},
"sw/host/rom_ext_image_tools/signer/image": {
},
}
def crate_deps(deps, package_name = None):
"""EXPERIMENTAL -- MAY CHANGE AT ANY TIME: Finds the fully qualified label of the requested crates for the package where this macro is called.
WARNING: This macro is part of an expeirmental API and is subject to change.
Args:
deps (list): The desired list of crate targets.
package_name (str, optional): The package name of the set of dependencies to look up.
Defaults to `native.package_name()`.
Returns:
list: A list of labels to cargo-raze generated targets (str)
"""
if not package_name:
package_name = native.package_name()
# Join both sets of dependencies
dependencies = _flatten_dependency_maps([
_DEPENDENCIES,
_PROC_MACRO_DEPENDENCIES,
_DEV_DEPENDENCIES,
_DEV_PROC_MACRO_DEPENDENCIES,
])
if not deps:
return []
missing_crates = []
crate_targets = []
for crate_target in deps:
if crate_target not in dependencies[package_name]:
missing_crates.append(crate_target)
else:
crate_targets.append(dependencies[package_name][crate_target])
if missing_crates:
fail("Could not find crates `{}` among dependencies of `{}`. Available dependencies were `{}`".format(
missing_crates,
package_name,
dependencies[package_name],
))
return crate_targets
def all_crate_deps(normal = False, normal_dev = False, proc_macro = False, proc_macro_dev = False, package_name = None):
"""EXPERIMENTAL -- MAY CHANGE AT ANY TIME: Finds the fully qualified label of all requested direct crate dependencies \
for the package where this macro is called.
If no parameters are set, all normal dependencies are returned. Setting any one flag will
otherwise impact the contents of the returned list.
Args:
normal (bool, optional): If True, normal dependencies are included in the
output list. Defaults to False.
normal_dev (bool, optional): If True, normla dev dependencies will be
included in the output list. Defaults to False.
proc_macro (bool, optional): If True, proc_macro dependencies are included
in the output list. Defaults to False.
proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are
included in the output list. Defaults to False.
package_name (str, optional): The package name of the set of dependencies to look up.
Defaults to `native.package_name()`.
Returns:
list: A list of labels to cargo-raze generated targets (str)
"""
if not package_name:
package_name = native.package_name()
# Determine the relevant maps to use
all_dependency_maps = []
if normal:
all_dependency_maps.append(_DEPENDENCIES)
if normal_dev:
all_dependency_maps.append(_DEV_DEPENDENCIES)
if proc_macro:
all_dependency_maps.append(_PROC_MACRO_DEPENDENCIES)
if proc_macro_dev:
all_dependency_maps.append(_DEV_PROC_MACRO_DEPENDENCIES)
# Default to always using normal dependencies
if not all_dependency_maps:
all_dependency_maps.append(_DEPENDENCIES)
dependencies = _flatten_dependency_maps(all_dependency_maps)
if not dependencies:
return []
return dependencies[package_name].values()
def _flatten_dependency_maps(all_dependency_maps):
"""Flatten a list of dependency maps into one dictionary.
Dependency maps have the following structure:
```python
DEPENDENCIES_MAP = {
# The first key in the map is a Bazel package
# name of the workspace this file is defined in.
"package_name": {
# An alias to a crate target. # The label of the crate target the
# Aliases are only crate names. # alias refers to.
"alias": "@full//:label",
}
}
```
Args:
all_dependency_maps (list): A list of dicts as described above
Returns:
dict: A dictionary as described above
"""
dependencies = {}
for dep_map in all_dependency_maps:
for pkg_name in dep_map:
if pkg_name not in dependencies:
# Add a non-frozen dict to the collection of dependencies
dependencies.setdefault(pkg_name, dict(dep_map[pkg_name].items()))
continue
duplicate_crate_aliases = [key for key in dependencies[pkg_name] if key in dep_map[pkg_name]]
if duplicate_crate_aliases:
fail("There should be no duplicate crate aliases: {}".format(duplicate_crate_aliases))
dependencies[pkg_name].update(dep_map[pkg_name])
return dependencies
def raze_fetch_remote_crates():
"""This function defines a collection of repos and should be called in a WORKSPACE file"""
maybe(
http_archive,
name = "raze__CoreFoundation_sys__0_1_4",
url = "https://crates.io/api/v1/crates/CoreFoundation-sys/0.1.4/download",
type = "tar.gz",
sha256 = "d0e9889e6db118d49d88d84728d0e964d973a5680befb5f85f55141beea5c20b",
strip_prefix = "CoreFoundation-sys-0.1.4",
build_file = Label("//third_party/cargo/remote:BUILD.CoreFoundation-sys-0.1.4.bazel"),
)
maybe(
http_archive,
name = "raze__IOKit_sys__0_1_5",
url = "https://crates.io/api/v1/crates/IOKit-sys/0.1.5/download",
type = "tar.gz",
sha256 = "99696c398cbaf669d2368076bdb3d627fb0ce51a26899d7c61228c5c0af3bf4a",
strip_prefix = "IOKit-sys-0.1.5",
build_file = Label("//third_party/cargo/remote:BUILD.IOKit-sys-0.1.5.bazel"),
)
maybe(
http_archive,
name = "raze__adler__1_0_2",
url = "https://crates.io/api/v1/crates/adler/1.0.2/download",
type = "tar.gz",
strip_prefix = "adler-1.0.2",
build_file = Label("//third_party/cargo/remote:BUILD.adler-1.0.2.bazel"),
)
maybe(
http_archive,
name = "raze__aho_corasick__0_7_18",
url = "https://crates.io/api/v1/crates/aho-corasick/0.7.18/download",
type = "tar.gz",
sha256 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f",
strip_prefix = "aho-corasick-0.7.18",
build_file = Label("//third_party/cargo/remote:BUILD.aho-corasick-0.7.18.bazel"),
)
maybe(
http_archive,
name = "raze__ansi_term__0_11_0",
url = "https://crates.io/api/v1/crates/ansi_term/0.11.0/download",
type = "tar.gz",
sha256 = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b",
strip_prefix = "ansi_term-0.11.0",
build_file = Label("//third_party/cargo/remote:BUILD.ansi_term-0.11.0.bazel"),
)
maybe(
http_archive,
name = "raze__anyhow__1_0_46",
url = "https://crates.io/api/v1/crates/anyhow/1.0.46/download",
type = "tar.gz",
sha256 = "3aa828229c44c0293dd7d4d2300bdfc4d2883ffdba934c069a6b968957a81f70",
strip_prefix = "anyhow-1.0.46",
build_file = Label("//third_party/cargo/remote:BUILD.anyhow-1.0.46.bazel"),
)
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",
build_file = Label("//third_party/cargo/remote:BUILD.atty-0.2.14.bazel"),
)
maybe(
http_archive,
name = "raze__autocfg__0_1_8",
url = "https://crates.io/api/v1/crates/autocfg/0.1.8/download",
type = "tar.gz",
strip_prefix = "autocfg-0.1.8",
build_file = Label("//third_party/cargo/remote:BUILD.autocfg-0.1.8.bazel"),
)
maybe(
http_archive,
name = "raze__autocfg__1_1_0",
url = "https://crates.io/api/v1/crates/autocfg/1.1.0/download",
type = "tar.gz",
strip_prefix = "autocfg-1.1.0",
build_file = Label("//third_party/cargo/remote:BUILD.autocfg-1.1.0.bazel"),
)
maybe(
http_archive,
name = "raze__bitflags__1_3_2",
url = "https://crates.io/api/v1/crates/bitflags/1.3.2/download",
type = "tar.gz",
sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
strip_prefix = "bitflags-1.3.2",
build_file = Label("//third_party/cargo/remote:BUILD.bitflags-1.3.2.bazel"),
)
maybe(
http_archive,
name = "raze__block_buffer__0_10_2",
url = "https://crates.io/api/v1/crates/block-buffer/0.10.2/download",
type = "tar.gz",
strip_prefix = "block-buffer-0.10.2",
build_file = Label("//third_party/cargo/remote:BUILD.block-buffer-0.10.2.bazel"),
)
maybe(
http_archive,
name = "raze__byteorder__1_4_3",
url = "https://crates.io/api/v1/crates/byteorder/1.4.3/download",
type = "tar.gz",
sha256 = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610",
strip_prefix = "byteorder-1.4.3",
build_file = Label("//third_party/cargo/remote:BUILD.byteorder-1.4.3.bazel"),
)
maybe(
http_archive,
name = "raze__cc__1_0_71",
url = "https://crates.io/api/v1/crates/cc/1.0.71/download",
type = "tar.gz",
sha256 = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd",
strip_prefix = "cc-1.0.71",
build_file = Label("//third_party/cargo/remote:BUILD.cc-1.0.71.bazel"),
)
maybe(
http_archive,
name = "raze__cfg_if__0_1_10",
url = "https://crates.io/api/v1/crates/cfg-if/0.1.10/download",
type = "tar.gz",
sha256 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822",
strip_prefix = "cfg-if-0.1.10",
build_file = Label("//third_party/cargo/remote:BUILD.cfg-if-0.1.10.bazel"),
)
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",
build_file = Label("//third_party/cargo/remote:BUILD.cfg-if-1.0.0.bazel"),
)
maybe(
http_archive,
name = "raze__clap__2_33_3",
url = "https://crates.io/api/v1/crates/clap/2.33.3/download",
type = "tar.gz",
sha256 = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002",
strip_prefix = "clap-2.33.3",
build_file = Label("//third_party/cargo/remote:BUILD.clap-2.33.3.bazel"),
)
maybe(
http_archive,
name = "raze__console__0_15_0",
url = "https://crates.io/api/v1/crates/console/0.15.0/download",
type = "tar.gz",
sha256 = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31",
strip_prefix = "console-0.15.0",
build_file = Label("//third_party/cargo/remote:BUILD.console-0.15.0.bazel"),
)
maybe(
http_archive,
name = "raze__cpufeatures__0_2_1",
url = "https://crates.io/api/v1/crates/cpufeatures/0.2.1/download",
type = "tar.gz",
strip_prefix = "cpufeatures-0.2.1",
build_file = Label("//third_party/cargo/remote:BUILD.cpufeatures-0.2.1.bazel"),
)
maybe(
http_archive,
name = "raze__crc32fast__1_3_2",
url = "https://crates.io/api/v1/crates/crc32fast/1.3.2/download",
type = "tar.gz",
strip_prefix = "crc32fast-1.3.2",
build_file = Label("//third_party/cargo/remote:BUILD.crc32fast-1.3.2.bazel"),
)
maybe(
http_archive,
name = "raze__crypto_common__0_1_2",
url = "https://crates.io/api/v1/crates/crypto-common/0.1.2/download",
type = "tar.gz",
strip_prefix = "crypto-common-0.1.2",
build_file = Label("//third_party/cargo/remote:BUILD.crypto-common-0.1.2.bazel"),
)
maybe(
http_archive,
name = "raze__derivative__2_2_0",
url = "https://crates.io/api/v1/crates/derivative/2.2.0/download",
type = "tar.gz",
sha256 = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b",
strip_prefix = "derivative-2.2.0",
build_file = Label("//third_party/cargo/remote:BUILD.derivative-2.2.0.bazel"),
)
maybe(
http_archive,
name = "raze__derive_more__0_14_1",
url = "https://crates.io/api/v1/crates/derive_more/0.14.1/download",
type = "tar.gz",
sha256 = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839",
strip_prefix = "derive_more-0.14.1",
build_file = Label("//third_party/cargo/remote:BUILD.derive_more-0.14.1.bazel"),
)
maybe(
http_archive,
name = "raze__deser_hjson__1_0_2",
url = "https://crates.io/api/v1/crates/deser-hjson/1.0.2/download",
type = "tar.gz",
strip_prefix = "deser-hjson-1.0.2",
build_file = Label("//third_party/cargo/remote:BUILD.deser-hjson-1.0.2.bazel"),
)
maybe(
http_archive,
name = "raze__digest__0_10_2",
url = "https://crates.io/api/v1/crates/digest/0.10.2/download",
type = "tar.gz",
strip_prefix = "digest-0.10.2",
build_file = Label("//third_party/cargo/remote:BUILD.digest-0.10.2.bazel"),
)
maybe(
http_archive,
name = "raze__directories__4_0_1",
url = "https://crates.io/api/v1/crates/directories/4.0.1/download",
type = "tar.gz",
sha256 = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210",
strip_prefix = "directories-4.0.1",
build_file = Label("//third_party/cargo/remote:BUILD.directories-4.0.1.bazel"),
)
maybe(
http_archive,
name = "raze__dirs_sys__0_3_6",
url = "https://crates.io/api/v1/crates/dirs-sys/0.3.6/download",
type = "tar.gz",
sha256 = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780",
strip_prefix = "dirs-sys-0.3.6",
build_file = Label("//third_party/cargo/remote:BUILD.dirs-sys-0.3.6.bazel"),
)
maybe(
http_archive,
name = "raze__encode_unicode__0_3_6",
url = "https://crates.io/api/v1/crates/encode_unicode/0.3.6/download",
type = "tar.gz",
sha256 = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f",
strip_prefix = "encode_unicode-0.3.6",
build_file = Label("//third_party/cargo/remote:BUILD.encode_unicode-0.3.6.bazel"),
)
maybe(
http_archive,
name = "raze__env_logger__0_8_4",
url = "https://crates.io/api/v1/crates/env_logger/0.8.4/download",
type = "tar.gz",
sha256 = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3",
strip_prefix = "env_logger-0.8.4",
build_file = Label("//third_party/cargo/remote:BUILD.env_logger-0.8.4.bazel"),
)
maybe(
http_archive,
name = "raze__erased_serde__0_3_16",
url = "https://crates.io/api/v1/crates/erased-serde/0.3.16/download",
type = "tar.gz",
sha256 = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa",
strip_prefix = "erased-serde-0.3.16",
build_file = Label("//third_party/cargo/remote:BUILD.erased-serde-0.3.16.bazel"),
)
maybe(
http_archive,
name = "raze__flate2__1_0_22",
url = "https://crates.io/api/v1/crates/flate2/1.0.22/download",
type = "tar.gz",
strip_prefix = "flate2-1.0.22",
build_file = Label("//third_party/cargo/remote:BUILD.flate2-1.0.22.bazel"),
)
maybe(
http_archive,
name = "raze__generic_array__0_14_5",
url = "https://crates.io/api/v1/crates/generic-array/0.14.5/download",
type = "tar.gz",
strip_prefix = "generic-array-0.14.5",
build_file = Label("//third_party/cargo/remote:BUILD.generic-array-0.14.5.bazel"),
)
maybe(
http_archive,
name = "raze__getrandom__0_2_3",
url = "https://crates.io/api/v1/crates/getrandom/0.2.3/download",
type = "tar.gz",
sha256 = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753",
strip_prefix = "getrandom-0.2.3",
build_file = Label("//third_party/cargo/remote:BUILD.getrandom-0.2.3.bazel"),
)
maybe(
http_archive,
name = "raze__goblin__0_0_24",
url = "https://crates.io/api/v1/crates/goblin/0.0.24/download",
type = "tar.gz",
sha256 = "e3fa261d919c1ae9d1e4533c4a2f99e10938603c4208d56c05bec7a872b661b0",
strip_prefix = "goblin-0.0.24",
build_file = Label("//third_party/cargo/remote:BUILD.goblin-0.0.24.bazel"),
)
maybe(
http_archive,
name = "raze__heck__0_3_3",
url = "https://crates.io/api/v1/crates/heck/0.3.3/download",
type = "tar.gz",
sha256 = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c",
strip_prefix = "heck-0.3.3",
build_file = Label("//third_party/cargo/remote:BUILD.heck-0.3.3.bazel"),
)
maybe(
http_archive,
name = "raze__hermit_abi__0_1_19",
url = "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download",
type = "tar.gz",
sha256 = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33",
strip_prefix = "hermit-abi-0.1.19",
build_file = Label("//third_party/cargo/remote:BUILD.hermit-abi-0.1.19.bazel"),
)
maybe(
http_archive,
name = "raze__hex__0_4_3",
url = "https://crates.io/api/v1/crates/hex/0.4.3/download",
type = "tar.gz",
sha256 = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70",
strip_prefix = "hex-0.4.3",
build_file = Label("//third_party/cargo/remote:BUILD.hex-0.4.3.bazel"),
)
maybe(
http_archive,
name = "raze__humantime__2_1_0",
url = "https://crates.io/api/v1/crates/humantime/2.1.0/download",
type = "tar.gz",
sha256 = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4",
strip_prefix = "humantime-2.1.0",
build_file = Label("//third_party/cargo/remote:BUILD.humantime-2.1.0.bazel"),
)
maybe(
http_archive,
name = "raze__indicatif__0_16_2",
url = "https://crates.io/api/v1/crates/indicatif/0.16.2/download",
type = "tar.gz",
sha256 = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b",
strip_prefix = "indicatif-0.16.2",
build_file = Label("//third_party/cargo/remote:BUILD.indicatif-0.16.2.bazel"),
)
maybe(
http_archive,
name = "raze__itoa__0_4_8",
url = "https://crates.io/api/v1/crates/itoa/0.4.8/download",
type = "tar.gz",
sha256 = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4",
strip_prefix = "itoa-0.4.8",
build_file = Label("//third_party/cargo/remote:BUILD.itoa-0.4.8.bazel"),
)
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",
build_file = Label("//third_party/cargo/remote:BUILD.lazy_static-1.4.0.bazel"),
)
maybe(
http_archive,
name = "raze__libc__0_2_107",
url = "https://crates.io/api/v1/crates/libc/0.2.107/download",
type = "tar.gz",
sha256 = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219",
strip_prefix = "libc-0.2.107",
build_file = Label("//third_party/cargo/remote:BUILD.libc-0.2.107.bazel"),
)
maybe(
http_archive,
name = "raze__libftdi1_sys__1_1_1",
url = "https://crates.io/api/v1/crates/libftdi1-sys/1.1.1/download",
type = "tar.gz",
sha256 = "4f115599b5073d108edfcc32daa1a673193323fc10559c33bed6cc20f2f0bf4d",
strip_prefix = "libftdi1-sys-1.1.1",
build_file = Label("//third_party/cargo/remote:BUILD.libftdi1-sys-1.1.1.bazel"),
)
maybe(
http_archive,
name = "raze__libm__0_2_2",
url = "https://crates.io/api/v1/crates/libm/0.2.2/download",
type = "tar.gz",
strip_prefix = "libm-0.2.2",
build_file = Label("//third_party/cargo/remote:BUILD.libm-0.2.2.bazel"),
)
maybe(
http_archive,
name = "raze__libudev__0_2_0",
url = "https://crates.io/api/v1/crates/libudev/0.2.0/download",
type = "tar.gz",
sha256 = "ea626d3bdf40a1c5aee3bcd4f40826970cae8d80a8fec934c82a63840094dcfe",
strip_prefix = "libudev-0.2.0",
build_file = Label("//third_party/cargo/remote:BUILD.libudev-0.2.0.bazel"),
)
maybe(
http_archive,
name = "raze__libudev_sys__0_1_4",
url = "https://crates.io/api/v1/crates/libudev-sys/0.1.4/download",
type = "tar.gz",
sha256 = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324",
strip_prefix = "libudev-sys-0.1.4",
patches = [
"@//third_party/cargo/patches:libudev-sys-0.1.4.patch",
],
patch_args = [
"-p1",
],
build_file = Label("//third_party/cargo/remote:BUILD.libudev-sys-0.1.4.bazel"),
)
maybe(
http_archive,
name = "raze__libusb1_sys__0_5_0",
url = "https://crates.io/api/v1/crates/libusb1-sys/0.5.0/download",
type = "tar.gz",
sha256 = "e22e89d08bbe6816c6c5d446203b859eba35b8fa94bf1b7edb2f6d25d43f023f",
strip_prefix = "libusb1-sys-0.5.0",
build_file = Label("//third_party/cargo/remote:BUILD.libusb1-sys-0.5.0.bazel"),
)
maybe(
http_archive,
name = "raze__log__0_4_14",
url = "https://crates.io/api/v1/crates/log/0.4.14/download",
type = "tar.gz",
sha256 = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710",
strip_prefix = "log-0.4.14",
build_file = Label("//third_party/cargo/remote:BUILD.log-0.4.14.bazel"),
)
maybe(
http_archive,
name = "raze__mach__0_1_2",
url = "https://crates.io/api/v1/crates/mach/0.1.2/download",
type = "tar.gz",
sha256 = "2fd13ee2dd61cc82833ba05ade5a30bb3d63f7ced605ef827063c63078302de9",
strip_prefix = "mach-0.1.2",
build_file = Label("//third_party/cargo/remote:BUILD.mach-0.1.2.bazel"),
)
maybe(
http_archive,
name = "raze__mach__0_2_3",
url = "https://crates.io/api/v1/crates/mach/0.2.3/download",
type = "tar.gz",
sha256 = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1",
strip_prefix = "mach-0.2.3",
build_file = Label("//third_party/cargo/remote:BUILD.mach-0.2.3.bazel"),
)
maybe(
http_archive,
name = "raze__memchr__2_4_1",
url = "https://crates.io/api/v1/crates/memchr/2.4.1/download",
type = "tar.gz",
sha256 = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a",
strip_prefix = "memchr-2.4.1",
build_file = Label("//third_party/cargo/remote:BUILD.memchr-2.4.1.bazel"),
)
maybe(
http_archive,
name = "raze__memoffset__0_6_5",
url = "https://crates.io/api/v1/crates/memoffset/0.6.5/download",
type = "tar.gz",
strip_prefix = "memoffset-0.6.5",
build_file = Label("//third_party/cargo/remote:BUILD.memoffset-0.6.5.bazel"),
)
maybe(
http_archive,
name = "raze__miniz_oxide__0_4_4",
url = "https://crates.io/api/v1/crates/miniz_oxide/0.4.4/download",
type = "tar.gz",
strip_prefix = "miniz_oxide-0.4.4",
build_file = Label("//third_party/cargo/remote:BUILD.miniz_oxide-0.4.4.bazel"),
)
maybe(
http_archive,
name = "raze__mio__0_7_14",
url = "https://crates.io/api/v1/crates/mio/0.7.14/download",
type = "tar.gz",
strip_prefix = "mio-0.7.14",
build_file = Label("//third_party/cargo/remote:BUILD.mio-0.7.14.bazel"),
)
maybe(
http_archive,
name = "raze__mio_signals__0_1_5",
url = "https://crates.io/api/v1/crates/mio-signals/0.1.5/download",
type = "tar.gz",
strip_prefix = "mio-signals-0.1.5",
build_file = Label("//third_party/cargo/remote:BUILD.mio-signals-0.1.5.bazel"),
)
maybe(
http_archive,
name = "raze__miow__0_3_7",
url = "https://crates.io/api/v1/crates/miow/0.3.7/download",
type = "tar.gz",
strip_prefix = "miow-0.3.7",
build_file = Label("//third_party/cargo/remote:BUILD.miow-0.3.7.bazel"),
)
maybe(
http_archive,
name = "raze__nix__0_16_1",
url = "https://crates.io/api/v1/crates/nix/0.16.1/download",
type = "tar.gz",
sha256 = "dd0eaf8df8bab402257e0a5c17a254e4cc1f72a93588a1ddfb5d356c801aa7cb",
strip_prefix = "nix-0.16.1",
build_file = Label("//third_party/cargo/remote:BUILD.nix-0.16.1.bazel"),
)
maybe(
http_archive,
name = "raze__nix__0_17_0",
url = "https://crates.io/api/v1/crates/nix/0.17.0/download",
type = "tar.gz",
sha256 = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363",
strip_prefix = "nix-0.17.0",
build_file = Label("//third_party/cargo/remote:BUILD.nix-0.17.0.bazel"),
)
maybe(
http_archive,
name = "raze__num_bigint_dig__0_7_0",
url = "https://crates.io/api/v1/crates/num-bigint-dig/0.7.0/download",
type = "tar.gz",
strip_prefix = "num-bigint-dig-0.7.0",
build_file = Label("//third_party/cargo/remote:BUILD.num-bigint-dig-0.7.0.bazel"),
)
maybe(
http_archive,
name = "raze__num_integer__0_1_44",
url = "https://crates.io/api/v1/crates/num-integer/0.1.44/download",
type = "tar.gz",
strip_prefix = "num-integer-0.1.44",
build_file = Label("//third_party/cargo/remote:BUILD.num-integer-0.1.44.bazel"),
)
maybe(
http_archive,
name = "raze__num_iter__0_1_42",
url = "https://crates.io/api/v1/crates/num-iter/0.1.42/download",
type = "tar.gz",
strip_prefix = "num-iter-0.1.42",
build_file = Label("//third_party/cargo/remote:BUILD.num-iter-0.1.42.bazel"),
)
maybe(
http_archive,
name = "raze__num_traits__0_2_14",
url = "https://crates.io/api/v1/crates/num-traits/0.2.14/download",
type = "tar.gz",
strip_prefix = "num-traits-0.2.14",
build_file = Label("//third_party/cargo/remote:BUILD.num-traits-0.2.14.bazel"),
)
maybe(
http_archive,
name = "raze__num_enum__0_5_4",
url = "https://crates.io/api/v1/crates/num_enum/0.5.4/download",
type = "tar.gz",
sha256 = "3f9bd055fb730c4f8f4f57d45d35cd6b3f0980535b056dc7ff119cee6a66ed6f",
strip_prefix = "num_enum-0.5.4",
build_file = Label("//third_party/cargo/remote:BUILD.num_enum-0.5.4.bazel"),
)
maybe(
http_archive,
name = "raze__num_enum_derive__0_5_4",
url = "https://crates.io/api/v1/crates/num_enum_derive/0.5.4/download",
type = "tar.gz",
sha256 = "486ea01961c4a818096de679a8b740b26d9033146ac5291b1c98557658f8cdd9",
strip_prefix = "num_enum_derive-0.5.4",
build_file = Label("//third_party/cargo/remote:BUILD.num_enum_derive-0.5.4.bazel"),
)
maybe(
http_archive,
name = "raze__number_prefix__0_4_0",
url = "https://crates.io/api/v1/crates/number_prefix/0.4.0/download",
type = "tar.gz",
sha256 = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3",
strip_prefix = "number_prefix-0.4.0",
build_file = Label("//third_party/cargo/remote:BUILD.number_prefix-0.4.0.bazel"),
)
maybe(
http_archive,
name = "raze__object__0_25_3",
url = "https://crates.io/api/v1/crates/object/0.25.3/download",
type = "tar.gz",
strip_prefix = "object-0.25.3",
build_file = Label("//third_party/cargo/remote:BUILD.object-0.25.3.bazel"),
)
maybe(
http_archive,
name = "raze__once_cell__1_8_0",
url = "https://crates.io/api/v1/crates/once_cell/1.8.0/download",
type = "tar.gz",
sha256 = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56",
strip_prefix = "once_cell-1.8.0",
build_file = Label("//third_party/cargo/remote:BUILD.once_cell-1.8.0.bazel"),
)
maybe(
http_archive,
name = "raze__pkg_config__0_3_22",
url = "https://crates.io/api/v1/crates/pkg-config/0.3.22/download",
type = "tar.gz",
sha256 = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f",
strip_prefix = "pkg-config-0.3.22",
build_file = Label("//third_party/cargo/remote:BUILD.pkg-config-0.3.22.bazel"),
)
maybe(
http_archive,
name = "raze__plain__0_2_3",
url = "https://crates.io/api/v1/crates/plain/0.2.3/download",
type = "tar.gz",
sha256 = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6",
strip_prefix = "plain-0.2.3",
build_file = Label("//third_party/cargo/remote:BUILD.plain-0.2.3.bazel"),
)
maybe(
http_archive,
name = "raze__ppv_lite86__0_2_16",
url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.16/download",
type = "tar.gz",
strip_prefix = "ppv-lite86-0.2.16",
build_file = Label("//third_party/cargo/remote:BUILD.ppv-lite86-0.2.16.bazel"),
)
maybe(
http_archive,
name = "raze__proc_macro_crate__1_1_0",
url = "https://crates.io/api/v1/crates/proc-macro-crate/1.1.0/download",
type = "tar.gz",
sha256 = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83",
strip_prefix = "proc-macro-crate-1.1.0",
build_file = Label("//third_party/cargo/remote:BUILD.proc-macro-crate-1.1.0.bazel"),
)
maybe(
http_archive,
name = "raze__proc_macro_error__1_0_4",
url = "https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download",
type = "tar.gz",
sha256 = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c",
strip_prefix = "proc-macro-error-1.0.4",
build_file = Label("//third_party/cargo/remote:BUILD.proc-macro-error-1.0.4.bazel"),
)
maybe(
http_archive,
name = "raze__proc_macro_error_attr__1_0_4",
url = "https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download",
type = "tar.gz",
sha256 = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869",
strip_prefix = "proc-macro-error-attr-1.0.4",
build_file = Label("//third_party/cargo/remote:BUILD.proc-macro-error-attr-1.0.4.bazel"),
)
maybe(
http_archive,
name = "raze__proc_macro2__0_4_30",
url = "https://crates.io/api/v1/crates/proc-macro2/0.4.30/download",
type = "tar.gz",
sha256 = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759",
strip_prefix = "proc-macro2-0.4.30",
build_file = Label("//third_party/cargo/remote:BUILD.proc-macro2-0.4.30.bazel"),
)
maybe(
http_archive,
name = "raze__proc_macro2__1_0_32",
url = "https://crates.io/api/v1/crates/proc-macro2/1.0.32/download",
type = "tar.gz",
sha256 = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43",
strip_prefix = "proc-macro2-1.0.32",
build_file = Label("//third_party/cargo/remote:BUILD.proc-macro2-1.0.32.bazel"),
)
maybe(
http_archive,
name = "raze__quote__0_6_13",
url = "https://crates.io/api/v1/crates/quote/0.6.13/download",
type = "tar.gz",
sha256 = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1",
strip_prefix = "quote-0.6.13",
build_file = Label("//third_party/cargo/remote:BUILD.quote-0.6.13.bazel"),
)
maybe(
http_archive,
name = "raze__quote__1_0_10",
url = "https://crates.io/api/v1/crates/quote/1.0.10/download",
type = "tar.gz",
sha256 = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05",
strip_prefix = "quote-1.0.10",
build_file = Label("//third_party/cargo/remote:BUILD.quote-1.0.10.bazel"),
)
maybe(
http_archive,
name = "raze__rand__0_8_5",
url = "https://crates.io/api/v1/crates/rand/0.8.5/download",
type = "tar.gz",
strip_prefix = "rand-0.8.5",
build_file = Label("//third_party/cargo/remote:BUILD.rand-0.8.5.bazel"),
)
maybe(
http_archive,
name = "raze__rand_chacha__0_3_1",
url = "https://crates.io/api/v1/crates/rand_chacha/0.3.1/download",
type = "tar.gz",
strip_prefix = "rand_chacha-0.3.1",
build_file = Label("//third_party/cargo/remote:BUILD.rand_chacha-0.3.1.bazel"),
)
maybe(
http_archive,
name = "raze__rand_core__0_6_3",
url = "https://crates.io/api/v1/crates/rand_core/0.6.3/download",
type = "tar.gz",
strip_prefix = "rand_core-0.6.3",
build_file = Label("//third_party/cargo/remote:BUILD.rand_core-0.6.3.bazel"),
)
maybe(
http_archive,
name = "raze__raw_tty__0_1_0",
url = "https://crates.io/api/v1/crates/raw_tty/0.1.0/download",
type = "tar.gz",
sha256 = "51f512d7504049ef0d3f5d48d8aa5129beaea4fccfaf5c500c9b60101394f8b1",
strip_prefix = "raw_tty-0.1.0",
build_file = Label("//third_party/cargo/remote:BUILD.raw_tty-0.1.0.bazel"),
)
maybe(
http_archive,
name = "raze__redox_syscall__0_2_10",
url = "https://crates.io/api/v1/crates/redox_syscall/0.2.10/download",
type = "tar.gz",
sha256 = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff",
strip_prefix = "redox_syscall-0.2.10",
build_file = Label("//third_party/cargo/remote:BUILD.redox_syscall-0.2.10.bazel"),
)
maybe(
http_archive,
name = "raze__redox_users__0_4_0",
url = "https://crates.io/api/v1/crates/redox_users/0.4.0/download",
type = "tar.gz",
sha256 = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64",
strip_prefix = "redox_users-0.4.0",
build_file = Label("//third_party/cargo/remote:BUILD.redox_users-0.4.0.bazel"),
)
maybe(
http_archive,
name = "raze__regex__1_5_4",
url = "https://crates.io/api/v1/crates/regex/1.5.4/download",
type = "tar.gz",
sha256 = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461",
strip_prefix = "regex-1.5.4",
build_file = Label("//third_party/cargo/remote:BUILD.regex-1.5.4.bazel"),
)
maybe(
http_archive,
name = "raze__regex_syntax__0_6_25",
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.25/download",
type = "tar.gz",
sha256 = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b",
strip_prefix = "regex-syntax-0.6.25",
build_file = Label("//third_party/cargo/remote:BUILD.regex-syntax-0.6.25.bazel"),
)
maybe(
http_archive,
name = "raze__rusb__0_8_1",
url = "https://crates.io/api/v1/crates/rusb/0.8.1/download",
type = "tar.gz",
sha256 = "d9a5084628cc5be77b1c750b3e5ee0cc519d2f2491b3f06b78b3aac3328b00ad",
strip_prefix = "rusb-0.8.1",
build_file = Label("//third_party/cargo/remote:BUILD.rusb-0.8.1.bazel"),
)
maybe(
http_archive,
name = "raze__rustc_version__0_2_3",
url = "https://crates.io/api/v1/crates/rustc_version/0.2.3/download",
type = "tar.gz",
sha256 = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a",
strip_prefix = "rustc_version-0.2.3",
build_file = Label("//third_party/cargo/remote:BUILD.rustc_version-0.2.3.bazel"),
)
maybe(
http_archive,
name = "raze__ryu__1_0_5",
url = "https://crates.io/api/v1/crates/ryu/1.0.5/download",
type = "tar.gz",
sha256 = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e",
strip_prefix = "ryu-1.0.5",
build_file = Label("//third_party/cargo/remote:BUILD.ryu-1.0.5.bazel"),
)
maybe(
new_git_repository,
name = "raze__safe_ftdi__0_3_0",
remote = "https://github.com/cr1901/safe-ftdi",
commit = "2e6ff2b77cee8c0d7c04dcdb0dea678edbd8d56f",
build_file = Label("//third_party/cargo/remote:BUILD.safe-ftdi-0.3.0.bazel"),
init_submodules = True,
)
maybe(
http_archive,
name = "raze__scroll__0_9_2",
url = "https://crates.io/api/v1/crates/scroll/0.9.2/download",
type = "tar.gz",
sha256 = "2f84d114ef17fd144153d608fba7c446b0145d038985e7a8cc5d08bb0ce20383",
strip_prefix = "scroll-0.9.2",
build_file = Label("//third_party/cargo/remote:BUILD.scroll-0.9.2.bazel"),
)
maybe(
http_archive,
name = "raze__scroll_derive__0_9_5",
url = "https://crates.io/api/v1/crates/scroll_derive/0.9.5/download",
type = "tar.gz",
sha256 = "8f1aa96c45e7f5a91cb7fabe7b279f02fea7126239fc40b732316e8b6a2d0fcb",
strip_prefix = "scroll_derive-0.9.5",
build_file = Label("//third_party/cargo/remote:BUILD.scroll_derive-0.9.5.bazel"),
)
maybe(
http_archive,
name = "raze__semver__0_9_0",
url = "https://crates.io/api/v1/crates/semver/0.9.0/download",
type = "tar.gz",
sha256 = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403",
strip_prefix = "semver-0.9.0",
build_file = Label("//third_party/cargo/remote:BUILD.semver-0.9.0.bazel"),
)
maybe(
http_archive,
name = "raze__semver_parser__0_7_0",
url = "https://crates.io/api/v1/crates/semver-parser/0.7.0/download",
type = "tar.gz",
sha256 = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3",
strip_prefix = "semver-parser-0.7.0",
build_file = Label("//third_party/cargo/remote:BUILD.semver-parser-0.7.0.bazel"),
)
maybe(
http_archive,
name = "raze__serde__1_0_130",
url = "https://crates.io/api/v1/crates/serde/1.0.130/download",
type = "tar.gz",
sha256 = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913",
strip_prefix = "serde-1.0.130",
build_file = Label("//third_party/cargo/remote:BUILD.serde-1.0.130.bazel"),
)
maybe(
http_archive,
name = "raze__serde_derive__1_0_130",
url = "https://crates.io/api/v1/crates/serde_derive/1.0.130/download",
type = "tar.gz",
sha256 = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b",
strip_prefix = "serde_derive-1.0.130",
build_file = Label("//third_party/cargo/remote:BUILD.serde_derive-1.0.130.bazel"),
)
maybe(
http_archive,
name = "raze__serde_json__1_0_69",
url = "https://crates.io/api/v1/crates/serde_json/1.0.69/download",
type = "tar.gz",
sha256 = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8",
strip_prefix = "serde_json-1.0.69",
build_file = Label("//third_party/cargo/remote:BUILD.serde_json-1.0.69.bazel"),
)
maybe(
http_archive,
name = "raze__serialport__4_0_1",
url = "https://crates.io/api/v1/crates/serialport/4.0.1/download",
type = "tar.gz",
sha256 = "5d8cd7c0f22290ee2c01457009fa6fc1cae4153d5608a924e5dc423babc2c655",
strip_prefix = "serialport-4.0.1",
build_file = Label("//third_party/cargo/remote:BUILD.serialport-4.0.1.bazel"),
)
maybe(
http_archive,
name = "raze__sha2__0_10_1",
url = "https://crates.io/api/v1/crates/sha2/0.10.1/download",
type = "tar.gz",
strip_prefix = "sha2-0.10.1",
build_file = Label("//third_party/cargo/remote:BUILD.sha2-0.10.1.bazel"),
)
maybe(
http_archive,
name = "raze__shellwords__1_1_0",
url = "https://crates.io/api/v1/crates/shellwords/1.1.0/download",
type = "tar.gz",
sha256 = "89e515aa4699a88148ed5ef96413ceef0048ce95b43fbc955a33bde0a70fcae6",
strip_prefix = "shellwords-1.1.0",
build_file = Label("//third_party/cargo/remote:BUILD.shellwords-1.1.0.bazel"),
)
maybe(
http_archive,
name = "raze__smallvec__1_8_0",
url = "https://crates.io/api/v1/crates/smallvec/1.8.0/download",
type = "tar.gz",
strip_prefix = "smallvec-1.8.0",
build_file = Label("//third_party/cargo/remote:BUILD.smallvec-1.8.0.bazel"),
)
maybe(
http_archive,
name = "raze__spin__0_5_2",
url = "https://crates.io/api/v1/crates/spin/0.5.2/download",
type = "tar.gz",
strip_prefix = "spin-0.5.2",
build_file = Label("//third_party/cargo/remote:BUILD.spin-0.5.2.bazel"),
)
maybe(
http_archive,
name = "raze__strsim__0_8_0",
url = "https://crates.io/api/v1/crates/strsim/0.8.0/download",
type = "tar.gz",
sha256 = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a",
strip_prefix = "strsim-0.8.0",
build_file = Label("//third_party/cargo/remote:BUILD.strsim-0.8.0.bazel"),
)
maybe(
http_archive,
name = "raze__structopt__0_3_25",
url = "https://crates.io/api/v1/crates/structopt/0.3.25/download",
type = "tar.gz",
sha256 = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c",
strip_prefix = "structopt-0.3.25",
build_file = Label("//third_party/cargo/remote:BUILD.structopt-0.3.25.bazel"),
)
maybe(
http_archive,
name = "raze__structopt_derive__0_4_18",
url = "https://crates.io/api/v1/crates/structopt-derive/0.4.18/download",
type = "tar.gz",
sha256 = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0",
strip_prefix = "structopt-derive-0.4.18",
build_file = Label("//third_party/cargo/remote:BUILD.structopt-derive-0.4.18.bazel"),
)
maybe(
http_archive,
name = "raze__syn__0_15_44",
url = "https://crates.io/api/v1/crates/syn/0.15.44/download",
type = "tar.gz",
sha256 = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5",
strip_prefix = "syn-0.15.44",
build_file = Label("//third_party/cargo/remote:BUILD.syn-0.15.44.bazel"),
)
maybe(
http_archive,
name = "raze__syn__1_0_81",
url = "https://crates.io/api/v1/crates/syn/1.0.81/download",
type = "tar.gz",
sha256 = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966",
strip_prefix = "syn-1.0.81",
build_file = Label("//third_party/cargo/remote:BUILD.syn-1.0.81.bazel"),
)
maybe(
http_archive,
name = "raze__synstructure__0_12_6",
url = "https://crates.io/api/v1/crates/synstructure/0.12.6/download",
type = "tar.gz",
sha256 = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f",
strip_prefix = "synstructure-0.12.6",
build_file = Label("//third_party/cargo/remote:BUILD.synstructure-0.12.6.bazel"),
)
maybe(
http_archive,
name = "raze__termcolor__1_1_2",
url = "https://crates.io/api/v1/crates/termcolor/1.1.2/download",
type = "tar.gz",
sha256 = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4",
strip_prefix = "termcolor-1.1.2",
build_file = Label("//third_party/cargo/remote:BUILD.termcolor-1.1.2.bazel"),
)
maybe(
http_archive,
name = "raze__terminal_size__0_1_17",
url = "https://crates.io/api/v1/crates/terminal_size/0.1.17/download",
type = "tar.gz",
sha256 = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df",
strip_prefix = "terminal_size-0.1.17",
build_file = Label("//third_party/cargo/remote:BUILD.terminal_size-0.1.17.bazel"),
)
maybe(
http_archive,
name = "raze__textwrap__0_11_0",
url = "https://crates.io/api/v1/crates/textwrap/0.11.0/download",
type = "tar.gz",
sha256 = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060",
strip_prefix = "textwrap-0.11.0",
build_file = Label("//third_party/cargo/remote:BUILD.textwrap-0.11.0.bazel"),
)
maybe(
http_archive,
name = "raze__thiserror__1_0_30",
url = "https://crates.io/api/v1/crates/thiserror/1.0.30/download",
type = "tar.gz",
sha256 = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417",
strip_prefix = "thiserror-1.0.30",
build_file = Label("//third_party/cargo/remote:BUILD.thiserror-1.0.30.bazel"),
)
maybe(
http_archive,
name = "raze__thiserror_impl__1_0_30",
url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.30/download",
type = "tar.gz",
sha256 = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b",
strip_prefix = "thiserror-impl-1.0.30",
build_file = Label("//third_party/cargo/remote:BUILD.thiserror-impl-1.0.30.bazel"),
)
maybe(
http_archive,
name = "raze__toml__0_5_8",
url = "https://crates.io/api/v1/crates/toml/0.5.8/download",
type = "tar.gz",
sha256 = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa",
strip_prefix = "toml-0.5.8",
build_file = Label("//third_party/cargo/remote:BUILD.toml-0.5.8.bazel"),
)
maybe(
http_archive,
name = "raze__typenum__1_15_0",
url = "https://crates.io/api/v1/crates/typenum/1.15.0/download",
type = "tar.gz",
strip_prefix = "typenum-1.15.0",
build_file = Label("//third_party/cargo/remote:BUILD.typenum-1.15.0.bazel"),
)
maybe(
http_archive,
name = "raze__unicode_segmentation__1_8_0",
url = "https://crates.io/api/v1/crates/unicode-segmentation/1.8.0/download",
type = "tar.gz",
sha256 = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b",
strip_prefix = "unicode-segmentation-1.8.0",
build_file = Label("//third_party/cargo/remote:BUILD.unicode-segmentation-1.8.0.bazel"),
)
maybe(
http_archive,
name = "raze__unicode_width__0_1_9",
url = "https://crates.io/api/v1/crates/unicode-width/0.1.9/download",
type = "tar.gz",
sha256 = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973",
strip_prefix = "unicode-width-0.1.9",
build_file = Label("//third_party/cargo/remote:BUILD.unicode-width-0.1.9.bazel"),
)
maybe(
http_archive,
name = "raze__unicode_xid__0_1_0",
url = "https://crates.io/api/v1/crates/unicode-xid/0.1.0/download",
type = "tar.gz",
sha256 = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc",
strip_prefix = "unicode-xid-0.1.0",
build_file = Label("//third_party/cargo/remote:BUILD.unicode-xid-0.1.0.bazel"),
)
maybe(
http_archive,
name = "raze__unicode_xid__0_2_2",
url = "https://crates.io/api/v1/crates/unicode-xid/0.2.2/download",
type = "tar.gz",
sha256 = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3",
strip_prefix = "unicode-xid-0.2.2",
build_file = Label("//third_party/cargo/remote:BUILD.unicode-xid-0.2.2.bazel"),
)
maybe(
http_archive,
name = "raze__vcpkg__0_2_15",
url = "https://crates.io/api/v1/crates/vcpkg/0.2.15/download",
type = "tar.gz",
sha256 = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426",
strip_prefix = "vcpkg-0.2.15",
build_file = Label("//third_party/cargo/remote:BUILD.vcpkg-0.2.15.bazel"),
)
maybe(
http_archive,
name = "raze__vec_map__0_8_2",
url = "https://crates.io/api/v1/crates/vec_map/0.8.2/download",
type = "tar.gz",
sha256 = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191",
strip_prefix = "vec_map-0.8.2",
build_file = Label("//third_party/cargo/remote:BUILD.vec_map-0.8.2.bazel"),
)
maybe(
http_archive,
name = "raze__version_check__0_9_3",
url = "https://crates.io/api/v1/crates/version_check/0.9.3/download",
type = "tar.gz",
sha256 = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe",
strip_prefix = "version_check-0.9.3",
build_file = Label("//third_party/cargo/remote:BUILD.version_check-0.9.3.bazel"),
)
maybe(
http_archive,
name = "raze__void__1_0_2",
url = "https://crates.io/api/v1/crates/void/1.0.2/download",
type = "tar.gz",
sha256 = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d",
strip_prefix = "void-1.0.2",
build_file = Label("//third_party/cargo/remote:BUILD.void-1.0.2.bazel"),
)
maybe(
http_archive,
name = "raze__wasi__0_10_2_wasi_snapshot_preview1",
url = "https://crates.io/api/v1/crates/wasi/0.10.2+wasi-snapshot-preview1/download",
type = "tar.gz",
sha256 = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6",
strip_prefix = "wasi-0.10.2+wasi-snapshot-preview1",
build_file = Label("//third_party/cargo/remote:BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel"),
)
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",
build_file = Label("//third_party/cargo/remote:BUILD.winapi-0.3.9.bazel"),
)
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",
build_file = Label("//third_party/cargo/remote:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"),
)
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",
build_file = Label("//third_party/cargo/remote:BUILD.winapi-util-0.1.5.bazel"),
)
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",
build_file = Label("//third_party/cargo/remote:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"),
)
maybe(
http_archive,
name = "raze__zerocopy__0_5_0",
url = "https://crates.io/api/v1/crates/zerocopy/0.5.0/download",
type = "tar.gz",
sha256 = "5e59ec1d2457bd6c0dd89b50e7d9d6b0b647809bf3f0a59ac85557046950b7b2",
strip_prefix = "zerocopy-0.5.0",
build_file = Label("//third_party/cargo/remote:BUILD.zerocopy-0.5.0.bazel"),
)
maybe(
http_archive,
name = "raze__zerocopy_derive__0_3_1",
url = "https://crates.io/api/v1/crates/zerocopy-derive/0.3.1/download",
type = "tar.gz",
sha256 = "a0fbc82b82efe24da867ee52e015e58178684bd9dd64c34e66bdf21da2582a9f",
strip_prefix = "zerocopy-derive-0.3.1",
build_file = Label("//third_party/cargo/remote:BUILD.zerocopy-derive-0.3.1.bazel"),
)