[[package]]
name = "bumpalo"
--version = "3.7.0"
++version = "3.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
++checksum = "d9df67f7bf9ef8498769f994239c45613ef0c5899415fb58e9add412d2c1a538"
[[package]]
name = "byteorder"
[[package]]
name = "cc"
--version = "1.0.70"
++version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
++checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
[[package]]
name = "cfg-if"
[[package]]
name = "core-foundation"
--version = "0.9.1"
++version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
++checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
dependencies = [
"core-foundation-sys",
"libc",
[[package]]
name = "core-foundation-sys"
--version = "0.8.2"
++version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
++checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "cpufeatures"
[[package]]
name = "h2"
--version = "0.3.4"
++version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "d7f3675cfef6a30c8031cf9e6493ebdc3bb3272a3fea3923c4210d1830e6a472"
++checksum = "6c06815895acec637cd6ed6e9662c935b866d20a106f8361892893a7d9234964"
dependencies = [
"bytes",
"fnv",
[[package]]
name = "http"
--version = "0.2.4"
++version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
++checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
dependencies = [
"bytes",
"fnv",
[[package]]
name = "hyper"
--version = "0.14.12"
++version = "0.14.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "13f67199e765030fa08fe0bd581af683f0d5bc04ea09c2b1102012c5fb90e7fd"
++checksum = "15d1cfb9e4f68655fa04c01f59edb405b6074a0f7118ea881e5026e4a1cd8593"
dependencies = [
"bytes",
"futures-channel",
[[package]]
name = "instant"
--version = "0.1.10"
++version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
++checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "js-sys"
--version = "0.3.53"
++version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "e4bf49d50e2961077d9c99f4b7997d770a1114f087c3c2e0069b36c13fc2979d"
++checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "libc"
--version = "0.2.101"
++version = "0.2.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
-
- [[package]]
- name = "libsodium-sys"
- version = "0.2.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
- dependencies = [
- "cc",
- "libc",
- "pkg-config",
- "walkdir",
- ]
++checksum = "7b2f96d100e1cf1929e7719b7edb3b90ab5298072638fccd77be9ce942ecdfce"
[[package]]
name = "linked-hash-map"
[[package]]
name = "mio"
--version = "0.7.13"
++version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
++checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
dependencies = [
"libc",
"log",
[[package]]
name = "pkg-config"
--version = "0.3.19"
++version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
++checksum = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb"
[[package]]
name = "ppv-lite86"
--version = "0.2.10"
++version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
++checksum = "c3ca011bd0129ff4ae15cd04c4eef202cadf6c51c21e47aba319b4e0501db741"
[[package]]
name = "pretty_env_logger"
[[package]]
name = "proc-macro2"
--version = "1.0.29"
++version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
++checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
--version = "1.0.9"
++version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
++checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
dependencies = [
"proc-macro2",
]
[[package]]
name = "redis"
--version = "0.21.2"
++version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "202c5bf92cad3d57605c366e644a7fbf305a83f19754fc66678c6265dcc9b8b4"
++checksum = "dd71bdb3d0d6e9183e675c977f652fbf8abc3b63fcb722e9abb42f82ef839b65"
dependencies = [
"arc-swap",
"async-trait",
[[package]]
name = "serde_json"
--version = "1.0.67"
++version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
++checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
dependencies = [
"itoa",
"ryu",
[[package]]
name = "sha2"
--version = "0.9.6"
++version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3"
++checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
dependencies = [
"block-buffer",
"cfg-if",
[[package]]
name = "slab"
--version = "0.4.4"
++version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
++checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
[[package]]
name = "smallvec"
--version = "1.6.1"
++version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
++checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
[[package]]
name = "socket2"
--version = "0.4.1"
++version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
++checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
dependencies = [
"libc",
"winapi",
[[package]]
name = "syn"
--version = "1.0.76"
++version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84"
++checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
dependencies = [
"proc-macro2",
"quote",
[[package]]
name = "synstructure"
--version = "0.12.5"
++version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"
++checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
[[package]]
name = "thiserror"
--version = "1.0.29"
++version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
++checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
--version = "1.0.29"
++version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
++checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
"proc-macro2",
"quote",
[[package]]
name = "tinyvec"
--version = "1.3.1"
++version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
++checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tokio"
--version = "1.11.0"
++version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce"
++checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"
dependencies = [
"autocfg",
"bytes",
[[package]]
name = "tokio-macros"
--version = "1.3.0"
++version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
++checksum = "b2dd85aeaba7b68df939bd357c6afb36c87951be9e80bf9c859f2fc3e9fca0fd"
dependencies = [
"proc-macro2",
"quote",
[[package]]
name = "tracing"
--version = "0.1.26"
++version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
++checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
dependencies = [
"cfg-if",
"pin-project-lite",
[[package]]
name = "tracing-core"
--version = "0.1.19"
++version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "2ca517f43f0fb96e0c3072ed5c275fe5eece87e8cb52f4a77b69226d3b1c9df8"
++checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
dependencies = [
"lazy_static",
]
[[package]]
name = "unicode-bidi"
--version = "0.3.6"
++version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
++checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
[[package]]
name = "unicode-normalization"
[[package]]
name = "wasm-bindgen"
--version = "0.2.76"
++version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "8ce9b1b516211d33767048e5d47fa2a381ed8b76fc48d2ce4aa39877f9f183e0"
++checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
[[package]]
name = "wasm-bindgen-backend"
--version = "0.2.76"
++version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "cfe8dc78e2326ba5f845f4b5bf548401604fa20b1dd1d365fb73b6c1d6364041"
++checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
dependencies = [
"bumpalo",
"lazy_static",
[[package]]
name = "wasm-bindgen-macro"
--version = "0.2.76"
++version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "44468aa53335841d9d6b6c023eaab07c0cd4bddbcfdee3e2bb1e8d2cb8069fef"
++checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
[[package]]
name = "wasm-bindgen-macro-support"
--version = "0.2.76"
++version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "0195807922713af1e67dc66132c7328206ed9766af3858164fb583eedc25fbad"
++checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
dependencies = [
"proc-macro2",
"quote",
[[package]]
name = "wasm-bindgen-shared"
--version = "0.2.76"
++version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "acdb075a845574a1fa5f09fd77e43f7747599301ea3417a9fbffdeedfc1f4a29"
++checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
[[package]]
name = "web-sys"
--version = "0.3.53"
++version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "224b2f6b67919060055ef1a67807367c2066ed520c3862cc013d26cf893a783c"
++checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
dependencies = [
"js-sys",
"wasm-bindgen",
version = "0.1.0"
dependencies = [
"common",
+ "ctor",
+ "ed25519-dalek",
"hex",
"hyper",
"lazy_static",
[[package]]
name = "zeroize"
--version = "1.4.1"
++version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd"
++checksum = "bf68b08513768deaa790264a7fac27a58cbf2705cfcdc9448362229217d7e970"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
--version = "1.1.0"
++version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"
++checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"
dependencies = [
"proc-macro2",
"quote",
experimental_api = true\r
\r
[package.metadata.raze.crates.cpufeatures.'*']\r
--skipped_deps = ["libc-0.2.101"]\r
--additional_deps = ["@raze__libc__0_2_101//:libc"]\r
++skipped_deps = ["libc-0.2.104"]\r
++additional_deps = ["@raze__libc__0_2_104//:libc"]\r
\r
[package.metadata.raze.crates.ring.'*']\r
compile_data_attr = "glob([\"*/**\"])"\r
skipped_deps = ["miniz_oxide-0.4.4"]\r
additional_deps = ["@raze__miniz_oxide__0_4_4//:miniz_oxide"]\r
\r
--\r
[package.metadata.raze.crates.webpki.'*']\r
compile_data_attr = "glob([\"*/**\"])"\r
- \r
- [package.metadata.raze.crates.libsodium-sys.'*']\r
- buildrs_additional_environment_variables = { PATH = "/usr/sbin:/usr/bin:/sbin:/bin", "NUM_JOBS" = "2" }\r
- compile_data_attr = "glob([\"*/**\"])"\r
- additional_build_file = "bazel/patch/BUILD_script_patch"\r
- gen_buildrs = false\r
- additional_deps = [":libsodium_sys_build_script"]\r
alias(
name = "redis",
-- actual = "@raze__redis__0_21_2//:redis",
++ actual = "@raze__redis__0_21_3//:redis",
tags = [
"cargo-raze",
"manual",
alias(
name = "serde_json",
-- actual = "@raze__serde_json__1_0_67//:serde_json",
++ actual = "@raze__serde_json__1_0_68//:serde_json",
tags = [
"cargo-raze",
"manual",
# Aliased targets
alias(
name = "libc",
-- actual = "@raze__libc__0_2_101//:libc",
++ actual = "@raze__libc__0_2_104//:libc",
tags = [
"cargo-raze",
"manual",
# 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 = {
"webhook": {
+ "ed25519-dalek": "@raze__ed25519_dalek__1_0_1//:ed25519_dalek",
"hex": "@raze__hex__0_4_3//:hex",
-- "hyper": "@raze__hyper__0_14_12//:hyper",
++ "hyper": "@raze__hyper__0_14_13//:hyper",
"lazy_static": "@raze__lazy_static__1_4_0//:lazy_static",
-- "libc": "@raze__libc__0_2_101//:libc",
- "libsodium-sys": "@raze__libsodium_sys__0_2_7//:libsodium_sys",
++ "libc": "@raze__libc__0_2_104//:libc",
+ "rand": "@raze__rand__0_7_3//:rand",
"serde": "@raze__serde__1_0_130//:serde",
-- "serde_json": "@raze__serde_json__1_0_67//:serde_json",
-- "tokio": "@raze__tokio__1_11_0//:tokio",
++ "serde_json": "@raze__serde_json__1_0_68//:serde_json",
++ "tokio": "@raze__tokio__1_12_0//:tokio",
},
"common/rust": {
"config": "@raze__config__0_11_0//:config",
- "hyper": "@raze__hyper__0_14_12//:hyper",
+ "enumflags2": "@raze__enumflags2__0_7_1//:enumflags2",
- "hyper": "@raze__hyper__0_14_12//:hyper",
++ "hyper": "@raze__hyper__0_14_13//:hyper",
"log": "@raze__log__0_4_14//:log",
"nats": "@raze__nats__0_15_2//:nats",
"pretty_env_logger": "@raze__pretty_env_logger__0_4_0//:pretty_env_logger",
"prometheus": "@raze__prometheus__0_12_0//:prometheus",
-- "redis": "@raze__redis__0_21_2//:redis",
++ "redis": "@raze__redis__0_21_3//:redis",
"serde": "@raze__serde__1_0_130//:serde",
"testcontainers": "@raze__testcontainers__0_12_0//:testcontainers",
-- "tokio": "@raze__tokio__1_11_0//:tokio",
++ "tokio": "@raze__tokio__1_12_0//:tokio",
},
"gateway": {
"enumflags2": "@raze__enumflags2__0_7_1//:enumflags2",
"num": "@raze__num__0_4_0//:num",
"num-traits": "@raze__num_traits__0_2_14//:num_traits",
"serde": "@raze__serde__1_0_130//:serde",
-- "serde_json": "@raze__serde_json__1_0_67//:serde_json",
-- "tokio": "@raze__tokio__1_11_0//:tokio",
++ "serde_json": "@raze__serde_json__1_0_68//:serde_json",
++ "tokio": "@raze__tokio__1_12_0//:tokio",
"tokio-tungstenite": "@raze__tokio_tungstenite__0_15_0//:tokio_tungstenite",
"url": "@raze__url__2_2_2//:url",
},
"cache": {
"log": "@raze__log__0_4_14//:log",
"nats": "@raze__nats__0_15_2//:nats",
-- "redis": "@raze__redis__0_21_2//:redis",
++ "redis": "@raze__redis__0_21_3//:redis",
"serde": "@raze__serde__1_0_130//:serde",
-- "serde_json": "@raze__serde_json__1_0_67//:serde_json",
++ "serde_json": "@raze__serde_json__1_0_68//:serde_json",
},
"rest": {
"futures-util": "@raze__futures_util__0_3_17//:futures_util",
-- "hyper": "@raze__hyper__0_14_12//:hyper",
++ "hyper": "@raze__hyper__0_14_13//:hyper",
"hyper-tls": "@raze__hyper_tls__0_5_0//:hyper_tls",
"lazy_static": "@raze__lazy_static__1_4_0//:lazy_static",
"serde": "@raze__serde__1_0_130//:serde",
-- "tokio": "@raze__tokio__1_11_0//:tokio",
++ "tokio": "@raze__tokio__1_12_0//:tokio",
"xxhash-rust": "@raze__xxhash_rust__0_8_2//:xxhash_rust",
},
"": {
-- "libc": "@raze__libc__0_2_101//:libc",
++ "libc": "@raze__libc__0_2_104//:libc",
},
}
maybe(
http_archive,
-- name = "raze__bumpalo__3_7_0",
-- url = "https://crates.io/api/v1/crates/bumpalo/3.7.0/download",
++ name = "raze__bumpalo__3_7_1",
++ url = "https://crates.io/api/v1/crates/bumpalo/3.7.1/download",
type = "tar.gz",
-- sha256 = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631",
-- strip_prefix = "bumpalo-3.7.0",
-- build_file = Label("//cargo/remote:BUILD.bumpalo-3.7.0.bazel"),
++ sha256 = "d9df67f7bf9ef8498769f994239c45613ef0c5899415fb58e9add412d2c1a538",
++ strip_prefix = "bumpalo-3.7.1",
++ build_file = Label("//cargo/remote:BUILD.bumpalo-3.7.1.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__cc__1_0_70",
-- url = "https://crates.io/api/v1/crates/cc/1.0.70/download",
++ name = "raze__cc__1_0_71",
++ url = "https://crates.io/api/v1/crates/cc/1.0.71/download",
type = "tar.gz",
-- sha256 = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0",
-- strip_prefix = "cc-1.0.70",
-- build_file = Label("//cargo/remote:BUILD.cc-1.0.70.bazel"),
++ sha256 = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd",
++ strip_prefix = "cc-1.0.71",
++ build_file = Label("//cargo/remote:BUILD.cc-1.0.71.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__core_foundation__0_9_1",
-- url = "https://crates.io/api/v1/crates/core-foundation/0.9.1/download",
++ name = "raze__core_foundation__0_9_2",
++ url = "https://crates.io/api/v1/crates/core-foundation/0.9.2/download",
type = "tar.gz",
-- sha256 = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62",
-- strip_prefix = "core-foundation-0.9.1",
-- build_file = Label("//cargo/remote:BUILD.core-foundation-0.9.1.bazel"),
++ sha256 = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3",
++ strip_prefix = "core-foundation-0.9.2",
++ build_file = Label("//cargo/remote:BUILD.core-foundation-0.9.2.bazel"),
)
maybe(
http_archive,
-- name = "raze__core_foundation_sys__0_8_2",
-- url = "https://crates.io/api/v1/crates/core-foundation-sys/0.8.2/download",
++ name = "raze__core_foundation_sys__0_8_3",
++ url = "https://crates.io/api/v1/crates/core-foundation-sys/0.8.3/download",
type = "tar.gz",
-- sha256 = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b",
-- strip_prefix = "core-foundation-sys-0.8.2",
-- build_file = Label("//cargo/remote:BUILD.core-foundation-sys-0.8.2.bazel"),
++ sha256 = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc",
++ strip_prefix = "core-foundation-sys-0.8.3",
++ build_file = Label("//cargo/remote:BUILD.core-foundation-sys-0.8.3.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__h2__0_3_4",
-- url = "https://crates.io/api/v1/crates/h2/0.3.4/download",
++ name = "raze__h2__0_3_6",
++ url = "https://crates.io/api/v1/crates/h2/0.3.6/download",
type = "tar.gz",
-- sha256 = "d7f3675cfef6a30c8031cf9e6493ebdc3bb3272a3fea3923c4210d1830e6a472",
-- strip_prefix = "h2-0.3.4",
-- build_file = Label("//cargo/remote:BUILD.h2-0.3.4.bazel"),
++ sha256 = "6c06815895acec637cd6ed6e9662c935b866d20a106f8361892893a7d9234964",
++ strip_prefix = "h2-0.3.6",
++ build_file = Label("//cargo/remote:BUILD.h2-0.3.6.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__http__0_2_4",
-- url = "https://crates.io/api/v1/crates/http/0.2.4/download",
++ name = "raze__http__0_2_5",
++ url = "https://crates.io/api/v1/crates/http/0.2.5/download",
type = "tar.gz",
-- sha256 = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11",
-- strip_prefix = "http-0.2.4",
-- build_file = Label("//cargo/remote:BUILD.http-0.2.4.bazel"),
++ sha256 = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b",
++ strip_prefix = "http-0.2.5",
++ build_file = Label("//cargo/remote:BUILD.http-0.2.5.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__hyper__0_14_12",
-- url = "https://crates.io/api/v1/crates/hyper/0.14.12/download",
++ name = "raze__hyper__0_14_13",
++ url = "https://crates.io/api/v1/crates/hyper/0.14.13/download",
type = "tar.gz",
-- sha256 = "13f67199e765030fa08fe0bd581af683f0d5bc04ea09c2b1102012c5fb90e7fd",
-- strip_prefix = "hyper-0.14.12",
-- build_file = Label("//cargo/remote:BUILD.hyper-0.14.12.bazel"),
++ sha256 = "15d1cfb9e4f68655fa04c01f59edb405b6074a0f7118ea881e5026e4a1cd8593",
++ strip_prefix = "hyper-0.14.13",
++ build_file = Label("//cargo/remote:BUILD.hyper-0.14.13.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__instant__0_1_10",
-- url = "https://crates.io/api/v1/crates/instant/0.1.10/download",
++ name = "raze__instant__0_1_12",
++ url = "https://crates.io/api/v1/crates/instant/0.1.12/download",
type = "tar.gz",
-- sha256 = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d",
-- strip_prefix = "instant-0.1.10",
-- build_file = Label("//cargo/remote:BUILD.instant-0.1.10.bazel"),
++ sha256 = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c",
++ strip_prefix = "instant-0.1.12",
++ build_file = Label("//cargo/remote:BUILD.instant-0.1.12.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__js_sys__0_3_53",
-- url = "https://crates.io/api/v1/crates/js-sys/0.3.53/download",
++ name = "raze__js_sys__0_3_55",
++ url = "https://crates.io/api/v1/crates/js-sys/0.3.55/download",
type = "tar.gz",
-- sha256 = "e4bf49d50e2961077d9c99f4b7997d770a1114f087c3c2e0069b36c13fc2979d",
-- strip_prefix = "js-sys-0.3.53",
-- build_file = Label("//cargo/remote:BUILD.js-sys-0.3.53.bazel"),
++ sha256 = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84",
++ strip_prefix = "js-sys-0.3.55",
++ build_file = Label("//cargo/remote:BUILD.js-sys-0.3.55.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__libc__0_2_101",
-- url = "https://crates.io/api/v1/crates/libc/0.2.101/download",
++ name = "raze__libc__0_2_104",
++ url = "https://crates.io/api/v1/crates/libc/0.2.104/download",
type = "tar.gz",
-- sha256 = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21",
-- strip_prefix = "libc-0.2.101",
-- build_file = Label("//cargo/remote:BUILD.libc-0.2.101.bazel"),
- )
-
- maybe(
- http_archive,
- name = "raze__libsodium_sys__0_2_7",
- url = "https://crates.io/api/v1/crates/libsodium-sys/0.2.7/download",
- type = "tar.gz",
- sha256 = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd",
- strip_prefix = "libsodium-sys-0.2.7",
- build_file = Label("//cargo/remote:BUILD.libsodium-sys-0.2.7.bazel"),
++ sha256 = "7b2f96d100e1cf1929e7719b7edb3b90ab5298072638fccd77be9ce942ecdfce",
++ strip_prefix = "libc-0.2.104",
++ build_file = Label("//cargo/remote:BUILD.libc-0.2.104.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__mio__0_7_13",
-- url = "https://crates.io/api/v1/crates/mio/0.7.13/download",
++ name = "raze__mio__0_7_14",
++ url = "https://crates.io/api/v1/crates/mio/0.7.14/download",
type = "tar.gz",
-- sha256 = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16",
-- strip_prefix = "mio-0.7.13",
-- build_file = Label("//cargo/remote:BUILD.mio-0.7.13.bazel"),
++ sha256 = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc",
++ strip_prefix = "mio-0.7.14",
++ build_file = Label("//cargo/remote:BUILD.mio-0.7.14.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__pkg_config__0_3_19",
-- url = "https://crates.io/api/v1/crates/pkg-config/0.3.19/download",
++ name = "raze__pkg_config__0_3_20",
++ url = "https://crates.io/api/v1/crates/pkg-config/0.3.20/download",
type = "tar.gz",
-- sha256 = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c",
-- strip_prefix = "pkg-config-0.3.19",
-- build_file = Label("//cargo/remote:BUILD.pkg-config-0.3.19.bazel"),
++ sha256 = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb",
++ strip_prefix = "pkg-config-0.3.20",
++ build_file = Label("//cargo/remote:BUILD.pkg-config-0.3.20.bazel"),
)
maybe(
http_archive,
-- name = "raze__ppv_lite86__0_2_10",
-- url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.10/download",
++ name = "raze__ppv_lite86__0_2_14",
++ url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.14/download",
type = "tar.gz",
-- sha256 = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857",
-- strip_prefix = "ppv-lite86-0.2.10",
-- build_file = Label("//cargo/remote:BUILD.ppv-lite86-0.2.10.bazel"),
++ sha256 = "c3ca011bd0129ff4ae15cd04c4eef202cadf6c51c21e47aba319b4e0501db741",
++ strip_prefix = "ppv-lite86-0.2.14",
++ build_file = Label("//cargo/remote:BUILD.ppv-lite86-0.2.14.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__proc_macro2__1_0_29",
-- url = "https://crates.io/api/v1/crates/proc-macro2/1.0.29/download",
++ name = "raze__proc_macro2__1_0_30",
++ url = "https://crates.io/api/v1/crates/proc-macro2/1.0.30/download",
type = "tar.gz",
-- sha256 = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d",
-- strip_prefix = "proc-macro2-1.0.29",
-- build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.29.bazel"),
++ sha256 = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70",
++ strip_prefix = "proc-macro2-1.0.30",
++ build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.30.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__quote__1_0_9",
-- url = "https://crates.io/api/v1/crates/quote/1.0.9/download",
++ name = "raze__quote__1_0_10",
++ url = "https://crates.io/api/v1/crates/quote/1.0.10/download",
type = "tar.gz",
-- sha256 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7",
-- strip_prefix = "quote-1.0.9",
-- build_file = Label("//cargo/remote:BUILD.quote-1.0.9.bazel"),
++ sha256 = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05",
++ strip_prefix = "quote-1.0.10",
++ build_file = Label("//cargo/remote:BUILD.quote-1.0.10.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__redis__0_21_2",
-- url = "https://crates.io/api/v1/crates/redis/0.21.2/download",
++ name = "raze__redis__0_21_3",
++ url = "https://crates.io/api/v1/crates/redis/0.21.3/download",
type = "tar.gz",
-- sha256 = "202c5bf92cad3d57605c366e644a7fbf305a83f19754fc66678c6265dcc9b8b4",
-- strip_prefix = "redis-0.21.2",
-- build_file = Label("//cargo/remote:BUILD.redis-0.21.2.bazel"),
++ sha256 = "dd71bdb3d0d6e9183e675c977f652fbf8abc3b63fcb722e9abb42f82ef839b65",
++ strip_prefix = "redis-0.21.3",
++ build_file = Label("//cargo/remote:BUILD.redis-0.21.3.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__serde_json__1_0_67",
-- url = "https://crates.io/api/v1/crates/serde_json/1.0.67/download",
++ name = "raze__serde_json__1_0_68",
++ url = "https://crates.io/api/v1/crates/serde_json/1.0.68/download",
type = "tar.gz",
-- sha256 = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950",
-- strip_prefix = "serde_json-1.0.67",
-- build_file = Label("//cargo/remote:BUILD.serde_json-1.0.67.bazel"),
++ sha256 = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8",
++ strip_prefix = "serde_json-1.0.68",
++ build_file = Label("//cargo/remote:BUILD.serde_json-1.0.68.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__sha2__0_9_6",
-- url = "https://crates.io/api/v1/crates/sha2/0.9.6/download",
++ name = "raze__sha2__0_9_8",
++ url = "https://crates.io/api/v1/crates/sha2/0.9.8/download",
type = "tar.gz",
-- sha256 = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3",
-- strip_prefix = "sha2-0.9.6",
-- build_file = Label("//cargo/remote:BUILD.sha2-0.9.6.bazel"),
++ sha256 = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa",
++ strip_prefix = "sha2-0.9.8",
++ build_file = Label("//cargo/remote:BUILD.sha2-0.9.8.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__slab__0_4_4",
-- url = "https://crates.io/api/v1/crates/slab/0.4.4/download",
++ name = "raze__slab__0_4_5",
++ url = "https://crates.io/api/v1/crates/slab/0.4.5/download",
type = "tar.gz",
-- sha256 = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590",
-- strip_prefix = "slab-0.4.4",
-- build_file = Label("//cargo/remote:BUILD.slab-0.4.4.bazel"),
++ sha256 = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5",
++ strip_prefix = "slab-0.4.5",
++ build_file = Label("//cargo/remote:BUILD.slab-0.4.5.bazel"),
)
maybe(
http_archive,
-- name = "raze__smallvec__1_6_1",
-- url = "https://crates.io/api/v1/crates/smallvec/1.6.1/download",
++ name = "raze__smallvec__1_7_0",
++ url = "https://crates.io/api/v1/crates/smallvec/1.7.0/download",
type = "tar.gz",
-- sha256 = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e",
-- strip_prefix = "smallvec-1.6.1",
-- build_file = Label("//cargo/remote:BUILD.smallvec-1.6.1.bazel"),
++ sha256 = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309",
++ strip_prefix = "smallvec-1.7.0",
++ build_file = Label("//cargo/remote:BUILD.smallvec-1.7.0.bazel"),
)
maybe(
http_archive,
-- name = "raze__socket2__0_4_1",
-- url = "https://crates.io/api/v1/crates/socket2/0.4.1/download",
++ name = "raze__socket2__0_4_2",
++ url = "https://crates.io/api/v1/crates/socket2/0.4.2/download",
type = "tar.gz",
-- sha256 = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad",
-- strip_prefix = "socket2-0.4.1",
-- build_file = Label("//cargo/remote:BUILD.socket2-0.4.1.bazel"),
++ sha256 = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516",
++ strip_prefix = "socket2-0.4.2",
++ build_file = Label("//cargo/remote:BUILD.socket2-0.4.2.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__syn__1_0_76",
-- url = "https://crates.io/api/v1/crates/syn/1.0.76/download",
++ name = "raze__syn__1_0_80",
++ url = "https://crates.io/api/v1/crates/syn/1.0.80/download",
type = "tar.gz",
-- sha256 = "c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84",
-- strip_prefix = "syn-1.0.76",
-- build_file = Label("//cargo/remote:BUILD.syn-1.0.76.bazel"),
++ sha256 = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194",
++ strip_prefix = "syn-1.0.80",
++ build_file = Label("//cargo/remote:BUILD.syn-1.0.80.bazel"),
)
maybe(
http_archive,
-- name = "raze__synstructure__0_12_5",
-- url = "https://crates.io/api/v1/crates/synstructure/0.12.5/download",
++ name = "raze__synstructure__0_12_6",
++ url = "https://crates.io/api/v1/crates/synstructure/0.12.6/download",
type = "tar.gz",
-- sha256 = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa",
-- strip_prefix = "synstructure-0.12.5",
-- build_file = Label("//cargo/remote:BUILD.synstructure-0.12.5.bazel"),
++ sha256 = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f",
++ strip_prefix = "synstructure-0.12.6",
++ build_file = Label("//cargo/remote:BUILD.synstructure-0.12.6.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__thiserror__1_0_29",
-- url = "https://crates.io/api/v1/crates/thiserror/1.0.29/download",
++ name = "raze__thiserror__1_0_30",
++ url = "https://crates.io/api/v1/crates/thiserror/1.0.30/download",
type = "tar.gz",
-- sha256 = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88",
-- strip_prefix = "thiserror-1.0.29",
-- build_file = Label("//cargo/remote:BUILD.thiserror-1.0.29.bazel"),
++ sha256 = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417",
++ strip_prefix = "thiserror-1.0.30",
++ build_file = Label("//cargo/remote:BUILD.thiserror-1.0.30.bazel"),
)
maybe(
http_archive,
-- name = "raze__thiserror_impl__1_0_29",
-- url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.29/download",
++ name = "raze__thiserror_impl__1_0_30",
++ url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.30/download",
type = "tar.gz",
-- sha256 = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c",
-- strip_prefix = "thiserror-impl-1.0.29",
-- build_file = Label("//cargo/remote:BUILD.thiserror-impl-1.0.29.bazel"),
++ sha256 = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b",
++ strip_prefix = "thiserror-impl-1.0.30",
++ build_file = Label("//cargo/remote:BUILD.thiserror-impl-1.0.30.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__tinyvec__1_3_1",
-- url = "https://crates.io/api/v1/crates/tinyvec/1.3.1/download",
++ name = "raze__tinyvec__1_5_0",
++ url = "https://crates.io/api/v1/crates/tinyvec/1.5.0/download",
type = "tar.gz",
-- sha256 = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338",
-- strip_prefix = "tinyvec-1.3.1",
-- build_file = Label("//cargo/remote:BUILD.tinyvec-1.3.1.bazel"),
++ sha256 = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7",
++ strip_prefix = "tinyvec-1.5.0",
++ build_file = Label("//cargo/remote:BUILD.tinyvec-1.5.0.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__tokio__1_11_0",
-- url = "https://crates.io/api/v1/crates/tokio/1.11.0/download",
++ name = "raze__tokio__1_12_0",
++ url = "https://crates.io/api/v1/crates/tokio/1.12.0/download",
type = "tar.gz",
-- sha256 = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce",
-- strip_prefix = "tokio-1.11.0",
-- build_file = Label("//cargo/remote:BUILD.tokio-1.11.0.bazel"),
++ sha256 = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc",
++ strip_prefix = "tokio-1.12.0",
++ build_file = Label("//cargo/remote:BUILD.tokio-1.12.0.bazel"),
)
maybe(
http_archive,
-- name = "raze__tokio_macros__1_3_0",
-- url = "https://crates.io/api/v1/crates/tokio-macros/1.3.0/download",
++ name = "raze__tokio_macros__1_5_0",
++ url = "https://crates.io/api/v1/crates/tokio-macros/1.5.0/download",
type = "tar.gz",
-- sha256 = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110",
-- strip_prefix = "tokio-macros-1.3.0",
-- build_file = Label("//cargo/remote:BUILD.tokio-macros-1.3.0.bazel"),
++ sha256 = "b2dd85aeaba7b68df939bd357c6afb36c87951be9e80bf9c859f2fc3e9fca0fd",
++ strip_prefix = "tokio-macros-1.5.0",
++ build_file = Label("//cargo/remote:BUILD.tokio-macros-1.5.0.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__tracing__0_1_26",
-- url = "https://crates.io/api/v1/crates/tracing/0.1.26/download",
++ name = "raze__tracing__0_1_29",
++ url = "https://crates.io/api/v1/crates/tracing/0.1.29/download",
type = "tar.gz",
-- sha256 = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d",
-- strip_prefix = "tracing-0.1.26",
-- build_file = Label("//cargo/remote:BUILD.tracing-0.1.26.bazel"),
++ sha256 = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105",
++ strip_prefix = "tracing-0.1.29",
++ build_file = Label("//cargo/remote:BUILD.tracing-0.1.29.bazel"),
)
maybe(
http_archive,
-- name = "raze__tracing_core__0_1_19",
-- url = "https://crates.io/api/v1/crates/tracing-core/0.1.19/download",
++ name = "raze__tracing_core__0_1_21",
++ url = "https://crates.io/api/v1/crates/tracing-core/0.1.21/download",
type = "tar.gz",
-- sha256 = "2ca517f43f0fb96e0c3072ed5c275fe5eece87e8cb52f4a77b69226d3b1c9df8",
-- strip_prefix = "tracing-core-0.1.19",
-- build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.19.bazel"),
++ sha256 = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4",
++ strip_prefix = "tracing-core-0.1.21",
++ build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.21.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__unicode_bidi__0_3_6",
-- url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.6/download",
++ name = "raze__unicode_bidi__0_3_7",
++ url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.7/download",
type = "tar.gz",
-- sha256 = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085",
-- strip_prefix = "unicode-bidi-0.3.6",
-- build_file = Label("//cargo/remote:BUILD.unicode-bidi-0.3.6.bazel"),
++ sha256 = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f",
++ strip_prefix = "unicode-bidi-0.3.7",
++ build_file = Label("//cargo/remote:BUILD.unicode-bidi-0.3.7.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__wasm_bindgen__0_2_76",
-- url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.76/download",
++ name = "raze__wasm_bindgen__0_2_78",
++ url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.78/download",
type = "tar.gz",
-- sha256 = "8ce9b1b516211d33767048e5d47fa2a381ed8b76fc48d2ce4aa39877f9f183e0",
-- strip_prefix = "wasm-bindgen-0.2.76",
-- build_file = Label("//cargo/remote:BUILD.wasm-bindgen-0.2.76.bazel"),
++ sha256 = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce",
++ strip_prefix = "wasm-bindgen-0.2.78",
++ build_file = Label("//cargo/remote:BUILD.wasm-bindgen-0.2.78.bazel"),
)
maybe(
http_archive,
-- name = "raze__wasm_bindgen_backend__0_2_76",
-- url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.76/download",
++ name = "raze__wasm_bindgen_backend__0_2_78",
++ url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.78/download",
type = "tar.gz",
-- sha256 = "cfe8dc78e2326ba5f845f4b5bf548401604fa20b1dd1d365fb73b6c1d6364041",
-- strip_prefix = "wasm-bindgen-backend-0.2.76",
-- build_file = Label("//cargo/remote:BUILD.wasm-bindgen-backend-0.2.76.bazel"),
++ sha256 = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b",
++ strip_prefix = "wasm-bindgen-backend-0.2.78",
++ build_file = Label("//cargo/remote:BUILD.wasm-bindgen-backend-0.2.78.bazel"),
)
maybe(
http_archive,
-- name = "raze__wasm_bindgen_macro__0_2_76",
-- url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.76/download",
++ name = "raze__wasm_bindgen_macro__0_2_78",
++ url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.78/download",
type = "tar.gz",
-- sha256 = "44468aa53335841d9d6b6c023eaab07c0cd4bddbcfdee3e2bb1e8d2cb8069fef",
-- strip_prefix = "wasm-bindgen-macro-0.2.76",
-- build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-0.2.76.bazel"),
++ sha256 = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9",
++ strip_prefix = "wasm-bindgen-macro-0.2.78",
++ build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-0.2.78.bazel"),
)
maybe(
http_archive,
-- name = "raze__wasm_bindgen_macro_support__0_2_76",
-- url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.76/download",
++ name = "raze__wasm_bindgen_macro_support__0_2_78",
++ url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.78/download",
type = "tar.gz",
-- sha256 = "0195807922713af1e67dc66132c7328206ed9766af3858164fb583eedc25fbad",
-- strip_prefix = "wasm-bindgen-macro-support-0.2.76",
-- build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.76.bazel"),
++ sha256 = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab",
++ strip_prefix = "wasm-bindgen-macro-support-0.2.78",
++ build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.78.bazel"),
)
maybe(
http_archive,
-- name = "raze__wasm_bindgen_shared__0_2_76",
-- url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.76/download",
++ name = "raze__wasm_bindgen_shared__0_2_78",
++ url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.78/download",
type = "tar.gz",
-- sha256 = "acdb075a845574a1fa5f09fd77e43f7747599301ea3417a9fbffdeedfc1f4a29",
-- strip_prefix = "wasm-bindgen-shared-0.2.76",
-- build_file = Label("//cargo/remote:BUILD.wasm-bindgen-shared-0.2.76.bazel"),
++ sha256 = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc",
++ strip_prefix = "wasm-bindgen-shared-0.2.78",
++ build_file = Label("//cargo/remote:BUILD.wasm-bindgen-shared-0.2.78.bazel"),
)
maybe(
http_archive,
-- name = "raze__web_sys__0_3_53",
-- url = "https://crates.io/api/v1/crates/web-sys/0.3.53/download",
++ name = "raze__web_sys__0_3_55",
++ url = "https://crates.io/api/v1/crates/web-sys/0.3.55/download",
type = "tar.gz",
-- sha256 = "224b2f6b67919060055ef1a67807367c2066ed520c3862cc013d26cf893a783c",
-- strip_prefix = "web-sys-0.3.53",
-- build_file = Label("//cargo/remote:BUILD.web-sys-0.3.53.bazel"),
++ sha256 = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb",
++ strip_prefix = "web-sys-0.3.55",
++ build_file = Label("//cargo/remote:BUILD.web-sys-0.3.55.bazel"),
)
maybe(
maybe(
http_archive,
-- name = "raze__zeroize__1_4_1",
-- url = "https://crates.io/api/v1/crates/zeroize/1.4.1/download",
++ name = "raze__zeroize__1_4_2",
++ url = "https://crates.io/api/v1/crates/zeroize/1.4.2/download",
type = "tar.gz",
-- sha256 = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd",
-- strip_prefix = "zeroize-1.4.1",
-- build_file = Label("//cargo/remote:BUILD.zeroize-1.4.1.bazel"),
++ sha256 = "bf68b08513768deaa790264a7fac27a58cbf2705cfcdc9448362229217d7e970",
++ strip_prefix = "zeroize-1.4.2",
++ build_file = Label("//cargo/remote:BUILD.zeroize-1.4.2.bazel"),
)
maybe(
http_archive,
-- name = "raze__zeroize_derive__1_1_0",
-- url = "https://crates.io/api/v1/crates/zeroize_derive/1.1.0/download",
++ name = "raze__zeroize_derive__1_2_0",
++ url = "https://crates.io/api/v1/crates/zeroize_derive/1.2.0/download",
type = "tar.gz",
-- sha256 = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1",
-- strip_prefix = "zeroize_derive-1.1.0",
-- build_file = Label("//cargo/remote:BUILD.zeroize_derive-1.1.0.bazel"),
++ sha256 = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7",
++ strip_prefix = "zeroize_derive-1.2.0",
++ build_file = Label("//cargo/remote:BUILD.zeroize_derive-1.2.0.bazel"),
)
# buildifier: leave-alone
deps = [
":async_trait_build_script",
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
],
)
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
"//conditions:default": [],
}) + selects.with_or({
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--# Unsupported target "benches" with type "bench" omitted
--
--rust_library(
-- name = "bumpalo",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "default",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "3.7.0",
-- # buildifier: leave-alone
-- deps = [
-- ],
--)
--
--# Unsupported target "alloc_fill" with type "test" omitted
--
--# Unsupported target "alloc_try_with" with type "test" omitted
--
--# Unsupported target "alloc_with" with type "test" omitted
--
--# Unsupported target "allocator_api" with type "test" omitted
--
--# Unsupported target "quickchecks" with type "test" omitted
--
--# Unsupported target "readme_up_to_date" with type "test" omitted
--
--# Unsupported target "string" with type "test" omitted
--
--# Unsupported target "tests" with type "test" omitted
--
--# Unsupported target "try_alloc" with type "test" omitted
--
--# Unsupported target "try_alloc_try_with" with type "test" omitted
--
--# Unsupported target "try_alloc_with" with type "test" omitted
--
--# Unsupported target "vec" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++# Unsupported target "benches" with type "bench" omitted
++
++rust_library(
++ name = "bumpalo",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "default",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "3.7.1",
++ # buildifier: leave-alone
++ deps = [
++ ],
++)
++
++# Unsupported target "try_alloc" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_binary(
-- # Prefix bin name to disambiguate from (probable) collision with lib name
-- # N.B.: The exact form of this is subject to change.
-- name = "cargo_bin_gcc_shim",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/bin/gcc-shim.rs",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.0.70",
-- # buildifier: leave-alone
-- deps = [
-- ":cc",
-- ],
--)
--
--rust_library(
-- name = "cc",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.0.70",
-- # buildifier: leave-alone
-- deps = [
-- ],
--)
--
--# Unsupported target "cc_env" with type "test" omitted
--
--# Unsupported target "cflags" with type "test" omitted
--
--# Unsupported target "cxxflags" with type "test" omitted
--
--# Unsupported target "test" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_binary(
++ # Prefix bin name to disambiguate from (probable) collision with lib name
++ # N.B.: The exact form of this is subject to change.
++ name = "cargo_bin_gcc_shim",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/bin/gcc-shim.rs",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.0.71",
++ # buildifier: leave-alone
++ deps = [
++ ":cc",
++ ],
++)
++
++rust_library(
++ name = "cc",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.0.71",
++ # buildifier: leave-alone
++ deps = [
++ ],
++)
++
++# Unsupported target "cc_env" with type "test" omitted
++
++# Unsupported target "cflags" with type "test" omitted
++
++# Unsupported target "cxxflags" with type "test" omitted
++
++# Unsupported target "test" with type "test" omitted
version = "0.4.19",
# buildifier: leave-alone
deps = [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
"@raze__num_integer__0_1_44//:num_integer",
"@raze__num_traits__0_2_14//:num_traits",
"@raze__serde__1_0_130//:serde",
srcs = glob(["**/*.rs"]),
aliases = {
"@raze__futures_core__0_3_17//:futures_core": "futures_core_03",
-- "@raze__tokio__1_11_0//:tokio": "tokio_dep",
++ "@raze__tokio__1_12_0//:tokio": "tokio_dep",
},
crate_features = [
"alloc",
"@raze__futures_core__0_3_17//:futures_core",
"@raze__memchr__2_4_1//:memchr",
"@raze__pin_project_lite__0_2_7//:pin_project_lite",
-- "@raze__tokio__1_11_0//:tokio",
++ "@raze__tokio__1_12_0//:tokio",
"@raze__tokio_util__0_6_8//:tokio_util",
],
)
"@raze__rust_ini__0_13_0//:rust_ini",
"@raze__serde__1_0_130//:serde",
"@raze__serde_hjson__0_9_1//:serde_hjson",
-- "@raze__serde_json__1_0_67//:serde_json",
++ "@raze__serde_json__1_0_68//:serde_json",
"@raze__toml__0_5_8//:toml",
"@raze__yaml_rust__0_4_5//:yaml_rust",
],
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "core_foundation",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2015",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.9.1",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
-- "@raze__libc__0_2_101//:libc",
-- ],
--)
--
--# Unsupported target "use_macro_outside_crate" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "core_foundation",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2015",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.9.2",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
++ "@raze__libc__0_2_104//:libc",
++ ],
++)
++
++# Unsupported target "use_macro_outside_crate" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--# buildifier: disable=out-of-order-load
--# buildifier: disable=load-on-top
--load(
-- "@rules_rust//cargo:cargo_build_script.bzl",
-- "cargo_build_script",
--)
--
--cargo_build_script(
-- name = "core_foundation_sys_build_script",
-- srcs = glob(["**/*.rs"]),
-- build_script_env = {
-- },
-- crate_features = [
-- ],
-- crate_root = "build.rs",
-- data = glob(["**"]),
-- edition = "2015",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.8.2",
-- visibility = ["//visibility:private"],
-- deps = [
-- ],
--)
--
--rust_library(
-- name = "core_foundation_sys",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2015",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.8.2",
-- # buildifier: leave-alone
-- deps = [
-- ":core_foundation_sys_build_script",
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++# buildifier: disable=out-of-order-load
++# buildifier: disable=load-on-top
++load(
++ "@rules_rust//cargo:cargo_build_script.bzl",
++ "cargo_build_script",
++)
++
++cargo_build_script(
++ name = "core_foundation_sys_build_script",
++ srcs = glob(["**/*.rs"]),
++ build_script_env = {
++ },
++ crate_features = [
++ ],
++ crate_root = "build.rs",
++ data = glob(["**"]),
++ edition = "2015",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.8.3",
++ visibility = ["//visibility:private"],
++ deps = [
++ ],
++)
++
++rust_library(
++ name = "core_foundation_sys",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2015",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.8.3",
++ # buildifier: leave-alone
++ deps = [
++ ":core_foundation_sys_build_script",
++ ],
++)
version = "0.2.1",
# buildifier: leave-alone
deps = [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
] + selects.with_or({
# aarch64-apple-darwin
(
--- /dev/null
- "@raze__quote__1_0_9//:quote",
- "@raze__syn__1_0_76//:syn",
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+ "@rules_rust//rust:rust.bzl",
+ "rust_binary",
+ "rust_library",
+ "rust_test",
+)
+
+package(default_visibility = [
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//cargo", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
+])
+
+licenses([
+ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
+])
+
+# Generated Targets
+
+# Unsupported target "example" with type "example" omitted
+
+rust_library(
+ name = "ctor",
+ srcs = glob(["**/*.rs"]),
+ crate_features = [
+ ],
+ crate_root = "src/lib.rs",
+ crate_type = "proc-macro",
+ data = [],
+ edition = "2018",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ tags = [
+ "cargo-raze",
+ "manual",
+ ],
+ version = "0.1.21",
+ # buildifier: leave-alone
+ deps = [
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
+ ],
+)
"@raze__digest__0_9_0//:digest",
"@raze__rand_core__0_5_1//:rand_core",
"@raze__subtle__2_4_1//:subtle",
-- "@raze__zeroize__1_4_1//:zeroize",
++ "@raze__zeroize__1_4_2//:zeroize",
],
)
deps = [
"@raze__curve25519_dalek__3_2_0//:curve25519_dalek",
"@raze__ed25519__1_2_0//:ed25519",
- "@raze__sha2__0_9_6//:sha2",
- "@raze__zeroize__1_4_1//:zeroize",
+ "@raze__rand__0_7_3//:rand",
+ "@raze__serde__1_0_130//:serde",
- "@raze__sha2__0_9_6//:sha2",
- "@raze__zeroize__1_4_1//:zeroize",
++ "@raze__sha2__0_9_8//:sha2",
++ "@raze__zeroize__1_4_2//:zeroize",
],
)
version = "0.7.0",
# buildifier: leave-alone
deps = [
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
],
)
"@rules_rust//rust/platform:wasm32-unknown-unknown",
"@rules_rust//rust/platform:wasm32-wasi",
): [
-- "@raze__instant__0_1_10//:instant",
++ "@raze__instant__0_1_12//:instant",
],
"//conditions:default": [],
}),
deps = [
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__crc32fast__1_2_1//:crc32fast",
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
"@raze__miniz_oxide__0_4_4//:miniz_oxide",
] + selects.with_or({
# cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))
# buildifier: leave-alone
deps = [
":futures_macro_build_script",
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
],
)
"@raze__pin_project_lite__0_2_7//:pin_project_lite",
"@raze__pin_utils__0_1_0//:pin_utils",
"@raze__proc_macro_nested__0_1_7//:proc_macro_nested",
-- "@raze__slab__0_4_4//:slab",
++ "@raze__slab__0_4_5//:slab",
],
)
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
"//conditions:default": [],
}) + selects.with_or({
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
"//conditions:default": [],
}),
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT"
--])
--
--# Generated Targets
--
--# Unsupported target "akamai" with type "example" omitted
--
--# Unsupported target "client" with type "example" omitted
--
--# Unsupported target "server" with type "example" omitted
--
--rust_library(
-- name = "h2",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.3.4",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__bytes__1_1_0//:bytes",
-- "@raze__fnv__1_0_7//:fnv",
-- "@raze__futures_core__0_3_17//:futures_core",
-- "@raze__futures_sink__0_3_17//:futures_sink",
-- "@raze__futures_util__0_3_17//:futures_util",
-- "@raze__http__0_2_4//:http",
-- "@raze__indexmap__1_7_0//:indexmap",
-- "@raze__slab__0_4_4//:slab",
-- "@raze__tokio__1_11_0//:tokio",
-- "@raze__tokio_util__0_6_8//:tokio_util",
-- "@raze__tracing__0_1_26//:tracing",
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT"
++])
++
++# Generated Targets
++
++# Unsupported target "akamai" with type "example" omitted
++
++# Unsupported target "client" with type "example" omitted
++
++# Unsupported target "server" with type "example" omitted
++
++rust_library(
++ name = "h2",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.3.6",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__bytes__1_1_0//:bytes",
++ "@raze__fnv__1_0_7//:fnv",
++ "@raze__futures_core__0_3_17//:futures_core",
++ "@raze__futures_sink__0_3_17//:futures_sink",
++ "@raze__futures_util__0_3_17//:futures_util",
++ "@raze__http__0_2_5//:http",
++ "@raze__indexmap__1_7_0//:indexmap",
++ "@raze__slab__0_4_5//:slab",
++ "@raze__tokio__1_12_0//:tokio",
++ "@raze__tokio_util__0_6_8//:tokio_util",
++ "@raze__tracing__0_1_29//:tracing",
++ ],
++)
version = "0.1.19",
# buildifier: leave-alone
deps = [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--# Unsupported target "header_map" with type "bench" omitted
--
--# Unsupported target "header_name" with type "bench" omitted
--
--# Unsupported target "header_value" with type "bench" omitted
--
--# Unsupported target "method" with type "bench" omitted
--
--# Unsupported target "uri" with type "bench" omitted
--
--rust_library(
-- name = "http",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.2.4",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__bytes__1_1_0//:bytes",
-- "@raze__fnv__1_0_7//:fnv",
-- "@raze__itoa__0_4_8//:itoa",
-- ],
--)
--
--# Unsupported target "header_map" with type "test" omitted
--
--# Unsupported target "header_map_fuzz" with type "test" omitted
--
--# Unsupported target "status_code" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++# Unsupported target "header_map" with type "bench" omitted
++
++# Unsupported target "header_name" with type "bench" omitted
++
++# Unsupported target "header_value" with type "bench" omitted
++
++# Unsupported target "method" with type "bench" omitted
++
++# Unsupported target "uri" with type "bench" omitted
++
++rust_library(
++ name = "http",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.2.5",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__bytes__1_1_0//:bytes",
++ "@raze__fnv__1_0_7//:fnv",
++ "@raze__itoa__0_4_8//:itoa",
++ ],
++)
++
++# Unsupported target "header_map" with type "test" omitted
++
++# Unsupported target "header_map_fuzz" with type "test" omitted
++
++# Unsupported target "status_code" with type "test" omitted
# buildifier: leave-alone
deps = [
"@raze__bytes__1_1_0//:bytes",
-- "@raze__http__0_2_4//:http",
++ "@raze__http__0_2_5//:http",
"@raze__pin_project_lite__0_2_7//:pin_project_lite",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT"
--])
--
--# Generated Targets
--
--# Unsupported target "body" with type "bench" omitted
--
--# Unsupported target "connect" with type "bench" omitted
--
--# Unsupported target "end_to_end" with type "bench" omitted
--
--# Unsupported target "pipeline" with type "bench" omitted
--
--# Unsupported target "server" with type "bench" omitted
--
--# Unsupported target "hyper" with type "cdylib" omitted
--
--# Unsupported target "client" with type "example" omitted
--
--# Unsupported target "client_json" with type "example" omitted
--
--# Unsupported target "echo" with type "example" omitted
--
--# Unsupported target "gateway" with type "example" omitted
--
--# Unsupported target "hello" with type "example" omitted
--
--# Unsupported target "http_proxy" with type "example" omitted
--
--# Unsupported target "multi_server" with type "example" omitted
--
--# Unsupported target "params" with type "example" omitted
--
--# Unsupported target "send_file" with type "example" omitted
--
--# Unsupported target "service_struct_impl" with type "example" omitted
--
--# Unsupported target "single_threaded" with type "example" omitted
--
--# Unsupported target "state" with type "example" omitted
--
--# Unsupported target "tower_client" with type "example" omitted
--
--# Unsupported target "tower_server" with type "example" omitted
--
--# Unsupported target "upgrades" with type "example" omitted
--
--# Unsupported target "web_api" with type "example" omitted
--
--rust_library(
-- name = "hyper",
-- srcs = glob(["**/*.rs"]),
-- aliases = {
-- },
-- crate_features = [
-- "client",
-- "default",
-- "full",
-- "h2",
-- "http1",
-- "http2",
-- "runtime",
-- "server",
-- "socket2",
-- "stream",
-- "tcp",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.14.12",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__bytes__1_1_0//:bytes",
-- "@raze__futures_channel__0_3_17//:futures_channel",
-- "@raze__futures_core__0_3_17//:futures_core",
-- "@raze__futures_util__0_3_17//:futures_util",
-- "@raze__h2__0_3_4//:h2",
-- "@raze__http__0_2_4//:http",
-- "@raze__http_body__0_4_3//:http_body",
-- "@raze__httparse__1_5_1//:httparse",
-- "@raze__httpdate__1_0_1//:httpdate",
-- "@raze__itoa__0_4_8//:itoa",
-- "@raze__pin_project_lite__0_2_7//:pin_project_lite",
-- "@raze__socket2__0_4_1//:socket2",
-- "@raze__tokio__1_11_0//:tokio",
-- "@raze__tower_service__0_3_1//:tower_service",
-- "@raze__tracing__0_1_26//:tracing",
-- "@raze__want__0_3_0//:want",
-- ] + selects.with_or({
-- # cfg(any(target_os = "linux", target_os = "macos"))
-- (
-- "@rules_rust//rust/platform:aarch64-apple-darwin",
-- "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
-- "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
-- "@rules_rust//rust/platform:i686-apple-darwin",
-- "@rules_rust//rust/platform:i686-unknown-linux-gnu",
-- "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
-- "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
-- "@rules_rust//rust/platform:x86_64-apple-darwin",
-- "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-- ): [
-- ],
-- "//conditions:default": [],
-- }),
--)
--
--# Unsupported target "hyper" with type "staticlib" omitted
--
--# Unsupported target "client" with type "test" omitted
--
--# Unsupported target "integration" with type "test" omitted
--
--# Unsupported target "server" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT"
++])
++
++# Generated Targets
++
++# Unsupported target "body" with type "bench" omitted
++
++# Unsupported target "connect" with type "bench" omitted
++
++# Unsupported target "end_to_end" with type "bench" omitted
++
++# Unsupported target "pipeline" with type "bench" omitted
++
++# Unsupported target "server" with type "bench" omitted
++
++# Unsupported target "hyper" with type "cdylib" omitted
++
++# Unsupported target "client" with type "example" omitted
++
++# Unsupported target "client_json" with type "example" omitted
++
++# Unsupported target "echo" with type "example" omitted
++
++# Unsupported target "gateway" with type "example" omitted
++
++# Unsupported target "hello" with type "example" omitted
++
++# Unsupported target "http_proxy" with type "example" omitted
++
++# Unsupported target "multi_server" with type "example" omitted
++
++# Unsupported target "params" with type "example" omitted
++
++# Unsupported target "send_file" with type "example" omitted
++
++# Unsupported target "service_struct_impl" with type "example" omitted
++
++# Unsupported target "single_threaded" with type "example" omitted
++
++# Unsupported target "state" with type "example" omitted
++
++# Unsupported target "tower_client" with type "example" omitted
++
++# Unsupported target "tower_server" with type "example" omitted
++
++# Unsupported target "upgrades" with type "example" omitted
++
++# Unsupported target "web_api" with type "example" omitted
++
++rust_library(
++ name = "hyper",
++ srcs = glob(["**/*.rs"]),
++ aliases = {
++ },
++ crate_features = [
++ "client",
++ "default",
++ "full",
++ "h2",
++ "http1",
++ "http2",
++ "runtime",
++ "server",
++ "socket2",
++ "stream",
++ "tcp",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.14.13",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__bytes__1_1_0//:bytes",
++ "@raze__futures_channel__0_3_17//:futures_channel",
++ "@raze__futures_core__0_3_17//:futures_core",
++ "@raze__futures_util__0_3_17//:futures_util",
++ "@raze__h2__0_3_6//:h2",
++ "@raze__http__0_2_5//:http",
++ "@raze__http_body__0_4_3//:http_body",
++ "@raze__httparse__1_5_1//:httparse",
++ "@raze__httpdate__1_0_1//:httpdate",
++ "@raze__itoa__0_4_8//:itoa",
++ "@raze__pin_project_lite__0_2_7//:pin_project_lite",
++ "@raze__socket2__0_4_2//:socket2",
++ "@raze__tokio__1_12_0//:tokio",
++ "@raze__tower_service__0_3_1//:tower_service",
++ "@raze__tracing__0_1_29//:tracing",
++ "@raze__want__0_3_0//:want",
++ ] + selects.with_or({
++ # cfg(any(target_os = "linux", target_os = "macos"))
++ (
++ "@rules_rust//rust/platform:aarch64-apple-darwin",
++ "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
++ "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
++ "@rules_rust//rust/platform:i686-apple-darwin",
++ "@rules_rust//rust/platform:i686-unknown-linux-gnu",
++ "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
++ "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
++ "@rules_rust//rust/platform:x86_64-apple-darwin",
++ "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
++ ): [
++ ],
++ "//conditions:default": [],
++ }),
++)
++
++# Unsupported target "hyper" with type "staticlib" omitted
++
++# Unsupported target "client" with type "test" omitted
++
++# Unsupported target "integration" with type "test" omitted
++
++# Unsupported target "server" with type "test" omitted
# buildifier: leave-alone
deps = [
"@raze__bytes__1_1_0//:bytes",
-- "@raze__hyper__0_14_12//:hyper",
++ "@raze__hyper__0_14_13//:hyper",
"@raze__native_tls__0_2_8//:native_tls",
-- "@raze__tokio__1_11_0//:tokio",
++ "@raze__tokio__1_12_0//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
],
)
# buildifier: leave-alone
deps = [
"@raze__matches__0_1_9//:matches",
-- "@raze__unicode_bidi__0_3_6//:unicode_bidi",
++ "@raze__unicode_bidi__0_3_7//:unicode_bidi",
"@raze__unicode_normalization__0_1_19//:unicode_normalization",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # BSD-3-Clause from expression "BSD-3-Clause"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "instant",
-- srcs = glob(["**/*.rs"]),
-- aliases = {
-- },
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.1.10",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__cfg_if__1_0_0//:cfg_if",
-- ] + selects.with_or({
-- # wasm32-unknown-unknown
-- (
-- "@rules_rust//rust/platform:wasm32-unknown-unknown",
-- ): [
-- ],
-- "//conditions:default": [],
-- }),
--)
--
--# Unsupported target "wasm" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # BSD-3-Clause from expression "BSD-3-Clause"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "instant",
++ srcs = glob(["**/*.rs"]),
++ aliases = {
++ },
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.1.12",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__cfg_if__1_0_0//:cfg_if",
++ ] + selects.with_or({
++ # wasm32-unknown-unknown
++ (
++ "@rules_rust//rust/platform:wasm32-unknown-unknown",
++ ): [
++ ],
++ "//conditions:default": [],
++ }),
++)
++
++# Unsupported target "wasm" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "js_sys",
-- srcs = glob(["**/*.rs"]),
-- aliases = {
-- },
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.3.53",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__wasm_bindgen__0_2_76//:wasm_bindgen",
-- ] + selects.with_or({
-- # cfg(target_arch = "wasm32")
-- (
-- "@rules_rust//rust/platform:wasm32-unknown-unknown",
-- "@rules_rust//rust/platform:wasm32-wasi",
-- ): [
-- ],
-- "//conditions:default": [],
-- }),
--)
--
--# Unsupported target "headless" with type "test" omitted
--
--# Unsupported target "wasm" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "js_sys",
++ srcs = glob(["**/*.rs"]),
++ aliases = {
++ },
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.3.55",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__wasm_bindgen__0_2_78//:wasm_bindgen",
++ ] + selects.with_or({
++ # cfg(target_arch = "wasm32")
++ (
++ "@rules_rust//rust/platform:wasm32-unknown-unknown",
++ "@rules_rust//rust/platform:wasm32-wasi",
++ ): [
++ ],
++ "//conditions:default": [],
++ }),
++)
++
++# Unsupported target "headless" with type "test" omitted
++
++# Unsupported target "wasm" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--# buildifier: disable=out-of-order-load
--# buildifier: disable=load-on-top
--load(
-- "@rules_rust//cargo:cargo_build_script.bzl",
-- "cargo_build_script",
--)
--
--cargo_build_script(
-- name = "libc_build_script",
-- srcs = glob(["**/*.rs"]),
-- build_script_env = {
-- },
-- crate_features = [
-- "default",
-- "std",
-- ],
-- crate_root = "build.rs",
-- data = glob(["**"]),
-- edition = "2015",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.2.101",
-- visibility = ["//visibility:private"],
-- deps = [
-- ],
--)
--
--rust_library(
-- name = "libc",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "default",
-- "std",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2015",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.2.101",
-- # buildifier: leave-alone
-- deps = [
-- ":libc_build_script",
-- ],
--)
--
--# Unsupported target "const_fn" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++# buildifier: disable=out-of-order-load
++# buildifier: disable=load-on-top
++load(
++ "@rules_rust//cargo:cargo_build_script.bzl",
++ "cargo_build_script",
++)
++
++cargo_build_script(
++ name = "libc_build_script",
++ srcs = glob(["**/*.rs"]),
++ build_script_env = {
++ },
++ crate_features = [
++ "default",
++ "std",
++ ],
++ crate_root = "build.rs",
++ data = glob(["**"]),
++ edition = "2015",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.2.104",
++ visibility = ["//visibility:private"],
++ deps = [
++ ],
++)
++
++rust_library(
++ name = "libc",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "default",
++ "std",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2015",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.2.104",
++ # buildifier: leave-alone
++ deps = [
++ ":libc_build_script",
++ ],
++)
++
++# Unsupported target "const_fn" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT"
--])
--
--# Generated Targets
--
--# Unsupported target "tcp_server" with type "example" omitted
--
--# Unsupported target "udp_server" with type "example" omitted
--
--rust_library(
-- name = "mio",
-- srcs = glob(["**/*.rs"]),
-- aliases = {
-- },
-- crate_features = [
-- "default",
-- "net",
-- "os-ext",
-- "os-poll",
-- "os-util",
-- "tcp",
-- "udp",
-- "uds",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.7.13",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__log__0_4_14//:log",
-- ] + selects.with_or({
-- # cfg(unix)
-- (
-- "@rules_rust//rust/platform:aarch64-apple-darwin",
-- "@rules_rust//rust/platform:aarch64-apple-ios",
-- "@rules_rust//rust/platform:aarch64-linux-android",
-- "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
-- "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
-- "@rules_rust//rust/platform:i686-apple-darwin",
-- "@rules_rust//rust/platform:i686-linux-android",
-- "@rules_rust//rust/platform:i686-unknown-freebsd",
-- "@rules_rust//rust/platform:i686-unknown-linux-gnu",
-- "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
-- "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
-- "@rules_rust//rust/platform:x86_64-apple-darwin",
-- "@rules_rust//rust/platform:x86_64-apple-ios",
-- "@rules_rust//rust/platform:x86_64-linux-android",
-- "@rules_rust//rust/platform:x86_64-unknown-freebsd",
-- "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-- ): [
-- "@raze__libc__0_2_101//:libc",
-- ],
-- "//conditions:default": [],
-- }) + selects.with_or({
-- # cfg(windows)
-- (
-- "@rules_rust//rust/platform:i686-pc-windows-msvc",
-- "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
-- ): [
-- "@raze__miow__0_3_7//:miow",
-- "@raze__ntapi__0_3_6//:ntapi",
-- "@raze__winapi__0_3_9//:winapi",
-- ],
-- "//conditions:default": [],
-- }),
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT"
++])
++
++# Generated Targets
++
++# Unsupported target "tcp_server" with type "example" omitted
++
++# Unsupported target "udp_server" with type "example" omitted
++
++rust_library(
++ name = "mio",
++ srcs = glob(["**/*.rs"]),
++ aliases = {
++ },
++ crate_features = [
++ "default",
++ "net",
++ "os-ext",
++ "os-poll",
++ "os-util",
++ "tcp",
++ "udp",
++ "uds",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.7.14",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__log__0_4_14//:log",
++ ] + selects.with_or({
++ # cfg(unix)
++ (
++ "@rules_rust//rust/platform:aarch64-apple-darwin",
++ "@rules_rust//rust/platform:aarch64-apple-ios",
++ "@rules_rust//rust/platform:aarch64-linux-android",
++ "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
++ "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
++ "@rules_rust//rust/platform:i686-apple-darwin",
++ "@rules_rust//rust/platform:i686-linux-android",
++ "@rules_rust//rust/platform:i686-unknown-freebsd",
++ "@rules_rust//rust/platform:i686-unknown-linux-gnu",
++ "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
++ "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
++ "@rules_rust//rust/platform:x86_64-apple-darwin",
++ "@rules_rust//rust/platform:x86_64-apple-ios",
++ "@rules_rust//rust/platform:x86_64-linux-android",
++ "@rules_rust//rust/platform:x86_64-unknown-freebsd",
++ "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
++ ): [
++ "@raze__libc__0_2_104//:libc",
++ ],
++ "//conditions:default": [],
++ }) + selects.with_or({
++ # cfg(windows)
++ (
++ "@rules_rust//rust/platform:i686-pc-windows-msvc",
++ "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
++ ): [
++ "@raze__miow__0_3_7//:miow",
++ "@raze__ntapi__0_3_6//:ntapi",
++ "@raze__winapi__0_3_9//:winapi",
++ ],
++ "//conditions:default": [],
++ }),
++)
"@rules_rust//rust/platform:x86_64-apple-ios",
): [
"@raze__lazy_static__1_4_0//:lazy_static",
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
"@raze__security_framework__2_4_2//:security_framework",
"@raze__security_framework_sys__2_4_2//:security_framework_sys",
"@raze__tempfile__3_2_0//:tempfile",
"@raze__rustls__0_19_1//:rustls",
"@raze__rustls_native_certs__0_5_0//:rustls_native_certs",
"@raze__serde__1_0_130//:serde",
-- "@raze__serde_json__1_0_67//:serde_json",
++ "@raze__serde_json__1_0_68//:serde_json",
"@raze__webpki__0_21_4//:webpki",
] + selects.with_or({
# cfg(unix)
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
"//conditions:default": [],
}) + selects.with_or({
version = "0.3.3",
# buildifier: leave-alone
deps = [
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
],
)
version = "1.13.0",
# buildifier: leave-alone
deps = [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
)
"@raze__bitflags__1_3_2//:bitflags",
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__foreign_types__0_3_2//:foreign_types",
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
"@raze__once_cell__1_8_0//:once_cell",
"@raze__openssl_sys__0_9_67//:openssl_sys",
],
visibility = ["//visibility:private"],
deps = [
"@raze__autocfg__1_0_1//:autocfg",
-- "@raze__cc__1_0_70//:cc",
-- "@raze__pkg_config__0_3_19//:pkg_config",
++ "@raze__cc__1_0_71//:cc",
++ "@raze__pkg_config__0_3_20//:pkg_config",
] + selects.with_or({
# cfg(target_env = "msvc")
(
# buildifier: leave-alone
deps = [
":openssl_sys_build_script",
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
] + selects.with_or({
# cfg(target_env = "msvc")
(
version = "0.11.2",
# buildifier: leave-alone
deps = [
-- "@raze__instant__0_1_10//:instant",
++ "@raze__instant__0_1_12//:instant",
"@raze__lock_api__0_4_5//:lock_api",
"@raze__parking_lot_core__0_8_5//:parking_lot_core",
],
deps = [
":parking_lot_core_build_script",
"@raze__cfg_if__1_0_0//:cfg_if",
-- "@raze__instant__0_1_10//:instant",
-- "@raze__smallvec__1_6_1//:smallvec",
++ "@raze__instant__0_1_12//:instant",
++ "@raze__smallvec__1_7_0//:smallvec",
] + selects.with_or({
# cfg(unix)
(
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
"//conditions:default": [],
}) + selects.with_or({
version = "1.0.8",
# buildifier: leave-alone
deps = [
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "pkg_config",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2015",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.3.19",
-- # buildifier: leave-alone
-- deps = [
-- ],
--)
--
--# Unsupported target "test" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "pkg_config",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2015",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.3.20",
++ # buildifier: leave-alone
++ deps = [
++ ],
++)
++
++# Unsupported target "test" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "ppv_lite86",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "simd",
-- "std",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.2.10",
-- # buildifier: leave-alone
-- deps = [
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "ppv_lite86",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "simd",
++ "std",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.2.14",
++ # buildifier: leave-alone
++ deps = [
++ ],
++)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--# buildifier: disable=out-of-order-load
--# buildifier: disable=load-on-top
--load(
-- "@rules_rust//cargo:cargo_build_script.bzl",
-- "cargo_build_script",
--)
--
--cargo_build_script(
-- name = "proc_macro2_build_script",
-- srcs = glob(["**/*.rs"]),
-- build_script_env = {
-- },
-- crate_features = [
-- "default",
-- "proc-macro",
-- ],
-- crate_root = "build.rs",
-- data = glob(["**"]),
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.0.29",
-- visibility = ["//visibility:private"],
-- deps = [
-- ],
--)
--
--rust_library(
-- name = "proc_macro2",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "default",
-- "proc-macro",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.0.29",
-- # buildifier: leave-alone
-- deps = [
-- ":proc_macro2_build_script",
-- "@raze__unicode_xid__0_2_2//:unicode_xid",
-- ],
--)
--
--# Unsupported target "comments" with type "test" omitted
--
--# Unsupported target "features" with type "test" omitted
--
--# Unsupported target "marker" with type "test" omitted
--
--# Unsupported target "test" with type "test" omitted
--
--# Unsupported target "test_fmt" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++# buildifier: disable=out-of-order-load
++# buildifier: disable=load-on-top
++load(
++ "@rules_rust//cargo:cargo_build_script.bzl",
++ "cargo_build_script",
++)
++
++cargo_build_script(
++ name = "proc_macro2_build_script",
++ srcs = glob(["**/*.rs"]),
++ build_script_env = {
++ },
++ crate_features = [
++ "default",
++ "proc-macro",
++ ],
++ crate_root = "build.rs",
++ data = glob(["**"]),
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.0.30",
++ visibility = ["//visibility:private"],
++ deps = [
++ ],
++)
++
++rust_library(
++ name = "proc_macro2",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "default",
++ "proc-macro",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.0.30",
++ # buildifier: leave-alone
++ deps = [
++ ":proc_macro2_build_script",
++ "@raze__unicode_xid__0_2_2//:unicode_xid",
++ ],
++)
++
++# Unsupported target "comments" with type "test" omitted
++
++# Unsupported target "features" with type "test" omitted
++
++# Unsupported target "marker" with type "test" omitted
++
++# Unsupported target "test" with type "test" omitted
++
++# Unsupported target "test_fmt" with type "test" omitted
"@raze__flate2__1_0_22//:flate2",
"@raze__hex__0_4_3//:hex",
"@raze__lazy_static__1_4_0//:lazy_static",
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
)
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__fnv__1_0_7//:fnv",
"@raze__lazy_static__1_4_0//:lazy_static",
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
"@raze__memchr__2_4_1//:memchr",
"@raze__parking_lot__0_11_2//:parking_lot",
"@raze__protobuf__2_25_1//:protobuf",
-- "@raze__thiserror__1_0_29//:thiserror",
++ "@raze__thiserror__1_0_30//:thiserror",
] + selects.with_or({
# cfg(target_os = "linux")
(
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++# Unsupported target "bench" with type "bench" omitted
++
++rust_library(
++ name = "quote",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "default",
++ "proc-macro",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.0.10",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ ],
++)
++
++# Unsupported target "compiletest" with type "test" omitted
++
++# Unsupported target "test" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "quote",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "default",
-- "proc-macro",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.0.9",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- ],
--)
--
--# Unsupported target "compiletest" with type "test" omitted
--
--# Unsupported target "test" with type "test" omitted
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
"//conditions:default": [],
}),
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
"//conditions:default": [],
}),
version = "0.2.2",
# buildifier: leave-alone
deps = [
-- "@raze__ppv_lite86__0_2_10//:ppv_lite86",
++ "@raze__ppv_lite86__0_2_14//:ppv_lite86",
"@raze__rand_core__0_5_1//:rand_core",
],
)
version = "0.3.1",
# buildifier: leave-alone
deps = [
-- "@raze__ppv_lite86__0_2_10//:ppv_lite86",
++ "@raze__ppv_lite86__0_2_14//:ppv_lite86",
"@raze__rand_core__0_6_3//:rand_core",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # BSD-3-Clause from expression "BSD-3-Clause"
--])
--
--# Generated Targets
--
--# Unsupported target "bench_basic" with type "bench" omitted
--
--# Unsupported target "bench_cluster" with type "bench" omitted
--
--# Unsupported target "async-await" with type "example" omitted
--
--# Unsupported target "async-connection-loss" with type "example" omitted
--
--# Unsupported target "async-multiplexed" with type "example" omitted
--
--# Unsupported target "async-pub-sub" with type "example" omitted
--
--# Unsupported target "async-scan" with type "example" omitted
--
--# Unsupported target "basic" with type "example" omitted
--
--# Unsupported target "geospatial" with type "example" omitted
--
--# Unsupported target "streams" with type "example" omitted
--
--rust_library(
-- name = "redis",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "acl",
-- "aio",
-- "arc-swap",
-- "bytes",
-- "cluster",
-- "connection-manager",
-- "crc16",
-- "default",
-- "futures",
-- "futures-util",
-- "geospatial",
-- "pin-project-lite",
-- "rand",
-- "script",
-- "sha1",
-- "streams",
-- "tokio",
-- "tokio-comp",
-- "tokio-util",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- proc_macro_deps = [
-- "@raze__async_trait__0_1_51//:async_trait",
-- ],
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.21.2",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__arc_swap__1_4_0//:arc_swap",
-- "@raze__bytes__1_1_0//:bytes",
-- "@raze__combine__4_6_1//:combine",
-- "@raze__crc16__0_4_0//:crc16",
-- "@raze__dtoa__0_4_8//:dtoa",
-- "@raze__futures__0_3_17//:futures",
-- "@raze__futures_util__0_3_17//:futures_util",
-- "@raze__itoa__0_4_8//:itoa",
-- "@raze__percent_encoding__2_1_0//:percent_encoding",
-- "@raze__pin_project_lite__0_2_7//:pin_project_lite",
-- "@raze__rand__0_8_4//:rand",
-- "@raze__sha1__0_6_0//:sha1",
-- "@raze__tokio__1_11_0//:tokio",
-- "@raze__tokio_util__0_6_8//:tokio_util",
-- "@raze__url__2_2_2//:url",
-- ],
--)
--
--# Unsupported target "parser" with type "test" omitted
--
--# Unsupported target "test_acl" with type "test" omitted
--
--# Unsupported target "test_async" with type "test" omitted
--
--# Unsupported target "test_async_async_std" with type "test" omitted
--
--# Unsupported target "test_basic" with type "test" omitted
--
--# Unsupported target "test_cluster" with type "test" omitted
--
--# Unsupported target "test_geospatial" with type "test" omitted
--
--# Unsupported target "test_streams" with type "test" omitted
--
--# Unsupported target "test_types" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # BSD-3-Clause from expression "BSD-3-Clause"
++])
++
++# Generated Targets
++
++# Unsupported target "bench_basic" with type "bench" omitted
++
++# Unsupported target "bench_cluster" with type "bench" omitted
++
++# Unsupported target "async-await" with type "example" omitted
++
++# Unsupported target "async-connection-loss" with type "example" omitted
++
++# Unsupported target "async-multiplexed" with type "example" omitted
++
++# Unsupported target "async-pub-sub" with type "example" omitted
++
++# Unsupported target "async-scan" with type "example" omitted
++
++# Unsupported target "basic" with type "example" omitted
++
++# Unsupported target "geospatial" with type "example" omitted
++
++# Unsupported target "streams" with type "example" omitted
++
++rust_library(
++ name = "redis",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "acl",
++ "aio",
++ "arc-swap",
++ "bytes",
++ "cluster",
++ "connection-manager",
++ "crc16",
++ "default",
++ "futures",
++ "futures-util",
++ "geospatial",
++ "pin-project-lite",
++ "rand",
++ "script",
++ "sha1",
++ "streams",
++ "tokio",
++ "tokio-comp",
++ "tokio-util",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ proc_macro_deps = [
++ "@raze__async_trait__0_1_51//:async_trait",
++ ],
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.21.3",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__arc_swap__1_4_0//:arc_swap",
++ "@raze__bytes__1_1_0//:bytes",
++ "@raze__combine__4_6_1//:combine",
++ "@raze__crc16__0_4_0//:crc16",
++ "@raze__dtoa__0_4_8//:dtoa",
++ "@raze__futures__0_3_17//:futures",
++ "@raze__futures_util__0_3_17//:futures_util",
++ "@raze__itoa__0_4_8//:itoa",
++ "@raze__percent_encoding__2_1_0//:percent_encoding",
++ "@raze__pin_project_lite__0_2_7//:pin_project_lite",
++ "@raze__rand__0_8_4//:rand",
++ "@raze__sha1__0_6_0//:sha1",
++ "@raze__tokio__1_12_0//:tokio",
++ "@raze__tokio_util__0_6_8//:tokio_util",
++ "@raze__url__2_2_2//:url",
++ ],
++)
++
++# Unsupported target "parser" with type "test" omitted
++
++# Unsupported target "test_acl" with type "test" omitted
++
++# Unsupported target "test_async" with type "test" omitted
++
++# Unsupported target "test_async_async_std" with type "test" omitted
++
++# Unsupported target "test_basic" with type "test" omitted
++
++# Unsupported target "test_cluster" with type "test" omitted
++
++# Unsupported target "test_geospatial" with type "test" omitted
++
++# Unsupported target "test_streams" with type "test" omitted
++
++# Unsupported target "test_types" with type "test" omitted
version = "0.16.20",
visibility = ["//visibility:private"],
deps = [
-- "@raze__cc__1_0_70//:cc",
++ "@raze__cc__1_0_71//:cc",
] + selects.with_or({
# cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown", target_env = ""))
(
"@rules_rust//rust/platform:wasm32-unknown-unknown",
): [
-- "@raze__web_sys__0_3_53//:web_sys",
++ "@raze__web_sys__0_3_55//:web_sys",
],
"//conditions:default": [],
}) + selects.with_or({
(
"@rules_rust//rust/platform:wasm32-unknown-unknown",
): [
-- "@raze__web_sys__0_3_53//:web_sys",
++ "@raze__web_sys__0_3_55//:web_sys",
],
"//conditions:default": [],
}) + selects.with_or({
"@rules_rust//rust/platform:x86_64-linux-android",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
"//conditions:default": [],
}) + selects.with_or({
# buildifier: leave-alone
deps = [
"@raze__bitflags__1_3_2//:bitflags",
-- "@raze__core_foundation__0_9_1//:core_foundation",
-- "@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
-- "@raze__libc__0_2_101//:libc",
++ "@raze__core_foundation__0_9_2//:core_foundation",
++ "@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
++ "@raze__libc__0_2_104//:libc",
"@raze__security_framework_sys__2_4_2//:security_framework_sys",
],
)
version = "2.4.2",
# buildifier: leave-alone
deps = [
-- "@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
-- "@raze__libc__0_2_101//:libc",
++ "@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
++ "@raze__libc__0_2_104//:libc",
],
)
# buildifier: leave-alone
deps = [
":serde_derive_build_script",
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--# buildifier: disable=out-of-order-load
--# buildifier: disable=load-on-top
--load(
-- "@rules_rust//cargo:cargo_build_script.bzl",
-- "cargo_build_script",
--)
--
--cargo_build_script(
-- name = "serde_json_build_script",
-- srcs = glob(["**/*.rs"]),
-- build_script_env = {
-- },
-- crate_features = [
-- "default",
-- "std",
-- ],
-- crate_root = "build.rs",
-- data = glob(["**"]),
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.0.67",
-- visibility = ["//visibility:private"],
-- deps = [
-- ],
--)
--
--rust_library(
-- name = "serde_json",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "default",
-- "std",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.0.67",
-- # buildifier: leave-alone
-- deps = [
-- ":serde_json_build_script",
-- "@raze__itoa__0_4_8//:itoa",
-- "@raze__ryu__1_0_5//:ryu",
-- "@raze__serde__1_0_130//:serde",
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++# buildifier: disable=out-of-order-load
++# buildifier: disable=load-on-top
++load(
++ "@rules_rust//cargo:cargo_build_script.bzl",
++ "cargo_build_script",
++)
++
++cargo_build_script(
++ name = "serde_json_build_script",
++ srcs = glob(["**/*.rs"]),
++ build_script_env = {
++ },
++ crate_features = [
++ "default",
++ "std",
++ ],
++ crate_root = "build.rs",
++ data = glob(["**"]),
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.0.68",
++ visibility = ["//visibility:private"],
++ deps = [
++ ],
++)
++
++rust_library(
++ name = "serde_json",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "default",
++ "std",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.0.68",
++ # buildifier: leave-alone
++ deps = [
++ ":serde_json_build_script",
++ "@raze__itoa__0_4_8//:itoa",
++ "@raze__ryu__1_0_5//:ryu",
++ "@raze__serde__1_0_130//:serde",
++ ],
++)
version = "0.1.7",
# buildifier: leave-alone
deps = [
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--# Unsupported target "sha256" with type "bench" omitted
--
--# Unsupported target "sha512" with type "bench" omitted
--
--# Unsupported target "sha256sum" with type "example" omitted
--
--# Unsupported target "sha512sum" with type "example" omitted
--
--rust_library(
-- name = "sha2",
-- srcs = glob(["**/*.rs"]),
-- aliases = {
-- },
-- crate_features = [
-- "default",
-- "std",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.9.6",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__block_buffer__0_9_0//:block_buffer",
-- "@raze__cfg_if__1_0_0//:cfg_if",
-- "@raze__digest__0_9_0//:digest",
-- "@raze__opaque_debug__0_3_0//:opaque_debug",
-- ] + selects.with_or({
-- # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))
-- (
-- "@rules_rust//rust/platform:aarch64-apple-darwin",
-- "@rules_rust//rust/platform:aarch64-apple-ios",
-- "@rules_rust//rust/platform:aarch64-linux-android",
-- "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
-- "@rules_rust//rust/platform:i686-apple-darwin",
-- "@rules_rust//rust/platform:i686-linux-android",
-- "@rules_rust//rust/platform:i686-pc-windows-msvc",
-- "@rules_rust//rust/platform:i686-unknown-freebsd",
-- "@rules_rust//rust/platform:i686-unknown-linux-gnu",
-- "@rules_rust//rust/platform:x86_64-apple-darwin",
-- "@rules_rust//rust/platform:x86_64-apple-ios",
-- "@rules_rust//rust/platform:x86_64-linux-android",
-- "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
-- "@rules_rust//rust/platform:x86_64-unknown-freebsd",
-- "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-- ): [
-- "@raze__cpufeatures__0_2_1//:cpufeatures",
-- ],
-- "//conditions:default": [],
-- }),
--)
--
--# Unsupported target "lib" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++# Unsupported target "sha256" with type "bench" omitted
++
++# Unsupported target "sha512" with type "bench" omitted
++
++# Unsupported target "sha256sum" with type "example" omitted
++
++# Unsupported target "sha512sum" with type "example" omitted
++
++rust_library(
++ name = "sha2",
++ srcs = glob(["**/*.rs"]),
++ aliases = {
++ },
++ crate_features = [
++ "default",
++ "std",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.9.8",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__block_buffer__0_9_0//:block_buffer",
++ "@raze__cfg_if__1_0_0//:cfg_if",
++ "@raze__digest__0_9_0//:digest",
++ "@raze__opaque_debug__0_3_0//:opaque_debug",
++ ] + selects.with_or({
++ # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))
++ (
++ "@rules_rust//rust/platform:aarch64-apple-darwin",
++ "@rules_rust//rust/platform:aarch64-apple-ios",
++ "@rules_rust//rust/platform:aarch64-linux-android",
++ "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
++ "@rules_rust//rust/platform:i686-apple-darwin",
++ "@rules_rust//rust/platform:i686-linux-android",
++ "@rules_rust//rust/platform:i686-pc-windows-msvc",
++ "@rules_rust//rust/platform:i686-unknown-freebsd",
++ "@rules_rust//rust/platform:i686-unknown-linux-gnu",
++ "@rules_rust//rust/platform:x86_64-apple-darwin",
++ "@rules_rust//rust/platform:x86_64-apple-ios",
++ "@rules_rust//rust/platform:x86_64-linux-android",
++ "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
++ "@rules_rust//rust/platform:x86_64-unknown-freebsd",
++ "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
++ ): [
++ "@raze__cpufeatures__0_2_1//:cpufeatures",
++ ],
++ "//conditions:default": [],
++ }),
++)
++
++# Unsupported target "lib" with type "test" omitted
version = "1.4.0",
# buildifier: leave-alone
deps = [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
)
"@raze__getrandom__0_1_16//:getrandom",
"@raze__signature__1_3_1//:signature",
"@raze__subtle_encoding__0_5_1//:subtle_encoding",
-- "@raze__zeroize__1_4_1//:zeroize",
++ "@raze__zeroize__1_4_2//:zeroize",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "slab",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "default",
-- "std",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.4.4",
-- # buildifier: leave-alone
-- deps = [
-- ],
--)
--
--# Unsupported target "serde" with type "test" omitted
--
--# Unsupported target "slab" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "slab",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "default",
++ "std",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.4.5",
++ # buildifier: leave-alone
++ deps = [
++ ],
++)
++
++# Unsupported target "serde" with type "test" omitted
++
++# Unsupported target "slab" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--# Unsupported target "bench" with type "bench" omitted
--
--rust_library(
-- name = "smallvec",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.6.1",
-- # buildifier: leave-alone
-- deps = [
-- ],
--)
--
--# Unsupported target "macro" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++# Unsupported target "bench" with type "bench" omitted
++
++rust_library(
++ name = "smallvec",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.7.0",
++ # buildifier: leave-alone
++ deps = [
++ ],
++)
++
++# Unsupported target "macro" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "socket2",
-- srcs = glob(["**/*.rs"]),
-- aliases = {
-- },
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.4.1",
-- # buildifier: leave-alone
-- deps = [
-- ] + selects.with_or({
-- # cfg(unix)
-- (
-- "@rules_rust//rust/platform:aarch64-apple-darwin",
-- "@rules_rust//rust/platform:aarch64-apple-ios",
-- "@rules_rust//rust/platform:aarch64-linux-android",
-- "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
-- "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
-- "@rules_rust//rust/platform:i686-apple-darwin",
-- "@rules_rust//rust/platform:i686-linux-android",
-- "@rules_rust//rust/platform:i686-unknown-freebsd",
-- "@rules_rust//rust/platform:i686-unknown-linux-gnu",
-- "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
-- "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
-- "@rules_rust//rust/platform:x86_64-apple-darwin",
-- "@rules_rust//rust/platform:x86_64-apple-ios",
-- "@rules_rust//rust/platform:x86_64-linux-android",
-- "@rules_rust//rust/platform:x86_64-unknown-freebsd",
-- "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-- ): [
-- "@raze__libc__0_2_101//:libc",
-- ],
-- "//conditions:default": [],
-- }) + selects.with_or({
-- # cfg(windows)
-- (
-- "@rules_rust//rust/platform:i686-pc-windows-msvc",
-- "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
-- ): [
-- "@raze__winapi__0_3_9//:winapi",
-- ],
-- "//conditions:default": [],
-- }),
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "socket2",
++ srcs = glob(["**/*.rs"]),
++ aliases = {
++ },
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.4.2",
++ # buildifier: leave-alone
++ deps = [
++ ] + selects.with_or({
++ # cfg(unix)
++ (
++ "@rules_rust//rust/platform:aarch64-apple-darwin",
++ "@rules_rust//rust/platform:aarch64-apple-ios",
++ "@rules_rust//rust/platform:aarch64-linux-android",
++ "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
++ "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
++ "@rules_rust//rust/platform:i686-apple-darwin",
++ "@rules_rust//rust/platform:i686-linux-android",
++ "@rules_rust//rust/platform:i686-unknown-freebsd",
++ "@rules_rust//rust/platform:i686-unknown-linux-gnu",
++ "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
++ "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
++ "@rules_rust//rust/platform:x86_64-apple-darwin",
++ "@rules_rust//rust/platform:x86_64-apple-ios",
++ "@rules_rust//rust/platform:x86_64-linux-android",
++ "@rules_rust//rust/platform:x86_64-unknown-freebsd",
++ "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
++ ): [
++ "@raze__libc__0_2_104//:libc",
++ ],
++ "//conditions:default": [],
++ }) + selects.with_or({
++ # cfg(windows)
++ (
++ "@rules_rust//rust/platform:i686-pc-windows-msvc",
++ "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
++ ): [
++ "@raze__winapi__0_3_9//:winapi",
++ ],
++ "//conditions:default": [],
++ }),
++)
version = "0.5.1",
# buildifier: leave-alone
deps = [
-- "@raze__zeroize__1_4_1//:zeroize",
++ "@raze__zeroize__1_4_2//:zeroize",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--# buildifier: disable=out-of-order-load
--# buildifier: disable=load-on-top
--load(
-- "@rules_rust//cargo:cargo_build_script.bzl",
-- "cargo_build_script",
--)
--
--cargo_build_script(
-- name = "syn_build_script",
-- srcs = glob(["**/*.rs"]),
-- build_script_env = {
-- },
-- crate_features = [
-- "clone-impls",
-- "default",
-- "derive",
-- "extra-traits",
-- "full",
-- "parsing",
-- "printing",
-- "proc-macro",
-- "quote",
-- "visit",
-- "visit-mut",
-- ],
-- crate_root = "build.rs",
-- data = glob(["**"]),
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.0.76",
-- visibility = ["//visibility:private"],
-- deps = [
-- ],
--)
--
--# Unsupported target "file" with type "bench" omitted
--
--# Unsupported target "rust" with type "bench" omitted
--
--rust_library(
-- name = "syn",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "clone-impls",
-- "default",
-- "derive",
-- "extra-traits",
-- "full",
-- "parsing",
-- "printing",
-- "proc-macro",
-- "quote",
-- "visit",
-- "visit-mut",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.0.76",
-- # buildifier: leave-alone
-- deps = [
-- ":syn_build_script",
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__unicode_xid__0_2_2//:unicode_xid",
-- ],
--)
--
--# Unsupported target "test_asyncness" with type "test" omitted
--
--# Unsupported target "test_attribute" with type "test" omitted
--
--# Unsupported target "test_derive_input" with type "test" omitted
--
--# Unsupported target "test_expr" with type "test" omitted
--
--# Unsupported target "test_generics" with type "test" omitted
--
--# Unsupported target "test_grouping" with type "test" omitted
--
--# Unsupported target "test_ident" with type "test" omitted
--
--# Unsupported target "test_item" with type "test" omitted
--
--# Unsupported target "test_iterators" with type "test" omitted
--
--# Unsupported target "test_lit" with type "test" omitted
--
--# Unsupported target "test_meta" with type "test" omitted
--
--# Unsupported target "test_parse_buffer" with type "test" omitted
--
--# Unsupported target "test_parse_stream" with type "test" omitted
--
--# Unsupported target "test_pat" with type "test" omitted
--
--# Unsupported target "test_path" with type "test" omitted
--
--# Unsupported target "test_precedence" with type "test" omitted
--
--# Unsupported target "test_receiver" with type "test" omitted
--
--# Unsupported target "test_round_trip" with type "test" omitted
--
--# Unsupported target "test_shebang" with type "test" omitted
--
--# Unsupported target "test_should_parse" with type "test" omitted
--
--# Unsupported target "test_size" with type "test" omitted
--
--# Unsupported target "test_stmt" with type "test" omitted
--
--# Unsupported target "test_token_trees" with type "test" omitted
--
--# Unsupported target "test_ty" with type "test" omitted
--
--# Unsupported target "test_visibility" with type "test" omitted
--
--# Unsupported target "zzz_stable" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++# buildifier: disable=out-of-order-load
++# buildifier: disable=load-on-top
++load(
++ "@rules_rust//cargo:cargo_build_script.bzl",
++ "cargo_build_script",
++)
++
++cargo_build_script(
++ name = "syn_build_script",
++ srcs = glob(["**/*.rs"]),
++ build_script_env = {
++ },
++ crate_features = [
++ "clone-impls",
++ "default",
++ "derive",
++ "extra-traits",
++ "full",
++ "parsing",
++ "printing",
++ "proc-macro",
++ "quote",
++ "visit",
++ "visit-mut",
++ ],
++ crate_root = "build.rs",
++ data = glob(["**"]),
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.0.80",
++ visibility = ["//visibility:private"],
++ deps = [
++ ],
++)
++
++# Unsupported target "file" with type "bench" omitted
++
++# Unsupported target "rust" with type "bench" omitted
++
++rust_library(
++ name = "syn",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "clone-impls",
++ "default",
++ "derive",
++ "extra-traits",
++ "full",
++ "parsing",
++ "printing",
++ "proc-macro",
++ "quote",
++ "visit",
++ "visit-mut",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.0.80",
++ # buildifier: leave-alone
++ deps = [
++ ":syn_build_script",
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__unicode_xid__0_2_2//:unicode_xid",
++ ],
++)
++
++# Unsupported target "test_asyncness" with type "test" omitted
++
++# Unsupported target "test_attribute" with type "test" omitted
++
++# Unsupported target "test_derive_input" with type "test" omitted
++
++# Unsupported target "test_expr" with type "test" omitted
++
++# Unsupported target "test_generics" with type "test" omitted
++
++# Unsupported target "test_grouping" with type "test" omitted
++
++# Unsupported target "test_ident" with type "test" omitted
++
++# Unsupported target "test_item" with type "test" omitted
++
++# Unsupported target "test_iterators" with type "test" omitted
++
++# Unsupported target "test_lit" with type "test" omitted
++
++# Unsupported target "test_meta" with type "test" omitted
++
++# Unsupported target "test_parse_buffer" with type "test" omitted
++
++# Unsupported target "test_parse_stream" with type "test" omitted
++
++# Unsupported target "test_pat" with type "test" omitted
++
++# Unsupported target "test_path" with type "test" omitted
++
++# Unsupported target "test_precedence" with type "test" omitted
++
++# Unsupported target "test_receiver" with type "test" omitted
++
++# Unsupported target "test_round_trip" with type "test" omitted
++
++# Unsupported target "test_shebang" with type "test" omitted
++
++# Unsupported target "test_should_parse" with type "test" omitted
++
++# Unsupported target "test_size" with type "test" omitted
++
++# Unsupported target "test_stmt" with type "test" omitted
++
++# Unsupported target "test_token_trees" with type "test" omitted
++
++# Unsupported target "test_ty" with type "test" omitted
++
++# Unsupported target "test_visibility" with type "test" omitted
++
++# Unsupported target "zzz_stable" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "synstructure",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "default",
-- "proc-macro",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.12.5",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
-- "@raze__unicode_xid__0_2_2//:unicode_xid",
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "synstructure",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "default",
++ "proc-macro",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.12.6",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
++ "@raze__unicode_xid__0_2_2//:unicode_xid",
++ ],
++)
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
],
"//conditions:default": [],
}) + selects.with_or({
"@raze__log__0_4_14//:log",
"@raze__rand__0_8_4//:rand",
"@raze__serde__1_0_130//:serde",
-- "@raze__serde_json__1_0_67//:serde_json",
-- "@raze__sha2__0_9_6//:sha2",
++ "@raze__serde_json__1_0_68//:serde_json",
++ "@raze__sha2__0_9_8//:sha2",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "thiserror",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- proc_macro_deps = [
-- "@raze__thiserror_impl__1_0_29//:thiserror_impl",
-- ],
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.0.29",
-- # buildifier: leave-alone
-- deps = [
-- ],
--)
--
--# Unsupported target "compiletest" with type "test" omitted
--
--# Unsupported target "test_backtrace" with type "test" omitted
--
--# Unsupported target "test_display" with type "test" omitted
--
--# Unsupported target "test_error" with type "test" omitted
--
--# Unsupported target "test_expr" with type "test" omitted
--
--# Unsupported target "test_from" with type "test" omitted
--
--# Unsupported target "test_generics" with type "test" omitted
--
--# Unsupported target "test_lints" with type "test" omitted
--
--# Unsupported target "test_option" with type "test" omitted
--
--# Unsupported target "test_path" with type "test" omitted
--
--# Unsupported target "test_source" with type "test" omitted
--
--# Unsupported target "test_transparent" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "thiserror",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ proc_macro_deps = [
++ "@raze__thiserror_impl__1_0_30//:thiserror_impl",
++ ],
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.0.30",
++ # buildifier: leave-alone
++ deps = [
++ ],
++)
++
++# Unsupported target "compiletest" with type "test" omitted
++
++# Unsupported target "test_backtrace" with type "test" omitted
++
++# Unsupported target "test_display" with type "test" omitted
++
++# Unsupported target "test_error" with type "test" omitted
++
++# Unsupported target "test_expr" with type "test" omitted
++
++# Unsupported target "test_from" with type "test" omitted
++
++# Unsupported target "test_generics" with type "test" omitted
++
++# Unsupported target "test_lints" with type "test" omitted
++
++# Unsupported target "test_option" with type "test" omitted
++
++# Unsupported target "test_path" with type "test" omitted
++
++# Unsupported target "test_source" with type "test" omitted
++
++# Unsupported target "test_transparent" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "thiserror_impl",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "proc-macro",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.0.29",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "thiserror_impl",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "proc-macro",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.0.30",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
++ ],
++)
version = "0.1.44",
# buildifier: leave-alone
deps = [
-- "@raze__libc__0_2_101//:libc",
++ "@raze__libc__0_2_104//:libc",
] + selects.with_or({
# cfg(target_os = "wasi")
(
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # Zlib from expression "Zlib OR (Apache-2.0 OR MIT)"
--])
--
--# Generated Targets
--
--# Unsupported target "macros" with type "bench" omitted
--
--rust_library(
-- name = "tinyvec",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "alloc",
-- "default",
-- "tinyvec_macros",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.3.1",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__tinyvec_macros__0_1_0//:tinyvec_macros",
-- ],
--)
--
--# Unsupported target "arrayvec" with type "test" omitted
--
--# Unsupported target "tinyvec" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # Zlib from expression "Zlib OR (Apache-2.0 OR MIT)"
++])
++
++# Generated Targets
++
++# Unsupported target "macros" with type "bench" omitted
++
++rust_library(
++ name = "tinyvec",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "alloc",
++ "default",
++ "tinyvec_macros",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.5.0",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__tinyvec_macros__0_1_0//:tinyvec_macros",
++ ],
++)
++
++# Unsupported target "arrayvec" with type "test" omitted
++
++# Unsupported target "tinyvec" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT"
--])
--
--# Generated Targets
--# buildifier: disable=out-of-order-load
--# buildifier: disable=load-on-top
--load(
-- "@rules_rust//cargo:cargo_build_script.bzl",
-- "cargo_build_script",
--)
--
--cargo_build_script(
-- name = "tokio_build_script",
-- srcs = glob(["**/*.rs"]),
-- build_script_env = {
-- },
-- crate_features = [
-- "bytes",
-- "default",
-- "fs",
-- "full",
-- "io-std",
-- "io-util",
-- "libc",
-- "macros",
-- "memchr",
-- "mio",
-- "net",
-- "num_cpus",
-- "once_cell",
-- "parking_lot",
-- "process",
-- "rt",
-- "rt-multi-thread",
-- "signal",
-- "signal-hook-registry",
-- "sync",
-- "time",
-- "tokio-macros",
-- "winapi",
-- ],
-- crate_root = "build.rs",
-- data = glob(["**"]),
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.11.0",
-- visibility = ["//visibility:private"],
-- deps = [
-- "@raze__autocfg__1_0_1//:autocfg",
-- ] + selects.with_or({
-- # cfg(unix)
-- (
-- "@rules_rust//rust/platform:aarch64-apple-darwin",
-- "@rules_rust//rust/platform:aarch64-apple-ios",
-- "@rules_rust//rust/platform:aarch64-linux-android",
-- "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
-- "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
-- "@rules_rust//rust/platform:i686-apple-darwin",
-- "@rules_rust//rust/platform:i686-linux-android",
-- "@rules_rust//rust/platform:i686-unknown-freebsd",
-- "@rules_rust//rust/platform:i686-unknown-linux-gnu",
-- "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
-- "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
-- "@rules_rust//rust/platform:x86_64-apple-darwin",
-- "@rules_rust//rust/platform:x86_64-apple-ios",
-- "@rules_rust//rust/platform:x86_64-linux-android",
-- "@rules_rust//rust/platform:x86_64-unknown-freebsd",
-- "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-- ): [
-- ],
-- "//conditions:default": [],
-- }) + selects.with_or({
-- # cfg(windows)
-- (
-- "@rules_rust//rust/platform:i686-pc-windows-msvc",
-- "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
-- ): [
-- ],
-- "//conditions:default": [],
-- }),
--)
--
--rust_library(
-- name = "tokio",
-- srcs = glob(["**/*.rs"]),
-- aliases = {
-- },
-- crate_features = [
-- "bytes",
-- "default",
-- "fs",
-- "full",
-- "io-std",
-- "io-util",
-- "libc",
-- "macros",
-- "memchr",
-- "mio",
-- "net",
-- "num_cpus",
-- "once_cell",
-- "parking_lot",
-- "process",
-- "rt",
-- "rt-multi-thread",
-- "signal",
-- "signal-hook-registry",
-- "sync",
-- "time",
-- "tokio-macros",
-- "winapi",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- proc_macro_deps = [
-- "@raze__tokio_macros__1_3_0//:tokio_macros",
-- ],
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.11.0",
-- # buildifier: leave-alone
-- deps = [
-- ":tokio_build_script",
-- "@raze__bytes__1_1_0//:bytes",
-- "@raze__memchr__2_4_1//:memchr",
-- "@raze__mio__0_7_13//:mio",
-- "@raze__num_cpus__1_13_0//:num_cpus",
-- "@raze__once_cell__1_8_0//:once_cell",
-- "@raze__parking_lot__0_11_2//:parking_lot",
-- "@raze__pin_project_lite__0_2_7//:pin_project_lite",
-- ] + selects.with_or({
-- # cfg(unix)
-- (
-- "@rules_rust//rust/platform:aarch64-apple-darwin",
-- "@rules_rust//rust/platform:aarch64-apple-ios",
-- "@rules_rust//rust/platform:aarch64-linux-android",
-- "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
-- "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
-- "@rules_rust//rust/platform:i686-apple-darwin",
-- "@rules_rust//rust/platform:i686-linux-android",
-- "@rules_rust//rust/platform:i686-unknown-freebsd",
-- "@rules_rust//rust/platform:i686-unknown-linux-gnu",
-- "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
-- "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
-- "@rules_rust//rust/platform:x86_64-apple-darwin",
-- "@rules_rust//rust/platform:x86_64-apple-ios",
-- "@rules_rust//rust/platform:x86_64-linux-android",
-- "@rules_rust//rust/platform:x86_64-unknown-freebsd",
-- "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
-- ): [
-- "@raze__libc__0_2_101//:libc",
-- "@raze__signal_hook_registry__1_4_0//:signal_hook_registry",
-- ],
-- "//conditions:default": [],
-- }) + selects.with_or({
-- # cfg(windows)
-- (
-- "@rules_rust//rust/platform:i686-pc-windows-msvc",
-- "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
-- ): [
-- "@raze__winapi__0_3_9//:winapi",
-- ],
-- "//conditions:default": [],
-- }),
--)
--
--# Unsupported target "_require_full" with type "test" omitted
--
--# Unsupported target "async_send_sync" with type "test" omitted
--
--# Unsupported target "buffered" with type "test" omitted
--
--# Unsupported target "fs" with type "test" omitted
--
--# Unsupported target "fs_copy" with type "test" omitted
--
--# Unsupported target "fs_dir" with type "test" omitted
--
--# Unsupported target "fs_file" with type "test" omitted
--
--# Unsupported target "fs_link" with type "test" omitted
--
--# Unsupported target "io_async_fd" with type "test" omitted
--
--# Unsupported target "io_async_read" with type "test" omitted
--
--# Unsupported target "io_buf_reader" with type "test" omitted
--
--# Unsupported target "io_buf_writer" with type "test" omitted
--
--# Unsupported target "io_chain" with type "test" omitted
--
--# Unsupported target "io_copy" with type "test" omitted
--
--# Unsupported target "io_copy_bidirectional" with type "test" omitted
--
--# Unsupported target "io_driver" with type "test" omitted
--
--# Unsupported target "io_driver_drop" with type "test" omitted
--
--# Unsupported target "io_fill_buf" with type "test" omitted
--
--# Unsupported target "io_lines" with type "test" omitted
--
--# Unsupported target "io_mem_stream" with type "test" omitted
--
--# Unsupported target "io_read" with type "test" omitted
--
--# Unsupported target "io_read_buf" with type "test" omitted
--
--# Unsupported target "io_read_exact" with type "test" omitted
--
--# Unsupported target "io_read_line" with type "test" omitted
--
--# Unsupported target "io_read_to_end" with type "test" omitted
--
--# Unsupported target "io_read_to_string" with type "test" omitted
--
--# Unsupported target "io_read_until" with type "test" omitted
--
--# Unsupported target "io_split" with type "test" omitted
--
--# Unsupported target "io_take" with type "test" omitted
--
--# Unsupported target "io_write" with type "test" omitted
--
--# Unsupported target "io_write_all" with type "test" omitted
--
--# Unsupported target "io_write_all_buf" with type "test" omitted
--
--# Unsupported target "io_write_buf" with type "test" omitted
--
--# Unsupported target "io_write_int" with type "test" omitted
--
--# Unsupported target "macros_join" with type "test" omitted
--
--# Unsupported target "macros_pin" with type "test" omitted
--
--# Unsupported target "macros_select" with type "test" omitted
--
--# Unsupported target "macros_test" with type "test" omitted
--
--# Unsupported target "macros_try_join" with type "test" omitted
--
--# Unsupported target "named_pipe" with type "test" omitted
--
--# Unsupported target "net_bind_resource" with type "test" omitted
--
--# Unsupported target "net_lookup_host" with type "test" omitted
--
--# Unsupported target "no_rt" with type "test" omitted
--
--# Unsupported target "process_arg0" with type "test" omitted
--
--# Unsupported target "process_issue_2174" with type "test" omitted
--
--# Unsupported target "process_issue_42" with type "test" omitted
--
--# Unsupported target "process_kill_on_drop" with type "test" omitted
--
--# Unsupported target "process_raw_handle" with type "test" omitted
--
--# Unsupported target "process_smoke" with type "test" omitted
--
--# Unsupported target "rt_basic" with type "test" omitted
--
--# Unsupported target "rt_common" with type "test" omitted
--
--# Unsupported target "rt_handle_block_on" with type "test" omitted
--
--# Unsupported target "rt_threaded" with type "test" omitted
--
--# Unsupported target "signal_ctrl_c" with type "test" omitted
--
--# Unsupported target "signal_drop_recv" with type "test" omitted
--
--# Unsupported target "signal_drop_rt" with type "test" omitted
--
--# Unsupported target "signal_drop_signal" with type "test" omitted
--
--# Unsupported target "signal_multi_rt" with type "test" omitted
--
--# Unsupported target "signal_no_rt" with type "test" omitted
--
--# Unsupported target "signal_notify_both" with type "test" omitted
--
--# Unsupported target "signal_twice" with type "test" omitted
--
--# Unsupported target "signal_usr1" with type "test" omitted
--
--# Unsupported target "sync_barrier" with type "test" omitted
--
--# Unsupported target "sync_broadcast" with type "test" omitted
--
--# Unsupported target "sync_errors" with type "test" omitted
--
--# Unsupported target "sync_mpsc" with type "test" omitted
--
--# Unsupported target "sync_mutex" with type "test" omitted
--
--# Unsupported target "sync_mutex_owned" with type "test" omitted
--
--# Unsupported target "sync_notify" with type "test" omitted
--
--# Unsupported target "sync_once_cell" with type "test" omitted
--
--# Unsupported target "sync_oneshot" with type "test" omitted
--
--# Unsupported target "sync_rwlock" with type "test" omitted
--
--# Unsupported target "sync_semaphore" with type "test" omitted
--
--# Unsupported target "sync_semaphore_owned" with type "test" omitted
--
--# Unsupported target "sync_watch" with type "test" omitted
--
--# Unsupported target "task_abort" with type "test" omitted
--
--# Unsupported target "task_blocking" with type "test" omitted
--
--# Unsupported target "task_builder" with type "test" omitted
--
--# Unsupported target "task_local" with type "test" omitted
--
--# Unsupported target "task_local_set" with type "test" omitted
--
--# Unsupported target "tcp_accept" with type "test" omitted
--
--# Unsupported target "tcp_connect" with type "test" omitted
--
--# Unsupported target "tcp_echo" with type "test" omitted
--
--# Unsupported target "tcp_into_split" with type "test" omitted
--
--# Unsupported target "tcp_into_std" with type "test" omitted
--
--# Unsupported target "tcp_peek" with type "test" omitted
--
--# Unsupported target "tcp_shutdown" with type "test" omitted
--
--# Unsupported target "tcp_socket" with type "test" omitted
--
--# Unsupported target "tcp_split" with type "test" omitted
--
--# Unsupported target "tcp_stream" with type "test" omitted
--
--# Unsupported target "test_clock" with type "test" omitted
--
--# Unsupported target "time_interval" with type "test" omitted
--
--# Unsupported target "time_pause" with type "test" omitted
--
--# Unsupported target "time_rt" with type "test" omitted
--
--# Unsupported target "time_sleep" with type "test" omitted
--
--# Unsupported target "time_timeout" with type "test" omitted
--
--# Unsupported target "udp" with type "test" omitted
--
--# Unsupported target "uds_cred" with type "test" omitted
--
--# Unsupported target "uds_datagram" with type "test" omitted
--
--# Unsupported target "uds_split" with type "test" omitted
--
--# Unsupported target "uds_stream" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT"
++])
++
++# Generated Targets
++# buildifier: disable=out-of-order-load
++# buildifier: disable=load-on-top
++load(
++ "@rules_rust//cargo:cargo_build_script.bzl",
++ "cargo_build_script",
++)
++
++cargo_build_script(
++ name = "tokio_build_script",
++ srcs = glob(["**/*.rs"]),
++ build_script_env = {
++ },
++ crate_features = [
++ "bytes",
++ "default",
++ "fs",
++ "full",
++ "io-std",
++ "io-util",
++ "libc",
++ "macros",
++ "memchr",
++ "mio",
++ "net",
++ "num_cpus",
++ "once_cell",
++ "parking_lot",
++ "process",
++ "rt",
++ "rt-multi-thread",
++ "signal",
++ "signal-hook-registry",
++ "sync",
++ "time",
++ "tokio-macros",
++ "winapi",
++ ],
++ crate_root = "build.rs",
++ data = glob(["**"]),
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.12.0",
++ visibility = ["//visibility:private"],
++ deps = [
++ "@raze__autocfg__1_0_1//:autocfg",
++ ] + selects.with_or({
++ # cfg(target_os = "freebsd")
++ (
++ "@rules_rust//rust/platform:i686-unknown-freebsd",
++ "@rules_rust//rust/platform:x86_64-unknown-freebsd",
++ ): [
++ ],
++ "//conditions:default": [],
++ }) + selects.with_or({
++ # cfg(unix)
++ (
++ "@rules_rust//rust/platform:aarch64-apple-darwin",
++ "@rules_rust//rust/platform:aarch64-apple-ios",
++ "@rules_rust//rust/platform:aarch64-linux-android",
++ "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
++ "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
++ "@rules_rust//rust/platform:i686-apple-darwin",
++ "@rules_rust//rust/platform:i686-linux-android",
++ "@rules_rust//rust/platform:i686-unknown-freebsd",
++ "@rules_rust//rust/platform:i686-unknown-linux-gnu",
++ "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
++ "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
++ "@rules_rust//rust/platform:x86_64-apple-darwin",
++ "@rules_rust//rust/platform:x86_64-apple-ios",
++ "@rules_rust//rust/platform:x86_64-linux-android",
++ "@rules_rust//rust/platform:x86_64-unknown-freebsd",
++ "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
++ ): [
++ ],
++ "//conditions:default": [],
++ }) + selects.with_or({
++ # cfg(windows)
++ (
++ "@rules_rust//rust/platform:i686-pc-windows-msvc",
++ "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
++ ): [
++ ],
++ "//conditions:default": [],
++ }),
++)
++
++rust_library(
++ name = "tokio",
++ srcs = glob(["**/*.rs"]),
++ aliases = {
++ },
++ crate_features = [
++ "bytes",
++ "default",
++ "fs",
++ "full",
++ "io-std",
++ "io-util",
++ "libc",
++ "macros",
++ "memchr",
++ "mio",
++ "net",
++ "num_cpus",
++ "once_cell",
++ "parking_lot",
++ "process",
++ "rt",
++ "rt-multi-thread",
++ "signal",
++ "signal-hook-registry",
++ "sync",
++ "time",
++ "tokio-macros",
++ "winapi",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ proc_macro_deps = [
++ "@raze__tokio_macros__1_5_0//:tokio_macros",
++ ],
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.12.0",
++ # buildifier: leave-alone
++ deps = [
++ ":tokio_build_script",
++ "@raze__bytes__1_1_0//:bytes",
++ "@raze__memchr__2_4_1//:memchr",
++ "@raze__mio__0_7_14//:mio",
++ "@raze__num_cpus__1_13_0//:num_cpus",
++ "@raze__once_cell__1_8_0//:once_cell",
++ "@raze__parking_lot__0_11_2//:parking_lot",
++ "@raze__pin_project_lite__0_2_7//:pin_project_lite",
++ ] + selects.with_or({
++ # cfg(target_os = "freebsd")
++ (
++ "@rules_rust//rust/platform:i686-unknown-freebsd",
++ "@rules_rust//rust/platform:x86_64-unknown-freebsd",
++ ): [
++ ],
++ "//conditions:default": [],
++ }) + selects.with_or({
++ # cfg(unix)
++ (
++ "@rules_rust//rust/platform:aarch64-apple-darwin",
++ "@rules_rust//rust/platform:aarch64-apple-ios",
++ "@rules_rust//rust/platform:aarch64-linux-android",
++ "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
++ "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
++ "@rules_rust//rust/platform:i686-apple-darwin",
++ "@rules_rust//rust/platform:i686-linux-android",
++ "@rules_rust//rust/platform:i686-unknown-freebsd",
++ "@rules_rust//rust/platform:i686-unknown-linux-gnu",
++ "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
++ "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
++ "@rules_rust//rust/platform:x86_64-apple-darwin",
++ "@rules_rust//rust/platform:x86_64-apple-ios",
++ "@rules_rust//rust/platform:x86_64-linux-android",
++ "@rules_rust//rust/platform:x86_64-unknown-freebsd",
++ "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
++ ): [
++ "@raze__libc__0_2_104//:libc",
++ "@raze__signal_hook_registry__1_4_0//:signal_hook_registry",
++ ],
++ "//conditions:default": [],
++ }) + selects.with_or({
++ # cfg(windows)
++ (
++ "@rules_rust//rust/platform:i686-pc-windows-msvc",
++ "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
++ ): [
++ "@raze__winapi__0_3_9//:winapi",
++ ],
++ "//conditions:default": [],
++ }),
++)
++
++# Unsupported target "_require_full" with type "test" omitted
++
++# Unsupported target "async_send_sync" with type "test" omitted
++
++# Unsupported target "buffered" with type "test" omitted
++
++# Unsupported target "fs" with type "test" omitted
++
++# Unsupported target "fs_copy" with type "test" omitted
++
++# Unsupported target "fs_dir" with type "test" omitted
++
++# Unsupported target "fs_file" with type "test" omitted
++
++# Unsupported target "fs_link" with type "test" omitted
++
++# Unsupported target "io_async_fd" with type "test" omitted
++
++# Unsupported target "io_async_read" with type "test" omitted
++
++# Unsupported target "io_buf_reader" with type "test" omitted
++
++# Unsupported target "io_buf_writer" with type "test" omitted
++
++# Unsupported target "io_chain" with type "test" omitted
++
++# Unsupported target "io_copy" with type "test" omitted
++
++# Unsupported target "io_copy_bidirectional" with type "test" omitted
++
++# Unsupported target "io_driver" with type "test" omitted
++
++# Unsupported target "io_driver_drop" with type "test" omitted
++
++# Unsupported target "io_fill_buf" with type "test" omitted
++
++# Unsupported target "io_lines" with type "test" omitted
++
++# Unsupported target "io_mem_stream" with type "test" omitted
++
++# Unsupported target "io_poll_aio" with type "test" omitted
++
++# Unsupported target "io_read" with type "test" omitted
++
++# Unsupported target "io_read_buf" with type "test" omitted
++
++# Unsupported target "io_read_exact" with type "test" omitted
++
++# Unsupported target "io_read_line" with type "test" omitted
++
++# Unsupported target "io_read_to_end" with type "test" omitted
++
++# Unsupported target "io_read_to_string" with type "test" omitted
++
++# Unsupported target "io_read_until" with type "test" omitted
++
++# Unsupported target "io_split" with type "test" omitted
++
++# Unsupported target "io_take" with type "test" omitted
++
++# Unsupported target "io_write" with type "test" omitted
++
++# Unsupported target "io_write_all" with type "test" omitted
++
++# Unsupported target "io_write_all_buf" with type "test" omitted
++
++# Unsupported target "io_write_buf" with type "test" omitted
++
++# Unsupported target "io_write_int" with type "test" omitted
++
++# Unsupported target "macros_join" with type "test" omitted
++
++# Unsupported target "macros_pin" with type "test" omitted
++
++# Unsupported target "macros_select" with type "test" omitted
++
++# Unsupported target "macros_test" with type "test" omitted
++
++# Unsupported target "macros_try_join" with type "test" omitted
++
++# Unsupported target "named_pipe" with type "test" omitted
++
++# Unsupported target "net_bind_resource" with type "test" omitted
++
++# Unsupported target "net_lookup_host" with type "test" omitted
++
++# Unsupported target "no_rt" with type "test" omitted
++
++# Unsupported target "process_arg0" with type "test" omitted
++
++# Unsupported target "process_issue_2174" with type "test" omitted
++
++# Unsupported target "process_issue_42" with type "test" omitted
++
++# Unsupported target "process_kill_on_drop" with type "test" omitted
++
++# Unsupported target "process_raw_handle" with type "test" omitted
++
++# Unsupported target "process_smoke" with type "test" omitted
++
++# Unsupported target "rt_basic" with type "test" omitted
++
++# Unsupported target "rt_common" with type "test" omitted
++
++# Unsupported target "rt_handle_block_on" with type "test" omitted
++
++# Unsupported target "rt_threaded" with type "test" omitted
++
++# Unsupported target "signal_ctrl_c" with type "test" omitted
++
++# Unsupported target "signal_drop_recv" with type "test" omitted
++
++# Unsupported target "signal_drop_rt" with type "test" omitted
++
++# Unsupported target "signal_drop_signal" with type "test" omitted
++
++# Unsupported target "signal_multi_rt" with type "test" omitted
++
++# Unsupported target "signal_no_rt" with type "test" omitted
++
++# Unsupported target "signal_notify_both" with type "test" omitted
++
++# Unsupported target "signal_twice" with type "test" omitted
++
++# Unsupported target "signal_usr1" with type "test" omitted
++
++# Unsupported target "sync_barrier" with type "test" omitted
++
++# Unsupported target "sync_broadcast" with type "test" omitted
++
++# Unsupported target "sync_errors" with type "test" omitted
++
++# Unsupported target "sync_mpsc" with type "test" omitted
++
++# Unsupported target "sync_mutex" with type "test" omitted
++
++# Unsupported target "sync_mutex_owned" with type "test" omitted
++
++# Unsupported target "sync_notify" with type "test" omitted
++
++# Unsupported target "sync_once_cell" with type "test" omitted
++
++# Unsupported target "sync_oneshot" with type "test" omitted
++
++# Unsupported target "sync_rwlock" with type "test" omitted
++
++# Unsupported target "sync_semaphore" with type "test" omitted
++
++# Unsupported target "sync_semaphore_owned" with type "test" omitted
++
++# Unsupported target "sync_watch" with type "test" omitted
++
++# Unsupported target "task_abort" with type "test" omitted
++
++# Unsupported target "task_blocking" with type "test" omitted
++
++# Unsupported target "task_builder" with type "test" omitted
++
++# Unsupported target "task_local" with type "test" omitted
++
++# Unsupported target "task_local_set" with type "test" omitted
++
++# Unsupported target "tcp_accept" with type "test" omitted
++
++# Unsupported target "tcp_connect" with type "test" omitted
++
++# Unsupported target "tcp_echo" with type "test" omitted
++
++# Unsupported target "tcp_into_split" with type "test" omitted
++
++# Unsupported target "tcp_into_std" with type "test" omitted
++
++# Unsupported target "tcp_peek" with type "test" omitted
++
++# Unsupported target "tcp_shutdown" with type "test" omitted
++
++# Unsupported target "tcp_socket" with type "test" omitted
++
++# Unsupported target "tcp_split" with type "test" omitted
++
++# Unsupported target "tcp_stream" with type "test" omitted
++
++# Unsupported target "test_clock" with type "test" omitted
++
++# Unsupported target "time_interval" with type "test" omitted
++
++# Unsupported target "time_pause" with type "test" omitted
++
++# Unsupported target "time_rt" with type "test" omitted
++
++# Unsupported target "time_sleep" with type "test" omitted
++
++# Unsupported target "time_timeout" with type "test" omitted
++
++# Unsupported target "udp" with type "test" omitted
++
++# Unsupported target "uds_cred" with type "test" omitted
++
++# Unsupported target "uds_datagram" with type "test" omitted
++
++# Unsupported target "uds_split" with type "test" omitted
++
++# Unsupported target "uds_stream" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "tokio_macros",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "proc-macro",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.3.0",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "tokio_macros",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "proc-macro",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.5.0",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
++ ],
++)
# buildifier: leave-alone
deps = [
"@raze__native_tls__0_2_8//:native_tls",
-- "@raze__tokio__1_11_0//:tokio",
++ "@raze__tokio__1_12_0//:tokio",
] + selects.with_or({
# cfg(all(not(target_os = "macos"), not(windows), not(target_os = "ios")))
(
# buildifier: leave-alone
deps = [
"@raze__rustls__0_19_1//:rustls",
-- "@raze__tokio__1_11_0//:tokio",
++ "@raze__tokio__1_12_0//:tokio",
"@raze__webpki__0_21_4//:webpki",
],
)
"@raze__log__0_4_14//:log",
"@raze__pin_project__1_0_8//:pin_project",
"@raze__rustls__0_19_1//:rustls",
-- "@raze__tokio__1_11_0//:tokio",
++ "@raze__tokio__1_12_0//:tokio",
"@raze__tokio_rustls__0_22_0//:tokio_rustls",
"@raze__tungstenite__0_14_0//:tungstenite",
"@raze__webpki__0_21_4//:webpki",
"@raze__futures_sink__0_3_17//:futures_sink",
"@raze__log__0_4_14//:log",
"@raze__pin_project_lite__0_2_7//:pin_project_lite",
-- "@raze__tokio__1_11_0//:tokio",
++ "@raze__tokio__1_12_0//:tokio",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT"
--])
--
--# Generated Targets
--
--# Unsupported target "no_subscriber" with type "bench" omitted
--
--# Unsupported target "subscriber" with type "bench" omitted
--
--rust_library(
-- name = "tracing",
-- srcs = glob(["**/*.rs"]),
-- aliases = {
-- },
-- crate_features = [
-- "std",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.1.26",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__cfg_if__1_0_0//:cfg_if",
-- "@raze__pin_project_lite__0_2_7//:pin_project_lite",
-- "@raze__tracing_core__0_1_19//:tracing_core",
-- ] + selects.with_or({
-- # cfg(target_arch = "wasm32")
-- (
-- "@rules_rust//rust/platform:wasm32-unknown-unknown",
-- "@rules_rust//rust/platform:wasm32-wasi",
-- ): [
-- ],
-- "//conditions:default": [],
-- }),
--)
--
--# Unsupported target "event" with type "test" omitted
--
--# Unsupported target "filter_caching_is_lexically_scoped" with type "test" omitted
--
--# Unsupported target "filters_are_not_reevaluated_for_the_same_span" with type "test" omitted
--
--# Unsupported target "filters_are_reevaluated_for_different_call_sites" with type "test" omitted
--
--# Unsupported target "filters_dont_leak" with type "test" omitted
--
--# Unsupported target "macro_imports" with type "test" omitted
--
--# Unsupported target "macros" with type "test" omitted
--
--# Unsupported target "max_level_hint" with type "test" omitted
--
--# Unsupported target "multiple_max_level_hints" with type "test" omitted
--
--# Unsupported target "span" with type "test" omitted
--
--# Unsupported target "subscriber" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT"
++])
++
++# Generated Targets
++
++# Unsupported target "no_subscriber" with type "bench" omitted
++
++# Unsupported target "subscriber" with type "bench" omitted
++
++rust_library(
++ name = "tracing",
++ srcs = glob(["**/*.rs"]),
++ aliases = {
++ },
++ crate_features = [
++ "std",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.1.29",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__cfg_if__1_0_0//:cfg_if",
++ "@raze__pin_project_lite__0_2_7//:pin_project_lite",
++ "@raze__tracing_core__0_1_21//:tracing_core",
++ ] + selects.with_or({
++ # cfg(target_arch = "wasm32")
++ (
++ "@rules_rust//rust/platform:wasm32-unknown-unknown",
++ "@rules_rust//rust/platform:wasm32-wasi",
++ ): [
++ ],
++ "//conditions:default": [],
++ }),
++)
++
++# Unsupported target "event" with type "test" omitted
++
++# Unsupported target "filter_caching_is_lexically_scoped" with type "test" omitted
++
++# Unsupported target "filters_are_not_reevaluated_for_the_same_span" with type "test" omitted
++
++# Unsupported target "filters_are_reevaluated_for_different_call_sites" with type "test" omitted
++
++# Unsupported target "filters_dont_leak" with type "test" omitted
++
++# Unsupported target "macro_imports" with type "test" omitted
++
++# Unsupported target "macros" with type "test" omitted
++
++# Unsupported target "max_level_hint" with type "test" omitted
++
++# Unsupported target "multiple_max_level_hints" with type "test" omitted
++
++# Unsupported target "span" with type "test" omitted
++
++# Unsupported target "subscriber" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "tracing_core",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "lazy_static",
-- "std",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.1.19",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__lazy_static__1_4_0//:lazy_static",
-- ],
--)
--
--# Unsupported target "dispatch" with type "test" omitted
--
--# Unsupported target "global_dispatch" with type "test" omitted
--
--# Unsupported target "macros" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "tracing_core",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "lazy_static",
++ "std",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.1.21",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__lazy_static__1_4_0//:lazy_static",
++ ],
++)
++
++# Unsupported target "dispatch" with type "test" omitted
++
++# Unsupported target "global_dispatch" with type "test" omitted
++
++# Unsupported target "macros" with type "test" omitted
"@raze__base64__0_13_0//:base64",
"@raze__byteorder__1_4_3//:byteorder",
"@raze__bytes__1_1_0//:bytes",
-- "@raze__http__0_2_4//:http",
++ "@raze__http__0_2_5//:http",
"@raze__httparse__1_5_1//:httparse",
"@raze__log__0_4_14//:log",
"@raze__rand__0_8_4//:rand",
"@raze__rustls__0_19_1//:rustls",
"@raze__rustls_native_certs__0_5_0//:rustls_native_certs",
"@raze__sha_1__0_9_8//:sha_1",
-- "@raze__thiserror__1_0_29//:thiserror",
++ "@raze__thiserror__1_0_30//:thiserror",
"@raze__url__2_2_2//:url",
"@raze__utf_8__0_7_6//:utf_8",
"@raze__webpki__0_21_4//:webpki",
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "unicode_bidi",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "default",
-- "std",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.3.6",
-- # buildifier: leave-alone
-- deps = [
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "unicode_bidi",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "default",
++ "std",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.3.7",
++ # buildifier: leave-alone
++ deps = [
++ ],
++)
version = "0.1.19",
# buildifier: leave-alone
deps = [
-- "@raze__tinyvec__1_3_1//:tinyvec",
++ "@raze__tinyvec__1_5_0//:tinyvec",
],
)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--# buildifier: disable=out-of-order-load
--# buildifier: disable=load-on-top
--load(
-- "@rules_rust//cargo:cargo_build_script.bzl",
-- "cargo_build_script",
--)
--
--cargo_build_script(
-- name = "wasm_bindgen_build_script",
-- srcs = glob(["**/*.rs"]),
-- build_script_env = {
-- },
-- crate_features = [
-- "default",
-- "spans",
-- "std",
-- ],
-- crate_root = "build.rs",
-- data = glob(["**"]),
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.2.76",
-- visibility = ["//visibility:private"],
-- deps = [
-- ] + selects.with_or({
-- # cfg(target_arch = "wasm32")
-- (
-- "@rules_rust//rust/platform:wasm32-unknown-unknown",
-- "@rules_rust//rust/platform:wasm32-wasi",
-- ): [
-- ],
-- "//conditions:default": [],
-- }),
--)
--
--rust_library(
-- name = "wasm_bindgen",
-- srcs = glob(["**/*.rs"]),
-- aliases = {
-- },
-- crate_features = [
-- "default",
-- "spans",
-- "std",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- proc_macro_deps = [
-- "@raze__wasm_bindgen_macro__0_2_76//:wasm_bindgen_macro",
-- ],
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.2.76",
-- # buildifier: leave-alone
-- deps = [
-- ":wasm_bindgen_build_script",
-- "@raze__cfg_if__1_0_0//:cfg_if",
-- ] + selects.with_or({
-- # cfg(target_arch = "wasm32")
-- (
-- "@rules_rust//rust/platform:wasm32-unknown-unknown",
-- "@rules_rust//rust/platform:wasm32-wasi",
-- ): [
-- ],
-- "//conditions:default": [],
-- }),
--)
--
--# Unsupported target "headless" with type "test" omitted
--
--# Unsupported target "must_use" with type "test" omitted
--
--# Unsupported target "non_wasm" with type "test" omitted
--
--# Unsupported target "std-crate-no-std-dep" with type "test" omitted
--
--# Unsupported target "unwrap_throw" with type "test" omitted
--
--# Unsupported target "wasm" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++# buildifier: disable=out-of-order-load
++# buildifier: disable=load-on-top
++load(
++ "@rules_rust//cargo:cargo_build_script.bzl",
++ "cargo_build_script",
++)
++
++cargo_build_script(
++ name = "wasm_bindgen_build_script",
++ srcs = glob(["**/*.rs"]),
++ build_script_env = {
++ },
++ crate_features = [
++ "default",
++ "spans",
++ "std",
++ ],
++ crate_root = "build.rs",
++ data = glob(["**"]),
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.2.78",
++ visibility = ["//visibility:private"],
++ deps = [
++ ] + selects.with_or({
++ # cfg(target_arch = "wasm32")
++ (
++ "@rules_rust//rust/platform:wasm32-unknown-unknown",
++ "@rules_rust//rust/platform:wasm32-wasi",
++ ): [
++ ],
++ "//conditions:default": [],
++ }),
++)
++
++rust_library(
++ name = "wasm_bindgen",
++ srcs = glob(["**/*.rs"]),
++ aliases = {
++ },
++ crate_features = [
++ "default",
++ "spans",
++ "std",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ proc_macro_deps = [
++ "@raze__wasm_bindgen_macro__0_2_78//:wasm_bindgen_macro",
++ ],
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.2.78",
++ # buildifier: leave-alone
++ deps = [
++ ":wasm_bindgen_build_script",
++ "@raze__cfg_if__1_0_0//:cfg_if",
++ ] + selects.with_or({
++ # cfg(target_arch = "wasm32")
++ (
++ "@rules_rust//rust/platform:wasm32-unknown-unknown",
++ "@rules_rust//rust/platform:wasm32-wasi",
++ ): [
++ ],
++ "//conditions:default": [],
++ }),
++)
++
++# Unsupported target "headless" with type "test" omitted
++
++# Unsupported target "must_use" with type "test" omitted
++
++# Unsupported target "non_wasm" with type "test" omitted
++
++# Unsupported target "std-crate-no-std-dep" with type "test" omitted
++
++# Unsupported target "unwrap_throw" with type "test" omitted
++
++# Unsupported target "wasm" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "wasm_bindgen_backend",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "spans",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.2.76",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__bumpalo__3_7_0//:bumpalo",
-- "@raze__lazy_static__1_4_0//:lazy_static",
-- "@raze__log__0_4_14//:log",
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
-- "@raze__wasm_bindgen_shared__0_2_76//:wasm_bindgen_shared",
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "wasm_bindgen_backend",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "spans",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.2.78",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__bumpalo__3_7_1//:bumpalo",
++ "@raze__lazy_static__1_4_0//:lazy_static",
++ "@raze__log__0_4_14//:log",
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
++ "@raze__wasm_bindgen_shared__0_2_78//:wasm_bindgen_shared",
++ ],
++)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "wasm_bindgen_macro",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "spans",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "proc-macro",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.2.76",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__quote__1_0_9//:quote",
-- "@raze__wasm_bindgen_macro_support__0_2_76//:wasm_bindgen_macro_support",
-- ],
--)
--
--# Unsupported target "ui" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "wasm_bindgen_macro",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "spans",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "proc-macro",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.2.78",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__quote__1_0_10//:quote",
++ "@raze__wasm_bindgen_macro_support__0_2_78//:wasm_bindgen_macro_support",
++ ],
++)
++
++# Unsupported target "ui" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "wasm_bindgen_macro_support",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- "spans",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.2.76",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
-- "@raze__wasm_bindgen_backend__0_2_76//:wasm_bindgen_backend",
-- "@raze__wasm_bindgen_shared__0_2_76//:wasm_bindgen_shared",
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "wasm_bindgen_macro_support",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "spans",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.2.78",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
++ "@raze__wasm_bindgen_backend__0_2_78//:wasm_bindgen_backend",
++ "@raze__wasm_bindgen_shared__0_2_78//:wasm_bindgen_shared",
++ ],
++)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--# buildifier: disable=out-of-order-load
--# buildifier: disable=load-on-top
--load(
-- "@rules_rust//cargo:cargo_build_script.bzl",
-- "cargo_build_script",
--)
--
--cargo_build_script(
-- name = "wasm_bindgen_shared_build_script",
-- srcs = glob(["**/*.rs"]),
-- build_script_env = {
-- },
-- crate_features = [
-- ],
-- crate_root = "build.rs",
-- data = glob(["**"]),
-- edition = "2018",
-- links = "wasm_bindgen",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.2.76",
-- visibility = ["//visibility:private"],
-- deps = [
-- ],
--)
--
--rust_library(
-- name = "wasm_bindgen_shared",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.2.76",
-- # buildifier: leave-alone
-- deps = [
-- ":wasm_bindgen_shared_build_script",
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++# buildifier: disable=out-of-order-load
++# buildifier: disable=load-on-top
++load(
++ "@rules_rust//cargo:cargo_build_script.bzl",
++ "cargo_build_script",
++)
++
++cargo_build_script(
++ name = "wasm_bindgen_shared_build_script",
++ srcs = glob(["**/*.rs"]),
++ build_script_env = {
++ },
++ crate_features = [
++ ],
++ crate_root = "build.rs",
++ data = glob(["**"]),
++ edition = "2018",
++ links = "wasm_bindgen",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.2.78",
++ visibility = ["//visibility:private"],
++ deps = [
++ ],
++)
++
++rust_library(
++ name = "wasm_bindgen_shared",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.2.78",
++ # buildifier: leave-alone
++ deps = [
++ ":wasm_bindgen_shared_build_script",
++ ],
++)
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # MIT from expression "MIT OR Apache-2.0"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "web_sys",
-- srcs = glob(["**/*.rs"]),
-- aliases = {
-- },
-- crate_features = [
-- "Crypto",
-- "EventTarget",
-- "Window",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "0.3.53",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__js_sys__0_3_53//:js_sys",
-- "@raze__wasm_bindgen__0_2_76//:wasm_bindgen",
-- ] + selects.with_or({
-- # cfg(target_arch = "wasm32")
-- (
-- "@rules_rust//rust/platform:wasm32-unknown-unknown",
-- "@rules_rust//rust/platform:wasm32-wasi",
-- ): [
-- ],
-- "//conditions:default": [],
-- }),
--)
--
--# Unsupported target "wasm" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # MIT from expression "MIT OR Apache-2.0"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "web_sys",
++ srcs = glob(["**/*.rs"]),
++ aliases = {
++ },
++ crate_features = [
++ "Crypto",
++ "EventTarget",
++ "Window",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "0.3.55",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__js_sys__0_3_55//:js_sys",
++ "@raze__wasm_bindgen__0_2_78//:wasm_bindgen",
++ ] + selects.with_or({
++ # cfg(target_arch = "wasm32")
++ (
++ "@rules_rust//rust/platform:wasm32-unknown-unknown",
++ "@rules_rust//rust/platform:wasm32-wasi",
++ ): [
++ ],
++ "//conditions:default": [],
++ }),
++)
++
++# Unsupported target "wasm" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "zeroize",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
- "alloc",
-- "zeroize_derive",
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "lib",
-- data = [],
-- edition = "2018",
-- proc_macro_deps = [
-- "@raze__zeroize_derive__1_1_0//:zeroize_derive",
-- ],
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.4.1",
-- # buildifier: leave-alone
-- deps = [
-- ],
--)
--
--# Unsupported target "zeroize_derive" with type "test" omitted
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "zeroize",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ "alloc",
++ "zeroize_derive",
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "lib",
++ data = [],
++ edition = "2018",
++ proc_macro_deps = [
++ "@raze__zeroize_derive__1_2_0//:zeroize_derive",
++ ],
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.4.2",
++ # buildifier: leave-alone
++ deps = [
++ ],
++)
++
++# Unsupported target "zeroize_derive" with type "test" omitted
+++ /dev/null
--"""
--@generated
--cargo-raze crate build file.
--
--DO NOT EDIT! Replaced on runs of cargo-raze
--"""
--
--# buildifier: disable=load
--load("@bazel_skylib//lib:selects.bzl", "selects")
--
--# buildifier: disable=load
--load(
-- "@rules_rust//rust:rust.bzl",
-- "rust_binary",
-- "rust_library",
-- "rust_test",
--)
--
--package(default_visibility = [
-- # Public for visibility by "@raze__crate__version//" targets.
-- #
-- # Prefer access through "//cargo", which limits external
-- # visibility to explicit Cargo.toml dependencies.
-- "//visibility:public",
--])
--
--licenses([
-- "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
--])
--
--# Generated Targets
--
--rust_library(
-- name = "zeroize_derive",
-- srcs = glob(["**/*.rs"]),
-- crate_features = [
-- ],
-- crate_root = "src/lib.rs",
-- crate_type = "proc-macro",
-- data = [],
-- edition = "2018",
-- rustc_flags = [
-- "--cap-lints=allow",
-- ],
-- tags = [
-- "cargo-raze",
-- "manual",
-- ],
-- version = "1.1.0",
-- # buildifier: leave-alone
-- deps = [
-- "@raze__proc_macro2__1_0_29//:proc_macro2",
-- "@raze__quote__1_0_9//:quote",
-- "@raze__syn__1_0_76//:syn",
-- "@raze__synstructure__0_12_5//:synstructure",
-- ],
--)
--- /dev/null
--- /dev/null
++"""
++@generated
++cargo-raze crate build file.
++
++DO NOT EDIT! Replaced on runs of cargo-raze
++"""
++
++# buildifier: disable=load
++load("@bazel_skylib//lib:selects.bzl", "selects")
++
++# buildifier: disable=load
++load(
++ "@rules_rust//rust:rust.bzl",
++ "rust_binary",
++ "rust_library",
++ "rust_test",
++)
++
++package(default_visibility = [
++ # Public for visibility by "@raze__crate__version//" targets.
++ #
++ # Prefer access through "//cargo", which limits external
++ # visibility to explicit Cargo.toml dependencies.
++ "//visibility:public",
++])
++
++licenses([
++ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
++])
++
++# Generated Targets
++
++rust_library(
++ name = "zeroize_derive",
++ srcs = glob(["**/*.rs"]),
++ crate_features = [
++ ],
++ crate_root = "src/lib.rs",
++ crate_type = "proc-macro",
++ data = [],
++ edition = "2018",
++ rustc_flags = [
++ "--cap-lints=allow",
++ ],
++ tags = [
++ "cargo-raze",
++ "manual",
++ ],
++ version = "1.2.0",
++ # buildifier: leave-alone
++ deps = [
++ "@raze__proc_macro2__1_0_30//:proc_macro2",
++ "@raze__quote__1_0_10//:quote",
++ "@raze__syn__1_0_80//:syn",
++ "@raze__synstructure__0_12_6//:synstructure",
++ ],
++)
],
)
+alias(
+ name = "enumflags2",
+ actual = "@raze__enumflags2__0_7_1//:enumflags2",
+ tags = [
+ "cargo-raze",
+ "manual",
+ ],
+)
+
alias(
name = "hyper",
-- actual = "@raze__hyper__0_14_12//:hyper",
++ actual = "@raze__hyper__0_14_13//:hyper",
tags = [
"cargo-raze",
"manual",
alias(
name = "redis",
-- actual = "@raze__redis__0_21_2//:redis",
++ actual = "@raze__redis__0_21_3//:redis",
tags = [
"cargo-raze",
"manual",
alias(
name = "tokio",
-- actual = "@raze__tokio__1_11_0//:tokio",
++ actual = "@raze__tokio__1_12_0//:tokio",
tags = [
"cargo-raze",
"manual",
alias(
name = "serde_json",
-- actual = "@raze__serde_json__1_0_67//:serde_json",
++ actual = "@raze__serde_json__1_0_68//:serde_json",
tags = [
"cargo-raze",
"manual",
alias(
name = "tokio",
-- actual = "@raze__tokio__1_11_0//:tokio",
++ actual = "@raze__tokio__1_12_0//:tokio",
tags = [
"cargo-raze",
"manual",
alias(
name = "hyper",
-- actual = "@raze__hyper__0_14_12//:hyper",
++ actual = "@raze__hyper__0_14_13//:hyper",
tags = [
"cargo-raze",
"manual",
alias(
name = "tokio",
-- actual = "@raze__tokio__1_11_0//:tokio",
++ actual = "@raze__tokio__1_12_0//:tokio",
tags = [
"cargo-raze",
"manual",
serde_json = { version = "1.0" }
libc = "0.2.101"
lazy_static = "1.4.0"
+ctor = "0.1.21"
+ ed25519-dalek = "1"
+ rand = "0.7"
[[bin]]
name = "webhook"
])
# Aliased targets
+alias(
+ name = "ctor",
+ actual = "@raze__ctor__0_1_21//:ctor",
+ tags = [
+ "cargo-raze",
+ "manual",
+ ],
+)
+
+ alias(
+ name = "ed25519_dalek",
+ actual = "@raze__ed25519_dalek__1_0_1//:ed25519_dalek",
+ tags = [
+ "cargo-raze",
+ "manual",
+ ],
+ )
+
alias(
name = "hex",
actual = "@raze__hex__0_4_3//:hex",
alias(
name = "hyper",
-- actual = "@raze__hyper__0_14_12//:hyper",
++ actual = "@raze__hyper__0_14_13//:hyper",
tags = [
"cargo-raze",
"manual",
alias(
name = "libc",
-- actual = "@raze__libc__0_2_101//:libc",
++ actual = "@raze__libc__0_2_104//:libc",
tags = [
"cargo-raze",
"manual",
alias(
name = "serde_json",
-- actual = "@raze__serde_json__1_0_67//:serde_json",
++ actual = "@raze__serde_json__1_0_68//:serde_json",
tags = [
"cargo-raze",
"manual",
alias(
name = "tokio",
-- actual = "@raze__tokio__1_11_0//:tokio",
++ actual = "@raze__tokio__1_12_0//:tokio",
tags = [
"cargo-raze",
"manual",
use std::time::Duration;
-use crate::{
- config::Config,
- handler::tests::utils::{generate_keypair, sign_message},
- start,
+use ctor;
+use hyper::{Body, Method, Request, StatusCode};
+use lazy_static::lazy_static;
+use serde_json::json;
++use ed25519_dalek::Keypair;
+
+use common::{
+ config::test_init,
+ nats_crate::Connection,
+ testcontainers::{Image, images::generic::WaitFor},
};
-use common::{config::test_init, nats_crate::Connection, testcontainers::{Image, images::generic::WaitFor}};
use common::{
config::Settings,
log::info,
return "winamd64/nats";
}
+static mut NATS: Option<Container<Cli, GenericImage>> = None;
+static mut SETTINGS: Option<Settings<Config>> = None;
+
lazy_static! {
- static ref KEYPAIR: (String, [u8; 64]) = generate_keypair();
++ static ref TEST_KEYPAIR: Keypair = generate_keypair();
static ref DOCKER: Cli = Cli::default();
+}
- static ref NATS_CONTAINER: Container<'static, Cli, GenericImage> = {
- test_init();
-
- let image: GenericImage = GenericImage::new(nats_image())
- .with_wait_for(WaitFor::message_on_stderr("Server is ready"));
-
- let container = DOCKER.run(image);
- container.start();
- container.image().wait_until_ready(&container);
- container.get_host_port(4222).unwrap();
- container
- };
-
-
- static ref TEST_KEYPAIR: ed25519_dalek::Keypair = {
- generate_keypair()
- };
-
- static ref SETTINGS: Settings<Config> = {
- let port = NATS_CONTAINER.get_host_port(4222).unwrap();
- common::config::Settings {
- config: crate::config::Config {
- server: crate::config::ServerSettings {
- port: 5003,
- address: "0.0.0.0".to_string(),
- },
- discord: crate::config::Discord {
- public_key: hex::encode(TEST_KEYPAIR.to_bytes()),
- client_id: 0,
- },
+#[ctor::ctor]
+unsafe fn init() {
+ test_init();
+ let image = GenericImage::new(nats_image())
+ .with_wait_for(WaitFor::message_on_stderr("Server is ready"));
+
+ let container = DOCKER.run(image);
+ container.start();
+ container.image().wait_until_ready(&container);
+ container.get_host_port(4222).unwrap();
+
+ let port = container.get_host_port(4222).unwrap();
+ NATS = Some(container);
+ SETTINGS = Some(common::config::Settings {
+ config: crate::config::Config {
+ server: crate::config::ServerSettings {
+ port: 5003,
+ address: "0.0.0.0".to_string(),
},
- redis: common::redis::RedisConfiguration {
- url: "".to_string(),
+ discord: crate::config::Discord {
- public_key: KEYPAIR.0.clone(),
++ public_key: hex::encode(TEST_KEYPAIR.public.clone()),
+ client_id: 0,
},
- monitoring: common::monitoring::MonitoringConfiguration {
- enabled: false,
- address: None,
- port: None,
- },
- nats: common::nats::NatsConfiguration {
- client_cert: None,
- root_cert: None,
- jetstream_api_prefix: None,
- max_reconnects: None,
- reconnect_buffer_size: None,
- tls: None,
- client_name: None,
- tls_required: None,
- host: format!("localhost:{}", port),
- },
- }
- };
-
- static ref TASK: () = {
- std::thread::spawn(|| {
- let r = tokio::runtime::Runtime::new().unwrap();
- r.spawn(async { start(SETTINGS.clone()).await });
- loop {}
- });
- std::thread::sleep(Duration::from_secs(1));
- };
+ },
+ redis: common::redis::RedisConfiguration {
+ url: "".to_string(),
+ },
+ monitoring: common::monitoring::MonitoringConfiguration {
+ enabled: false,
+ address: None,
+ port: None,
+ },
+ nats: common::nats::NatsConfiguration {
+ client_cert: None,
+ root_cert: None,
+ jetstream_api_prefix: None,
+ max_reconnects: None,
+ reconnect_buffer_size: None,
+ tls: None,
+ client_name: None,
+ tls_required: None,
+ host: format!("localhost:{}", port),
+ },
+ });
+ let settings = (&mut SETTINGS).as_ref().unwrap();
+
+ std::thread::spawn(move || {
+ let runtime = tokio::runtime::Runtime::new().unwrap();
+ runtime.block_on(start(settings.clone()));
+ });
+ std::thread::sleep(Duration::from_secs(3));
+}
+
+#[ctor::dtor]
+unsafe fn destroy() {
+ let nats = (&mut NATS).as_ref().unwrap();
+ nats.stop();
}
#[tokio::test]
async fn respond_to_pings() {
- let _ = NATS_CONTAINER.deref();
- let _ = TASK.deref();
- let ping = json!({ "type": 1 }).to_string();
+ let ping = json!({ "type": 1, "id": "0", "application_id": "0", "token": "random token", "version": 1 }).to_string();
let timestamp = "my datetime :)";
let signature_data = [timestamp.as_bytes().to_vec(), ping.as_bytes().to_vec()].concat();
- let signature = sign_message(signature_data, KEYPAIR.1);
+ let signature = sign_message(signature_data, &TEST_KEYPAIR);
let req = Request::builder()
.method(Method::POST)
#[tokio::test]
async fn response_500_when_no_nats_response() {
- let _ = NATS_CONTAINER.deref();
- let _ = TASK.deref();
- let ping = json!({ "type": 0 }).to_string();
+ let ping = json!({ "type": 2, "id": "0", "application_id": "0", "token": "random token", "version": 1 }).to_string();
let timestamp = "my datetime :)";
let signature_data = [timestamp.as_bytes().to_vec(), ping.as_bytes().to_vec()].concat();
- let signature = sign_message(signature_data, KEYPAIR.1);
+ let signature = sign_message(signature_data, &TEST_KEYPAIR);
// we must timeout
let req = Request::builder()
#[tokio::test]
async fn respond_from_nats_response() {
- let _ = NATS_CONTAINER.deref();
- let _ = TASK.deref();
- let nats: Connection = SETTINGS.clone().nats.into();
+ let nats: Connection;
+ unsafe {
+ nats = SETTINGS.clone().unwrap().nats.into();
+ }
let sub = nats.subscribe("nova.cache.dispatch.interaction").unwrap();
- let ping = json!({ "type": 0 }).to_string();
+ let ping = json!({ "type": 2, "id": "0", "application_id": "0", "token": "random token", "version": 1 }).to_string();
let timestamp = "my datetime :)";
let signature_data = [timestamp.as_bytes().to_vec(), ping.as_bytes().to_vec()].concat();
- let signature = sign_message(signature_data, KEYPAIR.1);
+ let signature = sign_message(signature_data, &TEST_KEYPAIR);
sub.with_handler(move |msg| {
info!("Received {}", &msg);