2021-01-04 09:35:31 +01:00
|
|
|
"""
|
|
|
|
@generated
|
|
|
|
cargo-raze generated Bazel file.
|
|
|
|
|
|
|
|
DO NOT EDIT! Replaced on runs of cargo-raze
|
|
|
|
"""
|
|
|
|
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
|
|
|
|
licenses([
|
|
|
|
"notice", # See individual crates for specific licenses
|
|
|
|
])
|
|
|
|
|
|
|
|
# Aliased targets
|
|
|
|
alias(
|
|
|
|
name = "actix",
|
|
|
|
actual = "@raze__actix__0_10_0//:actix",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
2021-01-29 09:18:22 +01:00
|
|
|
alias(
|
|
|
|
name = "actix_cors",
|
|
|
|
actual = "@raze__actix_cors__0_5_4//:actix_cors",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
2021-01-04 09:35:31 +01:00
|
|
|
alias(
|
|
|
|
name = "actix_http",
|
|
|
|
actual = "@raze__actix_http__2_2_0//:actix_http",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "actix_rt",
|
|
|
|
actual = "@raze__actix_rt__1_1_1//:actix_rt",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "actix_service",
|
|
|
|
actual = "@raze__actix_service__1_0_6//:actix_service",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "actix_threadpool",
|
|
|
|
actual = "@raze__actix_threadpool__0_3_3//:actix_threadpool",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "actix_utils",
|
|
|
|
actual = "@raze__actix_utils__1_0_6//:actix_utils",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "actix_web",
|
|
|
|
actual = "@raze__actix_web__3_3_2//:actix_web",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "async_trait",
|
|
|
|
actual = "@raze__async_trait__0_1_42//:async_trait",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "atomicwrites",
|
|
|
|
actual = "@raze__atomicwrites__0_2_5//:atomicwrites",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "autocfg",
|
|
|
|
actual = "@raze__autocfg__1_0_1//:autocfg",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
2021-01-07 11:32:32 +01:00
|
|
|
alias(
|
|
|
|
name = "backtrace",
|
|
|
|
actual = "@raze__backtrace__0_3_55//:backtrace",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
2021-01-04 09:35:31 +01:00
|
|
|
alias(
|
|
|
|
name = "base64",
|
|
|
|
actual = "@raze__base64__0_12_3//:base64",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "bb8",
|
|
|
|
actual = "@raze__bb8__0_4_2//:bb8",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "bb8_postgres",
|
|
|
|
actual = "@raze__bb8_postgres__0_4_0//:bb8_postgres",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "bincode",
|
|
|
|
actual = "@raze__bincode__1_3_1//:bincode",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "bitpacking",
|
|
|
|
actual = "@raze__bitpacking__0_8_2//:bitpacking",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "brotli",
|
|
|
|
actual = "@raze__brotli__3_3_0//:brotli",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "byteorder",
|
2021-01-09 22:14:38 +01:00
|
|
|
actual = "@raze__byteorder__1_4_2//:byteorder",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "bytes",
|
|
|
|
actual = "@raze__bytes__0_5_6//:bytes",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "census",
|
|
|
|
actual = "@raze__census__0_4_0//:census",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "chrono",
|
|
|
|
actual = "@raze__chrono__0_4_19//:chrono",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "clap",
|
|
|
|
actual = "@raze__clap__2_33_3//:clap",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "colored",
|
|
|
|
actual = "@raze__colored__2_0_0//:colored",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "combine",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__combine__4_5_2//:combine",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "config",
|
|
|
|
actual = "@raze__config__0_10_1//:config",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "crc32fast",
|
|
|
|
actual = "@raze__crc32fast__1_2_1//:crc32fast",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
2021-01-08 21:08:47 +01:00
|
|
|
alias(
|
|
|
|
name = "criterion",
|
|
|
|
actual = "@raze__criterion__0_3_3//:criterion",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
2021-01-04 09:35:31 +01:00
|
|
|
alias(
|
|
|
|
name = "crossbeam",
|
|
|
|
actual = "@raze__crossbeam__0_7_3//:crossbeam",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "deadpool",
|
|
|
|
actual = "@raze__deadpool__0_5_2//:deadpool",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "deadpool_postgres",
|
|
|
|
actual = "@raze__deadpool_postgres__0_5_6//:deadpool_postgres",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "derive_more",
|
|
|
|
actual = "@raze__derive_more__0_99_11//:derive_more",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "dotenv",
|
|
|
|
actual = "@raze__dotenv__0_15_0//:dotenv",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "downcast_rs",
|
|
|
|
actual = "@raze__downcast_rs__1_2_0//:downcast_rs",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
2021-01-09 22:14:38 +01:00
|
|
|
alias(
|
|
|
|
name = "env_logger",
|
|
|
|
actual = "@raze__env_logger__0_8_2//:env_logger",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
2021-01-04 09:35:31 +01:00
|
|
|
alias(
|
|
|
|
name = "erased_serde",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__erased_serde__0_3_13//:erased_serde",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "fail",
|
|
|
|
actual = "@raze__fail__0_4_0//:fail",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "failure",
|
|
|
|
actual = "@raze__failure__0_1_8//:failure",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "fancy_regex",
|
|
|
|
actual = "@raze__fancy_regex__0_3_5//:fancy_regex",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "fnv",
|
|
|
|
actual = "@raze__fnv__1_0_7//:fnv",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "fs2",
|
|
|
|
actual = "@raze__fs2__0_4_3//:fs2",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "fst",
|
|
|
|
actual = "@raze__fst__0_4_5//:fst",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "futures",
|
2021-01-29 09:18:22 +01:00
|
|
|
actual = "@raze__futures__0_3_10//:futures",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "grpc",
|
|
|
|
actual = "@raze__grpc__0_8_2//:grpc",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "grpc_compiler",
|
|
|
|
actual = "@raze__grpc_compiler__0_8_2//:grpc_compiler",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
2021-01-07 11:32:32 +01:00
|
|
|
# Extra aliased target, from raze configuration
|
|
|
|
# N.B.: The exact form of this is subject to change.
|
2021-01-04 09:35:31 +01:00
|
|
|
name = "cargo_bin_protoc_gen_rust_grpc",
|
|
|
|
actual = "@raze__grpc_compiler__0_8_2//:cargo_bin_protoc_gen_rust_grpc",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "htmlescape",
|
|
|
|
actual = "@raze__htmlescape__0_3_1//:htmlescape",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "integer_encoding",
|
2021-01-29 09:18:22 +01:00
|
|
|
actual = "@raze__integer_encoding__2_1_2//:integer_encoding",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "itertools",
|
|
|
|
actual = "@raze__itertools__0_9_0//:itertools",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "lazy_static",
|
|
|
|
actual = "@raze__lazy_static__1_4_0//:lazy_static",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "levenshtein_automata",
|
|
|
|
actual = "@raze__levenshtein_automata__0_1_1//:levenshtein_automata",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "lexical_core",
|
|
|
|
actual = "@raze__lexical_core__0_7_4//:lexical_core",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "libc",
|
2021-01-09 22:14:38 +01:00
|
|
|
actual = "@raze__libc__0_2_82//:libc",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "log",
|
2021-01-29 09:18:22 +01:00
|
|
|
actual = "@raze__log__0_4_13//:log",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "log4rs",
|
|
|
|
actual = "@raze__log4rs__0_10_0//:log4rs",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "lru",
|
|
|
|
actual = "@raze__lru__0_6_3//:lru",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "lz4",
|
|
|
|
actual = "@raze__lz4__1_23_2//:lz4",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "lz4_sys",
|
|
|
|
actual = "@raze__lz4_sys__1_9_2//:lz4_sys",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "maplit",
|
|
|
|
actual = "@raze__maplit__1_0_2//:maplit",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "matches",
|
|
|
|
actual = "@raze__matches__0_1_8//:matches",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "memmap",
|
|
|
|
actual = "@raze__memmap__0_7_0//:memmap",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "murmurhash32",
|
|
|
|
actual = "@raze__murmurhash32__0_2_0//:murmurhash32",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "num_bigint",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__num_bigint__0_3_1//:num_bigint",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "num_traits",
|
|
|
|
actual = "@raze__num_traits__0_2_14//:num_traits",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "num_cpus",
|
|
|
|
actual = "@raze__num_cpus__1_13_0//:num_cpus",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "once_cell",
|
|
|
|
actual = "@raze__once_cell__1_5_2//:once_cell",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "owned_read",
|
|
|
|
actual = "@raze__owned_read__0_4_1//:owned_read",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "owning_ref",
|
|
|
|
actual = "@raze__owning_ref__0_4_1//:owning_ref",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "pin_project",
|
|
|
|
actual = "@raze__pin_project__0_4_27//:pin_project",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "postgres",
|
|
|
|
actual = "@raze__postgres__0_17_5//:postgres",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "postgres_types",
|
|
|
|
actual = "@raze__postgres_types__0_1_3//:postgres_types",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "proptest",
|
|
|
|
actual = "@raze__proptest__0_10_1//:proptest",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "protobuf",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__protobuf__2_20_0//:protobuf",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "protobuf_codegen",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__protobuf_codegen__2_20_0//:protobuf_codegen",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
2021-01-07 11:32:32 +01:00
|
|
|
# Extra aliased target, from raze configuration
|
|
|
|
# N.B.: The exact form of this is subject to change.
|
2021-01-04 09:35:31 +01:00
|
|
|
name = "cargo_bin_protoc_gen_rust",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__protobuf_codegen__2_20_0//:cargo_bin_protoc_gen_rust",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "r2d2",
|
|
|
|
actual = "@raze__r2d2__0_8_9//:r2d2",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "r2d2_postgres",
|
|
|
|
actual = "@raze__r2d2_postgres__0_16_0//:r2d2_postgres",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "rand",
|
|
|
|
actual = "@raze__rand__0_7_3//:rand",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "rayon",
|
|
|
|
actual = "@raze__rayon__1_5_0//:rayon",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "regex",
|
2021-01-09 22:14:38 +01:00
|
|
|
actual = "@raze__regex__1_4_3//:regex",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "reopen",
|
|
|
|
actual = "@raze__reopen__1_0_2//:reopen",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "rust_stemmers",
|
|
|
|
actual = "@raze__rust_stemmers__1_2_0//:rust_stemmers",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "rustc_serialize",
|
|
|
|
actual = "@raze__rustc_serialize__0_3_24//:rustc_serialize",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "serde",
|
2021-01-29 09:18:22 +01:00
|
|
|
actual = "@raze__serde__1_0_119//:serde",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "serde_derive",
|
2021-01-29 09:18:22 +01:00
|
|
|
actual = "@raze__serde_derive__1_0_119//:serde_derive",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "serde_json",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__serde_json__1_0_61//:serde_json",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "serde_qs",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__serde_qs__0_8_2//:serde_qs",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "serde_yaml",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__serde_yaml__0_8_15//:serde_yaml",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "signal_hook",
|
2021-01-29 09:18:22 +01:00
|
|
|
actual = "@raze__signal_hook__0_3_3//:signal_hook",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "slog",
|
|
|
|
actual = "@raze__slog__2_7_0//:slog",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "slog_async",
|
2021-01-29 09:18:22 +01:00
|
|
|
actual = "@raze__slog_async__2_6_0//:slog_async",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "slog_json",
|
|
|
|
actual = "@raze__slog_json__2_3_0//:slog_json",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "slog_stdlog",
|
|
|
|
actual = "@raze__slog_stdlog__4_1_0//:slog_stdlog",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "slog_term",
|
|
|
|
actual = "@raze__slog_term__2_6_0//:slog_term",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "slog_derive",
|
|
|
|
actual = "@raze__slog_derive__0_2_0//:slog_derive",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "smallvec",
|
2021-01-09 22:14:38 +01:00
|
|
|
actual = "@raze__smallvec__1_6_1//:smallvec",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "snap",
|
|
|
|
actual = "@raze__snap__1_0_3//:snap",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "stable_deref_trait",
|
|
|
|
actual = "@raze__stable_deref_trait__1_2_0//:stable_deref_trait",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "strum",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__strum__0_20_0//:strum",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "strum_macros",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__strum_macros__0_20_1//:strum_macros",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "tantivy_fst",
|
|
|
|
actual = "@raze__tantivy_fst__0_3_0//:tantivy_fst",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "tar",
|
|
|
|
actual = "@raze__tar__0_4_30//:tar",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "tempdir",
|
|
|
|
actual = "@raze__tempdir__0_3_7//:tempdir",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "tempfile",
|
2021-01-29 09:18:22 +01:00
|
|
|
actual = "@raze__tempfile__3_2_0//:tempfile",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "textwrap",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__textwrap__0_13_2//:textwrap",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "thiserror",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__thiserror__1_0_23//:thiserror",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "time",
|
2021-01-09 22:14:38 +01:00
|
|
|
actual = "@raze__time__0_2_24//:time",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "tls_api",
|
|
|
|
actual = "@raze__tls_api__0_4_0//:tls_api",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "tls_api_stub",
|
|
|
|
actual = "@raze__tls_api_stub__0_4_0//:tls_api_stub",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "tokio",
|
|
|
|
actual = "@raze__tokio__0_2_24//:tokio",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "tokio_pg_mapper",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__tokio_pg_mapper__0_2_0//:tokio_pg_mapper",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "tokio_pg_mapper_derive",
|
2021-01-07 11:32:32 +01:00
|
|
|
actual = "@raze__tokio_pg_mapper_derive__0_2_0//:tokio_pg_mapper_derive",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "tokio_postgres",
|
2021-01-08 21:08:47 +01:00
|
|
|
actual = "@raze__tokio_postgres__0_5_5//:tokio_postgres",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "typenum",
|
|
|
|
actual = "@raze__typenum__1_12_0//:typenum",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "urlparse",
|
|
|
|
actual = "@raze__urlparse__0_7_3//:urlparse",
|
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "uuid",
|
2021-01-29 09:18:22 +01:00
|
|
|
actual = "@raze__uuid__0_8_2//:uuid",
|
2021-01-04 09:35:31 +01:00
|
|
|
tags = [
|
|
|
|
"cargo-raze",
|
|
|
|
"manual",
|
|
|
|
],
|
|
|
|
)
|