From 893432ca9b24343fc897398aaf46e9866cb92ac9 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Wed, 8 Sep 2021 02:03:12 +0400 Subject: [PATCH] cargo --- Cargo.lock | 524 +++++++++++++++++- Cargo.toml | 5 + cargo/crates.bzl | 512 +++++++++++++++++ cargo/remote/BUILD.adler-1.0.2.bazel | 55 ++ cargo/remote/BUILD.async-channel-1.6.1.bazel | 60 ++ cargo/remote/BUILD.async-nats-0.10.1.bazel | 57 ++ cargo/remote/BUILD.async-task-4.0.3.bazel | 79 +++ cargo/remote/BUILD.atomic-waker-1.0.0.bazel | 55 ++ cargo/remote/BUILD.base64-url-1.4.10.bazel | 54 ++ cargo/remote/BUILD.blocking-1.0.2.bazel | 63 +++ cargo/remote/BUILD.byteorder-1.4.3.bazel | 1 + cargo/remote/BUILD.cache-padded-1.1.1.bazel | 55 ++ .../remote/BUILD.concurrent-queue-1.2.2.bazel | 60 ++ .../remote/BUILD.core-foundation-0.9.1.bazel | 57 ++ .../BUILD.core-foundation-sys-0.8.2.bazel | 83 +++ cargo/remote/BUILD.crc32fast-1.2.1.bazel | 90 +++ .../BUILD.crossbeam-channel-0.5.1.bazel | 94 ++++ .../remote/BUILD.crossbeam-utils-0.8.5.bazel | 103 ++++ .../remote/BUILD.curve25519-dalek-3.2.0.bazel | 61 ++ cargo/remote/BUILD.data-encoding-2.3.2.bazel | 56 ++ cargo/remote/BUILD.ed25519-1.2.0.bazel | 54 ++ cargo/remote/BUILD.ed25519-dalek-1.0.1.bazel | 62 +++ cargo/remote/BUILD.event-listener-2.5.1.bazel | 57 ++ cargo/remote/BUILD.fastrand-1.5.0.bazel | 68 +++ cargo/remote/BUILD.flate2-1.0.21.bazel | 127 +++++ cargo/remote/BUILD.futures-io-0.3.17.bazel | 55 ++ cargo/remote/BUILD.futures-lite-1.12.0.bazel | 68 +++ cargo/remote/BUILD.getrandom-0.1.16.bazel | 166 ++++++ cargo/remote/BUILD.json-0.12.4.bazel | 69 +++ cargo/remote/BUILD.miniz_oxide-0.4.4.bazel | 85 +++ cargo/remote/BUILD.nats-0.10.1.bazel | 125 +++++ cargo/remote/BUILD.nkeys-0.1.0.bazel | 89 +++ cargo/remote/BUILD.nuid-0.3.0.bazel | 55 ++ cargo/remote/BUILD.openssl-probe-0.1.4.bazel | 53 ++ cargo/remote/BUILD.parking-2.0.0.bazel | 55 ++ cargo/remote/BUILD.rand-0.7.3.bazel | 100 ++++ cargo/remote/BUILD.rand_chacha-0.2.2.bazel | 56 ++ cargo/remote/BUILD.rand_core-0.5.1.bazel | 57 ++ cargo/remote/BUILD.rand_hc-0.2.0.bazel | 54 ++ .../BUILD.rustls-native-certs-0.5.0.bazel | 103 ++++ cargo/remote/BUILD.schannel-0.1.19.bazel | 55 ++ .../BUILD.security-framework-2.4.2.bazel | 66 +++ .../BUILD.security-framework-sys-2.4.2.bazel | 56 ++ cargo/remote/BUILD.sha2-0.9.6.bazel | 91 +++ cargo/remote/BUILD.signatory-0.21.0.bazel | 63 +++ cargo/remote/BUILD.signature-1.3.1.bazel | 56 ++ cargo/remote/BUILD.subtle-2.4.1.bazel | 55 ++ .../remote/BUILD.subtle-encoding-0.5.1.bazel | 59 ++ cargo/remote/BUILD.synstructure-0.12.5.bazel | 59 ++ cargo/remote/BUILD.tokio-rustls-0.22.0.bazel | 62 +++ .../BUILD.tokio-tungstenite-0.15.0.bazel | 7 + cargo/remote/BUILD.tungstenite-0.14.0.bazel | 7 + cargo/remote/BUILD.waker-fn-1.1.0.bazel | 53 ++ ...LD.wasi-0.9.0+wasi-snapshot-preview1.bazel | 55 ++ cargo/remote/BUILD.webpki-roots-0.21.1.bazel | 79 +++ cargo/remote/BUILD.winapi-0.3.9.bazel | 16 + cargo/remote/BUILD.zeroize-1.4.1.bazel | 59 ++ cargo/remote/BUILD.zeroize_derive-1.1.0.bazel | 57 ++ docker-compose.yaml | 10 + gateway/src/client/connexion.rs | 10 +- 60 files changed, 4643 insertions(+), 14 deletions(-) create mode 100644 cargo/remote/BUILD.adler-1.0.2.bazel create mode 100644 cargo/remote/BUILD.async-channel-1.6.1.bazel create mode 100644 cargo/remote/BUILD.async-nats-0.10.1.bazel create mode 100644 cargo/remote/BUILD.async-task-4.0.3.bazel create mode 100644 cargo/remote/BUILD.atomic-waker-1.0.0.bazel create mode 100644 cargo/remote/BUILD.base64-url-1.4.10.bazel create mode 100644 cargo/remote/BUILD.blocking-1.0.2.bazel create mode 100644 cargo/remote/BUILD.cache-padded-1.1.1.bazel create mode 100644 cargo/remote/BUILD.concurrent-queue-1.2.2.bazel create mode 100644 cargo/remote/BUILD.core-foundation-0.9.1.bazel create mode 100644 cargo/remote/BUILD.core-foundation-sys-0.8.2.bazel create mode 100644 cargo/remote/BUILD.crc32fast-1.2.1.bazel create mode 100644 cargo/remote/BUILD.crossbeam-channel-0.5.1.bazel create mode 100644 cargo/remote/BUILD.crossbeam-utils-0.8.5.bazel create mode 100644 cargo/remote/BUILD.curve25519-dalek-3.2.0.bazel create mode 100644 cargo/remote/BUILD.data-encoding-2.3.2.bazel create mode 100644 cargo/remote/BUILD.ed25519-1.2.0.bazel create mode 100644 cargo/remote/BUILD.ed25519-dalek-1.0.1.bazel create mode 100644 cargo/remote/BUILD.event-listener-2.5.1.bazel create mode 100644 cargo/remote/BUILD.fastrand-1.5.0.bazel create mode 100644 cargo/remote/BUILD.flate2-1.0.21.bazel create mode 100644 cargo/remote/BUILD.futures-io-0.3.17.bazel create mode 100644 cargo/remote/BUILD.futures-lite-1.12.0.bazel create mode 100644 cargo/remote/BUILD.getrandom-0.1.16.bazel create mode 100644 cargo/remote/BUILD.json-0.12.4.bazel create mode 100644 cargo/remote/BUILD.miniz_oxide-0.4.4.bazel create mode 100644 cargo/remote/BUILD.nats-0.10.1.bazel create mode 100644 cargo/remote/BUILD.nkeys-0.1.0.bazel create mode 100644 cargo/remote/BUILD.nuid-0.3.0.bazel create mode 100644 cargo/remote/BUILD.openssl-probe-0.1.4.bazel create mode 100644 cargo/remote/BUILD.parking-2.0.0.bazel create mode 100644 cargo/remote/BUILD.rand-0.7.3.bazel create mode 100644 cargo/remote/BUILD.rand_chacha-0.2.2.bazel create mode 100644 cargo/remote/BUILD.rand_core-0.5.1.bazel create mode 100644 cargo/remote/BUILD.rand_hc-0.2.0.bazel create mode 100644 cargo/remote/BUILD.rustls-native-certs-0.5.0.bazel create mode 100644 cargo/remote/BUILD.schannel-0.1.19.bazel create mode 100644 cargo/remote/BUILD.security-framework-2.4.2.bazel create mode 100644 cargo/remote/BUILD.security-framework-sys-2.4.2.bazel create mode 100644 cargo/remote/BUILD.sha2-0.9.6.bazel create mode 100644 cargo/remote/BUILD.signatory-0.21.0.bazel create mode 100644 cargo/remote/BUILD.signature-1.3.1.bazel create mode 100644 cargo/remote/BUILD.subtle-2.4.1.bazel create mode 100644 cargo/remote/BUILD.subtle-encoding-0.5.1.bazel create mode 100644 cargo/remote/BUILD.synstructure-0.12.5.bazel create mode 100644 cargo/remote/BUILD.tokio-rustls-0.22.0.bazel create mode 100644 cargo/remote/BUILD.waker-fn-1.1.0.bazel create mode 100644 cargo/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel create mode 100644 cargo/remote/BUILD.webpki-roots-0.21.1.bazel create mode 100644 cargo/remote/BUILD.zeroize-1.4.1.bazel create mode 100644 cargo/remote/BUILD.zeroize_derive-1.1.0.bazel create mode 100644 docker-compose.yaml diff --git a/Cargo.lock b/Cargo.lock index e229d20..578e9b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,6 +2,12 @@ # It is not intended for manual editing. version = 3 +[[package]] +name = "adler" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" + [[package]] name = "aho-corasick" version = "0.7.18" @@ -23,6 +29,27 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" +[[package]] +name = "async-channel" +version = "1.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" +dependencies = [ + "concurrent-queue", + "event-listener", + "futures-core", +] + +[[package]] +name = "async-nats" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3dae854440faecce70f0664f41f09a588de1e7a4366931ec3962ded3d8f903c5" +dependencies = [ + "blocking", + "nats", +] + [[package]] name = "async-stream" version = "0.3.2" @@ -44,6 +71,12 @@ dependencies = [ "syn", ] +[[package]] +name = "async-task" +version = "4.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0" + [[package]] name = "async-trait" version = "0.1.51" @@ -55,6 +88,12 @@ dependencies = [ "syn", ] +[[package]] +name = "atomic-waker" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" + [[package]] name = "atty" version = "0.2.14" @@ -78,6 +117,15 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" +[[package]] +name = "base64-url" +version = "1.4.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44265cf903f576fcaa1c2f23b32ec2dadaa8ec9d6b7c6212704d72a417bfbeef" +dependencies = [ + "base64", +] + [[package]] name = "bitflags" version = "1.3.2" @@ -93,6 +141,20 @@ dependencies = [ "generic-array", ] +[[package]] +name = "blocking" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9" +dependencies = [ + "async-channel", + "async-task", + "atomic-waker", + "fastrand", + "futures-lite", + "once_cell", +] + [[package]] name = "bumpalo" version = "3.7.0" @@ -111,6 +173,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" +[[package]] +name = "cache-padded" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" + [[package]] name = "cc" version = "1.0.70" @@ -123,6 +191,15 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +[[package]] +name = "concurrent-queue" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3" +dependencies = [ + "cache-padded", +] + [[package]] name = "config" version = "0.11.0" @@ -139,6 +216,22 @@ dependencies = [ "yaml-rust", ] +[[package]] +name = "core-foundation" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" + [[package]] name = "cpufeatures" version = "0.2.1" @@ -148,6 +241,54 @@ dependencies = [ "libc", ] +[[package]] +name = "crc32fast" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "crossbeam-channel" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" +dependencies = [ + "cfg-if", + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" +dependencies = [ + "cfg-if", + "lazy_static", +] + +[[package]] +name = "curve25519-dalek" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" +dependencies = [ + "byteorder", + "digest", + "rand_core 0.5.1", + "subtle", + "zeroize", +] + +[[package]] +name = "data-encoding" +version = "2.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" + [[package]] name = "digest" version = "0.9.0" @@ -157,6 +298,27 @@ dependencies = [ "generic-array", ] +[[package]] +name = "ed25519" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc" +dependencies = [ + "signature", +] + +[[package]] +name = "ed25519-dalek" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +dependencies = [ + "curve25519-dalek", + "ed25519", + "sha2", + "zeroize", +] + [[package]] name = "either" version = "1.6.1" @@ -176,12 +338,39 @@ dependencies = [ "termcolor", ] +[[package]] +name = "event-listener" +version = "2.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59" + +[[package]] +name = "fastrand" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e" +dependencies = [ + "instant", +] + [[package]] name = "fixedbitset" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" +[[package]] +name = "flate2" +version = "1.0.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80edafed416a46fb378521624fab1cfa2eb514784fd8921adbe8a8d8321da811" +dependencies = [ + "cfg-if", + "crc32fast", + "libc", + "miniz_oxide", +] + [[package]] name = "fnv" version = "1.0.7" @@ -213,6 +402,27 @@ version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d" +[[package]] +name = "futures-io" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377" + +[[package]] +name = "futures-lite" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" +dependencies = [ + "fastrand", + "futures-core", + "futures-io", + "memchr", + "parking", + "pin-project-lite", + "waker-fn", +] + [[package]] name = "futures-macro" version = "0.3.17" @@ -260,7 +470,9 @@ dependencies = [ name = "gateway" version = "0.1.0" dependencies = [ + "async-nats", "async-stream", + "flate2", "futures-core", "futures-util", "log", @@ -284,6 +496,17 @@ dependencies = [ "version_check", ] +[[package]] +name = "getrandom" +version = "0.1.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" +dependencies = [ + "cfg-if", + "libc", + "wasi 0.9.0+wasi-snapshot-preview1", +] + [[package]] name = "getrandom" version = "0.2.3" @@ -292,7 +515,7 @@ checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" dependencies = [ "cfg-if", "libc", - "wasi", + "wasi 0.10.2+wasi-snapshot-preview1", ] [[package]] @@ -477,6 +700,12 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "json" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" + [[package]] name = "lazy_static" version = "1.4.0" @@ -550,6 +779,16 @@ version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" +[[package]] +name = "miniz_oxide" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" +dependencies = [ + "adler", + "autocfg", +] + [[package]] name = "mio" version = "0.7.13" @@ -578,6 +817,46 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" +[[package]] +name = "nats" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c0cfa3903c3e613edddaa4a2f86b2053a1d6fbcf315a3ff352c25ba9f0a8585" +dependencies = [ + "base64", + "base64-url", + "crossbeam-channel", + "fastrand", + "itoa", + "json", + "libc", + "log", + "memchr", + "nkeys", + "nuid", + "once_cell", + "parking_lot", + "regex", + "rustls", + "rustls-native-certs", + "webpki", + "winapi", +] + +[[package]] +name = "nkeys" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1a98f0a974ff737974b57ba1c71d2e0fe7ec18e5a828d4b8e02683171349dfa" +dependencies = [ + "byteorder", + "data-encoding", + "ed25519-dalek", + "log", + "rand 0.7.3", + "signatory", +] + [[package]] name = "nom" version = "5.1.2" @@ -605,6 +884,16 @@ dependencies = [ "winapi", ] +[[package]] +name = "nuid" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7000c9392b545c4ba43e8abc086bf7d01cd2948690934c16980170b0549a2bd3" +dependencies = [ + "lazy_static", + "rand 0.8.4", +] + [[package]] name = "num-traits" version = "0.1.43" @@ -645,6 +934,18 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" +[[package]] +name = "openssl-probe" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" + +[[package]] +name = "parking" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" + [[package]] name = "parking_lot" version = "0.11.2" @@ -827,6 +1128,19 @@ dependencies = [ "proc-macro2", ] +[[package]] +name = "rand" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" +dependencies = [ + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc 0.2.0", +] + [[package]] name = "rand" version = "0.8.4" @@ -834,9 +1148,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" dependencies = [ "libc", - "rand_chacha", - "rand_core", - "rand_hc", + "rand_chacha 0.3.1", + "rand_core 0.6.3", + "rand_hc 0.3.1", +] + +[[package]] +name = "rand_chacha" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" +dependencies = [ + "ppv-lite86", + "rand_core 0.5.1", ] [[package]] @@ -846,7 +1170,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.6.3", +] + +[[package]] +name = "rand_core" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" +dependencies = [ + "getrandom 0.1.16", ] [[package]] @@ -855,7 +1188,16 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" dependencies = [ - "getrandom", + "getrandom 0.2.3", +] + +[[package]] +name = "rand_hc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" +dependencies = [ + "rand_core 0.5.1", ] [[package]] @@ -864,7 +1206,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" dependencies = [ - "rand_core", + "rand_core 0.6.3", ] [[package]] @@ -946,6 +1288,18 @@ dependencies = [ "webpki", ] +[[package]] +name = "rustls-native-certs" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092" +dependencies = [ + "openssl-probe", + "rustls", + "schannel", + "security-framework", +] + [[package]] name = "ryu" version = "1.0.5" @@ -961,6 +1315,16 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "schannel" +version = "0.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" +dependencies = [ + "lazy_static", + "winapi", +] + [[package]] name = "scopeguard" version = "1.1.0" @@ -977,6 +1341,29 @@ dependencies = [ "untrusted", ] +[[package]] +name = "security-framework" +version = "2.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87" +dependencies = [ + "bitflags", + "core-foundation", + "core-foundation-sys", + "libc", + "security-framework-sys", +] + +[[package]] +name = "security-framework-sys" +version = "2.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "serde" version = "0.8.23" @@ -1050,6 +1437,19 @@ dependencies = [ "opaque-debug", ] +[[package]] +name = "sha2" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3" +dependencies = [ + "block-buffer", + "cfg-if", + "cpufeatures", + "digest", + "opaque-debug", +] + [[package]] name = "signal-hook-registry" version = "1.4.0" @@ -1059,6 +1459,24 @@ dependencies = [ "libc", ] +[[package]] +name = "signatory" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9eaebd4be561a7d8148803baa108092f85090189c4b8c3ffb81602b15b5c1771" +dependencies = [ + "getrandom 0.1.16", + "signature", + "subtle-encoding", + "zeroize", +] + +[[package]] +name = "signature" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335" + [[package]] name = "slab" version = "0.4.4" @@ -1093,6 +1511,21 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" +[[package]] +name = "subtle" +version = "2.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" + +[[package]] +name = "subtle-encoding" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945" +dependencies = [ + "zeroize", +] + [[package]] name = "syn" version = "1.0.76" @@ -1104,6 +1537,18 @@ dependencies = [ "unicode-xid", ] +[[package]] +name = "synstructure" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "unicode-xid", +] + [[package]] name = "tempfile" version = "3.2.0" @@ -1112,7 +1557,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" dependencies = [ "cfg-if", "libc", - "rand", + "rand 0.8.4", "redox_syscall", "remove_dir_all", "winapi", @@ -1203,6 +1648,17 @@ dependencies = [ "syn", ] +[[package]] +name = "tokio-rustls" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" +dependencies = [ + "rustls", + "tokio", + "webpki", +] + [[package]] name = "tokio-stream" version = "0.1.7" @@ -1225,7 +1681,10 @@ dependencies = [ "pin-project", "rustls", "tokio", + "tokio-rustls", "tungstenite", + "webpki", + "webpki-roots", ] [[package]] @@ -1304,7 +1763,7 @@ dependencies = [ "futures-util", "indexmap", "pin-project", - "rand", + "rand 0.8.4", "slab", "tokio", "tokio-stream", @@ -1387,11 +1846,14 @@ dependencies = [ "http", "httparse", "log", - "rand", + "rand 0.8.4", + "rustls", + "rustls-native-certs", "sha-1", "thiserror", "url", "utf-8", + "webpki", ] [[package]] @@ -1457,6 +1919,12 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" +[[package]] +name = "waker-fn" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" + [[package]] name = "walkdir" version = "2.3.2" @@ -1478,6 +1946,12 @@ dependencies = [ "try-lock", ] +[[package]] +name = "wasi" +version = "0.9.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" + [[package]] name = "wasi" version = "0.10.2+wasi-snapshot-preview1" @@ -1573,6 +2047,15 @@ dependencies = [ "untrusted", ] +[[package]] +name = "webpki-roots" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" +dependencies = [ + "webpki", +] + [[package]] name = "which" version = "4.2.2" @@ -1623,3 +2106,24 @@ checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" dependencies = [ "linked-hash-map", ] + +[[package]] +name = "zeroize" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd" +dependencies = [ + "zeroize_derive", +] + +[[package]] +name = "zeroize_derive" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "synstructure", +] diff --git a/Cargo.toml b/Cargo.toml index 7f473a8..6c34ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,11 @@ compile_data_attr = "glob([\"*/**\"])" skipped_deps = ["once_cell-1.8.0"] additional_deps = ["@raze__once_cell__1_8_0//:once_cell"] +[package.metadata.raze.crates.flate2.'*'] +compile_data_attr = "glob([\"*/**\"])" +skipped_deps = ["miniz_oxide-0.4.4"] +additional_deps = ["@raze__miniz_oxide__0_4_4//:miniz_oxide"] + [package.metadata.raze.crates.webpki.'*'] compile_data_attr = "glob([\"*/**\"])" diff --git a/cargo/crates.bzl b/cargo/crates.bzl index 04782c4..36f4520 100644 --- a/cargo/crates.bzl +++ b/cargo/crates.bzl @@ -28,7 +28,9 @@ _DEPENDENCIES = { "tonic": "@raze__tonic__0_5_2//:tonic", }, "gateway": { + "async-nats": "@raze__async_nats__0_10_1//:async_nats", "async-stream": "@raze__async_stream__0_3_2//:async_stream", + "flate2": "@raze__flate2__1_0_21//:flate2", "futures-core": "@raze__futures_core__0_3_17//:futures_core", "futures-util": "@raze__futures_util__0_3_17//:futures_util", "log": "@raze__log__0_4_14//:log", @@ -218,6 +220,16 @@ def _flatten_dependency_maps(all_dependency_maps): def raze_fetch_remote_crates(): """This function defines a collection of repos and should be called in a WORKSPACE file""" + maybe( + http_archive, + name = "raze__adler__1_0_2", + url = "https://crates.io/api/v1/crates/adler/1.0.2/download", + type = "tar.gz", + sha256 = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe", + strip_prefix = "adler-1.0.2", + build_file = Label("//cargo/remote:BUILD.adler-1.0.2.bazel"), + ) + maybe( http_archive, name = "raze__aho_corasick__0_7_18", @@ -248,6 +260,26 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.arrayvec-0.5.2.bazel"), ) + maybe( + http_archive, + name = "raze__async_channel__1_6_1", + url = "https://crates.io/api/v1/crates/async-channel/1.6.1/download", + type = "tar.gz", + sha256 = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319", + strip_prefix = "async-channel-1.6.1", + build_file = Label("//cargo/remote:BUILD.async-channel-1.6.1.bazel"), + ) + + maybe( + http_archive, + name = "raze__async_nats__0_10_1", + url = "https://crates.io/api/v1/crates/async-nats/0.10.1/download", + type = "tar.gz", + sha256 = "3dae854440faecce70f0664f41f09a588de1e7a4366931ec3962ded3d8f903c5", + strip_prefix = "async-nats-0.10.1", + build_file = Label("//cargo/remote:BUILD.async-nats-0.10.1.bazel"), + ) + maybe( http_archive, name = "raze__async_stream__0_3_2", @@ -268,6 +300,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.async-stream-impl-0.3.2.bazel"), ) + maybe( + http_archive, + name = "raze__async_task__4_0_3", + url = "https://crates.io/api/v1/crates/async-task/4.0.3/download", + type = "tar.gz", + sha256 = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0", + strip_prefix = "async-task-4.0.3", + build_file = Label("//cargo/remote:BUILD.async-task-4.0.3.bazel"), + ) + maybe( http_archive, name = "raze__async_trait__0_1_51", @@ -278,6 +320,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.async-trait-0.1.51.bazel"), ) + maybe( + http_archive, + name = "raze__atomic_waker__1_0_0", + url = "https://crates.io/api/v1/crates/atomic-waker/1.0.0/download", + type = "tar.gz", + sha256 = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a", + strip_prefix = "atomic-waker-1.0.0", + build_file = Label("//cargo/remote:BUILD.atomic-waker-1.0.0.bazel"), + ) + maybe( http_archive, name = "raze__atty__0_2_14", @@ -308,6 +360,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.base64-0.13.0.bazel"), ) + maybe( + http_archive, + name = "raze__base64_url__1_4_10", + url = "https://crates.io/api/v1/crates/base64-url/1.4.10/download", + type = "tar.gz", + sha256 = "44265cf903f576fcaa1c2f23b32ec2dadaa8ec9d6b7c6212704d72a417bfbeef", + strip_prefix = "base64-url-1.4.10", + build_file = Label("//cargo/remote:BUILD.base64-url-1.4.10.bazel"), + ) + maybe( http_archive, name = "raze__bitflags__1_3_2", @@ -328,6 +390,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.block-buffer-0.9.0.bazel"), ) + maybe( + http_archive, + name = "raze__blocking__1_0_2", + url = "https://crates.io/api/v1/crates/blocking/1.0.2/download", + type = "tar.gz", + sha256 = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9", + strip_prefix = "blocking-1.0.2", + build_file = Label("//cargo/remote:BUILD.blocking-1.0.2.bazel"), + ) + maybe( http_archive, name = "raze__bumpalo__3_7_0", @@ -358,6 +430,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.bytes-1.1.0.bazel"), ) + maybe( + http_archive, + name = "raze__cache_padded__1_1_1", + url = "https://crates.io/api/v1/crates/cache-padded/1.1.1/download", + type = "tar.gz", + sha256 = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba", + strip_prefix = "cache-padded-1.1.1", + build_file = Label("//cargo/remote:BUILD.cache-padded-1.1.1.bazel"), + ) + maybe( http_archive, name = "raze__cc__1_0_70", @@ -378,6 +460,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.cfg-if-1.0.0.bazel"), ) + maybe( + http_archive, + name = "raze__concurrent_queue__1_2_2", + url = "https://crates.io/api/v1/crates/concurrent-queue/1.2.2/download", + type = "tar.gz", + sha256 = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3", + strip_prefix = "concurrent-queue-1.2.2", + build_file = Label("//cargo/remote:BUILD.concurrent-queue-1.2.2.bazel"), + ) + maybe( http_archive, name = "raze__config__0_11_0", @@ -388,6 +480,26 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.config-0.11.0.bazel"), ) + maybe( + http_archive, + name = "raze__core_foundation__0_9_1", + url = "https://crates.io/api/v1/crates/core-foundation/0.9.1/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"), + ) + + 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", + 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"), + ) + maybe( http_archive, name = "raze__cpufeatures__0_2_1", @@ -398,6 +510,56 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.cpufeatures-0.2.1.bazel"), ) + maybe( + http_archive, + name = "raze__crc32fast__1_2_1", + url = "https://crates.io/api/v1/crates/crc32fast/1.2.1/download", + type = "tar.gz", + sha256 = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a", + strip_prefix = "crc32fast-1.2.1", + build_file = Label("//cargo/remote:BUILD.crc32fast-1.2.1.bazel"), + ) + + maybe( + http_archive, + name = "raze__crossbeam_channel__0_5_1", + url = "https://crates.io/api/v1/crates/crossbeam-channel/0.5.1/download", + type = "tar.gz", + sha256 = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4", + strip_prefix = "crossbeam-channel-0.5.1", + build_file = Label("//cargo/remote:BUILD.crossbeam-channel-0.5.1.bazel"), + ) + + maybe( + http_archive, + name = "raze__crossbeam_utils__0_8_5", + url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.5/download", + type = "tar.gz", + sha256 = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db", + strip_prefix = "crossbeam-utils-0.8.5", + build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.8.5.bazel"), + ) + + maybe( + http_archive, + name = "raze__curve25519_dalek__3_2_0", + url = "https://crates.io/api/v1/crates/curve25519-dalek/3.2.0/download", + type = "tar.gz", + sha256 = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61", + strip_prefix = "curve25519-dalek-3.2.0", + build_file = Label("//cargo/remote:BUILD.curve25519-dalek-3.2.0.bazel"), + ) + + maybe( + http_archive, + name = "raze__data_encoding__2_3_2", + url = "https://crates.io/api/v1/crates/data-encoding/2.3.2/download", + type = "tar.gz", + sha256 = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57", + strip_prefix = "data-encoding-2.3.2", + build_file = Label("//cargo/remote:BUILD.data-encoding-2.3.2.bazel"), + ) + maybe( http_archive, name = "raze__digest__0_9_0", @@ -408,6 +570,26 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.digest-0.9.0.bazel"), ) + maybe( + http_archive, + name = "raze__ed25519__1_2_0", + url = "https://crates.io/api/v1/crates/ed25519/1.2.0/download", + type = "tar.gz", + sha256 = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc", + strip_prefix = "ed25519-1.2.0", + build_file = Label("//cargo/remote:BUILD.ed25519-1.2.0.bazel"), + ) + + maybe( + http_archive, + name = "raze__ed25519_dalek__1_0_1", + url = "https://crates.io/api/v1/crates/ed25519-dalek/1.0.1/download", + type = "tar.gz", + sha256 = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d", + strip_prefix = "ed25519-dalek-1.0.1", + build_file = Label("//cargo/remote:BUILD.ed25519-dalek-1.0.1.bazel"), + ) + maybe( http_archive, name = "raze__either__1_6_1", @@ -428,6 +610,26 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.env_logger-0.7.1.bazel"), ) + maybe( + http_archive, + name = "raze__event_listener__2_5_1", + url = "https://crates.io/api/v1/crates/event-listener/2.5.1/download", + type = "tar.gz", + sha256 = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59", + strip_prefix = "event-listener-2.5.1", + build_file = Label("//cargo/remote:BUILD.event-listener-2.5.1.bazel"), + ) + + maybe( + http_archive, + name = "raze__fastrand__1_5_0", + url = "https://crates.io/api/v1/crates/fastrand/1.5.0/download", + type = "tar.gz", + sha256 = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e", + strip_prefix = "fastrand-1.5.0", + build_file = Label("//cargo/remote:BUILD.fastrand-1.5.0.bazel"), + ) + maybe( http_archive, name = "raze__fixedbitset__0_2_0", @@ -438,6 +640,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.fixedbitset-0.2.0.bazel"), ) + maybe( + http_archive, + name = "raze__flate2__1_0_21", + url = "https://crates.io/api/v1/crates/flate2/1.0.21/download", + type = "tar.gz", + sha256 = "80edafed416a46fb378521624fab1cfa2eb514784fd8921adbe8a8d8321da811", + strip_prefix = "flate2-1.0.21", + build_file = Label("//cargo/remote:BUILD.flate2-1.0.21.bazel"), + ) + maybe( http_archive, name = "raze__fnv__1_0_7", @@ -478,6 +690,26 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.futures-core-0.3.17.bazel"), ) + maybe( + http_archive, + name = "raze__futures_io__0_3_17", + url = "https://crates.io/api/v1/crates/futures-io/0.3.17/download", + type = "tar.gz", + sha256 = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377", + strip_prefix = "futures-io-0.3.17", + build_file = Label("//cargo/remote:BUILD.futures-io-0.3.17.bazel"), + ) + + maybe( + http_archive, + name = "raze__futures_lite__1_12_0", + url = "https://crates.io/api/v1/crates/futures-lite/1.12.0/download", + type = "tar.gz", + sha256 = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48", + strip_prefix = "futures-lite-1.12.0", + build_file = Label("//cargo/remote:BUILD.futures-lite-1.12.0.bazel"), + ) + maybe( http_archive, name = "raze__futures_macro__0_3_17", @@ -528,6 +760,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.generic-array-0.14.4.bazel"), ) + maybe( + http_archive, + name = "raze__getrandom__0_1_16", + url = "https://crates.io/api/v1/crates/getrandom/0.1.16/download", + type = "tar.gz", + sha256 = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce", + strip_prefix = "getrandom-0.1.16", + build_file = Label("//cargo/remote:BUILD.getrandom-0.1.16.bazel"), + ) + maybe( http_archive, name = "raze__getrandom__0_2_3", @@ -718,6 +960,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.js-sys-0.3.53.bazel"), ) + maybe( + http_archive, + name = "raze__json__0_12_4", + url = "https://crates.io/api/v1/crates/json/0.12.4/download", + type = "tar.gz", + sha256 = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd", + strip_prefix = "json-0.12.4", + build_file = Label("//cargo/remote:BUILD.json-0.12.4.bazel"), + ) + maybe( http_archive, name = "raze__lazy_static__1_4_0", @@ -808,6 +1060,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.memchr-2.4.1.bazel"), ) + maybe( + http_archive, + name = "raze__miniz_oxide__0_4_4", + url = "https://crates.io/api/v1/crates/miniz_oxide/0.4.4/download", + type = "tar.gz", + sha256 = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b", + strip_prefix = "miniz_oxide-0.4.4", + build_file = Label("//cargo/remote:BUILD.miniz_oxide-0.4.4.bazel"), + ) + maybe( http_archive, name = "raze__mio__0_7_13", @@ -838,6 +1100,26 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.multimap-0.8.3.bazel"), ) + maybe( + http_archive, + name = "raze__nats__0_10_1", + url = "https://crates.io/api/v1/crates/nats/0.10.1/download", + type = "tar.gz", + sha256 = "1c0cfa3903c3e613edddaa4a2f86b2053a1d6fbcf315a3ff352c25ba9f0a8585", + strip_prefix = "nats-0.10.1", + build_file = Label("//cargo/remote:BUILD.nats-0.10.1.bazel"), + ) + + maybe( + http_archive, + name = "raze__nkeys__0_1_0", + url = "https://crates.io/api/v1/crates/nkeys/0.1.0/download", + type = "tar.gz", + sha256 = "c1a98f0a974ff737974b57ba1c71d2e0fe7ec18e5a828d4b8e02683171349dfa", + strip_prefix = "nkeys-0.1.0", + build_file = Label("//cargo/remote:BUILD.nkeys-0.1.0.bazel"), + ) + maybe( http_archive, name = "raze__nom__5_1_2", @@ -858,6 +1140,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.ntapi-0.3.6.bazel"), ) + maybe( + http_archive, + name = "raze__nuid__0_3_0", + url = "https://crates.io/api/v1/crates/nuid/0.3.0/download", + type = "tar.gz", + sha256 = "7000c9392b545c4ba43e8abc086bf7d01cd2948690934c16980170b0549a2bd3", + strip_prefix = "nuid-0.3.0", + build_file = Label("//cargo/remote:BUILD.nuid-0.3.0.bazel"), + ) + maybe( http_archive, name = "raze__num_traits__0_1_43", @@ -908,6 +1200,26 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.opaque-debug-0.3.0.bazel"), ) + maybe( + http_archive, + name = "raze__openssl_probe__0_1_4", + url = "https://crates.io/api/v1/crates/openssl-probe/0.1.4/download", + type = "tar.gz", + sha256 = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a", + strip_prefix = "openssl-probe-0.1.4", + build_file = Label("//cargo/remote:BUILD.openssl-probe-0.1.4.bazel"), + ) + + maybe( + http_archive, + name = "raze__parking__2_0_0", + url = "https://crates.io/api/v1/crates/parking/2.0.0/download", + type = "tar.gz", + sha256 = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72", + strip_prefix = "parking-2.0.0", + build_file = Label("//cargo/remote:BUILD.parking-2.0.0.bazel"), + ) + maybe( http_archive, name = "raze__parking_lot__0_11_2", @@ -1108,6 +1420,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.quote-1.0.9.bazel"), ) + maybe( + http_archive, + name = "raze__rand__0_7_3", + url = "https://crates.io/api/v1/crates/rand/0.7.3/download", + type = "tar.gz", + sha256 = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03", + strip_prefix = "rand-0.7.3", + build_file = Label("//cargo/remote:BUILD.rand-0.7.3.bazel"), + ) + maybe( http_archive, name = "raze__rand__0_8_4", @@ -1118,6 +1440,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.rand-0.8.4.bazel"), ) + maybe( + http_archive, + name = "raze__rand_chacha__0_2_2", + url = "https://crates.io/api/v1/crates/rand_chacha/0.2.2/download", + type = "tar.gz", + sha256 = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402", + strip_prefix = "rand_chacha-0.2.2", + build_file = Label("//cargo/remote:BUILD.rand_chacha-0.2.2.bazel"), + ) + maybe( http_archive, name = "raze__rand_chacha__0_3_1", @@ -1128,6 +1460,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.rand_chacha-0.3.1.bazel"), ) + maybe( + http_archive, + name = "raze__rand_core__0_5_1", + url = "https://crates.io/api/v1/crates/rand_core/0.5.1/download", + type = "tar.gz", + sha256 = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19", + strip_prefix = "rand_core-0.5.1", + build_file = Label("//cargo/remote:BUILD.rand_core-0.5.1.bazel"), + ) + maybe( http_archive, name = "raze__rand_core__0_6_3", @@ -1138,6 +1480,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.rand_core-0.6.3.bazel"), ) + maybe( + http_archive, + name = "raze__rand_hc__0_2_0", + url = "https://crates.io/api/v1/crates/rand_hc/0.2.0/download", + type = "tar.gz", + sha256 = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c", + strip_prefix = "rand_hc-0.2.0", + build_file = Label("//cargo/remote:BUILD.rand_hc-0.2.0.bazel"), + ) + maybe( http_archive, name = "raze__rand_hc__0_3_1", @@ -1218,6 +1570,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.rustls-0.19.1.bazel"), ) + maybe( + http_archive, + name = "raze__rustls_native_certs__0_5_0", + url = "https://crates.io/api/v1/crates/rustls-native-certs/0.5.0/download", + type = "tar.gz", + sha256 = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092", + strip_prefix = "rustls-native-certs-0.5.0", + build_file = Label("//cargo/remote:BUILD.rustls-native-certs-0.5.0.bazel"), + ) + maybe( http_archive, name = "raze__ryu__1_0_5", @@ -1238,6 +1600,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.same-file-1.0.6.bazel"), ) + maybe( + http_archive, + name = "raze__schannel__0_1_19", + url = "https://crates.io/api/v1/crates/schannel/0.1.19/download", + type = "tar.gz", + sha256 = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75", + strip_prefix = "schannel-0.1.19", + build_file = Label("//cargo/remote:BUILD.schannel-0.1.19.bazel"), + ) + maybe( http_archive, name = "raze__scopeguard__1_1_0", @@ -1258,6 +1630,26 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.sct-0.6.1.bazel"), ) + maybe( + http_archive, + name = "raze__security_framework__2_4_2", + url = "https://crates.io/api/v1/crates/security-framework/2.4.2/download", + type = "tar.gz", + sha256 = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87", + strip_prefix = "security-framework-2.4.2", + build_file = Label("//cargo/remote:BUILD.security-framework-2.4.2.bazel"), + ) + + maybe( + http_archive, + name = "raze__security_framework_sys__2_4_2", + url = "https://crates.io/api/v1/crates/security-framework-sys/2.4.2/download", + type = "tar.gz", + sha256 = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e", + strip_prefix = "security-framework-sys-2.4.2", + build_file = Label("//cargo/remote:BUILD.security-framework-sys-2.4.2.bazel"), + ) + maybe( http_archive, name = "raze__serde__0_8_23", @@ -1328,6 +1720,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.sha-1-0.9.8.bazel"), ) + maybe( + http_archive, + name = "raze__sha2__0_9_6", + url = "https://crates.io/api/v1/crates/sha2/0.9.6/download", + type = "tar.gz", + sha256 = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3", + strip_prefix = "sha2-0.9.6", + build_file = Label("//cargo/remote:BUILD.sha2-0.9.6.bazel"), + ) + maybe( http_archive, name = "raze__signal_hook_registry__1_4_0", @@ -1338,6 +1740,26 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.signal-hook-registry-1.4.0.bazel"), ) + maybe( + http_archive, + name = "raze__signatory__0_21_0", + url = "https://crates.io/api/v1/crates/signatory/0.21.0/download", + type = "tar.gz", + sha256 = "9eaebd4be561a7d8148803baa108092f85090189c4b8c3ffb81602b15b5c1771", + strip_prefix = "signatory-0.21.0", + build_file = Label("//cargo/remote:BUILD.signatory-0.21.0.bazel"), + ) + + maybe( + http_archive, + name = "raze__signature__1_3_1", + url = "https://crates.io/api/v1/crates/signature/1.3.1/download", + type = "tar.gz", + sha256 = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335", + strip_prefix = "signature-1.3.1", + build_file = Label("//cargo/remote:BUILD.signature-1.3.1.bazel"), + ) + maybe( http_archive, name = "raze__slab__0_4_4", @@ -1388,6 +1810,26 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.static_assertions-1.1.0.bazel"), ) + maybe( + http_archive, + name = "raze__subtle__2_4_1", + url = "https://crates.io/api/v1/crates/subtle/2.4.1/download", + type = "tar.gz", + sha256 = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601", + strip_prefix = "subtle-2.4.1", + build_file = Label("//cargo/remote:BUILD.subtle-2.4.1.bazel"), + ) + + maybe( + http_archive, + name = "raze__subtle_encoding__0_5_1", + url = "https://crates.io/api/v1/crates/subtle-encoding/0.5.1/download", + type = "tar.gz", + sha256 = "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945", + strip_prefix = "subtle-encoding-0.5.1", + build_file = Label("//cargo/remote:BUILD.subtle-encoding-0.5.1.bazel"), + ) + maybe( http_archive, name = "raze__syn__1_0_76", @@ -1398,6 +1840,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.syn-1.0.76.bazel"), ) + maybe( + http_archive, + name = "raze__synstructure__0_12_5", + url = "https://crates.io/api/v1/crates/synstructure/0.12.5/download", + type = "tar.gz", + sha256 = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa", + strip_prefix = "synstructure-0.12.5", + build_file = Label("//cargo/remote:BUILD.synstructure-0.12.5.bazel"), + ) + maybe( http_archive, name = "raze__tempfile__3_2_0", @@ -1488,6 +1940,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.tokio-macros-1.3.0.bazel"), ) + maybe( + http_archive, + name = "raze__tokio_rustls__0_22_0", + url = "https://crates.io/api/v1/crates/tokio-rustls/0.22.0/download", + type = "tar.gz", + sha256 = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6", + strip_prefix = "tokio-rustls-0.22.0", + build_file = Label("//cargo/remote:BUILD.tokio-rustls-0.22.0.bazel"), + ) + maybe( http_archive, name = "raze__tokio_stream__0_1_7", @@ -1728,6 +2190,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.version_check-0.9.3.bazel"), ) + maybe( + http_archive, + name = "raze__waker_fn__1_1_0", + url = "https://crates.io/api/v1/crates/waker-fn/1.1.0/download", + type = "tar.gz", + sha256 = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca", + strip_prefix = "waker-fn-1.1.0", + build_file = Label("//cargo/remote:BUILD.waker-fn-1.1.0.bazel"), + ) + maybe( http_archive, name = "raze__walkdir__2_3_2", @@ -1758,6 +2230,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel"), ) + maybe( + http_archive, + name = "raze__wasi__0_9_0_wasi_snapshot_preview1", + url = "https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download", + type = "tar.gz", + sha256 = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519", + strip_prefix = "wasi-0.9.0+wasi-snapshot-preview1", + build_file = Label("//cargo/remote:BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel"), + ) + maybe( http_archive, name = "raze__wasm_bindgen__0_2_76", @@ -1828,6 +2310,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.webpki-0.21.4.bazel"), ) + maybe( + http_archive, + name = "raze__webpki_roots__0_21_1", + url = "https://crates.io/api/v1/crates/webpki-roots/0.21.1/download", + type = "tar.gz", + sha256 = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940", + strip_prefix = "webpki-roots-0.21.1", + build_file = Label("//cargo/remote:BUILD.webpki-roots-0.21.1.bazel"), + ) + maybe( http_archive, name = "raze__which__4_2_2", @@ -1887,3 +2379,23 @@ def raze_fetch_remote_crates(): strip_prefix = "yaml-rust-0.4.5", build_file = Label("//cargo/remote:BUILD.yaml-rust-0.4.5.bazel"), ) + + maybe( + http_archive, + name = "raze__zeroize__1_4_1", + url = "https://crates.io/api/v1/crates/zeroize/1.4.1/download", + type = "tar.gz", + sha256 = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd", + strip_prefix = "zeroize-1.4.1", + build_file = Label("//cargo/remote:BUILD.zeroize-1.4.1.bazel"), + ) + + maybe( + http_archive, + name = "raze__zeroize_derive__1_1_0", + url = "https://crates.io/api/v1/crates/zeroize_derive/1.1.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"), + ) diff --git a/cargo/remote/BUILD.adler-1.0.2.bazel b/cargo/remote/BUILD.adler-1.0.2.bazel new file mode 100644 index 0000000..1fda177 --- /dev/null +++ b/cargo/remote/BUILD.adler-1.0.2.bazel @@ -0,0 +1,55 @@ +""" +@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 "0BSD OR (MIT OR Apache-2.0)" +]) + +# Generated Targets + +# Unsupported target "bench" with type "bench" omitted + +rust_library( + name = "adler", + 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 = "1.0.2", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/cargo/remote/BUILD.async-channel-1.6.1.bazel b/cargo/remote/BUILD.async-channel-1.6.1.bazel new file mode 100644 index 0000000..b06a8e5 --- /dev/null +++ b/cargo/remote/BUILD.async-channel-1.6.1.bazel @@ -0,0 +1,60 @@ +""" +@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 = "async_channel", + 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 = [ + "@raze__concurrent_queue__1_2_2//:concurrent_queue", + "@raze__event_listener__2_5_1//:event_listener", + "@raze__futures_core__0_3_17//:futures_core", + ], +) + +# Unsupported target "bounded" with type "test" omitted + +# Unsupported target "unbounded" with type "test" omitted diff --git a/cargo/remote/BUILD.async-nats-0.10.1.bazel b/cargo/remote/BUILD.async-nats-0.10.1.bazel new file mode 100644 index 0000000..80fc344 --- /dev/null +++ b/cargo/remote/BUILD.async-nats-0.10.1.bazel @@ -0,0 +1,57 @@ +""" +@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" +]) + +# Generated Targets + +# Unsupported target "async_nats_bench" with type "example" omitted + +rust_library( + name = "async_nats", + 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.10.1", + # buildifier: leave-alone + deps = [ + "@raze__blocking__1_0_2//:blocking", + "@raze__nats__0_10_1//:nats", + ], +) diff --git a/cargo/remote/BUILD.async-task-4.0.3.bazel b/cargo/remote/BUILD.async-task-4.0.3.bazel new file mode 100644 index 0000000..76cc6f2 --- /dev/null +++ b/cargo/remote/BUILD.async-task-4.0.3.bazel @@ -0,0 +1,79 @@ +""" +@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 "spawn" with type "bench" omitted + +# Unsupported target "spawn" with type "example" omitted + +# Unsupported target "spawn-local" with type "example" omitted + +# Unsupported target "spawn-on-thread" with type "example" omitted + +rust_library( + name = "async_task", + 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 = "4.0.3", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "basic" with type "test" omitted + +# Unsupported target "cancel" with type "test" omitted + +# Unsupported target "join" with type "test" omitted + +# Unsupported target "panic" with type "test" omitted + +# Unsupported target "ready" with type "test" omitted + +# Unsupported target "waker_panic" with type "test" omitted + +# Unsupported target "waker_pending" with type "test" omitted + +# Unsupported target "waker_ready" with type "test" omitted diff --git a/cargo/remote/BUILD.atomic-waker-1.0.0.bazel b/cargo/remote/BUILD.atomic-waker-1.0.0.bazel new file mode 100644 index 0000000..069765f --- /dev/null +++ b/cargo/remote/BUILD.atomic-waker-1.0.0.bazel @@ -0,0 +1,55 @@ +""" +@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 = "atomic_waker", + 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.0", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "basic" with type "test" omitted diff --git a/cargo/remote/BUILD.base64-url-1.4.10.bazel b/cargo/remote/BUILD.base64-url-1.4.10.bazel new file mode 100644 index 0000000..3981181 --- /dev/null +++ b/cargo/remote/BUILD.base64-url-1.4.10.bazel @@ -0,0 +1,54 @@ +""" +@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 = "base64_url", + 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.4.10", + # buildifier: leave-alone + deps = [ + "@raze__base64__0_13_0//:base64", + ], +) diff --git a/cargo/remote/BUILD.blocking-1.0.2.bazel b/cargo/remote/BUILD.blocking-1.0.2.bazel new file mode 100644 index 0000000..f2a1233 --- /dev/null +++ b/cargo/remote/BUILD.blocking-1.0.2.bazel @@ -0,0 +1,63 @@ +""" +@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 "ls" with type "example" omitted + +rust_library( + name = "blocking", + 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.2", + # buildifier: leave-alone + deps = [ + "@raze__async_channel__1_6_1//:async_channel", + "@raze__async_task__4_0_3//:async_task", + "@raze__atomic_waker__1_0_0//:atomic_waker", + "@raze__fastrand__1_5_0//:fastrand", + "@raze__futures_lite__1_12_0//:futures_lite", + "@raze__once_cell__1_8_0//:once_cell", + ], +) + +# Unsupported target "unblock" with type "test" omitted diff --git a/cargo/remote/BUILD.byteorder-1.4.3.bazel b/cargo/remote/BUILD.byteorder-1.4.3.bazel index 691d81d..aed08c1 100644 --- a/cargo/remote/BUILD.byteorder-1.4.3.bazel +++ b/cargo/remote/BUILD.byteorder-1.4.3.bazel @@ -37,6 +37,7 @@ rust_library( srcs = glob(["**/*.rs"]), crate_features = [ "default", + "i128", "std", ], crate_root = "src/lib.rs", diff --git a/cargo/remote/BUILD.cache-padded-1.1.1.bazel b/cargo/remote/BUILD.cache-padded-1.1.1.bazel new file mode 100644 index 0000000..2e67e03 --- /dev/null +++ b/cargo/remote/BUILD.cache-padded-1.1.1.bazel @@ -0,0 +1,55 @@ +""" +@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 = "cache_padded", + 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.1.1", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "padding" with type "test" omitted diff --git a/cargo/remote/BUILD.concurrent-queue-1.2.2.bazel b/cargo/remote/BUILD.concurrent-queue-1.2.2.bazel new file mode 100644 index 0000000..c935c70 --- /dev/null +++ b/cargo/remote/BUILD.concurrent-queue-1.2.2.bazel @@ -0,0 +1,60 @@ +""" +@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 = "concurrent_queue", + 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.2.2", + # buildifier: leave-alone + deps = [ + "@raze__cache_padded__1_1_1//:cache_padded", + ], +) + +# Unsupported target "bounded" with type "test" omitted + +# Unsupported target "single" with type "test" omitted + +# Unsupported target "unbounded" with type "test" omitted diff --git a/cargo/remote/BUILD.core-foundation-0.9.1.bazel b/cargo/remote/BUILD.core-foundation-0.9.1.bazel new file mode 100644 index 0000000..ac970a7 --- /dev/null +++ b/cargo/remote/BUILD.core-foundation-0.9.1.bazel @@ -0,0 +1,57 @@ +""" +@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 diff --git a/cargo/remote/BUILD.core-foundation-sys-0.8.2.bazel b/cargo/remote/BUILD.core-foundation-sys-0.8.2.bazel new file mode 100644 index 0000000..c34cd53 --- /dev/null +++ b/cargo/remote/BUILD.core-foundation-sys-0.8.2.bazel @@ -0,0 +1,83 @@ +""" +@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", + ], +) diff --git a/cargo/remote/BUILD.crc32fast-1.2.1.bazel b/cargo/remote/BUILD.crc32fast-1.2.1.bazel new file mode 100644 index 0000000..e89a779 --- /dev/null +++ b/cargo/remote/BUILD.crc32fast-1.2.1.bazel @@ -0,0 +1,90 @@ +""" +@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 = "crc32fast_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 = "1.2.1", + visibility = ["//visibility:private"], + deps = [ + ], +) + +# Unsupported target "bench" with type "bench" omitted + +rust_library( + name = "crc32fast", + 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 = "1.2.1", + # buildifier: leave-alone + deps = [ + ":crc32fast_build_script", + "@raze__cfg_if__1_0_0//:cfg_if", + ], +) diff --git a/cargo/remote/BUILD.crossbeam-channel-0.5.1.bazel b/cargo/remote/BUILD.crossbeam-channel-0.5.1.bazel new file mode 100644 index 0000000..8e5635f --- /dev/null +++ b/cargo/remote/BUILD.crossbeam-channel-0.5.1.bazel @@ -0,0 +1,94 @@ +""" +@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 "crossbeam" with type "bench" omitted + +# Unsupported target "fibonacci" with type "example" omitted + +# Unsupported target "matching" with type "example" omitted + +# Unsupported target "stopwatch" with type "example" omitted + +rust_library( + name = "crossbeam_channel", + srcs = glob(["**/*.rs"]), + crate_features = [ + "crossbeam-utils", + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.5.1", + # buildifier: leave-alone + deps = [ + "@raze__cfg_if__1_0_0//:cfg_if", + "@raze__crossbeam_utils__0_8_5//:crossbeam_utils", + ], +) + +# Unsupported target "after" with type "test" omitted + +# Unsupported target "array" with type "test" omitted + +# Unsupported target "golang" with type "test" omitted + +# Unsupported target "iter" with type "test" omitted + +# Unsupported target "list" with type "test" omitted + +# Unsupported target "mpsc" with type "test" omitted + +# Unsupported target "never" with type "test" omitted + +# Unsupported target "ready" with type "test" omitted + +# Unsupported target "same_channel" with type "test" omitted + +# Unsupported target "select" with type "test" omitted + +# Unsupported target "select_macro" with type "test" omitted + +# Unsupported target "thread_locals" with type "test" omitted + +# Unsupported target "tick" with type "test" omitted + +# Unsupported target "zero" with type "test" omitted diff --git a/cargo/remote/BUILD.crossbeam-utils-0.8.5.bazel b/cargo/remote/BUILD.crossbeam-utils-0.8.5.bazel new file mode 100644 index 0000000..f6a25b1 --- /dev/null +++ b/cargo/remote/BUILD.crossbeam-utils-0.8.5.bazel @@ -0,0 +1,103 @@ +""" +@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 = "crossbeam_utils_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "lazy_static", + "std", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.8.5", + visibility = ["//visibility:private"], + deps = [ + ], +) + +# Unsupported target "atomic_cell" with type "bench" omitted + +rust_library( + name = "crossbeam_utils", + 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.8.5", + # buildifier: leave-alone + deps = [ + ":crossbeam_utils_build_script", + "@raze__cfg_if__1_0_0//:cfg_if", + "@raze__lazy_static__1_4_0//:lazy_static", + ], +) + +# Unsupported target "atomic_cell" with type "test" omitted + +# Unsupported target "cache_padded" with type "test" omitted + +# Unsupported target "parker" with type "test" omitted + +# Unsupported target "sharded_lock" with type "test" omitted + +# Unsupported target "thread" with type "test" omitted + +# Unsupported target "wait_group" with type "test" omitted diff --git a/cargo/remote/BUILD.curve25519-dalek-3.2.0.bazel b/cargo/remote/BUILD.curve25519-dalek-3.2.0.bazel new file mode 100644 index 0000000..9d7d35a --- /dev/null +++ b/cargo/remote/BUILD.curve25519-dalek-3.2.0.bazel @@ -0,0 +1,61 @@ +""" +@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 "dalek_benchmarks" with type "bench" omitted + +rust_library( + name = "curve25519_dalek", + srcs = glob(["**/*.rs"]), + crate_features = [ + "u64_backend", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "3.2.0", + # buildifier: leave-alone + deps = [ + "@raze__byteorder__1_4_3//:byteorder", + "@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", + ], +) diff --git a/cargo/remote/BUILD.data-encoding-2.3.2.bazel b/cargo/remote/BUILD.data-encoding-2.3.2.bazel new file mode 100644 index 0000000..c36271b --- /dev/null +++ b/cargo/remote/BUILD.data-encoding-2.3.2.bazel @@ -0,0 +1,56 @@ +""" +@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 = "data_encoding", + srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "2.3.2", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/cargo/remote/BUILD.ed25519-1.2.0.bazel b/cargo/remote/BUILD.ed25519-1.2.0.bazel new file mode 100644 index 0000000..8db1a8b --- /dev/null +++ b/cargo/remote/BUILD.ed25519-1.2.0.bazel @@ -0,0 +1,54 @@ +""" +@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 = "ed25519", + 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.2.0", + # buildifier: leave-alone + deps = [ + "@raze__signature__1_3_1//:signature", + ], +) diff --git a/cargo/remote/BUILD.ed25519-dalek-1.0.1.bazel b/cargo/remote/BUILD.ed25519-dalek-1.0.1.bazel new file mode 100644 index 0000000..cacb3a8 --- /dev/null +++ b/cargo/remote/BUILD.ed25519-dalek-1.0.1.bazel @@ -0,0 +1,62 @@ +""" +@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 "ed25519_benchmarks" with type "bench" omitted + +rust_library( + name = "ed25519_dalek", + srcs = glob(["**/*.rs"]), + crate_features = [ + "u64_backend", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.1", + # buildifier: leave-alone + 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", + ], +) + +# Unsupported target "ed25519" with type "test" omitted diff --git a/cargo/remote/BUILD.event-listener-2.5.1.bazel b/cargo/remote/BUILD.event-listener-2.5.1.bazel new file mode 100644 index 0000000..504b992 --- /dev/null +++ b/cargo/remote/BUILD.event-listener-2.5.1.bazel @@ -0,0 +1,57 @@ +""" +@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 "mutex" with type "example" omitted + +rust_library( + name = "event_listener", + 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 = "2.5.1", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "notify" with type "test" omitted diff --git a/cargo/remote/BUILD.fastrand-1.5.0.bazel b/cargo/remote/BUILD.fastrand-1.5.0.bazel new file mode 100644 index 0000000..3085f85 --- /dev/null +++ b/cargo/remote/BUILD.fastrand-1.5.0.bazel @@ -0,0 +1,68 @@ +""" +@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 "bench" with type "bench" omitted + +rust_library( + name = "fastrand", + 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 = "1.5.0", + # buildifier: leave-alone + deps = [ + ] + selects.with_or({ + # cfg(target_arch = "wasm32") + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + "@raze__instant__0_1_10//:instant", + ], + "//conditions:default": [], + }), +) + +# Unsupported target "smoke" with type "test" omitted diff --git a/cargo/remote/BUILD.flate2-1.0.21.bazel b/cargo/remote/BUILD.flate2-1.0.21.bazel new file mode 100644 index 0000000..52d2bc9 --- /dev/null +++ b/cargo/remote/BUILD.flate2-1.0.21.bazel @@ -0,0 +1,127 @@ +""" +@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 "compress_file" with type "example" omitted + +# Unsupported target "deflatedecoder-bufread" with type "example" omitted + +# Unsupported target "deflatedecoder-read" with type "example" omitted + +# Unsupported target "deflatedecoder-write" with type "example" omitted + +# Unsupported target "deflateencoder-bufread" with type "example" omitted + +# Unsupported target "deflateencoder-read" with type "example" omitted + +# Unsupported target "deflateencoder-write" with type "example" omitted + +# Unsupported target "gzbuilder" with type "example" omitted + +# Unsupported target "gzdecoder-bufread" with type "example" omitted + +# Unsupported target "gzdecoder-read" with type "example" omitted + +# Unsupported target "gzdecoder-write" with type "example" omitted + +# Unsupported target "gzencoder-bufread" with type "example" omitted + +# Unsupported target "gzencoder-read" with type "example" omitted + +# Unsupported target "gzencoder-write" with type "example" omitted + +# Unsupported target "gzmultidecoder-bufread" with type "example" omitted + +# Unsupported target "gzmultidecoder-read" with type "example" omitted + +# Unsupported target "zlibdecoder-bufread" with type "example" omitted + +# Unsupported target "zlibdecoder-read" with type "example" omitted + +# Unsupported target "zlibdecoder-write" with type "example" omitted + +# Unsupported target "zlibencoder-bufread" with type "example" omitted + +# Unsupported target "zlibencoder-read" with type "example" omitted + +# Unsupported target "zlibencoder-write" with type "example" omitted + +rust_library( + name = "flate2", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + "miniz_oxide", + "rust_backend", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + compile_data = glob(["*/**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.21", + # buildifier: leave-alone + deps = [ + "@raze__cfg_if__1_0_0//:cfg_if", + "@raze__crc32fast__1_2_1//:crc32fast", + "@raze__libc__0_2_101//:libc", + "@raze__miniz_oxide__0_4_4//:miniz_oxide", + ] + selects.with_or({ + # cfg(all(target_arch = "wasm32", not(target_os = "emscripten"))) + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "async-reader" with type "test" omitted + +# Unsupported target "early-flush" with type "test" omitted + +# Unsupported target "empty-read" with type "test" omitted + +# Unsupported target "gunzip" with type "test" omitted + +# Unsupported target "tokio" with type "test" omitted + +# Unsupported target "zero-write" with type "test" omitted diff --git a/cargo/remote/BUILD.futures-io-0.3.17.bazel b/cargo/remote/BUILD.futures-io-0.3.17.bazel new file mode 100644 index 0000000..b9041ca --- /dev/null +++ b/cargo/remote/BUILD.futures-io-0.3.17.bazel @@ -0,0 +1,55 @@ +""" +@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 = "futures_io", + 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.17", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/cargo/remote/BUILD.futures-lite-1.12.0.bazel b/cargo/remote/BUILD.futures-lite-1.12.0.bazel new file mode 100644 index 0000000..acc029f --- /dev/null +++ b/cargo/remote/BUILD.futures-lite-1.12.0.bazel @@ -0,0 +1,68 @@ +""" +@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 = "futures_lite", + srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "default", + "fastrand", + "futures-io", + "memchr", + "parking", + "std", + "waker-fn", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.12.0", + # buildifier: leave-alone + deps = [ + "@raze__fastrand__1_5_0//:fastrand", + "@raze__futures_core__0_3_17//:futures_core", + "@raze__futures_io__0_3_17//:futures_io", + "@raze__memchr__2_4_1//:memchr", + "@raze__parking__2_0_0//:parking", + "@raze__pin_project_lite__0_2_7//:pin_project_lite", + "@raze__waker_fn__1_1_0//:waker_fn", + ], +) diff --git a/cargo/remote/BUILD.getrandom-0.1.16.bazel b/cargo/remote/BUILD.getrandom-0.1.16.bazel new file mode 100644 index 0000000..e4bf679 --- /dev/null +++ b/cargo/remote/BUILD.getrandom-0.1.16.bazel @@ -0,0 +1,166 @@ +""" +@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 = "getrandom_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "std", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.16", + visibility = ["//visibility:private"], + deps = [ + ] + selects.with_or({ + # cfg(target_os = "wasi") + ( + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + ], + "//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({ + # wasm32-unknown-unknown + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "mod" with type "bench" omitted + +rust_library( + name = "getrandom", + 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.16", + # buildifier: leave-alone + deps = [ + ":getrandom_build_script", + "@raze__cfg_if__1_0_0//:cfg_if", + ] + selects.with_or({ + # cfg(target_os = "wasi") + ( + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + "@raze__wasi__0_9_0_wasi_snapshot_preview1//:wasi", + ], + "//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_101//:libc", + ], + "//conditions:default": [], + }) + selects.with_or({ + # wasm32-unknown-unknown + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "common" with type "test" omitted diff --git a/cargo/remote/BUILD.json-0.12.4.bazel b/cargo/remote/BUILD.json-0.12.4.bazel new file mode 100644 index 0000000..245f20d --- /dev/null +++ b/cargo/remote/BUILD.json-0.12.4.bazel @@ -0,0 +1,69 @@ +""" +@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 "log" with type "bench" omitted + +rust_library( + name = "json", + 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.12.4", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "customgen" with type "test" omitted + +# Unsupported target "json_checker" with type "test" omitted + +# Unsupported target "number" with type "test" omitted + +# Unsupported target "parse" with type "test" omitted + +# Unsupported target "print_dec" with type "test" omitted + +# Unsupported target "stringify" with type "test" omitted + +# Unsupported target "value" with type "test" omitted diff --git a/cargo/remote/BUILD.miniz_oxide-0.4.4.bazel b/cargo/remote/BUILD.miniz_oxide-0.4.4.bazel new file mode 100644 index 0000000..ca46c39 --- /dev/null +++ b/cargo/remote/BUILD.miniz_oxide-0.4.4.bazel @@ -0,0 +1,85 @@ +""" +@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 (Zlib 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 = "miniz_oxide_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.4", + visibility = ["//visibility:private"], + deps = [ + "@raze__autocfg__1_0_1//:autocfg", + ], +) + +rust_library( + name = "miniz_oxide", + 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.4.4", + # buildifier: leave-alone + deps = [ + ":miniz_oxide_build_script", + "@raze__adler__1_0_2//:adler", + ], +) diff --git a/cargo/remote/BUILD.nats-0.10.1.bazel b/cargo/remote/BUILD.nats-0.10.1.bazel new file mode 100644 index 0000000..d01cf1c --- /dev/null +++ b/cargo/remote/BUILD.nats-0.10.1.bazel @@ -0,0 +1,125 @@ +""" +@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" +]) + +# Generated Targets + +# Unsupported target "nats_bench" with type "bench" omitted + +# Unsupported target "nats-box" with type "example" omitted + +# Unsupported target "nats_bench" with type "example" omitted + +# Unsupported target "serde-json" with type "example" omitted + +rust_library( + name = "nats", + 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.10.1", + # buildifier: leave-alone + deps = [ + "@raze__base64__0_13_0//:base64", + "@raze__base64_url__1_4_10//:base64_url", + "@raze__crossbeam_channel__0_5_1//:crossbeam_channel", + "@raze__fastrand__1_5_0//:fastrand", + "@raze__itoa__0_4_8//:itoa", + "@raze__json__0_12_4//:json", + "@raze__log__0_4_14//:log", + "@raze__memchr__2_4_1//:memchr", + "@raze__nkeys__0_1_0//:nkeys", + "@raze__nuid__0_3_0//:nuid", + "@raze__once_cell__1_8_0//:once_cell", + "@raze__parking_lot__0_11_2//:parking_lot", + "@raze__regex__1_5_4//:regex", + "@raze__rustls__0_19_1//:rustls", + "@raze__rustls_native_certs__0_5_0//:rustls_native_certs", + "@raze__webpki__0_21_4//:webpki", + ] + 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": [], + }), +) + +# Unsupported target "auth_nkey" with type "test" omitted + +# Unsupported target "auth_tls" with type "test" omitted + +# Unsupported target "auth_user_pass" with type "test" omitted + +# Unsupported target "connect" with type "test" omitted + +# Unsupported target "drop" with type "test" omitted + +# Unsupported target "jetstream" with type "test" omitted + +# Unsupported target "reconnection" with type "test" omitted diff --git a/cargo/remote/BUILD.nkeys-0.1.0.bazel b/cargo/remote/BUILD.nkeys-0.1.0.bazel new file mode 100644 index 0000000..7095ac5 --- /dev/null +++ b/cargo/remote/BUILD.nkeys-0.1.0.bazel @@ -0,0 +1,89 @@ +""" +@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" +]) + +# 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_nk", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/bin/nk/main.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.0", + # buildifier: leave-alone + deps = [ + ":nkeys", + "@raze__byteorder__1_4_3//:byteorder", + "@raze__data_encoding__2_3_2//:data_encoding", + "@raze__ed25519_dalek__1_0_1//:ed25519_dalek", + "@raze__log__0_4_14//:log", + "@raze__rand__0_7_3//:rand", + "@raze__signatory__0_21_0//:signatory", + ], +) + +rust_library( + name = "nkeys", + 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.1.0", + # buildifier: leave-alone + deps = [ + "@raze__byteorder__1_4_3//:byteorder", + "@raze__data_encoding__2_3_2//:data_encoding", + "@raze__ed25519_dalek__1_0_1//:ed25519_dalek", + "@raze__log__0_4_14//:log", + "@raze__rand__0_7_3//:rand", + "@raze__signatory__0_21_0//:signatory", + ], +) diff --git a/cargo/remote/BUILD.nuid-0.3.0.bazel b/cargo/remote/BUILD.nuid-0.3.0.bazel new file mode 100644 index 0000000..ec1a17c --- /dev/null +++ b/cargo/remote/BUILD.nuid-0.3.0.bazel @@ -0,0 +1,55 @@ +""" +@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" +]) + +# Generated Targets + +rust_library( + name = "nuid", + 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.0", + # buildifier: leave-alone + deps = [ + "@raze__lazy_static__1_4_0//:lazy_static", + "@raze__rand__0_8_4//:rand", + ], +) diff --git a/cargo/remote/BUILD.openssl-probe-0.1.4.bazel b/cargo/remote/BUILD.openssl-probe-0.1.4.bazel new file mode 100644 index 0000000..dd5d283 --- /dev/null +++ b/cargo/remote/BUILD.openssl-probe-0.1.4.bazel @@ -0,0 +1,53 @@ +""" +@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 = "openssl_probe", + 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.1.4", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/cargo/remote/BUILD.parking-2.0.0.bazel b/cargo/remote/BUILD.parking-2.0.0.bazel new file mode 100644 index 0000000..6530323 --- /dev/null +++ b/cargo/remote/BUILD.parking-2.0.0.bazel @@ -0,0 +1,55 @@ +""" +@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 = "parking", + 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 = "2.0.0", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "parking" with type "test" omitted diff --git a/cargo/remote/BUILD.rand-0.7.3.bazel b/cargo/remote/BUILD.rand-0.7.3.bazel new file mode 100644 index 0000000..398b8d8 --- /dev/null +++ b/cargo/remote/BUILD.rand-0.7.3.bazel @@ -0,0 +1,100 @@ +""" +@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 "generators" with type "bench" omitted + +# Unsupported target "misc" with type "bench" omitted + +# Unsupported target "seq" with type "bench" omitted + +# Unsupported target "weighted" with type "bench" omitted + +# Unsupported target "monte-carlo" with type "example" omitted + +# Unsupported target "monty-hall" with type "example" omitted + +rust_library( + name = "rand", + srcs = glob(["**/*.rs"]), + aliases = { + "@raze__getrandom__0_1_16//:getrandom": "getrandom_package", + }, + crate_features = [ + "alloc", + "default", + "getrandom", + "getrandom_package", + "libc", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.7.3", + # buildifier: leave-alone + deps = [ + "@raze__getrandom__0_1_16//:getrandom", + "@raze__rand_chacha__0_2_2//:rand_chacha", + "@raze__rand_core__0_5_1//:rand_core", + ] + 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": [], + }), +) diff --git a/cargo/remote/BUILD.rand_chacha-0.2.2.bazel b/cargo/remote/BUILD.rand_chacha-0.2.2.bazel new file mode 100644 index 0000000..d21fc71 --- /dev/null +++ b/cargo/remote/BUILD.rand_chacha-0.2.2.bazel @@ -0,0 +1,56 @@ +""" +@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 = "rand_chacha", + srcs = glob(["**/*.rs"]), + 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.2.2", + # buildifier: leave-alone + deps = [ + "@raze__ppv_lite86__0_2_10//:ppv_lite86", + "@raze__rand_core__0_5_1//:rand_core", + ], +) diff --git a/cargo/remote/BUILD.rand_core-0.5.1.bazel b/cargo/remote/BUILD.rand_core-0.5.1.bazel new file mode 100644 index 0000000..5fd89e2 --- /dev/null +++ b/cargo/remote/BUILD.rand_core-0.5.1.bazel @@ -0,0 +1,57 @@ +""" +@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 = "rand_core", + srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "getrandom", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.5.1", + # buildifier: leave-alone + deps = [ + "@raze__getrandom__0_1_16//:getrandom", + ], +) diff --git a/cargo/remote/BUILD.rand_hc-0.2.0.bazel b/cargo/remote/BUILD.rand_hc-0.2.0.bazel new file mode 100644 index 0000000..12fa787 --- /dev/null +++ b/cargo/remote/BUILD.rand_hc-0.2.0.bazel @@ -0,0 +1,54 @@ +""" +@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 = "rand_hc", + 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.0", + # buildifier: leave-alone + deps = [ + "@raze__rand_core__0_5_1//:rand_core", + ], +) diff --git a/cargo/remote/BUILD.rustls-native-certs-0.5.0.bazel b/cargo/remote/BUILD.rustls-native-certs-0.5.0.bazel new file mode 100644 index 0000000..49077cd --- /dev/null +++ b/cargo/remote/BUILD.rustls-native-certs-0.5.0.bazel @@ -0,0 +1,103 @@ +""" +@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 (ISC OR MIT)" +]) + +# Generated Targets + +# Unsupported target "google" with type "example" omitted + +rust_library( + name = "rustls_native_certs", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + "rustls", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.5.0", + # buildifier: leave-alone + deps = [ + "@raze__rustls__0_19_1//:rustls", + ] + selects.with_or({ + # cfg(all(unix, not(target_os = "macos"))) + ( + "@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-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-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__openssl_probe__0_1_4//:openssl_probe", + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(target_os = "macos") + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-darwin", + ): [ + "@raze__security_framework__2_4_2//:security_framework", + ], + "//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__schannel__0_1_19//:schannel", + ], + "//conditions:default": [], + }), +) + +# Unsupported target "compare_mozilla" with type "test" omitted + +# Unsupported target "smoketests" with type "test" omitted diff --git a/cargo/remote/BUILD.schannel-0.1.19.bazel b/cargo/remote/BUILD.schannel-0.1.19.bazel new file mode 100644 index 0000000..95946d6 --- /dev/null +++ b/cargo/remote/BUILD.schannel-0.1.19.bazel @@ -0,0 +1,55 @@ +""" +@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 = "schannel", + 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.1.19", + # buildifier: leave-alone + deps = [ + "@raze__lazy_static__1_4_0//:lazy_static", + "@raze__winapi__0_3_9//:winapi", + ], +) diff --git a/cargo/remote/BUILD.security-framework-2.4.2.bazel b/cargo/remote/BUILD.security-framework-2.4.2.bazel new file mode 100644 index 0000000..ca08f2b --- /dev/null +++ b/cargo/remote/BUILD.security-framework-2.4.2.bazel @@ -0,0 +1,66 @@ +""" +@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 "client" with type "example" omitted + +# Unsupported target "find_internet_password" with type "example" omitted + +# Unsupported target "set_internet_password" with type "example" omitted + +rust_library( + name = "security_framework", + srcs = glob(["**/*.rs"]), + crate_features = [ + "OSX_10_9", + "default", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "2.4.2", + # 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__security_framework_sys__2_4_2//:security_framework_sys", + ], +) diff --git a/cargo/remote/BUILD.security-framework-sys-2.4.2.bazel b/cargo/remote/BUILD.security-framework-sys-2.4.2.bazel new file mode 100644 index 0000000..329b304 --- /dev/null +++ b/cargo/remote/BUILD.security-framework-sys-2.4.2.bazel @@ -0,0 +1,56 @@ +""" +@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 = "security_framework_sys", + srcs = glob(["**/*.rs"]), + crate_features = [ + "OSX_10_9", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "2.4.2", + # buildifier: leave-alone + deps = [ + "@raze__core_foundation_sys__0_8_2//:core_foundation_sys", + "@raze__libc__0_2_101//:libc", + ], +) diff --git a/cargo/remote/BUILD.sha2-0.9.6.bazel b/cargo/remote/BUILD.sha2-0.9.6.bazel new file mode 100644 index 0000000..9ebd0ed --- /dev/null +++ b/cargo/remote/BUILD.sha2-0.9.6.bazel @@ -0,0 +1,91 @@ +""" +@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 = [ + ], + 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 diff --git a/cargo/remote/BUILD.signatory-0.21.0.bazel b/cargo/remote/BUILD.signatory-0.21.0.bazel new file mode 100644 index 0000000..7ce28a3 --- /dev/null +++ b/cargo/remote/BUILD.signatory-0.21.0.bazel @@ -0,0 +1,63 @@ +""" +@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 = "signatory", + srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "default", + "encoding", + "getrandom", + "std", + "subtle-encoding", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.21.0", + # buildifier: leave-alone + deps = [ + "@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", + ], +) diff --git a/cargo/remote/BUILD.signature-1.3.1.bazel b/cargo/remote/BUILD.signature-1.3.1.bazel new file mode 100644 index 0000000..8244a6d --- /dev/null +++ b/cargo/remote/BUILD.signature-1.3.1.bazel @@ -0,0 +1,56 @@ +""" +@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 = "signature", + srcs = glob(["**/*.rs"]), + crate_features = [ + "std", + ], + 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 = [ + ], +) + +# Unsupported target "signature_derive" with type "test" omitted diff --git a/cargo/remote/BUILD.subtle-2.4.1.bazel b/cargo/remote/BUILD.subtle-2.4.1.bazel new file mode 100644 index 0000000..e9e4f15 --- /dev/null +++ b/cargo/remote/BUILD.subtle-2.4.1.bazel @@ -0,0 +1,55 @@ +""" +@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 = "subtle", + 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 = "2.4.1", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "mod" with type "test" omitted diff --git a/cargo/remote/BUILD.subtle-encoding-0.5.1.bazel b/cargo/remote/BUILD.subtle-encoding-0.5.1.bazel new file mode 100644 index 0000000..4644385 --- /dev/null +++ b/cargo/remote/BUILD.subtle-encoding-0.5.1.bazel @@ -0,0 +1,59 @@ +""" +@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 = "subtle_encoding", + srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "base64", + "hex", + "std", + "zeroize", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.5.1", + # buildifier: leave-alone + deps = [ + "@raze__zeroize__1_4_1//:zeroize", + ], +) diff --git a/cargo/remote/BUILD.synstructure-0.12.5.bazel b/cargo/remote/BUILD.synstructure-0.12.5.bazel new file mode 100644 index 0000000..50873b0 --- /dev/null +++ b/cargo/remote/BUILD.synstructure-0.12.5.bazel @@ -0,0 +1,59 @@ +""" +@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", + ], +) diff --git a/cargo/remote/BUILD.tokio-rustls-0.22.0.bazel b/cargo/remote/BUILD.tokio-rustls-0.22.0.bazel new file mode 100644 index 0000000..26d9a2a --- /dev/null +++ b/cargo/remote/BUILD.tokio-rustls-0.22.0.bazel @@ -0,0 +1,62 @@ +""" +@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 = "tokio_rustls", + 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.22.0", + # buildifier: leave-alone + deps = [ + "@raze__rustls__0_19_1//:rustls", + "@raze__tokio__1_11_0//:tokio", + "@raze__webpki__0_21_4//:webpki", + ], +) + +# Unsupported target "badssl" with type "test" omitted + +# Unsupported target "early-data" with type "test" omitted + +# Unsupported target "test" with type "test" omitted diff --git a/cargo/remote/BUILD.tokio-tungstenite-0.15.0.bazel b/cargo/remote/BUILD.tokio-tungstenite-0.15.0.bazel index bbc43d5..547bc86 100644 --- a/cargo/remote/BUILD.tokio-tungstenite-0.15.0.bazel +++ b/cargo/remote/BUILD.tokio-tungstenite-0.15.0.bazel @@ -49,7 +49,11 @@ rust_library( "connect", "default", "rustls", + "rustls-tls", "stream", + "tokio-rustls", + "webpki", + "webpki-roots", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -70,7 +74,10 @@ rust_library( "@raze__pin_project__1_0_8//:pin_project", "@raze__rustls__0_19_1//:rustls", "@raze__tokio__1_11_0//:tokio", + "@raze__tokio_rustls__0_22_0//:tokio_rustls", "@raze__tungstenite__0_14_0//:tungstenite", + "@raze__webpki__0_21_4//:webpki", + "@raze__webpki_roots__0_21_1//:webpki_roots", ], ) diff --git a/cargo/remote/BUILD.tungstenite-0.14.0.bazel b/cargo/remote/BUILD.tungstenite-0.14.0.bazel index 6927c06..d20fc37 100644 --- a/cargo/remote/BUILD.tungstenite-0.14.0.bazel +++ b/cargo/remote/BUILD.tungstenite-0.14.0.bazel @@ -48,6 +48,10 @@ rust_library( name = "tungstenite", srcs = glob(["**/*.rs"]), crate_features = [ + "rustls", + "rustls-native-certs", + "rustls-tls", + "webpki", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -70,10 +74,13 @@ rust_library( "@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__url__2_2_2//:url", "@raze__utf_8__0_7_6//:utf_8", + "@raze__webpki__0_21_4//:webpki", ], ) diff --git a/cargo/remote/BUILD.waker-fn-1.1.0.bazel b/cargo/remote/BUILD.waker-fn-1.1.0.bazel new file mode 100644 index 0000000..610fd48 --- /dev/null +++ b/cargo/remote/BUILD.waker-fn-1.1.0.bazel @@ -0,0 +1,53 @@ +""" +@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 = "waker_fn", + 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.1.0", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/cargo/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel b/cargo/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel new file mode 100644 index 0000000..f489b20 --- /dev/null +++ b/cargo/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel @@ -0,0 +1,55 @@ +""" +@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 (Apache-2.0 OR MIT)" +]) + +# Generated Targets + +rust_library( + name = "wasi", + 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.9.0+wasi-snapshot-preview1", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/cargo/remote/BUILD.webpki-roots-0.21.1.bazel b/cargo/remote/BUILD.webpki-roots-0.21.1.bazel new file mode 100644 index 0000000..f8c6fa2 --- /dev/null +++ b/cargo/remote/BUILD.webpki-roots-0.21.1.bazel @@ -0,0 +1,79 @@ +""" +@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([ + "reciprocal", # MPL-2.0 from expression "MPL-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_process_cert", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/bin/process_cert.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.21.1", + # buildifier: leave-alone + deps = [ + ":webpki_roots", + "@raze__webpki__0_21_4//:webpki", + ], +) + +rust_library( + name = "webpki_roots", + 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.21.1", + # buildifier: leave-alone + deps = [ + "@raze__webpki__0_21_4//:webpki", + ], +) diff --git a/cargo/remote/BUILD.winapi-0.3.9.bazel b/cargo/remote/BUILD.winapi-0.3.9.bazel index 0df65bc..675fd78 100644 --- a/cargo/remote/BUILD.winapi-0.3.9.bazel +++ b/cargo/remote/BUILD.winapi-0.3.9.bazel @@ -51,6 +51,8 @@ cargo_build_script( "in6addr", "inaddr", "ioapiset", + "lmcons", + "minschannel", "minwinbase", "minwindef", "mstcpip", @@ -60,11 +62,17 @@ cargo_build_script( "ntsecapi", "ntstatus", "processenv", + "schannel", + "securitybaseapi", + "sspi", "std", "synchapi", + "sysinfoapi", "threadpoollegacyapiset", + "timezoneapi", "winbase", "wincon", + "wincrypt", "windef", "winerror", "winioctl", @@ -104,6 +112,8 @@ rust_library( "in6addr", "inaddr", "ioapiset", + "lmcons", + "minschannel", "minwinbase", "minwindef", "mstcpip", @@ -113,11 +123,17 @@ rust_library( "ntsecapi", "ntstatus", "processenv", + "schannel", + "securitybaseapi", + "sspi", "std", "synchapi", + "sysinfoapi", "threadpoollegacyapiset", + "timezoneapi", "winbase", "wincon", + "wincrypt", "windef", "winerror", "winioctl", diff --git a/cargo/remote/BUILD.zeroize-1.4.1.bazel b/cargo/remote/BUILD.zeroize-1.4.1.bazel new file mode 100644 index 0000000..164a7fa --- /dev/null +++ b/cargo/remote/BUILD.zeroize-1.4.1.bazel @@ -0,0 +1,59 @@ +""" +@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 = [ + "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 diff --git a/cargo/remote/BUILD.zeroize_derive-1.1.0.bazel b/cargo/remote/BUILD.zeroize_derive-1.1.0.bazel new file mode 100644 index 0000000..1612822 --- /dev/null +++ b/cargo/remote/BUILD.zeroize_derive-1.1.0.bazel @@ -0,0 +1,57 @@ +""" +@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", + ], +) diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..790c5b0 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,10 @@ +version: "3.3" +services: + nats: + image: 'nats' + expose: + - "4222" + ports: + - "8222:8222" + - "4222:4222" + hostname: nats-server \ No newline at end of file diff --git a/gateway/src/client/connexion.rs b/gateway/src/client/connexion.rs index f40178b..5cd13eb 100644 --- a/gateway/src/client/connexion.rs +++ b/gateway/src/client/connexion.rs @@ -6,7 +6,7 @@ use super::{ }; use flate2::write::ZlibDecoder; use futures_util::{SinkExt, StreamExt}; -use log::{debug, error, info, warn}; +use log::{debug, error, info, trace, warn}; use std::{str::from_utf8, time::Duration}; use tokio::{net::TcpStream, select, time::Instant}; use tokio_tungstenite::{MaybeTlsStream, WebSocketStream, connect_async, tungstenite::{self, Message, handshake::client::Request}}; @@ -170,12 +170,14 @@ impl Connexion { match message.op { OpCodes::Dispatch => { let t = message.t.unwrap(); - info!("dispatch message received: {:?}", t); + trace!("dispatch message received: {:?}", t); let topic = format!("nova.gateway.{}", t); - self.nats.as_ref().unwrap().publish( + if let Err(e) = self.nats.as_ref().unwrap().publish( &topic, &serde_json::to_vec(&message.d).unwrap(), - ).await.unwrap(); + ).await { + error!("failed to publish message {}", e); + } }, OpCodes::PresenceUpdate => todo!(), OpCodes::VoiceStateUpdate => todo!(), -- 2.39.5