diff --git a/examples/BUILD b/examples/BUILD index e69de29bb2..781521a226 100644 --- a/examples/BUILD +++ b/examples/BUILD @@ -0,0 +1,10 @@ +load("@rules_rust//rust:rust.bzl", "rust_analyzer") + +rust_analyzer( + name = "rust_analyzer", + targets = [ + "//prostgen/basic:common_bin", + "//prostgen/helloworld/greeter_client", + "//prostgen/helloworld/greeter_server", + ], +) \ No newline at end of file diff --git a/examples/examples_deps.bzl b/examples/examples_deps.bzl index c669cca615..87d988b6d6 100644 --- a/examples/examples_deps.bzl +++ b/examples/examples_deps.bzl @@ -7,8 +7,11 @@ load("@examples//hello_sys/raze:crates.bzl", "rules_rust_examples_hello_sys_fetc load("@rules_foreign_cc//:workspace_definitions.bzl", "rules_foreign_cc_dependencies") load("@rules_rust//bindgen:repositories.bzl", "rust_bindgen_repositories") load("@rules_rust//proto:repositories.bzl", "rust_proto_repositories") +load("@rules_rust//proto/prostgen:repositories.bzl", "rust_prostgen_repositories") load("@rules_rust//rust:repositories.bzl", "rust_repositories", "rust_repository_set") load("@rules_rust//wasm_bindgen:repositories.bzl", "rust_wasm_bindgen_repositories") +load("@rules_rust//tools/rust_analyzer/raze:crates.bzl", "rules_rust_tools_rust_analyzer_fetch_remote_crates") +load("@examples//prostgen/raze:crates.bzl", "rules_rust_examples_prostgen_fetch_remote_crates") def deps(): """Define dependencies for `rules_rust` examples""" @@ -21,6 +24,10 @@ def deps(): rust_proto_repositories() + rust_prostgen_repositories() + + rules_rust_tools_rust_analyzer_fetch_remote_crates() + # Example of `rust_repository_set` rust_repository_set( name = "fake_toolchain_for_test_of_sha256", @@ -40,6 +47,8 @@ def deps(): rules_rust_examples_complex_sys_repositories() + rules_rust_examples_prostgen_fetch_remote_crates() + maybe( http_archive, name = "libc", diff --git a/examples/prostgen/BUILD b/examples/prostgen/BUILD new file mode 100644 index 0000000000..2cf88e1121 --- /dev/null +++ b/examples/prostgen/BUILD @@ -0,0 +1,8 @@ +load("@rules_proto//proto:defs.bzl", "proto_library") + +package(default_visibility = ["//prostgen:__subpackages__"]) + +proto_library( + name = "common", + srcs = ["common.proto"], +) diff --git a/examples/prostgen/Cargo.lock b/examples/prostgen/Cargo.lock new file mode 100644 index 0000000000..1c18fdb41d --- /dev/null +++ b/examples/prostgen/Cargo.lock @@ -0,0 +1,1137 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +[[package]] +name = "anyhow" +version = "1.0.38" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" + +[[package]] +name = "async-stream" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3670df70cbc01729f901f94c887814b3c68db038aad1329a418bae178bc5295c" +dependencies = [ + "async-stream-impl", + "futures-core", +] + +[[package]] +name = "async-stream-impl" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3548b8efc9f8e8a5a0a2808c5bd8451a9031b9e5b879a79590304ae928b0a70" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "async-trait" +version = "0.1.42" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "autocfg" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" + +[[package]] +name = "base64" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" + +[[package]] +name = "bitflags" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" + +[[package]] +name = "bumpalo" +version = "3.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" + +[[package]] +name = "bytes" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" + +[[package]] +name = "cc" +version = "1.0.67" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" + +[[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + +[[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 = "either" +version = "1.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" + +[[package]] +name = "encoding_rs" +version = "0.8.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + +[[package]] +name = "form_urlencoded" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" +dependencies = [ + "matches", + "percent-encoding", +] + +[[package]] +name = "futures-channel" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939" +dependencies = [ + "futures-core", +] + +[[package]] +name = "futures-core" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94" + +[[package]] +name = "futures-sink" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3" + +[[package]] +name = "futures-task" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80" + +[[package]] +name = "futures-util" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1" +dependencies = [ + "futures-core", + "futures-task", + "pin-project-lite", + "pin-utils", +] + +[[package]] +name = "getrandom" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" +dependencies = [ + "cfg-if", + "libc", + "wasi", +] + +[[package]] +name = "h2" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5" +dependencies = [ + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http", + "indexmap", + "slab", + "tokio", + "tokio-util", + "tracing", + "tracing-futures", +] + +[[package]] +name = "hashbrown" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" + +[[package]] +name = "hermit-abi" +version = "0.1.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" +dependencies = [ + "libc", +] + +[[package]] +name = "http" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + +[[package]] +name = "http-body" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994" +dependencies = [ + "bytes", + "http", +] + +[[package]] +name = "httparse" +version = "1.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" + +[[package]] +name = "httpdate" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" + +[[package]] +name = "hyper" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7" +dependencies = [ + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "httparse", + "httpdate", + "itoa", + "pin-project", + "socket2", + "tokio", + "tower-service", + "tracing", + "want", +] + +[[package]] +name = "hyper-tls" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" +dependencies = [ + "bytes", + "hyper", + "native-tls", + "tokio", + "tokio-native-tls", +] + +[[package]] +name = "idna" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21" +dependencies = [ + "matches", + "unicode-bidi", + "unicode-normalization", +] + +[[package]] +name = "indexmap" +version = "1.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" +dependencies = [ + "autocfg", + "hashbrown", +] + +[[package]] +name = "ipnet" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" + +[[package]] +name = "itertools" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" +dependencies = [ + "either", +] + +[[package]] +name = "itoa" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" + +[[package]] +name = "js-sys" +version = "0.3.47" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65" +dependencies = [ + "wasm-bindgen", +] + +[[package]] +name = "lazy_static" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" + +[[package]] +name = "libc" +version = "0.2.86" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" + +[[package]] +name = "log" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "matches" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" + +[[package]] +name = "memchr" +version = "2.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" + +[[package]] +name = "mime" +version = "0.3.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" + +[[package]] +name = "mio" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5dede4e2065b3842b8b0af444119f3aa331cc7cc2dd20388bfb0f5d5a38823a" +dependencies = [ + "libc", + "log", + "miow", + "ntapi", + "winapi", +] + +[[package]] +name = "miow" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" +dependencies = [ + "socket2", + "winapi", +] + +[[package]] +name = "native-tls" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" +dependencies = [ + "lazy_static", + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework", + "security-framework-sys", + "tempfile", +] + +[[package]] +name = "ntapi" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" +dependencies = [ + "winapi", +] + +[[package]] +name = "num_cpus" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" +dependencies = [ + "hermit-abi", + "libc", +] + +[[package]] +name = "openssl" +version = "0.10.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70" +dependencies = [ + "bitflags", + "cfg-if", + "foreign-types", + "lazy_static", + "libc", + "openssl-sys", +] + +[[package]] +name = "openssl-probe" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" + +[[package]] +name = "openssl-sys" +version = "0.9.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6" +dependencies = [ + "autocfg", + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "percent-encoding" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" + +[[package]] +name = "pin-project" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63" +dependencies = [ + "pin-project-internal", +] + +[[package]] +name = "pin-project-internal" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "pkg-config" +version = "0.3.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" + +[[package]] +name = "ppv-lite86" +version = "0.2.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" + +[[package]] +name = "proc-macro2" +version = "1.0.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" +dependencies = [ + "unicode-xid", +] + +[[package]] +name = "prost" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2" +dependencies = [ + "bytes", + "prost-derive", +] + +[[package]] +name = "prost-derive" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4" +dependencies = [ + "anyhow", + "itertools", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "quote" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "rand" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", + "rand_hc", +] + +[[package]] +name = "rand_chacha" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" +dependencies = [ + "getrandom", +] + +[[package]] +name = "rand_hc" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" +dependencies = [ + "rand_core", +] + +[[package]] +name = "redox_syscall" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" +dependencies = [ + "bitflags", +] + +[[package]] +name = "remove_dir_all" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" +dependencies = [ + "winapi", +] + +[[package]] +name = "reqwest" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0460542b551950620a3648c6aa23318ac6b3cd779114bd873209e6e8b5eb1c34" +dependencies = [ + "base64", + "bytes", + "encoding_rs", + "futures-core", + "futures-util", + "http", + "http-body", + "hyper", + "hyper-tls", + "ipnet", + "js-sys", + "lazy_static", + "log", + "mime", + "native-tls", + "percent-encoding", + "pin-project-lite", + "serde", + "serde_urlencoded", + "tokio", + "tokio-native-tls", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "winreg", +] + +[[package]] +name = "rules_rust_examples_prostgen" +version = "0.1.0" +dependencies = [ + "reqwest", + "tokio", + "tonic", +] + +[[package]] +name = "ryu" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" + +[[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 = "security-framework" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6af1b6204f89cf0069736daf8b852573e3bc34898eee600e95d3dd855c12e81" +dependencies = [ + "bitflags", + "core-foundation", + "core-foundation-sys", + "libc", + "security-framework-sys", +] + +[[package]] +name = "security-framework-sys" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31531d257baab426203cf81c5ce1b0b55159dda7ed602ac81b582ccd62265741" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "serde" +version = "1.0.123" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae" + +[[package]] +name = "serde_json" +version = "1.0.62" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" +dependencies = [ + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "serde_urlencoded" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" +dependencies = [ + "form_urlencoded", + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "slab" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" + +[[package]] +name = "socket2" +version = "0.3.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" +dependencies = [ + "cfg-if", + "libc", + "winapi", +] + +[[package]] +name = "syn" +version = "1.0.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", +] + +[[package]] +name = "tempfile" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" +dependencies = [ + "cfg-if", + "libc", + "rand", + "redox_syscall", + "remove_dir_all", + "winapi", +] + +[[package]] +name = "tinyvec" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" + +[[package]] +name = "tokio" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ca04cec6ff2474c638057b65798f60ac183e5e79d3448bb7163d36a39cff6ec" +dependencies = [ + "autocfg", + "bytes", + "libc", + "memchr", + "mio", + "num_cpus", + "pin-project-lite", + "tokio-macros", +] + +[[package]] +name = "tokio-macros" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "tokio-native-tls" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" +dependencies = [ + "native-tls", + "tokio", +] + +[[package]] +name = "tokio-stream" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1981ad97df782ab506a1f43bf82c967326960d278acf3bf8279809648c3ff3ea" +dependencies = [ + "futures-core", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "tokio-util" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b" +dependencies = [ + "bytes", + "futures-core", + "futures-sink", + "log", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "tonic" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ba8f479158947373b6df40cf48f4779bb25c99ca3c661bd95e0ab1963ad8b0e" +dependencies = [ + "async-stream", + "async-trait", + "base64", + "bytes", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "hyper", + "percent-encoding", + "pin-project", + "prost", + "prost-derive", + "tokio", + "tokio-stream", + "tokio-util", + "tower", + "tower-service", + "tracing", + "tracing-futures", +] + +[[package]] +name = "tower" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "713c629c07a3a97f741c140e474e7304294fabec66a43a33f0832e98315ab07f" +dependencies = [ + "futures-core", + "futures-util", + "indexmap", + "pin-project", + "rand", + "slab", + "tokio", + "tokio-stream", + "tokio-util", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tower-layer" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62" + +[[package]] +name = "tower-service" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" + +[[package]] +name = "tracing" +version = "0.1.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" +dependencies = [ + "cfg-if", + "log", + "pin-project-lite", + "tracing-attributes", + "tracing-core", +] + +[[package]] +name = "tracing-attributes" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "tracing-core" +version = "0.1.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" +dependencies = [ + "lazy_static", +] + +[[package]] +name = "tracing-futures" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" +dependencies = [ + "pin-project", + "tracing", +] + +[[package]] +name = "try-lock" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" + +[[package]] +name = "unicode-bidi" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" +dependencies = [ + "matches", +] + +[[package]] +name = "unicode-normalization" +version = "0.1.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "unicode-xid" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" + +[[package]] +name = "url" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b" +dependencies = [ + "form_urlencoded", + "idna", + "matches", + "percent-encoding", +] + +[[package]] +name = "vcpkg" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" + +[[package]] +name = "want" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" +dependencies = [ + "log", + "try-lock", +] + +[[package]] +name = "wasi" +version = "0.10.2+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" + +[[package]] +name = "wasm-bindgen" +version = "0.2.70" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be" +dependencies = [ + "cfg-if", + "serde", + "serde_json", + "wasm-bindgen-macro", +] + +[[package]] +name = "wasm-bindgen-backend" +version = "0.2.70" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7" +dependencies = [ + "bumpalo", + "lazy_static", + "log", + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94" +dependencies = [ + "cfg-if", + "js-sys", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.70" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.70" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-backend", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.70" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64" + +[[package]] +name = "web-sys" +version = "0.3.47" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + +[[package]] +name = "winreg" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" +dependencies = [ + "winapi", +] diff --git a/examples/prostgen/Cargo.toml b/examples/prostgen/Cargo.toml new file mode 100644 index 0000000000..bba82d58cc --- /dev/null +++ b/examples/prostgen/Cargo.toml @@ -0,0 +1,21 @@ +[package] +name = "rules_rust_examples_prostgen" +version = "0.1.0" +edition = "2018" + +[[bin]] +name = "rules_rust_examples_prostgen" +path = "basic/main.rs" + +[package.metadata.raze] +workspace_path = "//prostgen/raze" +genmode = "Remote" +gen_workspace_prefix = "rules_rust_examples_prostgen" +rust_rules_workspace_name = "rules_rust" +package_aliases_dir = "raze" +default_gen_buildrs = true + +[dependencies] +tonic = { version = "=0.4.0", features = ["default", "transport"] } +tokio = { version = "=1.0.2", features = ["rt-multi-thread", "time", "fs", "macros", "net"] } +reqwest = "0.11.1" \ No newline at end of file diff --git a/examples/prostgen/basic/BUILD b/examples/prostgen/basic/BUILD new file mode 100644 index 0000000000..cdc14b9611 --- /dev/null +++ b/examples/prostgen/basic/BUILD @@ -0,0 +1,24 @@ +load("@rules_rust//proto/prostgen:prostgen.bzl", "prost_library") +load("@rules_rust//rust:rust.bzl", "rust_binary", "rust_library") + +package(default_visibility = ["//:__subpackages__"]) + +prost_library( + name = "common_proto_rust", + deps = ["//prostgen:common"], +) + +rust_library( + name = "common_lib", + srcs = ["lib.rs"], + deps = [":common_proto_rust"], +) + +rust_binary( + name = "common_bin", + srcs = ["main.rs"], + deps = [ + ":common_lib", + ":common_proto_rust", + ], +) diff --git a/examples/prostgen/basic/lib.rs b/examples/prostgen/basic/lib.rs new file mode 100644 index 0000000000..a696a7efa3 --- /dev/null +++ b/examples/prostgen/basic/lib.rs @@ -0,0 +1,5 @@ +extern crate common_proto_rust; + +pub fn do_something(_x: &common_proto_rust::common::Config) -> bool { + true +} diff --git a/examples/prostgen/basic/main.rs b/examples/prostgen/basic/main.rs new file mode 100644 index 0000000000..f0b9cbef7a --- /dev/null +++ b/examples/prostgen/basic/main.rs @@ -0,0 +1,9 @@ +extern crate common_lib; +extern crate common_proto_rust; + +pub fn main() { + let config = common_proto_rust::common::Config { + verbose: false + }; + common_lib::do_something(&config); +} diff --git a/examples/prostgen/common.proto b/examples/prostgen/common.proto new file mode 100644 index 0000000000..56bac18dd6 --- /dev/null +++ b/examples/prostgen/common.proto @@ -0,0 +1,13 @@ +syntax = "proto3"; + +option java_package = "org.pubref.rules_protobuf.examples"; +option java_outer_classname = "CommonProto"; + +package common; + +// A configuration object. This is used to test the viability of +// protobuf imports. +message Config { + bool verbose = 1; +} + diff --git a/examples/prostgen/helloworld/BUILD b/examples/prostgen/helloworld/BUILD new file mode 100644 index 0000000000..725ed6210b --- /dev/null +++ b/examples/prostgen/helloworld/BUILD @@ -0,0 +1,25 @@ +load("@rules_proto//proto:defs.bzl", "proto_library") +load("@rules_rust//proto/prostgen:prostgen.bzl", "tonic_library") +load("@rules_rust//rust:rust.bzl", "rust_test") + +proto_library( + name = "helloworld", + srcs = ["helloworld.proto"], + deps = ["//prostgen:common"], +) + +tonic_library( + name = "helloworld_proto", + visibility = ["//:__subpackages__"], + deps = [":helloworld"], +) + +rust_test( + name = "helloworld_test", + srcs = ["helloworld_test.rs"], + data = [ + "//prostgen/helloworld/greeter_client", + "//prostgen/helloworld/greeter_server", + ], + deps = ["@rules_rust//tools/runfiles"], +) diff --git a/examples/prostgen/helloworld/greeter_client/BUILD b/examples/prostgen/helloworld/greeter_client/BUILD new file mode 100644 index 0000000000..51ffc2005d --- /dev/null +++ b/examples/prostgen/helloworld/greeter_client/BUILD @@ -0,0 +1,13 @@ +load("@rules_rust//rust:rust.bzl", "rust_binary") + +rust_binary( + name = "greeter_client", + srcs = ["greeter_client.rs"], + edition = "2018", + visibility = ["//:__subpackages__"], + deps = [ + "//prostgen/helloworld:helloworld_proto", + "//prostgen/raze:tokio", + "//prostgen/raze:tonic", + ], +) diff --git a/examples/prostgen/helloworld/greeter_client/greeter_client.rs b/examples/prostgen/helloworld/greeter_client/greeter_client.rs new file mode 100644 index 0000000000..86799214c5 --- /dev/null +++ b/examples/prostgen/helloworld/greeter_client/greeter_client.rs @@ -0,0 +1,41 @@ +// Copyright 2018 The Bazel Authors. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +use std::env; +use std::str::FromStr; + +use helloworld_proto::*; + +fn parse_args() -> (String, u16) { + let mut name = "world".to_owned(); + let mut port = 50051; + for arg in env::args().skip(1) { + if let Some(argp) = arg.strip_prefix("-p=") { + port = u16::from_str(argp).unwrap() + } else { + name = arg.to_owned(); + } + } + (name, port) +} + +#[tokio::main] +async fn main() -> Result<(), Box> { + let (name, port) = parse_args(); + let mut client = helloworld::greeter_client::GreeterClient::connect(format!("http://[::1]:{}", port)).await?; + let resp = client.say_hello(helloworld::HelloRequest{name: name, config: None}).await?; + println!("{:?}", resp); + + Ok(()) +} diff --git a/examples/prostgen/helloworld/greeter_server/BUILD b/examples/prostgen/helloworld/greeter_server/BUILD new file mode 100644 index 0000000000..1d3c23610e --- /dev/null +++ b/examples/prostgen/helloworld/greeter_server/BUILD @@ -0,0 +1,14 @@ +load("@rules_rust//rust:rust.bzl", "rust_binary") +load("@rules_rust//proto/prostgen:prostgen.bzl", "TONIC_COMPILE_DEPS") + + +rust_binary( + name = "greeter_server", + srcs = ["greeter_server.rs"], + visibility = ["//:__subpackages__"], + deps = [ + "//prostgen/helloworld:helloworld_proto", + # "//prostgen/raze:tokio", + ] + TONIC_COMPILE_DEPS, + edition = "2018", +) diff --git a/examples/prostgen/helloworld/greeter_server/greeter_server.rs b/examples/prostgen/helloworld/greeter_server/greeter_server.rs new file mode 100644 index 0000000000..1bc2c2f426 --- /dev/null +++ b/examples/prostgen/helloworld/greeter_server/greeter_server.rs @@ -0,0 +1,51 @@ +// Copyright 2018 The Bazel Authors. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +use helloworld_proto::helloworld::{HelloReply, HelloRequest, greeter_server::{Greeter, GreeterServer}}; +use std::env; +use std::str::FromStr; +use tonic::{Request, Response, Status, transport::Server}; + +#[derive(Default)] +struct GreeterImpl; + +#[tonic::async_trait] +impl Greeter for GreeterImpl { + async fn say_hello( + &self, + request: Request, + ) -> Result, Status> { + let name = request.into_inner().name; + let return_value = if name.is_empty() { "world".to_string() } else { name.clone() }; + println!("Got a request from {:?}", return_value); + Ok(Response::new(HelloReply{message: format!("Hello {}", return_value)})) + } +} + +#[tokio::main] +async fn main() -> Result<(), Box> { + let port = u16::from_str(&env::args().nth(1).unwrap_or_else(|| "50051".to_owned())).unwrap(); + let addr = format!("[::1]:{}", port).parse().unwrap(); + + let greeter = GreeterImpl::default(); + + println!("greeter server started on port {}", port); + + Server::builder() + .add_service(GreeterServer::new(greeter)) + .serve(addr) + .await?; + + Ok(()) +} diff --git a/examples/prostgen/helloworld/helloworld.proto b/examples/prostgen/helloworld/helloworld.proto new file mode 100644 index 0000000000..619e43b553 --- /dev/null +++ b/examples/prostgen/helloworld/helloworld.proto @@ -0,0 +1,23 @@ + +syntax = "proto3"; + +import "prostgen/common.proto"; + +package helloworld; + +// The greeting service definition. +service Greeter { + // Sends a greeting + rpc SayHello (HelloRequest) returns (HelloReply) {} +} + +// The request message containing the user's name. +message HelloRequest { + string name = 1; + common.Config config = 2; +} + +// The response message containing the greetings +message HelloReply { + string message = 1; +} diff --git a/examples/prostgen/helloworld/helloworld_test.rs b/examples/prostgen/helloworld/helloworld_test.rs new file mode 100644 index 0000000000..8abb0bb17d --- /dev/null +++ b/examples/prostgen/helloworld/helloworld_test.rs @@ -0,0 +1,115 @@ +// Copyright 2018 The Bazel Authors. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Integration tests for the greeter client/server +extern crate runfiles; + +use std::io::BufRead; +use std::io::BufReader; +use std::process::{Child, Command, Stdio}; +use std::str::FromStr; + +use runfiles::Runfiles; + +struct ServerInfo { + process: Child, + port: u16, +} + +macro_rules! assert_contains { + ($s: expr, $e: expr) => { + assert!( + $s.find($e).is_some(), + format!("'{}' not found in '{}'", $e, $s) + ); + }; +} + +impl ServerInfo { + fn new() -> ServerInfo { + let r = Runfiles::create().unwrap(); + let mut c = + Command::new(r.rlocation("examples/proto/helloworld/greeter_server/greeter_server")) + .arg("0") + .stdout(Stdio::piped()) + .spawn() + .expect("Unable to start server"); + let mut port: u16 = 0; + { + let mut stdout = BufReader::new(c.stdout.as_mut().expect("Failed to open stdout")); + let port_prefix = "greeter server started on port "; + while port == 0 { + let mut line = String::new(); + stdout + .read_line(&mut line) + .expect("Waiting for server startup"); + line = line.trim().to_owned(); + if let Some(argp) = line.strip_prefix(port_prefix) { + port = u16::from_str(argp) + .unwrap_or_else(|_| panic!("Invalid port number {}", argp)) + } + } + } + println!("Started server on port {}", port); + ServerInfo { + process: c, + port, + } + } + + fn run_client_impl(&self, arg: Option) -> String { + let r = Runfiles::create().unwrap(); + + let mut cmd0 = + Command::new(r.rlocation("examples/proto/helloworld/greeter_client/greeter_client")); + let cmd = cmd0.arg(format!("-p={}", self.port)); + + let output = if let Some(s) = arg { cmd.arg(s) } else { cmd } + .output() + .expect("Unable to start client"); + assert!(output.status.success()); + String::from_utf8(output.stdout).expect("Non UTF-8 output from the client") + } + + fn run_client(&self) -> String { + self.run_client_impl(None) + } + fn run_client_with_arg(&self, arg: &str) -> String { + self.run_client_impl(Some(arg.to_owned())) + } + + fn expect_log(&mut self, log: &str) { + let mut reader = + BufReader::new(self.process.stdout.as_mut().expect("Failed to open stdout")); + let mut line = String::new(); + reader + .read_line(&mut line) + .expect("Failed to read line from the server"); + assert_contains!(line, log); + } + + fn destroy(&mut self) { + self.process.kill().unwrap(); + } +} + +#[test] +fn test_client_server() { + let mut s = ServerInfo::new(); + assert_contains!(s.run_client(), "message: \"Hello world\""); + s.expect_log("greeting request from world"); + assert_contains!(s.run_client_with_arg("thou"), "message: \"Hello thou\""); + s.expect_log("greeting request from thou"); + s.destroy(); +} diff --git a/examples/prostgen/raze/BUILD.bazel b/examples/prostgen/raze/BUILD.bazel new file mode 100644 index 0000000000..a1589e0729 --- /dev/null +++ b/examples/prostgen/raze/BUILD.bazel @@ -0,0 +1,48 @@ +""" +@generated +cargo-raze generated Bazel file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +package(default_visibility = ["//visibility:public"]) + +licenses([ + "notice", # See individual crates for specific licenses +]) + +# Aliased targets +alias( + name = "reqwest", + actual = "@rules_rust_examples_prostgen__reqwest__0_11_1//:reqwest", + tags = [ + "cargo-raze", + "manual", + ], +) + +alias( + name = "tokio", + actual = "@rules_rust_examples_prostgen__tokio__1_0_2//:tokio", + tags = [ + "cargo-raze", + "manual", + ], +) + +alias( + name = "tonic", + actual = "@rules_rust_examples_prostgen__tonic__0_4_0//:tonic", + tags = [ + "cargo-raze", + "manual", + ], +) + +# Export file for Stardoc support +exports_files( + [ + "crates.bzl", + ], + visibility = ["//visibility:public"], +) diff --git a/examples/prostgen/raze/crates.bzl b/examples/prostgen/raze/crates.bzl new file mode 100644 index 0000000000..197f061729 --- /dev/null +++ b/examples/prostgen/raze/crates.bzl @@ -0,0 +1,1136 @@ +""" +@generated +cargo-raze generated Bazel file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository") # buildifier: disable=load +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # buildifier: disable=load +load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") # buildifier: disable=load + +def rules_rust_examples_prostgen_fetch_remote_crates(): + """This function defines a collection of repos and should be called in a WORKSPACE file""" + maybe( + http_archive, + name = "rules_rust_examples_prostgen__anyhow__1_0_38", + url = "https://crates.io/api/v1/crates/anyhow/1.0.38/download", + type = "tar.gz", + sha256 = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1", + strip_prefix = "anyhow-1.0.38", + build_file = Label("//prostgen/raze/remote:BUILD.anyhow-1.0.38.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__async_stream__0_3_0", + url = "https://crates.io/api/v1/crates/async-stream/0.3.0/download", + type = "tar.gz", + sha256 = "3670df70cbc01729f901f94c887814b3c68db038aad1329a418bae178bc5295c", + strip_prefix = "async-stream-0.3.0", + build_file = Label("//prostgen/raze/remote:BUILD.async-stream-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__async_stream_impl__0_3_0", + url = "https://crates.io/api/v1/crates/async-stream-impl/0.3.0/download", + type = "tar.gz", + sha256 = "a3548b8efc9f8e8a5a0a2808c5bd8451a9031b9e5b879a79590304ae928b0a70", + strip_prefix = "async-stream-impl-0.3.0", + build_file = Label("//prostgen/raze/remote:BUILD.async-stream-impl-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__async_trait__0_1_42", + url = "https://crates.io/api/v1/crates/async-trait/0.1.42/download", + type = "tar.gz", + sha256 = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d", + strip_prefix = "async-trait-0.1.42", + build_file = Label("//prostgen/raze/remote:BUILD.async-trait-0.1.42.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__autocfg__1_0_1", + url = "https://crates.io/api/v1/crates/autocfg/1.0.1/download", + type = "tar.gz", + sha256 = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a", + strip_prefix = "autocfg-1.0.1", + build_file = Label("//prostgen/raze/remote:BUILD.autocfg-1.0.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__base64__0_13_0", + url = "https://crates.io/api/v1/crates/base64/0.13.0/download", + type = "tar.gz", + sha256 = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd", + strip_prefix = "base64-0.13.0", + build_file = Label("//prostgen/raze/remote:BUILD.base64-0.13.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__bitflags__1_2_1", + url = "https://crates.io/api/v1/crates/bitflags/1.2.1/download", + type = "tar.gz", + strip_prefix = "bitflags-1.2.1", + build_file = Label("//prostgen/raze/remote:BUILD.bitflags-1.2.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__bumpalo__3_6_1", + url = "https://crates.io/api/v1/crates/bumpalo/3.6.1/download", + type = "tar.gz", + strip_prefix = "bumpalo-3.6.1", + build_file = Label("//prostgen/raze/remote:BUILD.bumpalo-3.6.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__bytes__1_0_1", + url = "https://crates.io/api/v1/crates/bytes/1.0.1/download", + type = "tar.gz", + sha256 = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040", + strip_prefix = "bytes-1.0.1", + build_file = Label("//prostgen/raze/remote:BUILD.bytes-1.0.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__cc__1_0_67", + url = "https://crates.io/api/v1/crates/cc/1.0.67/download", + type = "tar.gz", + strip_prefix = "cc-1.0.67", + build_file = Label("//prostgen/raze/remote:BUILD.cc-1.0.67.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__cfg_if__1_0_0", + url = "https://crates.io/api/v1/crates/cfg-if/1.0.0/download", + type = "tar.gz", + sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", + strip_prefix = "cfg-if-1.0.0", + build_file = Label("//prostgen/raze/remote:BUILD.cfg-if-1.0.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__core_foundation__0_9_1", + url = "https://crates.io/api/v1/crates/core-foundation/0.9.1/download", + type = "tar.gz", + strip_prefix = "core-foundation-0.9.1", + build_file = Label("//prostgen/raze/remote:BUILD.core-foundation-0.9.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__core_foundation_sys__0_8_2", + url = "https://crates.io/api/v1/crates/core-foundation-sys/0.8.2/download", + type = "tar.gz", + strip_prefix = "core-foundation-sys-0.8.2", + build_file = Label("//prostgen/raze/remote:BUILD.core-foundation-sys-0.8.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__either__1_6_1", + url = "https://crates.io/api/v1/crates/either/1.6.1/download", + type = "tar.gz", + sha256 = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457", + strip_prefix = "either-1.6.1", + build_file = Label("//prostgen/raze/remote:BUILD.either-1.6.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__encoding_rs__0_8_28", + url = "https://crates.io/api/v1/crates/encoding_rs/0.8.28/download", + type = "tar.gz", + strip_prefix = "encoding_rs-0.8.28", + build_file = Label("//prostgen/raze/remote:BUILD.encoding_rs-0.8.28.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__fnv__1_0_7", + url = "https://crates.io/api/v1/crates/fnv/1.0.7/download", + type = "tar.gz", + sha256 = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1", + strip_prefix = "fnv-1.0.7", + build_file = Label("//prostgen/raze/remote:BUILD.fnv-1.0.7.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__foreign_types__0_3_2", + url = "https://crates.io/api/v1/crates/foreign-types/0.3.2/download", + type = "tar.gz", + strip_prefix = "foreign-types-0.3.2", + build_file = Label("//prostgen/raze/remote:BUILD.foreign-types-0.3.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__foreign_types_shared__0_1_1", + url = "https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download", + type = "tar.gz", + strip_prefix = "foreign-types-shared-0.1.1", + build_file = Label("//prostgen/raze/remote:BUILD.foreign-types-shared-0.1.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__form_urlencoded__1_0_1", + url = "https://crates.io/api/v1/crates/form_urlencoded/1.0.1/download", + type = "tar.gz", + strip_prefix = "form_urlencoded-1.0.1", + build_file = Label("//prostgen/raze/remote:BUILD.form_urlencoded-1.0.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__futures_channel__0_3_13", + url = "https://crates.io/api/v1/crates/futures-channel/0.3.13/download", + type = "tar.gz", + sha256 = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939", + strip_prefix = "futures-channel-0.3.13", + build_file = Label("//prostgen/raze/remote:BUILD.futures-channel-0.3.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__futures_core__0_3_13", + url = "https://crates.io/api/v1/crates/futures-core/0.3.13/download", + type = "tar.gz", + sha256 = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94", + strip_prefix = "futures-core-0.3.13", + build_file = Label("//prostgen/raze/remote:BUILD.futures-core-0.3.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__futures_sink__0_3_13", + url = "https://crates.io/api/v1/crates/futures-sink/0.3.13/download", + type = "tar.gz", + sha256 = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3", + strip_prefix = "futures-sink-0.3.13", + build_file = Label("//prostgen/raze/remote:BUILD.futures-sink-0.3.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__futures_task__0_3_13", + url = "https://crates.io/api/v1/crates/futures-task/0.3.13/download", + type = "tar.gz", + sha256 = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80", + strip_prefix = "futures-task-0.3.13", + build_file = Label("//prostgen/raze/remote:BUILD.futures-task-0.3.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__futures_util__0_3_13", + url = "https://crates.io/api/v1/crates/futures-util/0.3.13/download", + type = "tar.gz", + sha256 = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1", + strip_prefix = "futures-util-0.3.13", + build_file = Label("//prostgen/raze/remote:BUILD.futures-util-0.3.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__getrandom__0_2_2", + url = "https://crates.io/api/v1/crates/getrandom/0.2.2/download", + type = "tar.gz", + sha256 = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8", + strip_prefix = "getrandom-0.2.2", + build_file = Label("//prostgen/raze/remote:BUILD.getrandom-0.2.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__h2__0_3_0", + url = "https://crates.io/api/v1/crates/h2/0.3.0/download", + type = "tar.gz", + sha256 = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5", + strip_prefix = "h2-0.3.0", + build_file = Label("//prostgen/raze/remote:BUILD.h2-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__hashbrown__0_9_1", + url = "https://crates.io/api/v1/crates/hashbrown/0.9.1/download", + type = "tar.gz", + sha256 = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04", + strip_prefix = "hashbrown-0.9.1", + build_file = Label("//prostgen/raze/remote:BUILD.hashbrown-0.9.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__hermit_abi__0_1_18", + url = "https://crates.io/api/v1/crates/hermit-abi/0.1.18/download", + type = "tar.gz", + sha256 = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c", + strip_prefix = "hermit-abi-0.1.18", + build_file = Label("//prostgen/raze/remote:BUILD.hermit-abi-0.1.18.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__http__0_2_3", + url = "https://crates.io/api/v1/crates/http/0.2.3/download", + type = "tar.gz", + sha256 = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747", + strip_prefix = "http-0.2.3", + build_file = Label("//prostgen/raze/remote:BUILD.http-0.2.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__http_body__0_4_0", + url = "https://crates.io/api/v1/crates/http-body/0.4.0/download", + type = "tar.gz", + sha256 = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994", + strip_prefix = "http-body-0.4.0", + build_file = Label("//prostgen/raze/remote:BUILD.http-body-0.4.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__httparse__1_3_5", + url = "https://crates.io/api/v1/crates/httparse/1.3.5/download", + type = "tar.gz", + sha256 = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691", + strip_prefix = "httparse-1.3.5", + build_file = Label("//prostgen/raze/remote:BUILD.httparse-1.3.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__httpdate__0_3_2", + url = "https://crates.io/api/v1/crates/httpdate/0.3.2/download", + type = "tar.gz", + sha256 = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47", + strip_prefix = "httpdate-0.3.2", + build_file = Label("//prostgen/raze/remote:BUILD.httpdate-0.3.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__hyper__0_14_4", + url = "https://crates.io/api/v1/crates/hyper/0.14.4/download", + type = "tar.gz", + sha256 = "e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7", + strip_prefix = "hyper-0.14.4", + build_file = Label("//prostgen/raze/remote:BUILD.hyper-0.14.4.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__hyper_tls__0_5_0", + url = "https://crates.io/api/v1/crates/hyper-tls/0.5.0/download", + type = "tar.gz", + strip_prefix = "hyper-tls-0.5.0", + build_file = Label("//prostgen/raze/remote:BUILD.hyper-tls-0.5.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__idna__0_2_2", + url = "https://crates.io/api/v1/crates/idna/0.2.2/download", + type = "tar.gz", + strip_prefix = "idna-0.2.2", + build_file = Label("//prostgen/raze/remote:BUILD.idna-0.2.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__indexmap__1_6_1", + url = "https://crates.io/api/v1/crates/indexmap/1.6.1/download", + type = "tar.gz", + sha256 = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b", + strip_prefix = "indexmap-1.6.1", + build_file = Label("//prostgen/raze/remote:BUILD.indexmap-1.6.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__ipnet__2_3_0", + url = "https://crates.io/api/v1/crates/ipnet/2.3.0/download", + type = "tar.gz", + strip_prefix = "ipnet-2.3.0", + build_file = Label("//prostgen/raze/remote:BUILD.ipnet-2.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__itertools__0_9_0", + url = "https://crates.io/api/v1/crates/itertools/0.9.0/download", + type = "tar.gz", + sha256 = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b", + strip_prefix = "itertools-0.9.0", + build_file = Label("//prostgen/raze/remote:BUILD.itertools-0.9.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__itoa__0_4_7", + url = "https://crates.io/api/v1/crates/itoa/0.4.7/download", + type = "tar.gz", + sha256 = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736", + strip_prefix = "itoa-0.4.7", + build_file = Label("//prostgen/raze/remote:BUILD.itoa-0.4.7.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__js_sys__0_3_47", + url = "https://crates.io/api/v1/crates/js-sys/0.3.47/download", + type = "tar.gz", + strip_prefix = "js-sys-0.3.47", + build_file = Label("//prostgen/raze/remote:BUILD.js-sys-0.3.47.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__lazy_static__1_4_0", + url = "https://crates.io/api/v1/crates/lazy_static/1.4.0/download", + type = "tar.gz", + sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646", + strip_prefix = "lazy_static-1.4.0", + build_file = Label("//prostgen/raze/remote:BUILD.lazy_static-1.4.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__libc__0_2_86", + url = "https://crates.io/api/v1/crates/libc/0.2.86/download", + type = "tar.gz", + sha256 = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c", + strip_prefix = "libc-0.2.86", + build_file = Label("//prostgen/raze/remote:BUILD.libc-0.2.86.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__log__0_4_14", + url = "https://crates.io/api/v1/crates/log/0.4.14/download", + type = "tar.gz", + sha256 = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710", + strip_prefix = "log-0.4.14", + build_file = Label("//prostgen/raze/remote:BUILD.log-0.4.14.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__matches__0_1_8", + url = "https://crates.io/api/v1/crates/matches/0.1.8/download", + type = "tar.gz", + strip_prefix = "matches-0.1.8", + build_file = Label("//prostgen/raze/remote:BUILD.matches-0.1.8.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__memchr__2_3_4", + url = "https://crates.io/api/v1/crates/memchr/2.3.4/download", + type = "tar.gz", + sha256 = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525", + strip_prefix = "memchr-2.3.4", + build_file = Label("//prostgen/raze/remote:BUILD.memchr-2.3.4.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__mime__0_3_16", + url = "https://crates.io/api/v1/crates/mime/0.3.16/download", + type = "tar.gz", + strip_prefix = "mime-0.3.16", + build_file = Label("//prostgen/raze/remote:BUILD.mime-0.3.16.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__mio__0_7_9", + url = "https://crates.io/api/v1/crates/mio/0.7.9/download", + type = "tar.gz", + sha256 = "a5dede4e2065b3842b8b0af444119f3aa331cc7cc2dd20388bfb0f5d5a38823a", + strip_prefix = "mio-0.7.9", + build_file = Label("//prostgen/raze/remote:BUILD.mio-0.7.9.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__miow__0_3_6", + url = "https://crates.io/api/v1/crates/miow/0.3.6/download", + type = "tar.gz", + sha256 = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897", + strip_prefix = "miow-0.3.6", + build_file = Label("//prostgen/raze/remote:BUILD.miow-0.3.6.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__native_tls__0_2_7", + url = "https://crates.io/api/v1/crates/native-tls/0.2.7/download", + type = "tar.gz", + strip_prefix = "native-tls-0.2.7", + build_file = Label("//prostgen/raze/remote:BUILD.native-tls-0.2.7.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__ntapi__0_3_6", + url = "https://crates.io/api/v1/crates/ntapi/0.3.6/download", + type = "tar.gz", + sha256 = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44", + strip_prefix = "ntapi-0.3.6", + build_file = Label("//prostgen/raze/remote:BUILD.ntapi-0.3.6.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__num_cpus__1_13_0", + url = "https://crates.io/api/v1/crates/num_cpus/1.13.0/download", + type = "tar.gz", + sha256 = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3", + strip_prefix = "num_cpus-1.13.0", + build_file = Label("//prostgen/raze/remote:BUILD.num_cpus-1.13.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__openssl__0_10_32", + url = "https://crates.io/api/v1/crates/openssl/0.10.32/download", + type = "tar.gz", + strip_prefix = "openssl-0.10.32", + build_file = Label("//prostgen/raze/remote:BUILD.openssl-0.10.32.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__openssl_probe__0_1_2", + url = "https://crates.io/api/v1/crates/openssl-probe/0.1.2/download", + type = "tar.gz", + strip_prefix = "openssl-probe-0.1.2", + build_file = Label("//prostgen/raze/remote:BUILD.openssl-probe-0.1.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__openssl_sys__0_9_60", + url = "https://crates.io/api/v1/crates/openssl-sys/0.9.60/download", + type = "tar.gz", + strip_prefix = "openssl-sys-0.9.60", + build_file = Label("//prostgen/raze/remote:BUILD.openssl-sys-0.9.60.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__percent_encoding__2_1_0", + url = "https://crates.io/api/v1/crates/percent-encoding/2.1.0/download", + type = "tar.gz", + sha256 = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e", + strip_prefix = "percent-encoding-2.1.0", + build_file = Label("//prostgen/raze/remote:BUILD.percent-encoding-2.1.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__pin_project__1_0_5", + url = "https://crates.io/api/v1/crates/pin-project/1.0.5/download", + type = "tar.gz", + sha256 = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63", + strip_prefix = "pin-project-1.0.5", + build_file = Label("//prostgen/raze/remote:BUILD.pin-project-1.0.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__pin_project_internal__1_0_5", + url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.5/download", + type = "tar.gz", + sha256 = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b", + strip_prefix = "pin-project-internal-1.0.5", + build_file = Label("//prostgen/raze/remote:BUILD.pin-project-internal-1.0.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__pin_project_lite__0_2_4", + url = "https://crates.io/api/v1/crates/pin-project-lite/0.2.4/download", + type = "tar.gz", + sha256 = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827", + strip_prefix = "pin-project-lite-0.2.4", + build_file = Label("//prostgen/raze/remote:BUILD.pin-project-lite-0.2.4.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__pin_utils__0_1_0", + url = "https://crates.io/api/v1/crates/pin-utils/0.1.0/download", + type = "tar.gz", + sha256 = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184", + strip_prefix = "pin-utils-0.1.0", + build_file = Label("//prostgen/raze/remote:BUILD.pin-utils-0.1.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__pkg_config__0_3_19", + url = "https://crates.io/api/v1/crates/pkg-config/0.3.19/download", + type = "tar.gz", + strip_prefix = "pkg-config-0.3.19", + build_file = Label("//prostgen/raze/remote:BUILD.pkg-config-0.3.19.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__ppv_lite86__0_2_10", + url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.10/download", + type = "tar.gz", + sha256 = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857", + strip_prefix = "ppv-lite86-0.2.10", + build_file = Label("//prostgen/raze/remote:BUILD.ppv-lite86-0.2.10.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__proc_macro2__1_0_24", + url = "https://crates.io/api/v1/crates/proc-macro2/1.0.24/download", + type = "tar.gz", + sha256 = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71", + strip_prefix = "proc-macro2-1.0.24", + build_file = Label("//prostgen/raze/remote:BUILD.proc-macro2-1.0.24.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__prost__0_7_0", + url = "https://crates.io/api/v1/crates/prost/0.7.0/download", + type = "tar.gz", + sha256 = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2", + strip_prefix = "prost-0.7.0", + build_file = Label("//prostgen/raze/remote:BUILD.prost-0.7.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__prost_derive__0_7_0", + url = "https://crates.io/api/v1/crates/prost-derive/0.7.0/download", + type = "tar.gz", + sha256 = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4", + strip_prefix = "prost-derive-0.7.0", + build_file = Label("//prostgen/raze/remote:BUILD.prost-derive-0.7.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__quote__1_0_9", + url = "https://crates.io/api/v1/crates/quote/1.0.9/download", + type = "tar.gz", + sha256 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7", + strip_prefix = "quote-1.0.9", + build_file = Label("//prostgen/raze/remote:BUILD.quote-1.0.9.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__rand__0_8_3", + url = "https://crates.io/api/v1/crates/rand/0.8.3/download", + type = "tar.gz", + sha256 = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e", + strip_prefix = "rand-0.8.3", + build_file = Label("//prostgen/raze/remote:BUILD.rand-0.8.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__rand_chacha__0_3_0", + url = "https://crates.io/api/v1/crates/rand_chacha/0.3.0/download", + type = "tar.gz", + sha256 = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d", + strip_prefix = "rand_chacha-0.3.0", + build_file = Label("//prostgen/raze/remote:BUILD.rand_chacha-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__rand_core__0_6_2", + url = "https://crates.io/api/v1/crates/rand_core/0.6.2/download", + type = "tar.gz", + sha256 = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7", + strip_prefix = "rand_core-0.6.2", + build_file = Label("//prostgen/raze/remote:BUILD.rand_core-0.6.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__rand_hc__0_3_0", + url = "https://crates.io/api/v1/crates/rand_hc/0.3.0/download", + type = "tar.gz", + sha256 = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73", + strip_prefix = "rand_hc-0.3.0", + build_file = Label("//prostgen/raze/remote:BUILD.rand_hc-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__redox_syscall__0_2_5", + url = "https://crates.io/api/v1/crates/redox_syscall/0.2.5/download", + type = "tar.gz", + strip_prefix = "redox_syscall-0.2.5", + build_file = Label("//prostgen/raze/remote:BUILD.redox_syscall-0.2.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__remove_dir_all__0_5_3", + url = "https://crates.io/api/v1/crates/remove_dir_all/0.5.3/download", + type = "tar.gz", + strip_prefix = "remove_dir_all-0.5.3", + build_file = Label("//prostgen/raze/remote:BUILD.remove_dir_all-0.5.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__reqwest__0_11_1", + url = "https://crates.io/api/v1/crates/reqwest/0.11.1/download", + type = "tar.gz", + strip_prefix = "reqwest-0.11.1", + build_file = Label("//prostgen/raze/remote:BUILD.reqwest-0.11.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__ryu__1_0_5", + url = "https://crates.io/api/v1/crates/ryu/1.0.5/download", + type = "tar.gz", + strip_prefix = "ryu-1.0.5", + build_file = Label("//prostgen/raze/remote:BUILD.ryu-1.0.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__schannel__0_1_19", + url = "https://crates.io/api/v1/crates/schannel/0.1.19/download", + type = "tar.gz", + strip_prefix = "schannel-0.1.19", + build_file = Label("//prostgen/raze/remote:BUILD.schannel-0.1.19.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__security_framework__2_1_0", + url = "https://crates.io/api/v1/crates/security-framework/2.1.0/download", + type = "tar.gz", + strip_prefix = "security-framework-2.1.0", + build_file = Label("//prostgen/raze/remote:BUILD.security-framework-2.1.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__security_framework_sys__2_1_0", + url = "https://crates.io/api/v1/crates/security-framework-sys/2.1.0/download", + type = "tar.gz", + strip_prefix = "security-framework-sys-2.1.0", + build_file = Label("//prostgen/raze/remote:BUILD.security-framework-sys-2.1.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__serde__1_0_123", + url = "https://crates.io/api/v1/crates/serde/1.0.123/download", + type = "tar.gz", + strip_prefix = "serde-1.0.123", + build_file = Label("//prostgen/raze/remote:BUILD.serde-1.0.123.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__serde_json__1_0_62", + url = "https://crates.io/api/v1/crates/serde_json/1.0.62/download", + type = "tar.gz", + strip_prefix = "serde_json-1.0.62", + build_file = Label("//prostgen/raze/remote:BUILD.serde_json-1.0.62.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__serde_urlencoded__0_7_0", + url = "https://crates.io/api/v1/crates/serde_urlencoded/0.7.0/download", + type = "tar.gz", + strip_prefix = "serde_urlencoded-0.7.0", + build_file = Label("//prostgen/raze/remote:BUILD.serde_urlencoded-0.7.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__slab__0_4_2", + url = "https://crates.io/api/v1/crates/slab/0.4.2/download", + type = "tar.gz", + sha256 = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8", + strip_prefix = "slab-0.4.2", + build_file = Label("//prostgen/raze/remote:BUILD.slab-0.4.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__socket2__0_3_19", + url = "https://crates.io/api/v1/crates/socket2/0.3.19/download", + type = "tar.gz", + sha256 = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e", + strip_prefix = "socket2-0.3.19", + build_file = Label("//prostgen/raze/remote:BUILD.socket2-0.3.19.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__syn__1_0_60", + url = "https://crates.io/api/v1/crates/syn/1.0.60/download", + type = "tar.gz", + sha256 = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081", + strip_prefix = "syn-1.0.60", + build_file = Label("//prostgen/raze/remote:BUILD.syn-1.0.60.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tempfile__3_2_0", + url = "https://crates.io/api/v1/crates/tempfile/3.2.0/download", + type = "tar.gz", + strip_prefix = "tempfile-3.2.0", + build_file = Label("//prostgen/raze/remote:BUILD.tempfile-3.2.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tinyvec__1_1_1", + url = "https://crates.io/api/v1/crates/tinyvec/1.1.1/download", + type = "tar.gz", + strip_prefix = "tinyvec-1.1.1", + build_file = Label("//prostgen/raze/remote:BUILD.tinyvec-1.1.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tinyvec_macros__0_1_0", + url = "https://crates.io/api/v1/crates/tinyvec_macros/0.1.0/download", + type = "tar.gz", + strip_prefix = "tinyvec_macros-0.1.0", + build_file = Label("//prostgen/raze/remote:BUILD.tinyvec_macros-0.1.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tokio__1_0_2", + url = "https://crates.io/api/v1/crates/tokio/1.0.2/download", + type = "tar.gz", + sha256 = "0ca04cec6ff2474c638057b65798f60ac183e5e79d3448bb7163d36a39cff6ec", + strip_prefix = "tokio-1.0.2", + build_file = Label("//prostgen/raze/remote:BUILD.tokio-1.0.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tokio_macros__1_1_0", + url = "https://crates.io/api/v1/crates/tokio-macros/1.1.0/download", + type = "tar.gz", + sha256 = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57", + strip_prefix = "tokio-macros-1.1.0", + build_file = Label("//prostgen/raze/remote:BUILD.tokio-macros-1.1.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tokio_native_tls__0_3_0", + url = "https://crates.io/api/v1/crates/tokio-native-tls/0.3.0/download", + type = "tar.gz", + strip_prefix = "tokio-native-tls-0.3.0", + build_file = Label("//prostgen/raze/remote:BUILD.tokio-native-tls-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tokio_stream__0_1_3", + url = "https://crates.io/api/v1/crates/tokio-stream/0.1.3/download", + type = "tar.gz", + sha256 = "1981ad97df782ab506a1f43bf82c967326960d278acf3bf8279809648c3ff3ea", + strip_prefix = "tokio-stream-0.1.3", + build_file = Label("//prostgen/raze/remote:BUILD.tokio-stream-0.1.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tokio_util__0_6_3", + url = "https://crates.io/api/v1/crates/tokio-util/0.6.3/download", + type = "tar.gz", + sha256 = "ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b", + strip_prefix = "tokio-util-0.6.3", + build_file = Label("//prostgen/raze/remote:BUILD.tokio-util-0.6.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tonic__0_4_0", + url = "https://crates.io/api/v1/crates/tonic/0.4.0/download", + type = "tar.gz", + sha256 = "3ba8f479158947373b6df40cf48f4779bb25c99ca3c661bd95e0ab1963ad8b0e", + strip_prefix = "tonic-0.4.0", + build_file = Label("//prostgen/raze/remote:BUILD.tonic-0.4.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tower__0_4_5", + url = "https://crates.io/api/v1/crates/tower/0.4.5/download", + type = "tar.gz", + sha256 = "713c629c07a3a97f741c140e474e7304294fabec66a43a33f0832e98315ab07f", + strip_prefix = "tower-0.4.5", + build_file = Label("//prostgen/raze/remote:BUILD.tower-0.4.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tower_layer__0_3_1", + url = "https://crates.io/api/v1/crates/tower-layer/0.3.1/download", + type = "tar.gz", + sha256 = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62", + strip_prefix = "tower-layer-0.3.1", + build_file = Label("//prostgen/raze/remote:BUILD.tower-layer-0.3.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tower_service__0_3_1", + url = "https://crates.io/api/v1/crates/tower-service/0.3.1/download", + type = "tar.gz", + sha256 = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6", + strip_prefix = "tower-service-0.3.1", + build_file = Label("//prostgen/raze/remote:BUILD.tower-service-0.3.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tracing__0_1_25", + url = "https://crates.io/api/v1/crates/tracing/0.1.25/download", + type = "tar.gz", + sha256 = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f", + strip_prefix = "tracing-0.1.25", + build_file = Label("//prostgen/raze/remote:BUILD.tracing-0.1.25.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tracing_attributes__0_1_13", + url = "https://crates.io/api/v1/crates/tracing-attributes/0.1.13/download", + type = "tar.gz", + sha256 = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07", + strip_prefix = "tracing-attributes-0.1.13", + build_file = Label("//prostgen/raze/remote:BUILD.tracing-attributes-0.1.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tracing_core__0_1_17", + url = "https://crates.io/api/v1/crates/tracing-core/0.1.17/download", + type = "tar.gz", + sha256 = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f", + strip_prefix = "tracing-core-0.1.17", + build_file = Label("//prostgen/raze/remote:BUILD.tracing-core-0.1.17.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__tracing_futures__0_2_5", + url = "https://crates.io/api/v1/crates/tracing-futures/0.2.5/download", + type = "tar.gz", + sha256 = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2", + strip_prefix = "tracing-futures-0.2.5", + build_file = Label("//prostgen/raze/remote:BUILD.tracing-futures-0.2.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__try_lock__0_2_3", + url = "https://crates.io/api/v1/crates/try-lock/0.2.3/download", + type = "tar.gz", + sha256 = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642", + strip_prefix = "try-lock-0.2.3", + build_file = Label("//prostgen/raze/remote:BUILD.try-lock-0.2.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__unicode_bidi__0_3_4", + url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.4/download", + type = "tar.gz", + strip_prefix = "unicode-bidi-0.3.4", + build_file = Label("//prostgen/raze/remote:BUILD.unicode-bidi-0.3.4.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__unicode_normalization__0_1_17", + url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.17/download", + type = "tar.gz", + strip_prefix = "unicode-normalization-0.1.17", + build_file = Label("//prostgen/raze/remote:BUILD.unicode-normalization-0.1.17.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__unicode_xid__0_2_1", + url = "https://crates.io/api/v1/crates/unicode-xid/0.2.1/download", + type = "tar.gz", + sha256 = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564", + strip_prefix = "unicode-xid-0.2.1", + build_file = Label("//prostgen/raze/remote:BUILD.unicode-xid-0.2.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__url__2_2_1", + url = "https://crates.io/api/v1/crates/url/2.2.1/download", + type = "tar.gz", + strip_prefix = "url-2.2.1", + build_file = Label("//prostgen/raze/remote:BUILD.url-2.2.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__vcpkg__0_2_11", + url = "https://crates.io/api/v1/crates/vcpkg/0.2.11/download", + type = "tar.gz", + strip_prefix = "vcpkg-0.2.11", + build_file = Label("//prostgen/raze/remote:BUILD.vcpkg-0.2.11.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__want__0_3_0", + url = "https://crates.io/api/v1/crates/want/0.3.0/download", + type = "tar.gz", + sha256 = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0", + strip_prefix = "want-0.3.0", + build_file = Label("//prostgen/raze/remote:BUILD.want-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__wasi__0_10_2_wasi_snapshot_preview1", + url = "https://crates.io/api/v1/crates/wasi/0.10.2+wasi-snapshot-preview1/download", + type = "tar.gz", + sha256 = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6", + strip_prefix = "wasi-0.10.2+wasi-snapshot-preview1", + build_file = Label("//prostgen/raze/remote:BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__wasm_bindgen__0_2_70", + url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.70/download", + type = "tar.gz", + strip_prefix = "wasm-bindgen-0.2.70", + build_file = Label("//prostgen/raze/remote:BUILD.wasm-bindgen-0.2.70.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__wasm_bindgen_backend__0_2_70", + url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.70/download", + type = "tar.gz", + strip_prefix = "wasm-bindgen-backend-0.2.70", + build_file = Label("//prostgen/raze/remote:BUILD.wasm-bindgen-backend-0.2.70.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__wasm_bindgen_futures__0_4_20", + url = "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.20/download", + type = "tar.gz", + strip_prefix = "wasm-bindgen-futures-0.4.20", + build_file = Label("//prostgen/raze/remote:BUILD.wasm-bindgen-futures-0.4.20.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__wasm_bindgen_macro__0_2_70", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.70/download", + type = "tar.gz", + strip_prefix = "wasm-bindgen-macro-0.2.70", + build_file = Label("//prostgen/raze/remote:BUILD.wasm-bindgen-macro-0.2.70.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__wasm_bindgen_macro_support__0_2_70", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.70/download", + type = "tar.gz", + strip_prefix = "wasm-bindgen-macro-support-0.2.70", + build_file = Label("//prostgen/raze/remote:BUILD.wasm-bindgen-macro-support-0.2.70.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__wasm_bindgen_shared__0_2_70", + url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.70/download", + type = "tar.gz", + strip_prefix = "wasm-bindgen-shared-0.2.70", + build_file = Label("//prostgen/raze/remote:BUILD.wasm-bindgen-shared-0.2.70.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__web_sys__0_3_47", + url = "https://crates.io/api/v1/crates/web-sys/0.3.47/download", + type = "tar.gz", + strip_prefix = "web-sys-0.3.47", + build_file = Label("//prostgen/raze/remote:BUILD.web-sys-0.3.47.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__winapi__0_3_9", + url = "https://crates.io/api/v1/crates/winapi/0.3.9/download", + type = "tar.gz", + sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", + strip_prefix = "winapi-0.3.9", + build_file = Label("//prostgen/raze/remote:BUILD.winapi-0.3.9.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__winapi_i686_pc_windows_gnu__0_4_0", + url = "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download", + type = "tar.gz", + sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6", + strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0", + build_file = Label("//prostgen/raze/remote:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__winapi_x86_64_pc_windows_gnu__0_4_0", + url = "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", + type = "tar.gz", + sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f", + strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0", + build_file = Label("//prostgen/raze/remote:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_prostgen__winreg__0_7_0", + url = "https://crates.io/api/v1/crates/winreg/0.7.0/download", + type = "tar.gz", + strip_prefix = "winreg-0.7.0", + build_file = Label("//prostgen/raze/remote:BUILD.winreg-0.7.0.bazel"), + ) diff --git a/examples/prostgen/raze/remote/BUILD.anyhow-1.0.38.bazel b/examples/prostgen/raze/remote/BUILD.anyhow-1.0.38.bazel new file mode 100644 index 0000000000..9b3f1f478a --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.anyhow-1.0.38.bazel @@ -0,0 +1,112 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "anyhow_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "std", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.38", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "anyhow", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.38", + # buildifier: leave-alone + deps = [ + ":anyhow_build_script", + ], +) + +# Unsupported target "compiletest" with type "test" omitted + +# Unsupported target "test_autotrait" with type "test" omitted + +# Unsupported target "test_backtrace" with type "test" omitted + +# Unsupported target "test_boxed" with type "test" omitted + +# Unsupported target "test_chain" with type "test" omitted + +# Unsupported target "test_context" with type "test" omitted + +# Unsupported target "test_convert" with type "test" omitted + +# Unsupported target "test_downcast" with type "test" omitted + +# Unsupported target "test_ffi" with type "test" omitted + +# Unsupported target "test_fmt" with type "test" omitted + +# Unsupported target "test_macros" with type "test" omitted + +# Unsupported target "test_repr" with type "test" omitted + +# Unsupported target "test_source" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.async-stream-0.3.0.bazel b/examples/prostgen/raze/remote/BUILD.async-stream-0.3.0.bazel new file mode 100644 index 0000000000..d10ac10af8 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.async-stream-0.3.0.bazel @@ -0,0 +1,65 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "tcp_accept" with type "example" omitted + +rust_library( + name = "async_stream", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_examples_prostgen__async_stream_impl__0_3_0//:async_stream_impl", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__futures_core__0_3_13//:futures_core", + ], +) + +# Unsupported target "for_await" with type "test" omitted + +# Unsupported target "stream" with type "test" omitted + +# Unsupported target "try_stream" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.async-stream-impl-0.3.0.bazel b/examples/prostgen/raze/remote/BUILD.async-stream-impl-0.3.0.bazel new file mode 100644 index 0000000000..c4df570f27 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.async-stream-impl-0.3.0.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "async_stream_impl", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_examples_prostgen__quote__1_0_9//:quote", + "@rules_rust_examples_prostgen__syn__1_0_60//:syn", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.async-trait-0.1.42.bazel b/examples/prostgen/raze/remote/BUILD.async-trait-0.1.42.bazel new file mode 100644 index 0000000000..e1756a2d2b --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.async-trait-0.1.42.bazel @@ -0,0 +1,60 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "async_trait", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.42", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_examples_prostgen__quote__1_0_9//:quote", + "@rules_rust_examples_prostgen__syn__1_0_60//:syn", + ], +) + +# Unsupported target "compiletest" with type "test" omitted + +# Unsupported target "test" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.autocfg-1.0.1.bazel b/examples/prostgen/raze/remote/BUILD.autocfg-1.0.1.bazel new file mode 100644 index 0000000000..1579c69418 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.autocfg-1.0.1.bazel @@ -0,0 +1,63 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "integers" with type "example" omitted + +# Unsupported target "paths" with type "example" omitted + +# Unsupported target "traits" with type "example" omitted + +# Unsupported target "versions" with type "example" omitted + +rust_library( + name = "autocfg", + 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.1", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "rustflags" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.base64-0.13.0.bazel b/examples/prostgen/raze/remote/BUILD.base64-0.13.0.bazel new file mode 100644 index 0000000000..d9297f68c5 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.base64-0.13.0.bazel @@ -0,0 +1,69 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "benchmarks" with type "bench" omitted + +# Unsupported target "base64" with type "example" omitted + +# Unsupported target "make_tables" with type "example" omitted + +rust_library( + name = "base64", + 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.13.0", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "decode" with type "test" omitted + +# Unsupported target "encode" with type "test" omitted + +# Unsupported target "helpers" with type "test" omitted + +# Unsupported target "tests" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.bazel b/examples/prostgen/raze/remote/BUILD.bazel new file mode 100644 index 0000000000..e69de29bb2 diff --git a/examples/prostgen/raze/remote/BUILD.bitflags-1.2.1.bazel b/examples/prostgen/raze/remote/BUILD.bitflags-1.2.1.bazel new file mode 100644 index 0000000000..b21ad54e6c --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.bitflags-1.2.1.bazel @@ -0,0 +1,84 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "bitflags_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + ], + 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 = [ + ], +) + +rust_library( + name = "bitflags", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], + 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 = [ + ":bitflags_build_script", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.bumpalo-3.6.1.bazel b/examples/prostgen/raze/remote/BUILD.bumpalo-3.6.1.bazel new file mode 100644 index 0000000000..f2dc7a6acc --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.bumpalo-3.6.1.bazel @@ -0,0 +1,80 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +# Unsupported target "benches" with type "bench" omitted + +rust_library( + name = "bumpalo", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "3.6.1", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "alloc_fill" with type "test" omitted + +# Unsupported target "alloc_try_with" with type "test" omitted + +# Unsupported target "alloc_with" with type "test" omitted + +# Unsupported target "allocator_api" with type "test" omitted + +# Unsupported target "quickchecks" with type "test" omitted + +# Unsupported target "readme_up_to_date" with type "test" omitted + +# Unsupported target "string" with type "test" omitted + +# Unsupported target "tests" with type "test" omitted + +# Unsupported target "try_alloc" with type "test" omitted + +# Unsupported target "try_alloc_try_with" with type "test" omitted + +# Unsupported target "try_alloc_with" with type "test" omitted + +# Unsupported target "vec" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.bytes-0.5.6.bazel b/examples/prostgen/raze/remote/BUILD.bytes-1.0.1.bazel similarity index 94% rename from proto/prostgen/raze/remote/BUILD.bytes-0.5.6.bazel rename to examples/prostgen/raze/remote/BUILD.bytes-1.0.1.bazel index fb73e8e6f7..d8f3024b00 100644 --- a/proto/prostgen/raze/remote/BUILD.bytes-0.5.6.bazel +++ b/examples/prostgen/raze/remote/BUILD.bytes-1.0.1.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -54,7 +54,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.5.6", + version = "1.0.1", # buildifier: leave-alone deps = [ ], diff --git a/examples/prostgen/raze/remote/BUILD.cc-1.0.67.bazel b/examples/prostgen/raze/remote/BUILD.cc-1.0.67.bazel new file mode 100644 index 0000000000..aefdc46709 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.cc-1.0.67.bazel @@ -0,0 +1,85 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_binary( + # Prefix bin name to disambiguate from (probable) collision with lib name + # N.B.: The exact form of this is subject to change. + name = "cargo_bin_gcc_shim", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/bin/gcc-shim.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.67", + # buildifier: leave-alone + deps = [ + ":cc", + ], +) + +rust_library( + name = "cc", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.67", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "cc_env" with type "test" omitted + +# Unsupported target "cflags" with type "test" omitted + +# Unsupported target "cxxflags" with type "test" omitted + +# Unsupported target "test" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.cfg-if-0.1.10.bazel b/examples/prostgen/raze/remote/BUILD.cfg-if-1.0.0.bazel similarity index 90% rename from proto/prostgen/raze/remote/BUILD.cfg-if-0.1.10.bazel rename to examples/prostgen/raze/remote/BUILD.cfg-if-1.0.0.bazel index 8e64b40433..6d15719020 100644 --- a/proto/prostgen/raze/remote/BUILD.cfg-if-0.1.10.bazel +++ b/examples/prostgen/raze/remote/BUILD.cfg-if-1.0.0.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.10", + version = "1.0.0", # buildifier: leave-alone deps = [ ], diff --git a/examples/prostgen/raze/remote/BUILD.core-foundation-0.9.1.bazel b/examples/prostgen/raze/remote/BUILD.core-foundation-0.9.1.bazel new file mode 100644 index 0000000000..d0bc30edfa --- /dev/null +++ b/examples/prostgen/raze/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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = [ + "@rules_rust_examples_prostgen__core_foundation_sys__0_8_2//:core_foundation_sys", + "@rules_rust_examples_prostgen__libc__0_2_86//:libc", + ], +) + +# Unsupported target "use_macro_outside_crate" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.core-foundation-sys-0.8.2.bazel b/examples/prostgen/raze/remote/BUILD.core-foundation-sys-0.8.2.bazel new file mode 100644 index 0000000000..2fb98129c2 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.core-foundation-sys-0.8.2.bazel @@ -0,0 +1,82 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=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/examples/prostgen/raze/remote/BUILD.either-1.6.1.bazel b/examples/prostgen/raze/remote/BUILD.either-1.6.1.bazel new file mode 100644 index 0000000000..7273229f60 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.either-1.6.1.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "either", + 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.6.1", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.encoding_rs-0.8.28.bazel b/examples/prostgen/raze/remote/BUILD.encoding_rs-0.8.28.bazel new file mode 100644 index 0000000000..fcdd1f3002 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.encoding_rs-0.8.28.bazel @@ -0,0 +1,83 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "encoding_rs_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.8.28", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "encoding_rs", + 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.8.28", + # buildifier: leave-alone + deps = [ + ":encoding_rs_build_script", + "@rules_rust_examples_prostgen__cfg_if__1_0_0//:cfg_if", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.fnv-1.0.7.bazel b/examples/prostgen/raze/remote/BUILD.fnv-1.0.7.bazel new file mode 100644 index 0000000000..7adbe1643e --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.fnv-1.0.7.bazel @@ -0,0 +1,55 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "fnv", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.7", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.foreign-types-0.3.2.bazel b/examples/prostgen/raze/remote/BUILD.foreign-types-0.3.2.bazel new file mode 100644 index 0000000000..6f6f735607 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.foreign-types-0.3.2.bazel @@ -0,0 +1,54 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "foreign_types", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__foreign_types_shared__0_1_1//:foreign_types_shared", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.foreign-types-shared-0.1.1.bazel b/examples/prostgen/raze/remote/BUILD.foreign-types-shared-0.1.1.bazel new file mode 100644 index 0000000000..c52f984f6e --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.foreign-types-shared-0.1.1.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "foreign_types_shared", + 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.1", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.form_urlencoded-1.0.1.bazel b/examples/prostgen/raze/remote/BUILD.form_urlencoded-1.0.1.bazel new file mode 100644 index 0000000000..5f588ff97f --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.form_urlencoded-1.0.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "form_urlencoded", + 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.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__matches__0_1_8//:matches", + "@rules_rust_examples_prostgen__percent_encoding__2_1_0//:percent_encoding", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.futures-channel-0.3.13.bazel b/examples/prostgen/raze/remote/BUILD.futures-channel-0.3.13.bazel new file mode 100644 index 0000000000..b7065a5a5a --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.futures-channel-0.3.13.bazel @@ -0,0 +1,67 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "sync_mpsc" with type "bench" omitted + +rust_library( + name = "futures_channel", + 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 = "0.3.13", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__futures_core__0_3_13//:futures_core", + ], +) + +# Unsupported target "channel" with type "test" omitted + +# Unsupported target "mpsc" with type "test" omitted + +# Unsupported target "mpsc-close" with type "test" omitted + +# Unsupported target "oneshot" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.futures-core-0.3.13.bazel b/examples/prostgen/raze/remote/BUILD.futures-core-0.3.13.bazel new file mode 100644 index 0000000000..6cb9576e72 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.futures-core-0.3.13.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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_core", + 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 = "0.3.13", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.futures-sink-0.3.13.bazel b/examples/prostgen/raze/remote/BUILD.futures-sink-0.3.13.bazel new file mode 100644 index 0000000000..ba6e11d745 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.futures-sink-0.3.13.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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_sink", + 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 = "0.3.13", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.futures-task-0.3.13.bazel b/examples/prostgen/raze/remote/BUILD.futures-task-0.3.13.bazel new file mode 100644 index 0000000000..39034ee420 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.futures-task-0.3.13.bazel @@ -0,0 +1,54 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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_task", + srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.13", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.futures-util-0.3.13.bazel b/examples/prostgen/raze/remote/BUILD.futures-util-0.3.13.bazel new file mode 100644 index 0000000000..7da4c4a89a --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.futures-util-0.3.13.bazel @@ -0,0 +1,60 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "futures_unordered" with type "bench" omitted + +rust_library( + name = "futures_util", + srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.13", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_examples_prostgen__futures_task__0_3_13//:futures_task", + "@rules_rust_examples_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + "@rules_rust_examples_prostgen__pin_utils__0_1_0//:pin_utils", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.getrandom-0.2.2.bazel b/examples/prostgen/raze/remote/BUILD.getrandom-0.2.2.bazel new file mode 100644 index 0000000000..fa9243f13c --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.getrandom-0.2.2.bazel @@ -0,0 +1,169 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=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.2.2", + visibility = ["//visibility:private"], + deps = [ + ] + selects.with_or({ + # cfg(all(target_arch = "wasm32", target_os = "unknown")) + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + ): [ + ], + "//conditions:default": [], + }) + 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": [], + }), +) + +# 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.2.2", + # buildifier: leave-alone + deps = [ + ":getrandom_build_script", + "@rules_rust_examples_prostgen__cfg_if__1_0_0//:cfg_if", + ] + selects.with_or({ + # cfg(all(target_arch = "wasm32", target_os = "unknown")) + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + ): [ + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(target_os = "wasi") + ( + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + "@rules_rust_examples_prostgen__wasi__0_10_2_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", + ): [ + "@rules_rust_examples_prostgen__libc__0_2_86//:libc", + ], + "//conditions:default": [], + }), +) + +# Unsupported target "custom" with type "test" omitted + +# Unsupported target "normal" with type "test" omitted + +# Unsupported target "rdrand" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.h2-0.3.0.bazel b/examples/prostgen/raze/remote/BUILD.h2-0.3.0.bazel new file mode 100644 index 0000000000..a37d4ccd00 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.h2-0.3.0.bazel @@ -0,0 +1,71 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "akamai" with type "example" omitted + +# Unsupported target "client" with type "example" omitted + +# Unsupported target "server" with type "example" omitted + +rust_library( + name = "h2", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_examples_prostgen__fnv__1_0_7//:fnv", + "@rules_rust_examples_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_examples_prostgen__futures_sink__0_3_13//:futures_sink", + "@rules_rust_examples_prostgen__futures_util__0_3_13//:futures_util", + "@rules_rust_examples_prostgen__http__0_2_3//:http", + "@rules_rust_examples_prostgen__indexmap__1_6_1//:indexmap", + "@rules_rust_examples_prostgen__slab__0_4_2//:slab", + "@rules_rust_examples_prostgen__tokio__1_0_2//:tokio", + "@rules_rust_examples_prostgen__tokio_util__0_6_3//:tokio_util", + "@rules_rust_examples_prostgen__tracing__0_1_25//:tracing", + "@rules_rust_examples_prostgen__tracing_futures__0_2_5//:tracing_futures", + ], +) diff --git a/proto/prostgen/raze/remote/BUILD.rand_pcg-0.2.1.bazel b/examples/prostgen/raze/remote/BUILD.hashbrown-0.9.1.bazel similarity index 64% rename from proto/prostgen/raze/remote/BUILD.rand_pcg-0.2.1.bazel rename to examples/prostgen/raze/remote/BUILD.hashbrown-0.9.1.bazel index 802acfcdcd..7bd577005e 100644 --- a/proto/prostgen/raze/remote/BUILD.rand_pcg-0.2.1.bazel +++ b/examples/prostgen/raze/remote/BUILD.hashbrown-0.9.1.bazel @@ -19,21 +19,24 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" + "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) # Generated Targets +# Unsupported target "bench" with type "bench" omitted + rust_library( - name = "rand_pcg", + name = "hashbrown", srcs = glob(["**/*.rs"]), crate_features = [ + "raw", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -46,15 +49,16 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.1", + version = "0.9.1", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__rand_core__0_5_1//:rand_core", ], ) -# Unsupported target "lcg128xsl64" with type "test" omitted +# Unsupported target "hasher" with type "test" omitted + +# Unsupported target "rayon" with type "test" omitted -# Unsupported target "lcg64xsh32" with type "test" omitted +# Unsupported target "serde" with type "test" omitted -# Unsupported target "mcg128xsl64" with type "test" omitted +# Unsupported target "set" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.hermit-abi-0.1.18.bazel b/examples/prostgen/raze/remote/BUILD.hermit-abi-0.1.18.bazel new file mode 100644 index 0000000000..594cb84108 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.hermit-abi-0.1.18.bazel @@ -0,0 +1,55 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "hermit_abi", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.18", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__libc__0_2_86//:libc", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.http-0.2.3.bazel b/examples/prostgen/raze/remote/BUILD.http-0.2.3.bazel new file mode 100644 index 0000000000..9a2dc986ad --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.http-0.2.3.bazel @@ -0,0 +1,70 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +# Unsupported target "header_map" with type "bench" omitted + +# Unsupported target "header_name" with type "bench" omitted + +# Unsupported target "header_value" with type "bench" omitted + +# Unsupported target "uri" with type "bench" omitted + +rust_library( + name = "http", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_examples_prostgen__fnv__1_0_7//:fnv", + "@rules_rust_examples_prostgen__itoa__0_4_7//:itoa", + ], +) + +# Unsupported target "header_map" with type "test" omitted + +# Unsupported target "header_map_fuzz" with type "test" omitted + +# Unsupported target "status_code" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.http-body-0.4.0.bazel b/examples/prostgen/raze/remote/BUILD.http-body-0.4.0.bazel new file mode 100644 index 0000000000..68d0bc8f58 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.http-body-0.4.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "http_body", + 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.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_examples_prostgen__http__0_2_3//:http", + ], +) + +# Unsupported target "is_end_stream" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.httparse-1.3.5.bazel b/examples/prostgen/raze/remote/BUILD.httparse-1.3.5.bazel similarity index 95% rename from proto/prostgen/raze/remote/BUILD.httparse-1.3.5.bazel rename to examples/prostgen/raze/remote/BUILD.httparse-1.3.5.bazel index 827ea9bea0..a6f88c0f69 100644 --- a/proto/prostgen/raze/remote/BUILD.httparse-1.3.5.bazel +++ b/examples/prostgen/raze/remote/BUILD.httparse-1.3.5.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) diff --git a/examples/prostgen/raze/remote/BUILD.httpdate-0.3.2.bazel b/examples/prostgen/raze/remote/BUILD.httpdate-0.3.2.bazel new file mode 100644 index 0000000000..b4c2c185ad --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.httpdate-0.3.2.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "httpdate", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.2", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.hyper-0.14.4.bazel b/examples/prostgen/raze/remote/BUILD.hyper-0.14.4.bazel new file mode 100644 index 0000000000..faddeb1a94 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.hyper-0.14.4.bazel @@ -0,0 +1,149 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "body" with type "bench" omitted + +# Unsupported target "connect" with type "bench" omitted + +# Unsupported target "end_to_end" with type "bench" omitted + +# Unsupported target "pipeline" with type "bench" omitted + +# Unsupported target "server" with type "bench" omitted + +# Unsupported target "hyper" with type "cdylib" omitted + +# Unsupported target "client" with type "example" omitted + +# Unsupported target "client_json" with type "example" omitted + +# Unsupported target "echo" with type "example" omitted + +# Unsupported target "gateway" with type "example" omitted + +# Unsupported target "hello" with type "example" omitted + +# Unsupported target "http_proxy" with type "example" omitted + +# Unsupported target "multi_server" with type "example" omitted + +# Unsupported target "params" with type "example" omitted + +# Unsupported target "send_file" with type "example" omitted + +# Unsupported target "service_struct_impl" with type "example" omitted + +# Unsupported target "single_threaded" with type "example" omitted + +# Unsupported target "state" with type "example" omitted + +# Unsupported target "tower_client" with type "example" omitted + +# Unsupported target "tower_server" with type "example" omitted + +# Unsupported target "upgrades" with type "example" omitted + +# Unsupported target "web_api" with type "example" omitted + +rust_library( + name = "hyper", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "client", + "default", + "full", + "h2", + "http1", + "http2", + "runtime", + "server", + "socket2", + "stream", + "tcp", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.14.4", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_examples_prostgen__futures_channel__0_3_13//:futures_channel", + "@rules_rust_examples_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_examples_prostgen__futures_util__0_3_13//:futures_util", + "@rules_rust_examples_prostgen__h2__0_3_0//:h2", + "@rules_rust_examples_prostgen__http__0_2_3//:http", + "@rules_rust_examples_prostgen__http_body__0_4_0//:http_body", + "@rules_rust_examples_prostgen__httparse__1_3_5//:httparse", + "@rules_rust_examples_prostgen__httpdate__0_3_2//:httpdate", + "@rules_rust_examples_prostgen__itoa__0_4_7//:itoa", + "@rules_rust_examples_prostgen__pin_project__1_0_5//:pin_project", + "@rules_rust_examples_prostgen__socket2__0_3_19//:socket2", + "@rules_rust_examples_prostgen__tokio__1_0_2//:tokio", + "@rules_rust_examples_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_examples_prostgen__tracing__0_1_25//:tracing", + "@rules_rust_examples_prostgen__want__0_3_0//:want", + ] + selects.with_or({ + # cfg(any(target_os = "linux", target_os = "macos")) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:i686-unknown-linux-gnu", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "hyper" with type "staticlib" omitted + +# Unsupported target "client" with type "test" omitted + +# Unsupported target "integration" with type "test" omitted + +# Unsupported target "server" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.hyper-tls-0.5.0.bazel b/examples/prostgen/raze/remote/BUILD.hyper-tls-0.5.0.bazel new file mode 100644 index 0000000000..3cfc2c7b55 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.hyper-tls-0.5.0.bazel @@ -0,0 +1,60 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 + +rust_library( + name = "hyper_tls", + 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.5.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_examples_prostgen__hyper__0_14_4//:hyper", + "@rules_rust_examples_prostgen__native_tls__0_2_7//:native_tls", + "@rules_rust_examples_prostgen__tokio__1_0_2//:tokio", + "@rules_rust_examples_prostgen__tokio_native_tls__0_3_0//:tokio_native_tls", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.idna-0.2.2.bazel b/examples/prostgen/raze/remote/BUILD.idna-0.2.2.bazel new file mode 100644 index 0000000000..835dfcab42 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.idna-0.2.2.bazel @@ -0,0 +1,62 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "all" with type "bench" omitted + +rust_library( + name = "idna", + 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.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__matches__0_1_8//:matches", + "@rules_rust_examples_prostgen__unicode_bidi__0_3_4//:unicode_bidi", + "@rules_rust_examples_prostgen__unicode_normalization__0_1_17//:unicode_normalization", + ], +) + +# Unsupported target "tests" with type "test" omitted + +# Unsupported target "unit" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.indexmap-1.6.1.bazel b/examples/prostgen/raze/remote/BUILD.indexmap-1.6.1.bazel new file mode 100644 index 0000000000..eb29d2177f --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.indexmap-1.6.1.bazel @@ -0,0 +1,96 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "indexmap_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 = "1.6.1", + visibility = ["//visibility:private"], + deps = [ + "@rules_rust_examples_prostgen__autocfg__1_0_1//:autocfg", + ], +) + +# Unsupported target "bench" with type "bench" omitted + +# Unsupported target "faststring" with type "bench" omitted + +rust_library( + name = "indexmap", + 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 = [ + ":indexmap_build_script", + "@rules_rust_examples_prostgen__hashbrown__0_9_1//:hashbrown", + ], +) + +# Unsupported target "equivalent_trait" with type "test" omitted + +# Unsupported target "macros_full_path" with type "test" omitted + +# Unsupported target "quick" with type "test" omitted + +# Unsupported target "tests" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.ipnet-2.3.0.bazel b/examples/prostgen/raze/remote/BUILD.ipnet-2.3.0.bazel new file mode 100644 index 0000000000..03c691c722 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.ipnet-2.3.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "ipnet", + 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.3.0", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.itertools-0.9.0.bazel b/examples/prostgen/raze/remote/BUILD.itertools-0.9.0.bazel new file mode 100644 index 0000000000..eae7f51afc --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.itertools-0.9.0.bazel @@ -0,0 +1,90 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "bench1" with type "bench" omitted + +# Unsupported target "combinations_with_replacement" with type "bench" omitted + +# Unsupported target "fold_specialization" with type "bench" omitted + +# Unsupported target "tree_fold1" with type "bench" omitted + +# Unsupported target "tuple_combinations" with type "bench" omitted + +# Unsupported target "tuples" with type "bench" omitted + +# Unsupported target "iris" with type "example" omitted + +rust_library( + name = "itertools", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "use_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", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__either__1_6_1//:either", + ], +) + +# Unsupported target "adaptors_no_collect" with type "test" omitted + +# Unsupported target "fold_specialization" with type "test" omitted + +# Unsupported target "merge_join" with type "test" omitted + +# Unsupported target "peeking_take_while" with type "test" omitted + +# Unsupported target "quick" with type "test" omitted + +# Unsupported target "specializations" with type "test" omitted + +# Unsupported target "test_core" with type "test" omitted + +# Unsupported target "test_std" with type "test" omitted + +# Unsupported target "tuples" with type "test" omitted + +# Unsupported target "zip" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.itoa-0.4.7.bazel b/examples/prostgen/raze/remote/BUILD.itoa-0.4.7.bazel new file mode 100644 index 0000000000..cd43bd3a41 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.itoa-0.4.7.bazel @@ -0,0 +1,59 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +# Unsupported target "bench" with type "bench" omitted + +rust_library( + name = "itoa", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.7", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "test" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.iovec-0.1.4.bazel b/examples/prostgen/raze/remote/BUILD.js-sys-0.3.47.bazel similarity index 67% rename from proto/prostgen/raze/remote/BUILD.iovec-0.1.4.bazel rename to examples/prostgen/raze/remote/BUILD.js-sys-0.3.47.bazel index df2d23dcbb..37a9fa63ac 100644 --- a/proto/prostgen/raze/remote/BUILD.iovec-0.1.4.bazel +++ b/examples/prostgen/raze/remote/BUILD.js-sys-0.3.47.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -31,7 +31,7 @@ licenses([ # Generated Targets rust_library( - name = "iovec", + name = "js_sys", srcs = glob(["**/*.rs"]), aliases = { }, @@ -40,7 +40,7 @@ rust_library( crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -48,17 +48,21 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.4", + version = "0.3.47", # buildifier: leave-alone deps = [ + "@rules_rust_examples_prostgen__wasm_bindgen__0_2_70//:wasm_bindgen", ] + selects.with_or({ - # cfg(unix) + # cfg(target_arch = "wasm32") ( - "@rules_rust//rust/platform:x86_64-apple-darwin", - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + "@rules_rust//rust/platform:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", ): [ - "@rules_rust_prostgen__libc__0_2_86//:libc", ], "//conditions:default": [], }), ) + +# Unsupported target "headless" with type "test" omitted + +# Unsupported target "wasm" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.lazy_static-1.4.0.bazel b/examples/prostgen/raze/remote/BUILD.lazy_static-1.4.0.bazel new file mode 100644 index 0000000000..5c0058c53f --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.lazy_static-1.4.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "lazy_static", + 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.4.0", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "no_std" with type "test" omitted + +# Unsupported target "test" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.libc-0.2.86.bazel b/examples/prostgen/raze/remote/BUILD.libc-0.2.86.bazel similarity index 95% rename from proto/prostgen/raze/remote/BUILD.libc-0.2.86.bazel rename to examples/prostgen/raze/remote/BUILD.libc-0.2.86.bazel index 101875fdb2..d7fb94280c 100644 --- a/proto/prostgen/raze/remote/BUILD.libc-0.2.86.bazel +++ b/examples/prostgen/raze/remote/BUILD.libc-0.2.86.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) diff --git a/examples/prostgen/raze/remote/BUILD.log-0.4.14.bazel b/examples/prostgen/raze/remote/BUILD.log-0.4.14.bazel new file mode 100644 index 0000000000..67e1a08ff0 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.log-0.4.14.bazel @@ -0,0 +1,89 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "log_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.4.14", + visibility = ["//visibility:private"], + deps = [ + ], +) + +# Unsupported target "value" with type "bench" omitted + +rust_library( + name = "log", + 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.4.14", + # buildifier: leave-alone + deps = [ + ":log_build_script", + "@rules_rust_examples_prostgen__cfg_if__1_0_0//:cfg_if", + ], +) + +# Unsupported target "filters" with type "test" omitted + +# Unsupported target "macros" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.matches-0.1.8.bazel b/examples/prostgen/raze/remote/BUILD.matches-0.1.8.bazel new file mode 100644 index 0000000000..dc8d5becd6 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.matches-0.1.8.bazel @@ -0,0 +1,55 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "matches", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.8", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "macro_use_one" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.memchr-2.3.4.bazel b/examples/prostgen/raze/remote/BUILD.memchr-2.3.4.bazel new file mode 100644 index 0000000000..27caee511a --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.memchr-2.3.4.bazel @@ -0,0 +1,86 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "unencumbered", # Unlicense from expression "Unlicense OR MIT" +]) + +# Generated Targets +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "memchr_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 = "2.3.4", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "memchr", + 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 = "2.3.4", + # buildifier: leave-alone + deps = [ + ":memchr_build_script", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.mime-0.3.16.bazel b/examples/prostgen/raze/remote/BUILD.mime-0.3.16.bazel new file mode 100644 index 0000000000..cf9d29cbd8 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.mime-0.3.16.bazel @@ -0,0 +1,59 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "cmp" with type "bench" omitted + +# Unsupported target "fmt" with type "bench" omitted + +# Unsupported target "parse" with type "bench" omitted + +rust_library( + name = "mime", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.16", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.mio-0.7.9.bazel b/examples/prostgen/raze/remote/BUILD.mio-0.7.9.bazel new file mode 100644 index 0000000000..dc689bb47c --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.mio-0.7.9.bazel @@ -0,0 +1,102 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "tcp_server" with type "example" omitted + +# Unsupported target "udp_server" with type "example" omitted + +rust_library( + name = "mio", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + "net", + "os-ext", + "os-poll", + "os-util", + "tcp", + "udp", + "uds", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.7.9", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__log__0_4_14//:log", + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:aarch64-linux-android", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:i686-linux-android", + "@rules_rust//rust/platform:i686-unknown-freebsd", + "@rules_rust//rust/platform:i686-unknown-linux-gnu", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + "@rules_rust//rust/platform:x86_64-linux-android", + "@rules_rust//rust/platform:x86_64-unknown-freebsd", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + "@rules_rust_examples_prostgen__libc__0_2_86//: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", + ): [ + "@rules_rust_examples_prostgen__miow__0_3_6//:miow", + "@rules_rust_examples_prostgen__ntapi__0_3_6//:ntapi", + "@rules_rust_examples_prostgen__winapi__0_3_9//:winapi", + ], + "//conditions:default": [], + }), +) diff --git a/examples/prostgen/raze/remote/BUILD.miow-0.3.6.bazel b/examples/prostgen/raze/remote/BUILD.miow-0.3.6.bazel new file mode 100644 index 0000000000..18dd0d0b6c --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.miow-0.3.6.bazel @@ -0,0 +1,55 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "miow", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.6", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__socket2__0_3_19//:socket2", + "@rules_rust_examples_prostgen__winapi__0_3_9//:winapi", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.native-tls-0.2.7.bazel b/examples/prostgen/raze/remote/BUILD.native-tls-0.2.7.bazel new file mode 100644 index 0000000000..db2a8940a1 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.native-tls-0.2.7.bazel @@ -0,0 +1,176 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "native_tls_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.2.7", + visibility = ["//visibility:private"], + deps = [ + ] + selects.with_or({ + # cfg(any(target_os = "macos", target_os = "ios")) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + ): [ + "@rules_rust_examples_prostgen__security_framework_sys__2_1_0//:security_framework_sys", + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(not(any(target_os = "windows", target_os = "macos", target_os = "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:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", + "@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", + ): [ + "@rules_rust_examples_prostgen__openssl_sys__0_9_60//:openssl_sys", + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(target_os = "windows") + ( + "@rules_rust//rust/platform:i686-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "google-connect" with type "example" omitted + +# Unsupported target "simple-server" with type "example" omitted + +rust_library( + name = "native_tls", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.7", + # buildifier: leave-alone + deps = [ + ":native_tls_build_script", + ] + selects.with_or({ + # cfg(any(target_os = "macos", target_os = "ios")) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + ): [ + "@rules_rust_examples_prostgen__lazy_static__1_4_0//:lazy_static", + "@rules_rust_examples_prostgen__libc__0_2_86//:libc", + "@rules_rust_examples_prostgen__security_framework__2_1_0//:security_framework", + "@rules_rust_examples_prostgen__security_framework_sys__2_1_0//:security_framework_sys", + "@rules_rust_examples_prostgen__tempfile__3_2_0//:tempfile", + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(not(any(target_os = "windows", target_os = "macos", target_os = "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:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", + "@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", + ): [ + "@rules_rust_examples_prostgen__log__0_4_14//:log", + "@rules_rust_examples_prostgen__openssl__0_10_32//:openssl", + "@rules_rust_examples_prostgen__openssl_probe__0_1_2//:openssl_probe", + "@rules_rust_examples_prostgen__openssl_sys__0_9_60//:openssl_sys", + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(target_os = "windows") + ( + "@rules_rust//rust/platform:i686-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + "@rules_rust_examples_prostgen__schannel__0_1_19//:schannel", + ], + "//conditions:default": [], + }), +) diff --git a/examples/prostgen/raze/remote/BUILD.ntapi-0.3.6.bazel b/examples/prostgen/raze/remote/BUILD.ntapi-0.3.6.bazel new file mode 100644 index 0000000000..e20a030650 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.ntapi-0.3.6.bazel @@ -0,0 +1,87 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "ntapi_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "user", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.6", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "ntapi", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "user", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.6", + # buildifier: leave-alone + deps = [ + ":ntapi_build_script", + "@rules_rust_examples_prostgen__winapi__0_3_9//:winapi", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.num_cpus-1.13.0.bazel b/examples/prostgen/raze/remote/BUILD.num_cpus-1.13.0.bazel new file mode 100644 index 0000000000..5c473c6c7b --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.num_cpus-1.13.0.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "values" with type "example" omitted + +rust_library( + name = "num_cpus", + 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.13.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__libc__0_2_86//:libc", + ], +) diff --git a/proto/prostgen/raze/remote/BUILD.kernel32-sys-0.2.2.bazel b/examples/prostgen/raze/remote/BUILD.openssl-0.10.32.bazel similarity index 61% rename from proto/prostgen/raze/remote/BUILD.kernel32-sys-0.2.2.bazel rename to examples/prostgen/raze/remote/BUILD.openssl-0.10.32.bazel index 63059ea13a..e6902a17a6 100644 --- a/proto/prostgen/raze/remote/BUILD.kernel32-sys-0.2.2.bazel +++ b/examples/prostgen/raze/remote/BUILD.openssl-0.10.32.bazel @@ -19,13 +19,13 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) licenses([ - "notice", # MIT from expression "MIT" + "notice", # Apache-2.0 from expression "Apache-2.0" ]) # Generated Targets @@ -36,7 +36,7 @@ load( ) cargo_build_script( - name = "kernel32_sys_build_script", + name = "openssl_build_script", srcs = glob(["**/*.rs"]), build_script_env = { }, @@ -52,24 +52,17 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.2", + version = "0.10.32", visibility = ["//visibility:private"], deps = [ - "@rules_rust_prostgen__winapi_build__0_1_1//:winapi_build", + "@rules_rust_examples_prostgen__openssl_sys__0_9_60//:openssl_sys", ], ) -alias( - name = "kernel32_sys", - actual = ":kernel32", - tags = [ - "cargo-raze", - "manual", - ], -) +# Unsupported target "mk_certs" with type "example" omitted rust_library( - name = "kernel32", + name = "openssl", srcs = glob(["**/*.rs"]), crate_features = [ ], @@ -84,10 +77,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.2", + version = "0.10.32", # buildifier: leave-alone deps = [ - ":kernel32_sys_build_script", - "@rules_rust_prostgen__winapi__0_2_8//:winapi", + ":openssl_build_script", + "@rules_rust_examples_prostgen__bitflags__1_2_1//:bitflags", + "@rules_rust_examples_prostgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_examples_prostgen__foreign_types__0_3_2//:foreign_types", + "@rules_rust_examples_prostgen__lazy_static__1_4_0//:lazy_static", + "@rules_rust_examples_prostgen__libc__0_2_86//:libc", + "@rules_rust_examples_prostgen__openssl_sys__0_9_60//:openssl_sys", ], ) diff --git a/examples/prostgen/raze/remote/BUILD.openssl-probe-0.1.2.bazel b/examples/prostgen/raze/remote/BUILD.openssl-probe-0.1.2.bazel new file mode 100644 index 0000000000..0190d78a06 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.openssl-probe-0.1.2.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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.2", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/proto/prostgen/raze/remote/BUILD.getrandom-0.1.16.bazel b/examples/prostgen/raze/remote/BUILD.openssl-sys-0.9.60.bazel similarity index 60% rename from proto/prostgen/raze/remote/BUILD.getrandom-0.1.16.bazel rename to examples/prostgen/raze/remote/BUILD.openssl-sys-0.9.60.bazel index 408b1f2121..6b2ecc2957 100644 --- a/proto/prostgen/raze/remote/BUILD.getrandom-0.1.16.bazel +++ b/examples/prostgen/raze/remote/BUILD.openssl-sys-0.9.60.bazel @@ -19,13 +19,13 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" + "notice", # MIT from expression "MIT" ]) # Generated Targets @@ -36,16 +36,15 @@ load( ) cargo_build_script( - name = "getrandom_build_script", + name = "openssl_sys_build_script", srcs = glob(["**/*.rs"]), build_script_env = { }, crate_features = [ - "std", ], - crate_root = "build.rs", + crate_root = "build/main.rs", data = glob(["**"]), - edition = "2018", + edition = "2015", rustc_flags = [ "--cap-lints=allow", ], @@ -53,34 +52,35 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.1.16", + version = "0.9.60", visibility = ["//visibility:private"], deps = [ + "@rules_rust_examples_prostgen__autocfg__1_0_1//:autocfg", + "@rules_rust_examples_prostgen__cc__1_0_67//:cc", + "@rules_rust_examples_prostgen__pkg_config__0_3_19//:pkg_config", ] + selects.with_or({ - # cfg(unix) + # cfg(target_env = "msvc") ( - "@rules_rust//rust/platform:x86_64-apple-darwin", - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + "@rules_rust//rust/platform:i686-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", ): [ + "@rules_rust_examples_prostgen__vcpkg__0_2_11//:vcpkg", ], "//conditions:default": [], }), ) -# Unsupported target "mod" with type "bench" omitted - rust_library( - name = "getrandom", + name = "openssl_sys", srcs = glob(["**/*.rs"]), aliases = { }, crate_features = [ - "std", ], crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2018", + edition = "2015", rustc_flags = [ "--cap-lints=allow", ], @@ -88,21 +88,18 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.16", + version = "0.9.60", # buildifier: leave-alone deps = [ - ":getrandom_build_script", - "@rules_rust_prostgen__cfg_if__1_0_0//:cfg_if", + ":openssl_sys_build_script", + "@rules_rust_examples_prostgen__libc__0_2_86//:libc", ] + selects.with_or({ - # cfg(unix) + # cfg(target_env = "msvc") ( - "@rules_rust//rust/platform:x86_64-apple-darwin", - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + "@rules_rust//rust/platform:i686-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", ): [ - "@rules_rust_prostgen__libc__0_2_86//:libc", ], "//conditions:default": [], }), ) - -# Unsupported target "common" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.percent-encoding-2.1.0.bazel b/examples/prostgen/raze/remote/BUILD.percent-encoding-2.1.0.bazel new file mode 100644 index 0000000000..0403431b0f --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.percent-encoding-2.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "percent_encoding", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "2.1.0", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.pin-project-1.0.5.bazel b/examples/prostgen/raze/remote/BUILD.pin-project-1.0.5.bazel new file mode 100644 index 0000000000..b9030344a1 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.pin-project-1.0.5.bazel @@ -0,0 +1,100 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "enum-default" with type "example" omitted + +# Unsupported target "enum-default-expanded" with type "example" omitted + +# Unsupported target "not_unpin" with type "example" omitted + +# Unsupported target "not_unpin-expanded" with type "example" omitted + +# Unsupported target "pinned_drop" with type "example" omitted + +# Unsupported target "pinned_drop-expanded" with type "example" omitted + +# Unsupported target "project_replace" with type "example" omitted + +# Unsupported target "project_replace-expanded" with type "example" omitted + +# Unsupported target "struct-default" with type "example" omitted + +# Unsupported target "struct-default-expanded" with type "example" omitted + +# Unsupported target "unsafe_unpin" with type "example" omitted + +# Unsupported target "unsafe_unpin-expanded" with type "example" omitted + +rust_library( + name = "pin_project", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_examples_prostgen__pin_project_internal__1_0_5//:pin_project_internal", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.5", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "cfg" with type "test" omitted + +# Unsupported target "compiletest" with type "test" omitted + +# Unsupported target "drop_order" with type "test" omitted + +# Unsupported target "expandtest" with type "test" omitted + +# Unsupported target "lint" with type "test" omitted + +# Unsupported target "pin_project" with type "test" omitted + +# Unsupported target "pinned_drop" with type "test" omitted + +# Unsupported target "proper_unpin" with type "test" omitted + +# Unsupported target "repr_packed" with type "test" omitted + +# Unsupported target "unsafe_unpin" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.pin-project-internal-1.0.5.bazel b/examples/prostgen/raze/remote/BUILD.pin-project-internal-1.0.5.bazel new file mode 100644 index 0000000000..38b73abf63 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.pin-project-internal-1.0.5.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "pin_project_internal", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.5", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_examples_prostgen__quote__1_0_9//:quote", + "@rules_rust_examples_prostgen__syn__1_0_60//:syn", + ], +) diff --git a/proto/prostgen/raze/remote/BUILD.pin-project-lite-0.2.4.bazel b/examples/prostgen/raze/remote/BUILD.pin-project-lite-0.2.4.bazel similarity index 94% rename from proto/prostgen/raze/remote/BUILD.pin-project-lite-0.2.4.bazel rename to examples/prostgen/raze/remote/BUILD.pin-project-lite-0.2.4.bazel index 35fd29f684..1992415b73 100644 --- a/proto/prostgen/raze/remote/BUILD.pin-project-lite-0.2.4.bazel +++ b/examples/prostgen/raze/remote/BUILD.pin-project-lite-0.2.4.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) diff --git a/examples/prostgen/raze/remote/BUILD.pin-utils-0.1.0.bazel b/examples/prostgen/raze/remote/BUILD.pin-utils-0.1.0.bazel new file mode 100644 index 0000000000..810012f486 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.pin-utils-0.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "pin_utils", + 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 = [ + ], +) + +# Unsupported target "projection" with type "test" omitted + +# Unsupported target "stack_pin" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.pkg-config-0.3.19.bazel b/examples/prostgen/raze/remote/BUILD.pkg-config-0.3.19.bazel new file mode 100644 index 0000000000..49e5fcb8df --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.pkg-config-0.3.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "pkg_config", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.19", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "test" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel b/examples/prostgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel new file mode 100644 index 0000000000..fd8d33ea4e --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel @@ -0,0 +1,55 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "ppv_lite86", + srcs = glob(["**/*.rs"]), + crate_features = [ + "simd", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.10", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.proc-macro2-1.0.24.bazel b/examples/prostgen/raze/remote/BUILD.proc-macro2-1.0.24.bazel new file mode 100644 index 0000000000..ddb135300f --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.proc-macro2-1.0.24.bazel @@ -0,0 +1,97 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "proc_macro2_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "proc-macro", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.24", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "proc_macro2", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "proc-macro", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.24", + # buildifier: leave-alone + deps = [ + ":proc_macro2_build_script", + "@rules_rust_examples_prostgen__unicode_xid__0_2_1//:unicode_xid", + ], +) + +# Unsupported target "comments" with type "test" omitted + +# Unsupported target "features" with type "test" omitted + +# Unsupported target "marker" with type "test" omitted + +# Unsupported target "test" with type "test" omitted + +# Unsupported target "test_fmt" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.prost-0.7.0.bazel b/examples/prostgen/raze/remote/BUILD.prost-0.7.0.bazel new file mode 100644 index 0000000000..b13f89435a --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.prost-0.7.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "varint" with type "bench" omitted + +rust_library( + name = "prost", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "prost-derive", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_examples_prostgen__prost_derive__0_7_0//:prost_derive", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.7.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__bytes__1_0_1//:bytes", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.prost-derive-0.7.0.bazel b/examples/prostgen/raze/remote/BUILD.prost-derive-0.7.0.bazel new file mode 100644 index 0000000000..5baaf4d536 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.prost-derive-0.7.0.bazel @@ -0,0 +1,58 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "prost_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 = "0.7.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__anyhow__1_0_38//:anyhow", + "@rules_rust_examples_prostgen__itertools__0_9_0//:itertools", + "@rules_rust_examples_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_examples_prostgen__quote__1_0_9//:quote", + "@rules_rust_examples_prostgen__syn__1_0_60//:syn", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.quote-1.0.9.bazel b/examples/prostgen/raze/remote/BUILD.quote-1.0.9.bazel new file mode 100644 index 0000000000..5a8b5cd2a3 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.quote-1.0.9.bazel @@ -0,0 +1,60 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "quote", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "proc-macro", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.9", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__proc_macro2__1_0_24//:proc_macro2", + ], +) + +# Unsupported target "compiletest" with type "test" omitted + +# Unsupported target "test" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.rand-0.8.3.bazel b/examples/prostgen/raze/remote/BUILD.rand-0.8.3.bazel new file mode 100644 index 0000000000..c49bc3904d --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.rand-0.8.3.bazel @@ -0,0 +1,89 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "alloc", + "default", + "getrandom", + "libc", + "rand_chacha", + "rand_hc", + "small_rng", + "std", + "std_rng", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.8.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__rand_chacha__0_3_0//:rand_chacha", + "@rules_rust_examples_prostgen__rand_core__0_6_2//: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", + ): [ + "@rules_rust_examples_prostgen__libc__0_2_86//:libc", + ], + "//conditions:default": [], + }), +) diff --git a/examples/prostgen/raze/remote/BUILD.rand_chacha-0.3.0.bazel b/examples/prostgen/raze/remote/BUILD.rand_chacha-0.3.0.bazel new file mode 100644 index 0000000000..2c3994d6f3 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.rand_chacha-0.3.0.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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.3.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__ppv_lite86__0_2_10//:ppv_lite86", + "@rules_rust_examples_prostgen__rand_core__0_6_2//:rand_core", + ], +) diff --git a/proto/prostgen/raze/remote/BUILD.rand_core-0.5.1.bazel b/examples/prostgen/raze/remote/BUILD.rand_core-0.6.2.bazel similarity index 85% rename from proto/prostgen/raze/remote/BUILD.rand_core-0.5.1.bazel rename to examples/prostgen/raze/remote/BUILD.rand_core-0.6.2.bazel index 8bd873edab..3baef036e8 100644 --- a/proto/prostgen/raze/remote/BUILD.rand_core-0.5.1.bazel +++ b/examples/prostgen/raze/remote/BUILD.rand_core-0.6.2.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -49,9 +49,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.5.1", + version = "0.6.2", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__getrandom__0_1_16//:getrandom", + "@rules_rust_examples_prostgen__getrandom__0_2_2//:getrandom", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.rand_hc-0.2.0.bazel b/examples/prostgen/raze/remote/BUILD.rand_hc-0.3.0.bazel similarity index 85% rename from proto/prostgen/raze/remote/BUILD.rand_hc-0.2.0.bazel rename to examples/prostgen/raze/remote/BUILD.rand_hc-0.3.0.bazel index d28dd208d3..05faf66cc6 100644 --- a/proto/prostgen/raze/remote/BUILD.rand_hc-0.2.0.bazel +++ b/examples/prostgen/raze/remote/BUILD.rand_hc-0.3.0.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -46,9 +46,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.0", + version = "0.3.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__rand_core__0_5_1//:rand_core", + "@rules_rust_examples_prostgen__rand_core__0_6_2//:rand_core", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.redox_syscall-0.2.5.bazel b/examples/prostgen/raze/remote/BUILD.redox_syscall-0.2.5.bazel similarity index 88% rename from proto/prostgen/raze/remote/BUILD.redox_syscall-0.2.5.bazel rename to examples/prostgen/raze/remote/BUILD.redox_syscall-0.2.5.bazel index 179278def0..f83908a0e4 100644 --- a/proto/prostgen/raze/remote/BUILD.redox_syscall-0.2.5.bazel +++ b/examples/prostgen/raze/remote/BUILD.redox_syscall-0.2.5.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -58,6 +58,6 @@ rust_library( version = "0.2.5", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__bitflags__1_2_1//:bitflags", + "@rules_rust_examples_prostgen__bitflags__1_2_1//:bitflags", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.time-0.1.43.bazel b/examples/prostgen/raze/remote/BUILD.remove_dir_all-0.5.3.bazel similarity index 81% rename from proto/prostgen/raze/remote/BUILD.time-0.1.43.bazel rename to examples/prostgen/raze/remote/BUILD.remove_dir_all-0.5.3.bazel index 59c7329e0d..30c3ba5215 100644 --- a/proto/prostgen/raze/remote/BUILD.time-0.1.43.bazel +++ b/examples/prostgen/raze/remote/BUILD.remove_dir_all-0.5.3.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -31,7 +31,7 @@ licenses([ # Generated Targets rust_library( - name = "time", + name = "remove_dir_all", srcs = glob(["**/*.rs"]), aliases = { }, @@ -48,16 +48,16 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.43", + version = "0.5.3", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__libc__0_2_86//:libc", ] + selects.with_or({ # cfg(windows) ( + "@rules_rust//rust/platform:i686-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", ): [ - "@rules_rust_prostgen__winapi__0_3_9//:winapi", + "@rules_rust_examples_prostgen__winapi__0_3_9//:winapi", ], "//conditions:default": [], }), diff --git a/examples/prostgen/raze/remote/BUILD.reqwest-0.11.1.bazel b/examples/prostgen/raze/remote/BUILD.reqwest-0.11.1.bazel new file mode 100644 index 0000000000..4af08102b9 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.reqwest-0.11.1.bazel @@ -0,0 +1,162 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "blocking" with type "example" omitted + +# Unsupported target "form" with type "example" omitted + +# Unsupported target "json_dynamic" with type "example" omitted + +# Unsupported target "json_typed" with type "example" omitted + +# Unsupported target "simple" with type "example" omitted + +# Unsupported target "tor_socks" with type "example" omitted + +rust_library( + name = "reqwest", + srcs = glob(["**/*.rs"]), + aliases = { + "@rules_rust_examples_prostgen__native_tls__0_2_7//:native_tls": "native_tls_crate", + }, + crate_features = [ + "__tls", + "default", + "default-tls", + "hyper-tls", + "native-tls-crate", + "tokio-native-tls", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.11.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_examples_prostgen__http__0_2_3//:http", + "@rules_rust_examples_prostgen__serde__1_0_123//:serde", + "@rules_rust_examples_prostgen__serde_urlencoded__0_7_0//:serde_urlencoded", + "@rules_rust_examples_prostgen__url__2_2_1//:url", + ] + selects.with_or({ + # cfg(not(target_arch = "wasm32")) + ( + "@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-pc-windows-msvc", + "@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-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-unknown-freebsd", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + "@rules_rust_examples_prostgen__base64__0_13_0//:base64", + "@rules_rust_examples_prostgen__encoding_rs__0_8_28//:encoding_rs", + "@rules_rust_examples_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_examples_prostgen__futures_util__0_3_13//:futures_util", + "@rules_rust_examples_prostgen__http_body__0_4_0//:http_body", + "@rules_rust_examples_prostgen__hyper__0_14_4//:hyper", + "@rules_rust_examples_prostgen__hyper_tls__0_5_0//:hyper_tls", + "@rules_rust_examples_prostgen__ipnet__2_3_0//:ipnet", + "@rules_rust_examples_prostgen__lazy_static__1_4_0//:lazy_static", + "@rules_rust_examples_prostgen__log__0_4_14//:log", + "@rules_rust_examples_prostgen__mime__0_3_16//:mime", + "@rules_rust_examples_prostgen__native_tls__0_2_7//:native_tls", + "@rules_rust_examples_prostgen__percent_encoding__2_1_0//:percent_encoding", + "@rules_rust_examples_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + "@rules_rust_examples_prostgen__tokio__1_0_2//:tokio", + "@rules_rust_examples_prostgen__tokio_native_tls__0_3_0//:tokio_native_tls", + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(target_arch = "wasm32") + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + "@rules_rust_examples_prostgen__js_sys__0_3_47//:js_sys", + "@rules_rust_examples_prostgen__wasm_bindgen__0_2_70//:wasm_bindgen", + "@rules_rust_examples_prostgen__wasm_bindgen_futures__0_4_20//:wasm_bindgen_futures", + "@rules_rust_examples_prostgen__web_sys__0_3_47//:web_sys", + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(windows) + ( + "@rules_rust//rust/platform:i686-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + "@rules_rust_examples_prostgen__winreg__0_7_0//:winreg", + ], + "//conditions:default": [], + }), +) + +# Unsupported target "badssl" with type "test" omitted + +# Unsupported target "blocking" with type "test" omitted + +# Unsupported target "brotli" with type "test" omitted + +# Unsupported target "client" with type "test" omitted + +# Unsupported target "cookie" with type "test" omitted + +# Unsupported target "gzip" with type "test" omitted + +# Unsupported target "multipart" with type "test" omitted + +# Unsupported target "proxy" with type "test" omitted + +# Unsupported target "redirect" with type "test" omitted + +# Unsupported target "timeouts" with type "test" omitted + +# Unsupported target "wasm_simple" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.ryu-1.0.5.bazel b/examples/prostgen/raze/remote/BUILD.ryu-1.0.5.bazel new file mode 100644 index 0000000000..3d116e2e9a --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.ryu-1.0.5.bazel @@ -0,0 +1,100 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # Apache-2.0 from expression "Apache-2.0 OR BSL-1.0" +]) + +# Generated Targets +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "ryu_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 = "1.0.5", + visibility = ["//visibility:private"], + deps = [ + ], +) + +# Unsupported target "bench" with type "bench" omitted + +# Unsupported target "upstream_benchmark" with type "example" omitted + +rust_library( + name = "ryu", + 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.5", + # buildifier: leave-alone + deps = [ + ":ryu_build_script", + ], +) + +# Unsupported target "common_test" with type "test" omitted + +# Unsupported target "d2s_table_test" with type "test" omitted + +# Unsupported target "d2s_test" with type "test" omitted + +# Unsupported target "exhaustive" with type "test" omitted + +# Unsupported target "f2s_test" with type "test" omitted + +# Unsupported target "s2d_test" with type "test" omitted + +# Unsupported target "s2f_test" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.schannel-0.1.19.bazel b/examples/prostgen/raze/remote/BUILD.schannel-0.1.19.bazel new file mode 100644 index 0000000000..38b71e1cbf --- /dev/null +++ b/examples/prostgen/raze/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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = [ + "@rules_rust_examples_prostgen__lazy_static__1_4_0//:lazy_static", + "@rules_rust_examples_prostgen__winapi__0_3_9//:winapi", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.security-framework-2.1.0.bazel b/examples/prostgen/raze/remote/BUILD.security-framework-2.1.0.bazel new file mode 100644 index 0000000000..64ac59d120 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.security-framework-2.1.0.bazel @@ -0,0 +1,66 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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.1.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__bitflags__1_2_1//:bitflags", + "@rules_rust_examples_prostgen__core_foundation__0_9_1//:core_foundation", + "@rules_rust_examples_prostgen__core_foundation_sys__0_8_2//:core_foundation_sys", + "@rules_rust_examples_prostgen__libc__0_2_86//:libc", + "@rules_rust_examples_prostgen__security_framework_sys__2_1_0//:security_framework_sys", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.security-framework-sys-2.1.0.bazel b/examples/prostgen/raze/remote/BUILD.security-framework-sys-2.1.0.bazel new file mode 100644 index 0000000000..0cf71cc931 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.security-framework-sys-2.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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", + "default", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "2.1.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__core_foundation_sys__0_8_2//:core_foundation_sys", + "@rules_rust_examples_prostgen__libc__0_2_86//:libc", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.serde-1.0.123.bazel b/examples/prostgen/raze/remote/BUILD.serde-1.0.123.bazel new file mode 100644 index 0000000000..7409a563a5 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.serde-1.0.123.bazel @@ -0,0 +1,86 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "serde_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.0.123", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "serde", + 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.0.123", + # buildifier: leave-alone + deps = [ + ":serde_build_script", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.serde_json-1.0.62.bazel b/examples/prostgen/raze/remote/BUILD.serde_json-1.0.62.bazel new file mode 100644 index 0000000000..0402e78ec4 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.serde_json-1.0.62.bazel @@ -0,0 +1,89 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "serde_json_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "std", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.62", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "serde_json", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.62", + # buildifier: leave-alone + deps = [ + ":serde_json_build_script", + "@rules_rust_examples_prostgen__itoa__0_4_7//:itoa", + "@rules_rust_examples_prostgen__ryu__1_0_5//:ryu", + "@rules_rust_examples_prostgen__serde__1_0_123//:serde", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.serde_urlencoded-0.7.0.bazel b/examples/prostgen/raze/remote/BUILD.serde_urlencoded-0.7.0.bazel new file mode 100644 index 0000000000..0fddc026c9 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.serde_urlencoded-0.7.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "serde_urlencoded", + 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.7.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__form_urlencoded__1_0_1//:form_urlencoded", + "@rules_rust_examples_prostgen__itoa__0_4_7//:itoa", + "@rules_rust_examples_prostgen__ryu__1_0_5//:ryu", + "@rules_rust_examples_prostgen__serde__1_0_123//:serde", + ], +) + +# Unsupported target "test_deserialize" with type "test" omitted + +# Unsupported target "test_serialize" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.slab-0.4.2.bazel b/examples/prostgen/raze/remote/BUILD.slab-0.4.2.bazel similarity index 92% rename from proto/prostgen/raze/remote/BUILD.slab-0.4.2.bazel rename to examples/prostgen/raze/remote/BUILD.slab-0.4.2.bazel index 0a25dcd38b..2a271396cc 100644 --- a/proto/prostgen/raze/remote/BUILD.slab-0.4.2.bazel +++ b/examples/prostgen/raze/remote/BUILD.slab-0.4.2.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) diff --git a/examples/prostgen/raze/remote/BUILD.socket2-0.3.19.bazel b/examples/prostgen/raze/remote/BUILD.socket2-0.3.19.bazel new file mode 100644 index 0000000000..c92d621bb2 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.socket2-0.3.19.bazel @@ -0,0 +1,88 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "socket2", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.19", + # buildifier: leave-alone + deps = [ + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:aarch64-linux-android", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:i686-linux-android", + "@rules_rust//rust/platform:i686-unknown-freebsd", + "@rules_rust//rust/platform:i686-unknown-linux-gnu", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + "@rules_rust//rust/platform:x86_64-linux-android", + "@rules_rust//rust/platform:x86_64-unknown-freebsd", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + "@rules_rust_examples_prostgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_examples_prostgen__libc__0_2_86//: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", + ): [ + "@rules_rust_examples_prostgen__winapi__0_3_9//:winapi", + ], + "//conditions:default": [], + }), +) diff --git a/examples/prostgen/raze/remote/BUILD.syn-1.0.60.bazel b/examples/prostgen/raze/remote/BUILD.syn-1.0.60.bazel new file mode 100644 index 0000000000..ad74dfbebe --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.syn-1.0.60.bazel @@ -0,0 +1,163 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "syn_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "clone-impls", + "default", + "derive", + "extra-traits", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit", + "visit-mut", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.60", + visibility = ["//visibility:private"], + deps = [ + ], +) + +# Unsupported target "file" with type "bench" omitted + +# Unsupported target "rust" with type "bench" omitted + +rust_library( + name = "syn", + srcs = glob(["**/*.rs"]), + crate_features = [ + "clone-impls", + "default", + "derive", + "extra-traits", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit", + "visit-mut", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.60", + # buildifier: leave-alone + deps = [ + ":syn_build_script", + "@rules_rust_examples_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_examples_prostgen__quote__1_0_9//:quote", + "@rules_rust_examples_prostgen__unicode_xid__0_2_1//:unicode_xid", + ], +) + +# Unsupported target "test_asyncness" with type "test" omitted + +# Unsupported target "test_attribute" with type "test" omitted + +# Unsupported target "test_derive_input" with type "test" omitted + +# Unsupported target "test_expr" with type "test" omitted + +# Unsupported target "test_generics" with type "test" omitted + +# Unsupported target "test_grouping" with type "test" omitted + +# Unsupported target "test_ident" with type "test" omitted + +# Unsupported target "test_item" with type "test" omitted + +# Unsupported target "test_iterators" with type "test" omitted + +# Unsupported target "test_lit" with type "test" omitted + +# Unsupported target "test_meta" with type "test" omitted + +# Unsupported target "test_parse_buffer" with type "test" omitted + +# Unsupported target "test_parse_stream" with type "test" omitted + +# Unsupported target "test_pat" with type "test" omitted + +# Unsupported target "test_path" with type "test" omitted + +# Unsupported target "test_precedence" with type "test" omitted + +# Unsupported target "test_receiver" with type "test" omitted + +# Unsupported target "test_round_trip" with type "test" omitted + +# Unsupported target "test_shebang" with type "test" omitted + +# Unsupported target "test_should_parse" with type "test" omitted + +# Unsupported target "test_size" with type "test" omitted + +# Unsupported target "test_stmt" with type "test" omitted + +# Unsupported target "test_token_trees" with type "test" omitted + +# Unsupported target "test_ty" with type "test" omitted + +# Unsupported target "test_visibility" with type "test" omitted + +# Unsupported target "zzz_stable" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.tempfile-3.2.0.bazel b/examples/prostgen/raze/remote/BUILD.tempfile-3.2.0.bazel new file mode 100644 index 0000000000..dd748f3b69 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tempfile-3.2.0.bazel @@ -0,0 +1,98 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "tempfile", + 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 = "3.2.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_examples_prostgen__rand__0_8_3//:rand", + "@rules_rust_examples_prostgen__remove_dir_all__0_5_3//:remove_dir_all", + ] + 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", + ): [ + "@rules_rust_examples_prostgen__libc__0_2_86//: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", + ): [ + "@rules_rust_examples_prostgen__winapi__0_3_9//:winapi", + ], + "//conditions:default": [], + }), +) + +# Unsupported target "namedtempfile" with type "test" omitted + +# Unsupported target "spooled" with type "test" omitted + +# Unsupported target "tempdir" with type "test" omitted + +# Unsupported target "tempfile" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.tinyvec-1.1.1.bazel b/examples/prostgen/raze/remote/BUILD.tinyvec-1.1.1.bazel new file mode 100644 index 0000000000..0911f8d16e --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tinyvec-1.1.1.bazel @@ -0,0 +1,63 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # Zlib from expression "Zlib OR (Apache-2.0 OR MIT)" +]) + +# Generated Targets + +# Unsupported target "macros" with type "bench" omitted + +rust_library( + name = "tinyvec", + srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "default", + "tinyvec_macros", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.1.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__tinyvec_macros__0_1_0//:tinyvec_macros", + ], +) + +# Unsupported target "arrayvec" with type "test" omitted + +# Unsupported target "tinyvec" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.tinyvec_macros-0.1.0.bazel b/examples/prostgen/raze/remote/BUILD.tinyvec_macros-0.1.0.bazel new file mode 100644 index 0000000000..99de57c15a --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tinyvec_macros-0.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR (Apache-2.0 OR Zlib)" +]) + +# Generated Targets + +rust_library( + name = "tinyvec_macros", + 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 = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.tokio-1.0.2.bazel b/examples/prostgen/raze/remote/BUILD.tokio-1.0.2.bazel new file mode 100644 index 0000000000..ca681c788e --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tokio-1.0.2.bazel @@ -0,0 +1,368 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "tokio_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "bytes", + "default", + "fs", + "io-std", + "io-util", + "libc", + "macros", + "memchr", + "mio", + "net", + "num_cpus", + "rt", + "rt-multi-thread", + "sync", + "time", + "tokio-macros", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.2", + visibility = ["//visibility:private"], + deps = [ + "@rules_rust_examples_prostgen__autocfg__1_0_1//:autocfg", + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:aarch64-linux-android", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:i686-linux-android", + "@rules_rust//rust/platform:i686-unknown-freebsd", + "@rules_rust//rust/platform:i686-unknown-linux-gnu", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + "@rules_rust//rust/platform:x86_64-linux-android", + "@rules_rust//rust/platform:x86_64-unknown-freebsd", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(windows) + ( + "@rules_rust//rust/platform:i686-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + ], + "//conditions:default": [], + }), +) + +rust_library( + name = "tokio", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "bytes", + "default", + "fs", + "io-std", + "io-util", + "libc", + "macros", + "memchr", + "mio", + "net", + "num_cpus", + "rt", + "rt-multi-thread", + "sync", + "time", + "tokio-macros", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_examples_prostgen__tokio_macros__1_1_0//:tokio_macros", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.2", + # buildifier: leave-alone + deps = [ + ":tokio_build_script", + "@rules_rust_examples_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_examples_prostgen__memchr__2_3_4//:memchr", + "@rules_rust_examples_prostgen__mio__0_7_9//:mio", + "@rules_rust_examples_prostgen__num_cpus__1_13_0//:num_cpus", + "@rules_rust_examples_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:aarch64-linux-android", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:i686-linux-android", + "@rules_rust//rust/platform:i686-unknown-freebsd", + "@rules_rust//rust/platform:i686-unknown-linux-gnu", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + "@rules_rust//rust/platform:x86_64-linux-android", + "@rules_rust//rust/platform:x86_64-unknown-freebsd", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + "@rules_rust_examples_prostgen__libc__0_2_86//: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", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "_require_full" with type "test" omitted + +# Unsupported target "async_send_sync" with type "test" omitted + +# Unsupported target "buffered" with type "test" omitted + +# Unsupported target "fs" with type "test" omitted + +# Unsupported target "fs_copy" with type "test" omitted + +# Unsupported target "fs_dir" with type "test" omitted + +# Unsupported target "fs_file" with type "test" omitted + +# Unsupported target "fs_file_mocked" with type "test" omitted + +# Unsupported target "fs_link" with type "test" omitted + +# Unsupported target "io_async_fd" with type "test" omitted + +# Unsupported target "io_async_read" with type "test" omitted + +# Unsupported target "io_chain" with type "test" omitted + +# Unsupported target "io_copy" with type "test" omitted + +# Unsupported target "io_driver" with type "test" omitted + +# Unsupported target "io_driver_drop" with type "test" omitted + +# Unsupported target "io_lines" with type "test" omitted + +# Unsupported target "io_mem_stream" with type "test" omitted + +# Unsupported target "io_read" with type "test" omitted + +# Unsupported target "io_read_buf" with type "test" omitted + +# Unsupported target "io_read_exact" with type "test" omitted + +# Unsupported target "io_read_line" with type "test" omitted + +# Unsupported target "io_read_to_end" with type "test" omitted + +# Unsupported target "io_read_to_string" with type "test" omitted + +# Unsupported target "io_read_until" with type "test" omitted + +# Unsupported target "io_split" with type "test" omitted + +# Unsupported target "io_take" with type "test" omitted + +# Unsupported target "io_write" with type "test" omitted + +# Unsupported target "io_write_all" with type "test" omitted + +# Unsupported target "io_write_buf" with type "test" omitted + +# Unsupported target "io_write_int" with type "test" omitted + +# Unsupported target "macros_join" with type "test" omitted + +# Unsupported target "macros_pin" with type "test" omitted + +# Unsupported target "macros_select" with type "test" omitted + +# Unsupported target "macros_test" with type "test" omitted + +# Unsupported target "macros_try_join" with type "test" omitted + +# Unsupported target "net_bind_resource" with type "test" omitted + +# Unsupported target "net_lookup_host" with type "test" omitted + +# Unsupported target "no_rt" with type "test" omitted + +# Unsupported target "process_issue_2174" with type "test" omitted + +# Unsupported target "process_issue_42" with type "test" omitted + +# Unsupported target "process_kill_on_drop" with type "test" omitted + +# Unsupported target "process_smoke" with type "test" omitted + +# Unsupported target "rt_basic" with type "test" omitted + +# Unsupported target "rt_common" with type "test" omitted + +# Unsupported target "rt_threaded" with type "test" omitted + +# Unsupported target "signal_ctrl_c" with type "test" omitted + +# Unsupported target "signal_drop_recv" with type "test" omitted + +# Unsupported target "signal_drop_rt" with type "test" omitted + +# Unsupported target "signal_drop_signal" with type "test" omitted + +# Unsupported target "signal_multi_rt" with type "test" omitted + +# Unsupported target "signal_no_rt" with type "test" omitted + +# Unsupported target "signal_notify_both" with type "test" omitted + +# Unsupported target "signal_twice" with type "test" omitted + +# Unsupported target "signal_usr1" with type "test" omitted + +# Unsupported target "sync_barrier" with type "test" omitted + +# Unsupported target "sync_broadcast" with type "test" omitted + +# Unsupported target "sync_errors" with type "test" omitted + +# Unsupported target "sync_mpsc" with type "test" omitted + +# Unsupported target "sync_mutex" with type "test" omitted + +# Unsupported target "sync_mutex_owned" with type "test" omitted + +# Unsupported target "sync_notify" with type "test" omitted + +# Unsupported target "sync_oneshot" with type "test" omitted + +# Unsupported target "sync_rwlock" with type "test" omitted + +# Unsupported target "sync_semaphore" with type "test" omitted + +# Unsupported target "sync_semaphore_owned" with type "test" omitted + +# Unsupported target "sync_watch" with type "test" omitted + +# Unsupported target "task_abort" with type "test" omitted + +# Unsupported target "task_blocking" with type "test" omitted + +# Unsupported target "task_local" with type "test" omitted + +# Unsupported target "task_local_set" with type "test" omitted + +# Unsupported target "tcp_accept" with type "test" omitted + +# Unsupported target "tcp_connect" with type "test" omitted + +# Unsupported target "tcp_echo" with type "test" omitted + +# Unsupported target "tcp_into_split" with type "test" omitted + +# Unsupported target "tcp_into_std" with type "test" omitted + +# Unsupported target "tcp_peek" with type "test" omitted + +# Unsupported target "tcp_shutdown" with type "test" omitted + +# Unsupported target "tcp_socket" with type "test" omitted + +# Unsupported target "tcp_split" with type "test" omitted + +# Unsupported target "tcp_stream" with type "test" omitted + +# Unsupported target "test_clock" with type "test" omitted + +# Unsupported target "time_interval" with type "test" omitted + +# Unsupported target "time_pause" with type "test" omitted + +# Unsupported target "time_rt" with type "test" omitted + +# Unsupported target "time_sleep" with type "test" omitted + +# Unsupported target "time_timeout" with type "test" omitted + +# Unsupported target "udp" with type "test" omitted + +# Unsupported target "uds_cred" with type "test" omitted + +# Unsupported target "uds_datagram" with type "test" omitted + +# Unsupported target "uds_split" with type "test" omitted + +# Unsupported target "uds_stream" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.tokio-macros-1.1.0.bazel b/examples/prostgen/raze/remote/BUILD.tokio-macros-1.1.0.bazel new file mode 100644 index 0000000000..23deec0352 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tokio-macros-1.1.0.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tokio_macros", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.1.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_examples_prostgen__quote__1_0_9//:quote", + "@rules_rust_examples_prostgen__syn__1_0_60//:syn", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.tokio-native-tls-0.3.0.bazel b/examples/prostgen/raze/remote/BUILD.tokio-native-tls-0.3.0.bazel new file mode 100644 index 0000000000..19cb07281a --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tokio-native-tls-0.3.0.bazel @@ -0,0 +1,105 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "download-rust-lang" with type "example" omitted + +# Unsupported target "echo" with type "example" omitted + +rust_library( + name = "tokio_native_tls", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__native_tls__0_2_7//:native_tls", + "@rules_rust_examples_prostgen__tokio__1_0_2//:tokio", + ] + selects.with_or({ + # cfg(all(not(target_os = "macos"), not(windows), not(target_os = "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:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", + "@rules_rust//rust/platform:x86_64-linux-android", + "@rules_rust//rust/platform:x86_64-unknown-freebsd", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(any(target_os = "macos", target_os = "ios")) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + ): [ + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(windows) + ( + "@rules_rust//rust/platform:i686-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "bad" with type "test" omitted + +# Unsupported target "google" with type "test" omitted + +# Unsupported target "smoke" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.tokio-stream-0.1.3.bazel b/examples/prostgen/raze/remote/BUILD.tokio-stream-0.1.3.bazel new file mode 100644 index 0000000000..9ff4ba6c3c --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tokio-stream-0.1.3.bazel @@ -0,0 +1,82 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tokio_stream", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "time", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_examples_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + "@rules_rust_examples_prostgen__tokio__1_0_2//:tokio", + ], +) + +# Unsupported target "async_send_sync" with type "test" omitted + +# Unsupported target "stream_chain" with type "test" omitted + +# Unsupported target "stream_collect" with type "test" omitted + +# Unsupported target "stream_empty" with type "test" omitted + +# Unsupported target "stream_fuse" with type "test" omitted + +# Unsupported target "stream_iter" with type "test" omitted + +# Unsupported target "stream_merge" with type "test" omitted + +# Unsupported target "stream_once" with type "test" omitted + +# Unsupported target "stream_pending" with type "test" omitted + +# Unsupported target "stream_stream_map" with type "test" omitted + +# Unsupported target "stream_timeout" with type "test" omitted + +# Unsupported target "time_throttle" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.tokio-util-0.6.3.bazel b/examples/prostgen/raze/remote/BUILD.tokio-util-0.6.3.bazel new file mode 100644 index 0000000000..bca99ade52 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tokio-util-0.6.3.bazel @@ -0,0 +1,85 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tokio_util", + srcs = glob(["**/*.rs"]), + crate_features = [ + "codec", + "default", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.6.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_examples_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_examples_prostgen__futures_sink__0_3_13//:futures_sink", + "@rules_rust_examples_prostgen__log__0_4_14//:log", + "@rules_rust_examples_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + "@rules_rust_examples_prostgen__tokio__1_0_2//:tokio", + ], +) + +# Unsupported target "codecs" with type "test" omitted + +# Unsupported target "context" with type "test" omitted + +# Unsupported target "framed" with type "test" omitted + +# Unsupported target "framed_read" with type "test" omitted + +# Unsupported target "framed_write" with type "test" omitted + +# Unsupported target "io_reader_stream" with type "test" omitted + +# Unsupported target "io_stream_reader" with type "test" omitted + +# Unsupported target "length_delimited" with type "test" omitted + +# Unsupported target "reusable_box" with type "test" omitted + +# Unsupported target "sync_cancellation_token" with type "test" omitted + +# Unsupported target "time_delay_queue" with type "test" omitted + +# Unsupported target "udp" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.tonic-0.4.0.bazel b/examples/prostgen/raze/remote/BUILD.tonic-0.4.0.bazel new file mode 100644 index 0000000000..f479a56022 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tonic-0.4.0.bazel @@ -0,0 +1,93 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "decode" with type "bench" omitted + +rust_library( + name = "tonic", + srcs = glob(["**/*.rs"]), + aliases = { + "@rules_rust_examples_prostgen__prost__0_7_0//:prost": "prost1", + }, + crate_features = [ + "async-trait", + "codegen", + "default", + "h2", + "hyper", + "prost", + "prost-derive", + "prost1", + "tokio", + "tower", + "tracing-futures", + "transport", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_examples_prostgen__async_trait__0_1_42//:async_trait", + "@rules_rust_examples_prostgen__prost_derive__0_7_0//:prost_derive", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__async_stream__0_3_0//:async_stream", + "@rules_rust_examples_prostgen__base64__0_13_0//:base64", + "@rules_rust_examples_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_examples_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_examples_prostgen__futures_util__0_3_13//:futures_util", + "@rules_rust_examples_prostgen__h2__0_3_0//:h2", + "@rules_rust_examples_prostgen__http__0_2_3//:http", + "@rules_rust_examples_prostgen__http_body__0_4_0//:http_body", + "@rules_rust_examples_prostgen__hyper__0_14_4//:hyper", + "@rules_rust_examples_prostgen__percent_encoding__2_1_0//:percent_encoding", + "@rules_rust_examples_prostgen__pin_project__1_0_5//:pin_project", + "@rules_rust_examples_prostgen__prost__0_7_0//:prost", + "@rules_rust_examples_prostgen__tokio__1_0_2//:tokio", + "@rules_rust_examples_prostgen__tokio_stream__0_1_3//:tokio_stream", + "@rules_rust_examples_prostgen__tokio_util__0_6_3//:tokio_util", + "@rules_rust_examples_prostgen__tower__0_4_5//:tower", + "@rules_rust_examples_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_examples_prostgen__tracing__0_1_25//:tracing", + "@rules_rust_examples_prostgen__tracing_futures__0_2_5//:tracing_futures", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.tower-0.4.5.bazel b/examples/prostgen/raze/remote/BUILD.tower-0.4.5.bazel new file mode 100644 index 0000000000..27c1df0617 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tower-0.4.5.bazel @@ -0,0 +1,110 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "tower-balance" with type "example" omitted + +rust_library( + name = "tower", + srcs = glob(["**/*.rs"]), + crate_features = [ + "balance", + "buffer", + "default", + "discover", + "futures-util", + "indexmap", + "limit", + "load", + "log", + "make", + "rand", + "ready-cache", + "slab", + "timeout", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", + "util", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.5", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_examples_prostgen__futures_util__0_3_13//:futures_util", + "@rules_rust_examples_prostgen__indexmap__1_6_1//:indexmap", + "@rules_rust_examples_prostgen__pin_project__1_0_5//:pin_project", + "@rules_rust_examples_prostgen__rand__0_8_3//:rand", + "@rules_rust_examples_prostgen__slab__0_4_2//:slab", + "@rules_rust_examples_prostgen__tokio__1_0_2//:tokio", + "@rules_rust_examples_prostgen__tokio_stream__0_1_3//:tokio_stream", + "@rules_rust_examples_prostgen__tokio_util__0_6_3//:tokio_util", + "@rules_rust_examples_prostgen__tower_layer__0_3_1//:tower_layer", + "@rules_rust_examples_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_examples_prostgen__tracing__0_1_25//:tracing", + ], +) + +# Unsupported target "balance" with type "test" omitted + +# Unsupported target "buffer" with type "test" omitted + +# Unsupported target "builder" with type "test" omitted + +# Unsupported target "hedge" with type "test" omitted + +# Unsupported target "limit" with type "test" omitted + +# Unsupported target "load_shed" with type "test" omitted + +# Unsupported target "ready_cache" with type "test" omitted + +# Unsupported target "retry" with type "test" omitted + +# Unsupported target "spawn_ready" with type "test" omitted + +# Unsupported target "steer" with type "test" omitted + +# Unsupported target "support" with type "test" omitted + +# Unsupported target "util" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.tower-layer-0.3.1.bazel b/examples/prostgen/raze/remote/BUILD.tower-layer-0.3.1.bazel new file mode 100644 index 0000000000..7f12928732 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tower-layer-0.3.1.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tower_layer", + 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.1", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.tower-service-0.3.1.bazel b/examples/prostgen/raze/remote/BUILD.tower-service-0.3.1.bazel new file mode 100644 index 0000000000..6fc2c4b619 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tower-service-0.3.1.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tower_service", + 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.1", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.tracing-0.1.25.bazel b/examples/prostgen/raze/remote/BUILD.tracing-0.1.25.bazel new file mode 100644 index 0000000000..b4e57650c3 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tracing-0.1.25.bazel @@ -0,0 +1,101 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "no_subscriber" with type "bench" omitted + +# Unsupported target "subscriber" with type "bench" omitted + +rust_library( + name = "tracing", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "attributes", + "default", + "log", + "std", + "tracing-attributes", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_examples_prostgen__tracing_attributes__0_1_13//:tracing_attributes", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.25", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_examples_prostgen__log__0_4_14//:log", + "@rules_rust_examples_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + "@rules_rust_examples_prostgen__tracing_core__0_1_17//:tracing_core", + ] + selects.with_or({ + # cfg(target_arch = "wasm32") + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "event" with type "test" omitted + +# Unsupported target "filter_caching_is_lexically_scoped" with type "test" omitted + +# Unsupported target "filters_are_not_reevaluated_for_the_same_span" with type "test" omitted + +# Unsupported target "filters_are_reevaluated_for_different_call_sites" with type "test" omitted + +# Unsupported target "filters_dont_leak" with type "test" omitted + +# Unsupported target "macro_imports" with type "test" omitted + +# Unsupported target "macros" with type "test" omitted + +# Unsupported target "max_level_hint" with type "test" omitted + +# Unsupported target "multiple_max_level_hints" with type "test" omitted + +# Unsupported target "span" with type "test" omitted + +# Unsupported target "subscriber" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.tracing-attributes-0.1.13.bazel b/examples/prostgen/raze/remote/BUILD.tracing-attributes-0.1.13.bazel new file mode 100644 index 0000000000..fbedc778a5 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tracing-attributes-0.1.13.bazel @@ -0,0 +1,74 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tracing_attributes", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.13", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_examples_prostgen__quote__1_0_9//:quote", + "@rules_rust_examples_prostgen__syn__1_0_60//:syn", + ], +) + +# Unsupported target "async_fn" with type "test" omitted + +# Unsupported target "destructuring" with type "test" omitted + +# Unsupported target "err" with type "test" omitted + +# Unsupported target "fields" with type "test" omitted + +# Unsupported target "instrument" with type "test" omitted + +# Unsupported target "levels" with type "test" omitted + +# Unsupported target "names" with type "test" omitted + +# Unsupported target "support" with type "test" omitted + +# Unsupported target "targets" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tower-timeout-0.3.0.bazel b/examples/prostgen/raze/remote/BUILD.tracing-core-0.1.17.bazel similarity index 68% rename from proto/prostgen/raze/remote/BUILD.tower-timeout-0.3.0.bazel rename to examples/prostgen/raze/remote/BUILD.tracing-core-0.1.17.bazel index 16bfd65325..b600cb879b 100644 --- a/proto/prostgen/raze/remote/BUILD.tower-timeout-0.3.0.bazel +++ b/examples/prostgen/raze/remote/BUILD.tracing-core-0.1.17.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -31,9 +31,11 @@ licenses([ # Generated Targets rust_library( - name = "tower_timeout", + name = "tracing_core", srcs = glob(["**/*.rs"]), crate_features = [ + "lazy_static", + "std", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -46,12 +48,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.0", + version = "0.1.17", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", - "@rules_rust_prostgen__tower_layer__0_3_1//:tower_layer", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_examples_prostgen__lazy_static__1_4_0//:lazy_static", ], ) + +# Unsupported target "dispatch" with type "test" omitted + +# Unsupported target "global_dispatch" with type "test" omitted + +# Unsupported target "macros" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.tracing-futures-0.2.5.bazel b/examples/prostgen/raze/remote/BUILD.tracing-futures-0.2.5.bazel new file mode 100644 index 0000000000..98fe98a240 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.tracing-futures-0.2.5.bazel @@ -0,0 +1,63 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tracing_futures", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "pin-project", + "std", + "std-future", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.5", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__pin_project__1_0_5//:pin_project", + "@rules_rust_examples_prostgen__tracing__0_1_25//:tracing", + ], +) + +# Unsupported target "std_future" with type "test" omitted + +# Unsupported target "support" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.winapi-0.2.8.bazel b/examples/prostgen/raze/remote/BUILD.try-lock-0.2.3.bazel similarity index 88% rename from proto/prostgen/raze/remote/BUILD.winapi-0.2.8.bazel rename to examples/prostgen/raze/remote/BUILD.try-lock-0.2.3.bazel index 1f08c8ba41..16bdc8dc98 100644 --- a/proto/prostgen/raze/remote/BUILD.winapi-0.2.8.bazel +++ b/examples/prostgen/raze/remote/BUILD.try-lock-0.2.3.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -31,7 +31,7 @@ licenses([ # Generated Targets rust_library( - name = "winapi", + name = "try_lock", srcs = glob(["**/*.rs"]), crate_features = [ ], @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.8", + version = "0.2.3", # buildifier: leave-alone deps = [ ], diff --git a/examples/prostgen/raze/remote/BUILD.unicode-bidi-0.3.4.bazel b/examples/prostgen/raze/remote/BUILD.unicode-bidi-0.3.4.bazel new file mode 100644 index 0000000000..d7f4bf29f6 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.unicode-bidi-0.3.4.bazel @@ -0,0 +1,55 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "unicode_bidi", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.4", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__matches__0_1_8//:matches", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.unicode-normalization-0.1.17.bazel b/examples/prostgen/raze/remote/BUILD.unicode-normalization-0.1.17.bazel new file mode 100644 index 0000000000..9fa5b49a4f --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.unicode-normalization-0.1.17.bazel @@ -0,0 +1,58 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +# Unsupported target "bench" with type "bench" omitted + +rust_library( + name = "unicode_normalization", + 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.1.17", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__tinyvec__1_1_1//:tinyvec", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel b/examples/prostgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel new file mode 100644 index 0000000000..02fc0b5093 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.unicode-xid-0.2.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "unicode_xid", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.1", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "exhaustive_tests" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.url-2.2.1.bazel b/examples/prostgen/raze/remote/BUILD.url-2.2.1.bazel new file mode 100644 index 0000000000..b1856afa4a --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.url-2.2.1.bazel @@ -0,0 +1,63 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 "parse_url" with type "bench" omitted + +rust_library( + name = "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 = "2.2.1", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__form_urlencoded__1_0_1//:form_urlencoded", + "@rules_rust_examples_prostgen__idna__0_2_2//:idna", + "@rules_rust_examples_prostgen__matches__0_1_8//:matches", + "@rules_rust_examples_prostgen__percent_encoding__2_1_0//:percent_encoding", + ], +) + +# Unsupported target "data" with type "test" omitted + +# Unsupported target "unit" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.vcpkg-0.2.11.bazel b/examples/prostgen/raze/remote/BUILD.vcpkg-0.2.11.bazel new file mode 100644 index 0000000000..4721f4f0ad --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.vcpkg-0.2.11.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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 = "vcpkg", + 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.2.11", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/proto/prostgen/raze/remote/BUILD.tower-discover-0.3.0.bazel b/examples/prostgen/raze/remote/BUILD.want-0.3.0.bazel similarity index 74% rename from proto/prostgen/raze/remote/BUILD.tower-discover-0.3.0.bazel rename to examples/prostgen/raze/remote/BUILD.want-0.3.0.bazel index 56055ddfdb..9847e41ef4 100644 --- a/proto/prostgen/raze/remote/BUILD.tower-discover-0.3.0.bazel +++ b/examples/prostgen/raze/remote/BUILD.want-0.3.0.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -30,8 +30,10 @@ licenses([ # Generated Targets +# Unsupported target "throughput" with type "bench" omitted + rust_library( - name = "tower_discover", + name = "want", srcs = glob(["**/*.rs"]), crate_features = [ ], @@ -49,8 +51,7 @@ rust_library( version = "0.3.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_examples_prostgen__log__0_4_14//:log", + "@rules_rust_examples_prostgen__try_lock__0_2_3//:try_lock", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel b/examples/prostgen/raze/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel similarity index 89% rename from proto/prostgen/raze/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel rename to examples/prostgen/raze/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel index fdf89fb00a..4ab56db433 100644 --- a/proto/prostgen/raze/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel +++ b/examples/prostgen/raze/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.9.0+wasi-snapshot-preview1", + version = "0.10.2+wasi-snapshot-preview1", # buildifier: leave-alone deps = [ ], diff --git a/examples/prostgen/raze/remote/BUILD.wasm-bindgen-0.2.70.bazel b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-0.2.70.bazel new file mode 100644 index 0000000000..59189ea93b --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-0.2.70.bazel @@ -0,0 +1,130 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "wasm_bindgen_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "serde", + "serde-serialize", + "serde_json", + "spans", + "std", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.70", + visibility = ["//visibility:private"], + deps = [ + ] + selects.with_or({ + # cfg(target_arch = "wasm32") + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + ], + "//conditions:default": [], + }), +) + +rust_library( + name = "wasm_bindgen", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + "serde", + "serde-serialize", + "serde_json", + "spans", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_examples_prostgen__wasm_bindgen_macro__0_2_70//:wasm_bindgen_macro", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.70", + # buildifier: leave-alone + deps = [ + ":wasm_bindgen_build_script", + "@rules_rust_examples_prostgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_examples_prostgen__serde__1_0_123//:serde", + "@rules_rust_examples_prostgen__serde_json__1_0_62//:serde_json", + ] + selects.with_or({ + # cfg(target_arch = "wasm32") + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "headless" with type "test" omitted + +# Unsupported target "must_use" with type "test" omitted + +# Unsupported target "non_wasm" with type "test" omitted + +# Unsupported target "std-crate-no-std-dep" with type "test" omitted + +# Unsupported target "unwrap_throw" with type "test" omitted + +# Unsupported target "wasm" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.70.bazel b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.70.bazel new file mode 100644 index 0000000000..68c813ef03 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.70.bazel @@ -0,0 +1,61 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "wasm_bindgen_backend", + srcs = glob(["**/*.rs"]), + crate_features = [ + "spans", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.70", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__bumpalo__3_6_1//:bumpalo", + "@rules_rust_examples_prostgen__lazy_static__1_4_0//:lazy_static", + "@rules_rust_examples_prostgen__log__0_4_14//:log", + "@rules_rust_examples_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_examples_prostgen__quote__1_0_9//:quote", + "@rules_rust_examples_prostgen__syn__1_0_60//:syn", + "@rules_rust_examples_prostgen__wasm_bindgen_shared__0_2_70//:wasm_bindgen_shared", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.wasm-bindgen-futures-0.4.20.bazel b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-futures-0.4.20.bazel new file mode 100644 index 0000000000..d7817c015f --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-futures-0.4.20.bazel @@ -0,0 +1,68 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "wasm_bindgen_futures", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.20", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_examples_prostgen__js_sys__0_3_47//:js_sys", + "@rules_rust_examples_prostgen__wasm_bindgen__0_2_70//:wasm_bindgen", + ] + selects.with_or({ + # cfg(target_arch = "wasm32") + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "tests" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.70.bazel b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.70.bazel similarity index 81% rename from proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.70.bazel rename to examples/prostgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.70.bazel index cc1988293b..7362cc0f0f 100644 --- a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.70.bazel +++ b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.70.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -50,8 +50,8 @@ rust_library( version = "0.2.70", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__wasm_bindgen_macro_support__0_2_70//:wasm_bindgen_macro_support", + "@rules_rust_examples_prostgen__quote__1_0_9//:quote", + "@rules_rust_examples_prostgen__wasm_bindgen_macro_support__0_2_70//:wasm_bindgen_macro_support", ], ) diff --git a/examples/prostgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.70.bazel b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.70.bazel new file mode 100644 index 0000000000..b4a64c9390 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.70.bazel @@ -0,0 +1,59 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "wasm_bindgen_macro_support", + srcs = glob(["**/*.rs"]), + crate_features = [ + "spans", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.70", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_examples_prostgen__quote__1_0_9//:quote", + "@rules_rust_examples_prostgen__syn__1_0_60//:syn", + "@rules_rust_examples_prostgen__wasm_bindgen_backend__0_2_70//:wasm_bindgen_backend", + "@rules_rust_examples_prostgen__wasm_bindgen_shared__0_2_70//:wasm_bindgen_shared", + ], +) diff --git a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.70.bazel b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.70.bazel similarity index 95% rename from proto/prostgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.70.bazel rename to examples/prostgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.70.bazel index d5ae53c49b..5937a0be67 100644 --- a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.70.bazel +++ b/examples/prostgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.70.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) diff --git a/proto/prostgen/raze/remote/BUILD.net2-0.2.37.bazel b/examples/prostgen/raze/remote/BUILD.web-sys-0.3.47.bazel similarity index 55% rename from proto/prostgen/raze/remote/BUILD.net2-0.2.37.bazel rename to examples/prostgen/raze/remote/BUILD.web-sys-0.3.47.bazel index c7ddf91d18..92a4c77321 100644 --- a/proto/prostgen/raze/remote/BUILD.net2-0.2.37.bazel +++ b/examples/prostgen/raze/remote/BUILD.web-sys-0.3.47.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -31,18 +31,31 @@ licenses([ # Generated Targets rust_library( - name = "net2", + name = "web_sys", srcs = glob(["**/*.rs"]), aliases = { }, crate_features = [ - "default", - "duration", + "Blob", + "BlobPropertyBag", + "Event", + "EventTarget", + "FormData", + "Headers", + "MessageEvent", + "Request", + "RequestInit", + "RequestMode", + "Response", + "ServiceWorkerGlobalScope", + "Window", + "Worker", + "WorkerGlobalScope", ], crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -50,26 +63,20 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.37", + version = "0.3.47", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__cfg_if__0_1_10//:cfg_if", + "@rules_rust_examples_prostgen__js_sys__0_3_47//:js_sys", + "@rules_rust_examples_prostgen__wasm_bindgen__0_2_70//:wasm_bindgen", ] + selects.with_or({ - # cfg(any(target_os = "redox", unix, target_os = "wasi")) + # cfg(target_arch = "wasm32") ( - "@rules_rust//rust/platform:x86_64-apple-darwin", - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + "@rules_rust//rust/platform:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", ): [ - "@rules_rust_prostgen__libc__0_2_86//:libc", - ], - "//conditions:default": [], - }) + selects.with_or({ - # cfg(windows) - ( - "@rules_rust//rust/platform:x86_64-pc-windows-msvc", - ): [ - "@rules_rust_prostgen__winapi__0_3_9//:winapi", ], "//conditions:default": [], }), ) + +# Unsupported target "wasm" with type "test" omitted diff --git a/examples/prostgen/raze/remote/BUILD.winapi-0.3.9.bazel b/examples/prostgen/raze/remote/BUILD.winapi-0.3.9.bazel new file mode 100644 index 0000000000..6ea8b0441f --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.winapi-0.3.9.bazel @@ -0,0 +1,154 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "winapi_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "cfg", + "errhandlingapi", + "evntrace", + "fileapi", + "handleapi", + "impl-debug", + "impl-default", + "in6addr", + "inaddr", + "ioapiset", + "lmcons", + "minschannel", + "minwinbase", + "minwindef", + "mswsock", + "namedpipeapi", + "ntdef", + "ntsecapi", + "schannel", + "securitybaseapi", + "sspi", + "std", + "synchapi", + "sysinfoapi", + "timezoneapi", + "winbase", + "wincrypt", + "windef", + "winerror", + "winioctl", + "winnt", + "winreg", + "winsock2", + "ws2def", + "ws2ipdef", + "ws2tcpip", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.9", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "winapi", + srcs = glob(["**/*.rs"]), + crate_features = [ + "cfg", + "errhandlingapi", + "evntrace", + "fileapi", + "handleapi", + "impl-debug", + "impl-default", + "in6addr", + "inaddr", + "ioapiset", + "lmcons", + "minschannel", + "minwinbase", + "minwindef", + "mswsock", + "namedpipeapi", + "ntdef", + "ntsecapi", + "schannel", + "securitybaseapi", + "sspi", + "std", + "synchapi", + "sysinfoapi", + "timezoneapi", + "winbase", + "wincrypt", + "windef", + "winerror", + "winioctl", + "winnt", + "winreg", + "winsock2", + "ws2def", + "ws2ipdef", + "ws2tcpip", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.9", + # buildifier: leave-alone + deps = [ + ":winapi_build_script", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel b/examples/prostgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel new file mode 100644 index 0000000000..bf8f7aeb84 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel @@ -0,0 +1,82 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "winapi_i686_pc_windows_gnu_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.4.0", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "winapi_i686_pc_windows_gnu", + 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.4.0", + # buildifier: leave-alone + deps = [ + ":winapi_i686_pc_windows_gnu_build_script", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel b/examples/prostgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel new file mode 100644 index 0000000000..96a9b040f4 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel @@ -0,0 +1,82 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "winapi_x86_64_pc_windows_gnu_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.4.0", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "winapi_x86_64_pc_windows_gnu", + 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.4.0", + # buildifier: leave-alone + deps = [ + ":winapi_x86_64_pc_windows_gnu_build_script", + ], +) diff --git a/examples/prostgen/raze/remote/BUILD.winreg-0.7.0.bazel b/examples/prostgen/raze/remote/BUILD.winreg-0.7.0.bazel new file mode 100644 index 0000000000..5a6c2e5e84 --- /dev/null +++ b/examples/prostgen/raze/remote/BUILD.winreg-0.7.0.bazel @@ -0,0 +1,64 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "basic_usage" with type "example" omitted + +# Unsupported target "enum" with type "example" omitted + +# Unsupported target "installed_apps" with type "example" omitted + +# Unsupported target "serialization" with type "example" omitted + +# Unsupported target "transactions" with type "example" omitted + +rust_library( + name = "winreg", + 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.7.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_prostgen__winapi__0_3_9//:winapi", + ], +) diff --git a/examples/rust-project.json b/examples/rust-project.json new file mode 100644 index 0000000000..fc82f5e4cf --- /dev/null +++ b/examples/rust-project.json @@ -0,0 +1 @@ +{"crates":[{"display_name":"either","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__either__1_6_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"unicode_xid","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__unicode_xid__0_2_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"default\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"proc_macro2","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__proc_macro2__1_0_24/proc_macro2_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__proc_macro2__1_0_24/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__proc_macro2__1_0_24/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__proc_macro2__1_0_24/proc_macro2_build_script.out_dir"]},"deps":[{"crate":1,"name":"unicode_xid"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"proc-macro\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"quote","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__quote__1_0_9/src/lib.rs","deps":[{"crate":2,"name":"proc_macro2"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"proc-macro\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"anyhow","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__anyhow__1_0_31/anyhow_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__anyhow__1_0_31/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__anyhow__1_0_31/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__anyhow__1_0_31/anyhow_build_script.out_dir"]},"deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"itertools","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__itertools__0_9_0/src/lib.rs","deps":[{"crate":0,"name":"either"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"use_std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"syn","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__syn__1_0_60/syn_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__syn__1_0_60/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__syn__1_0_60/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__syn__1_0_60/syn_build_script.out_dir"]},"deps":[{"crate":2,"name":"proc_macro2"},{"crate":3,"name":"quote"},{"crate":1,"name":"unicode_xid"}],"cfg":["test","debug_assertions","feature=\"clone-impls\"","feature=\"default\"","feature=\"derive\"","feature=\"extra-traits\"","feature=\"full\"","feature=\"parsing\"","feature=\"printing\"","feature=\"proc-macro\"","feature=\"quote\"","feature=\"visit\"","feature=\"visit-mut\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"bytes","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__bytes__1_0_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"prost_derive","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__prost_derive__0_7_0/src/lib.rs","deps":[{"crate":4,"name":"anyhow"},{"crate":5,"name":"itertools"},{"crate":2,"name":"proc_macro2"},{"crate":3,"name":"quote"},{"crate":6,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__prost_derive__0_7_0/libprost_derive--1585153356.so"},{"display_name":"prost","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__prost__0_7_0/src/lib.rs","deps":[{"crate":7,"name":"bytes"},{"crate":8,"name":"prost_derive"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"prost-derive\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"prost_types","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__prost_types__0_7_0/src/lib.rs","deps":[{"crate":7,"name":"bytes"},{"crate":9,"name":"prost"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"common_proto_rust","edition":"2018","env":{},"is_workspace_member":true,"root_module":"bazel-out/k8-fastbuild/bin/prostgen/basic/common_proto_rust_generated/lib.rs","deps":[{"crate":9,"name":"prost"},{"crate":10,"name":"prost_types"},{"crate":8,"name":"prost_derive"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"common_lib","edition":"2015","env":{},"is_workspace_member":true,"root_module":"prostgen/basic/lib.rs","deps":[{"crate":11,"name":"common_proto_rust"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"common_bin","edition":"2015","env":{},"is_workspace_member":true,"root_module":"prostgen/basic/main.rs","deps":[{"crate":12,"name":"common_lib"},{"crate":11,"name":"common_proto_rust"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"futures_core","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__futures_core__0_3_13/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"async_stream_impl","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__async_stream_impl__0_3_0/src/lib.rs","deps":[{"crate":2,"name":"proc_macro2"},{"crate":3,"name":"quote"},{"crate":6,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__async_stream_impl__0_3_0/libasync_stream_impl-1138238266.so"},{"display_name":"futures_task","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__futures_task__0_3_13/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"alloc\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"pin_project_lite","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__pin_project_lite__0_2_4/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"pin_utils","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__pin_utils__0_1_0/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"fnv","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__fnv__1_0_7/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"itoa","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__itoa__0_4_7/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"hashbrown","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__hashbrown__0_9_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"raw\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"cfg_if","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__cfg_if__1_0_0/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"log","edition":"2015","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__log__0_4_14/log_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__log__0_4_14/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__log__0_4_14/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__log__0_4_14/log_build_script.out_dir"]},"deps":[{"crate":22,"name":"cfg_if"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"libc","edition":"2015","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__libc__0_2_86/libc_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__libc__0_2_86/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__libc__0_2_86/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__libc__0_2_86/libc_build_script.out_dir"]},"deps":[],"cfg":["test","debug_assertions","feature=\"align\"","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"memchr","edition":"2015","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__memchr__2_3_4/memchr_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__memchr__2_3_4/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__memchr__2_3_4/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__memchr__2_3_4/memchr_build_script.out_dir"]},"deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"mio","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__mio__0_7_9/src/lib.rs","deps":[{"crate":23,"name":"log"},{"crate":24,"name":"libc"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"net\"","feature=\"os-ext\"","feature=\"os-poll\"","feature=\"os-util\"","feature=\"tcp\"","feature=\"udp\"","feature=\"uds\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"num_cpus","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__num_cpus__1_13_0/src/lib.rs","deps":[{"crate":24,"name":"libc"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tokio_macros","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tokio_macros__1_1_0/src/lib.rs","deps":[{"crate":2,"name":"proc_macro2"},{"crate":3,"name":"quote"},{"crate":6,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__tokio_macros__1_1_0/libtokio_macros--508556751.so"},{"display_name":"futures_sink","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__futures_sink__0_3_13/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tokio","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__tokio__1_0_2/tokio_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tokio__1_0_2/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tokio__1_0_2/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__tokio__1_0_2/tokio_build_script.out_dir"]},"deps":[{"crate":7,"name":"bytes"},{"crate":25,"name":"memchr"},{"crate":26,"name":"mio"},{"crate":27,"name":"num_cpus"},{"crate":17,"name":"pin_project_lite"},{"crate":24,"name":"libc"},{"crate":28,"name":"tokio_macros"}],"cfg":["test","debug_assertions","feature=\"bytes\"","feature=\"default\"","feature=\"io-std\"","feature=\"io-util\"","feature=\"libc\"","feature=\"macros\"","feature=\"memchr\"","feature=\"mio\"","feature=\"net\"","feature=\"num_cpus\"","feature=\"rt\"","feature=\"rt-multi-thread\"","feature=\"sync\"","feature=\"time\"","feature=\"tokio-macros\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"lazy_static","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__lazy_static__1_4_0/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tracing_core","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tracing_core__0_1_17/src/lib.rs","deps":[{"crate":31,"name":"lazy_static"}],"cfg":["test","debug_assertions","feature=\"lazy_static\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tracing_attributes","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tracing_attributes__0_1_13/src/lib.rs","deps":[{"crate":2,"name":"proc_macro2"},{"crate":3,"name":"quote"},{"crate":6,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__tracing_attributes__0_1_13/libtracing_attributes-1161983936.so"},{"display_name":"pin_project_internal","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__pin_project_internal__1_0_5/src/lib.rs","deps":[{"crate":2,"name":"proc_macro2"},{"crate":3,"name":"quote"},{"crate":6,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__pin_project_internal__1_0_5/libpin_project_internal--125826134.so"},{"display_name":"pin_project","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__pin_project__1_0_5/src/lib.rs","deps":[{"crate":34,"name":"pin_project_internal"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tracing","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tracing__0_1_25/src/lib.rs","deps":[{"crate":22,"name":"cfg_if"},{"crate":23,"name":"log"},{"crate":17,"name":"pin_project_lite"},{"crate":32,"name":"tracing_core"},{"crate":33,"name":"tracing_attributes"}],"cfg":["test","debug_assertions","feature=\"attributes\"","feature=\"default\"","feature=\"log\"","feature=\"std\"","feature=\"tracing-attributes\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"futures_util","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__futures_util__0_3_13/src/lib.rs","deps":[{"crate":14,"name":"futures_core"},{"crate":16,"name":"futures_task"},{"crate":17,"name":"pin_project_lite"},{"crate":18,"name":"pin_utils"}],"cfg":["test","debug_assertions","feature=\"alloc\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"http","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__http__0_2_3/src/lib.rs","deps":[{"crate":7,"name":"bytes"},{"crate":19,"name":"fnv"},{"crate":20,"name":"itoa"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"indexmap","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__indexmap__1_6_1/indexmap_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__indexmap__1_6_1/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__indexmap__1_6_1/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__indexmap__1_6_1/indexmap_build_script.out_dir"]},"deps":[{"crate":21,"name":"hashbrown"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"slab","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__slab__0_4_2/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tokio_util","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tokio_util__0_6_3/src/lib.rs","deps":[{"crate":7,"name":"bytes"},{"crate":14,"name":"futures_core"},{"crate":29,"name":"futures_sink"},{"crate":23,"name":"log"},{"crate":17,"name":"pin_project_lite"},{"crate":30,"name":"tokio"}],"cfg":["test","debug_assertions","feature=\"codec\"","feature=\"default\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tracing_futures","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tracing_futures__0_2_5/src/lib.rs","deps":[{"crate":35,"name":"pin_project"},{"crate":36,"name":"tracing"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"pin-project\"","feature=\"std\"","feature=\"std-future\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"try_lock","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__try_lock__0_2_3/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"futures_channel","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__futures_channel__0_3_13/src/lib.rs","deps":[{"crate":14,"name":"futures_core"}],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"h2","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__h2__0_3_0/src/lib.rs","deps":[{"crate":7,"name":"bytes"},{"crate":19,"name":"fnv"},{"crate":14,"name":"futures_core"},{"crate":29,"name":"futures_sink"},{"crate":37,"name":"futures_util"},{"crate":38,"name":"http"},{"crate":39,"name":"indexmap"},{"crate":40,"name":"slab"},{"crate":30,"name":"tokio"},{"crate":41,"name":"tokio_util"},{"crate":36,"name":"tracing"},{"crate":42,"name":"tracing_futures"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"http_body","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__http_body__0_4_0/src/lib.rs","deps":[{"crate":7,"name":"bytes"},{"crate":38,"name":"http"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"httparse","edition":"2015","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__httparse__1_3_5/httparse_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__httparse__1_3_5/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__httparse__1_3_5/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__httparse__1_3_5/httparse_build_script.out_dir"]},"deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"httpdate","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__httpdate__0_3_2/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"socket2","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__socket2__0_3_19/src/lib.rs","deps":[{"crate":22,"name":"cfg_if"},{"crate":24,"name":"libc"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tower_service","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tower_service__0_3_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"want","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__want__0_3_0/src/lib.rs","deps":[{"crate":23,"name":"log"},{"crate":43,"name":"try_lock"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"untrusted","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__untrusted__0_7_1/src/untrusted.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"spin","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__spin__0_5_2/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"once_cell","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__once_cell__1_6_0/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"ring","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__ring__0_16_15/src/lib.rs","deps":[{"crate":52,"name":"untrusted"},{"crate":53,"name":"spin"},{"crate":54,"name":"once_cell"},{"crate":24,"name":"libc"}],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"default\"","feature=\"dev_urandom_fallback\"","feature=\"once_cell\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"base64","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__base64__0_13_0/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"sct","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__sct__0_6_0/src/lib.rs","deps":[{"crate":55,"name":"ring"},{"crate":52,"name":"untrusted"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"webpki","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__webpki__0_21_3/src/webpki.rs","deps":[{"crate":55,"name":"ring"},{"crate":52,"name":"untrusted"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\"","feature=\"trust_anchor_util\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"rustls","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__rustls__0_19_0/src/lib.rs","deps":[{"crate":56,"name":"base64"},{"crate":23,"name":"log"},{"crate":55,"name":"ring"},{"crate":57,"name":"sct"},{"crate":58,"name":"webpki"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"log\"","feature=\"logging\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"openssl_probe","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__openssl_probe__0_1_2/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"getrandom","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__getrandom__0_2_2/getrandom_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__getrandom__0_2_2/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__getrandom__0_2_2/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_prostgen__getrandom__0_2_2/getrandom_build_script.out_dir"]},"deps":[{"crate":22,"name":"cfg_if"},{"crate":24,"name":"libc"}],"cfg":["test","debug_assertions","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"ppv_lite86","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__ppv_lite86__0_2_10/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"simd\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"rand_core","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__rand_core__0_6_2/src/lib.rs","deps":[{"crate":61,"name":"getrandom"}],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"getrandom\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"rand_chacha","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__rand_chacha__0_3_0/src/lib.rs","deps":[{"crate":62,"name":"ppv_lite86"},{"crate":63,"name":"rand_core"}],"cfg":["test","debug_assertions","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"rand","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__rand__0_8_3/src/lib.rs","deps":[{"crate":64,"name":"rand_chacha"},{"crate":63,"name":"rand_core"},{"crate":24,"name":"libc"}],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"default\"","feature=\"getrandom\"","feature=\"libc\"","feature=\"rand_chacha\"","feature=\"rand_hc\"","feature=\"small_rng\"","feature=\"std\"","feature=\"std_rng\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tokio_stream","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tokio_stream__0_1_3/src/lib.rs","deps":[{"crate":14,"name":"futures_core"},{"crate":17,"name":"pin_project_lite"},{"crate":30,"name":"tokio"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"time\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tower_layer","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tower_layer__0_3_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"async_stream","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__async_stream__0_3_0/src/lib.rs","deps":[{"crate":14,"name":"futures_core"},{"crate":15,"name":"async_stream_impl"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"hyper","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__hyper__0_14_4/src/lib.rs","deps":[{"crate":7,"name":"bytes"},{"crate":44,"name":"futures_channel"},{"crate":14,"name":"futures_core"},{"crate":37,"name":"futures_util"},{"crate":45,"name":"h2"},{"crate":38,"name":"http"},{"crate":46,"name":"http_body"},{"crate":47,"name":"httparse"},{"crate":48,"name":"httpdate"},{"crate":20,"name":"itoa"},{"crate":35,"name":"pin_project"},{"crate":49,"name":"socket2"},{"crate":30,"name":"tokio"},{"crate":50,"name":"tower_service"},{"crate":36,"name":"tracing"},{"crate":51,"name":"want"}],"cfg":["test","debug_assertions","feature=\"client\"","feature=\"default\"","feature=\"full\"","feature=\"h2\"","feature=\"http1\"","feature=\"http2\"","feature=\"runtime\"","feature=\"server\"","feature=\"socket2\"","feature=\"stream\"","feature=\"tcp\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"percent_encoding","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__percent_encoding__2_1_0/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"rustls_native_certs","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__rustls_native_certs__0_5_0/src/lib.rs","deps":[{"crate":59,"name":"rustls"},{"crate":60,"name":"openssl_probe"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"rustls\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tokio_rustls","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tokio_rustls__0_22_0/src/lib.rs","deps":[{"crate":59,"name":"rustls"},{"crate":30,"name":"tokio"},{"crate":58,"name":"webpki"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tower","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tower__0_4_5/src/lib.rs","deps":[{"crate":14,"name":"futures_core"},{"crate":37,"name":"futures_util"},{"crate":39,"name":"indexmap"},{"crate":35,"name":"pin_project"},{"crate":65,"name":"rand"},{"crate":40,"name":"slab"},{"crate":30,"name":"tokio"},{"crate":66,"name":"tokio_stream"},{"crate":41,"name":"tokio_util"},{"crate":67,"name":"tower_layer"},{"crate":50,"name":"tower_service"},{"crate":36,"name":"tracing"}],"cfg":["test","debug_assertions","feature=\"balance\"","feature=\"buffer\"","feature=\"default\"","feature=\"discover\"","feature=\"futures-util\"","feature=\"indexmap\"","feature=\"limit\"","feature=\"load\"","feature=\"log\"","feature=\"make\"","feature=\"rand\"","feature=\"ready-cache\"","feature=\"slab\"","feature=\"timeout\"","feature=\"tokio\"","feature=\"tokio-stream\"","feature=\"tokio-util\"","feature=\"tracing\"","feature=\"util\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"async_trait","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__async_trait__0_1_42/src/lib.rs","deps":[{"crate":2,"name":"proc_macro2"},{"crate":3,"name":"quote"},{"crate":6,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_prostgen__async_trait__0_1_42/libasync_trait--1635077585.so"},{"display_name":"tonic","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_prostgen__tonic__0_4_0/src/lib.rs","deps":[{"crate":68,"name":"async_stream"},{"crate":56,"name":"base64"},{"crate":7,"name":"bytes"},{"crate":14,"name":"futures_core"},{"crate":37,"name":"futures_util"},{"crate":45,"name":"h2"},{"crate":38,"name":"http"},{"crate":46,"name":"http_body"},{"crate":69,"name":"hyper"},{"crate":70,"name":"percent_encoding"},{"crate":35,"name":"pin_project"},{"crate":9,"name":"prost"},{"crate":71,"name":"rustls_native_certs"},{"crate":30,"name":"tokio"},{"crate":72,"name":"tokio_rustls"},{"crate":66,"name":"tokio_stream"},{"crate":41,"name":"tokio_util"},{"crate":73,"name":"tower"},{"crate":50,"name":"tower_service"},{"crate":36,"name":"tracing"},{"crate":42,"name":"tracing_futures"},{"crate":74,"name":"async_trait"},{"crate":8,"name":"prost_derive"}],"cfg":["test","debug_assertions","feature=\"async-trait\"","feature=\"codegen\"","feature=\"default\"","feature=\"h2\"","feature=\"hyper\"","feature=\"prost\"","feature=\"prost-derive\"","feature=\"prost1\"","feature=\"rustls-native-certs\"","feature=\"tls\"","feature=\"tls-roots\"","feature=\"tokio\"","feature=\"tokio-rustls\"","feature=\"tower\"","feature=\"tracing-futures\"","feature=\"transport\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"cfg_if","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__cfg_if__1_0_0/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"log","edition":"2015","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__log__0_4_14/log_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__log__0_4_14/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__log__0_4_14/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__log__0_4_14/log_build_script.out_dir"]},"deps":[{"crate":76,"name":"cfg_if"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"libc","edition":"2015","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__libc__0_2_86/libc_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__libc__0_2_86/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__libc__0_2_86/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__libc__0_2_86/libc_build_script.out_dir"]},"deps":[],"cfg":["test","debug_assertions","feature=\"align\"","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"unicode_xid","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__unicode_xid__0_2_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"default\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"proc_macro2","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__proc_macro2__1_0_24/proc_macro2_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__proc_macro2__1_0_24/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__proc_macro2__1_0_24/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__proc_macro2__1_0_24/proc_macro2_build_script.out_dir"]},"deps":[{"crate":79,"name":"unicode_xid"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"proc-macro\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"quote","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__quote__1_0_9/src/lib.rs","deps":[{"crate":80,"name":"proc_macro2"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"proc-macro\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"syn","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__syn__1_0_60/syn_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__syn__1_0_60/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__syn__1_0_60/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__syn__1_0_60/syn_build_script.out_dir"]},"deps":[{"crate":80,"name":"proc_macro2"},{"crate":81,"name":"quote"},{"crate":79,"name":"unicode_xid"}],"cfg":["test","debug_assertions","feature=\"clone-impls\"","feature=\"default\"","feature=\"derive\"","feature=\"extra-traits\"","feature=\"full\"","feature=\"parsing\"","feature=\"printing\"","feature=\"proc-macro\"","feature=\"quote\"","feature=\"visit\"","feature=\"visit-mut\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"bytes","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__bytes__1_0_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"memchr","edition":"2015","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__memchr__2_3_4/memchr_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__memchr__2_3_4/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__memchr__2_3_4/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__memchr__2_3_4/memchr_build_script.out_dir"]},"deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"mio","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__mio__0_7_9/src/lib.rs","deps":[{"crate":77,"name":"log"},{"crate":78,"name":"libc"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"net\"","feature=\"os-ext\"","feature=\"os-poll\"","feature=\"os-util\"","feature=\"tcp\"","feature=\"udp\"","feature=\"uds\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"num_cpus","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__num_cpus__1_13_0/src/lib.rs","deps":[{"crate":78,"name":"libc"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"pin_project_lite","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__pin_project_lite__0_2_4/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tokio_macros","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tokio_macros__1_1_0/src/lib.rs","deps":[{"crate":80,"name":"proc_macro2"},{"crate":81,"name":"quote"},{"crate":82,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__tokio_macros__1_1_0/libtokio_macros-1520895337.so"},{"display_name":"futures_core","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__futures_core__0_3_13/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"async_stream_impl","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__async_stream_impl__0_3_0/src/lib.rs","deps":[{"crate":80,"name":"proc_macro2"},{"crate":81,"name":"quote"},{"crate":82,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__async_stream_impl__0_3_0/libasync_stream_impl--1533711614.so"},{"display_name":"futures_task","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__futures_task__0_3_13/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"alloc\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"pin_utils","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__pin_utils__0_1_0/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"fnv","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__fnv__1_0_7/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"itoa","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__itoa__0_4_7/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"hashbrown","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__hashbrown__0_9_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"raw\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"futures_sink","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__futures_sink__0_3_13/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tokio","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__tokio__1_0_2/tokio_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tokio__1_0_2/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tokio__1_0_2/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__tokio__1_0_2/tokio_build_script.out_dir"]},"deps":[{"crate":83,"name":"bytes"},{"crate":84,"name":"memchr"},{"crate":85,"name":"mio"},{"crate":86,"name":"num_cpus"},{"crate":87,"name":"pin_project_lite"},{"crate":78,"name":"libc"},{"crate":88,"name":"tokio_macros"}],"cfg":["test","debug_assertions","feature=\"bytes\"","feature=\"default\"","feature=\"fs\"","feature=\"io-std\"","feature=\"io-util\"","feature=\"libc\"","feature=\"macros\"","feature=\"memchr\"","feature=\"mio\"","feature=\"net\"","feature=\"num_cpus\"","feature=\"rt\"","feature=\"rt-multi-thread\"","feature=\"sync\"","feature=\"time\"","feature=\"tokio-macros\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"lazy_static","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__lazy_static__1_4_0/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tracing_core","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tracing_core__0_1_17/src/lib.rs","deps":[{"crate":98,"name":"lazy_static"}],"cfg":["test","debug_assertions","feature=\"lazy_static\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tracing_attributes","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tracing_attributes__0_1_13/src/lib.rs","deps":[{"crate":80,"name":"proc_macro2"},{"crate":81,"name":"quote"},{"crate":82,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__tracing_attributes__0_1_13/libtracing_attributes-1808592264.so"},{"display_name":"pin_project_internal","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__pin_project_internal__1_0_5/src/lib.rs","deps":[{"crate":80,"name":"proc_macro2"},{"crate":81,"name":"quote"},{"crate":82,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__pin_project_internal__1_0_5/libpin_project_internal--1555804446.so"},{"display_name":"pin_project","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__pin_project__1_0_5/src/lib.rs","deps":[{"crate":101,"name":"pin_project_internal"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tracing","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tracing__0_1_25/src/lib.rs","deps":[{"crate":76,"name":"cfg_if"},{"crate":77,"name":"log"},{"crate":87,"name":"pin_project_lite"},{"crate":99,"name":"tracing_core"},{"crate":100,"name":"tracing_attributes"}],"cfg":["test","debug_assertions","feature=\"attributes\"","feature=\"default\"","feature=\"log\"","feature=\"std\"","feature=\"tracing-attributes\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"futures_util","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__futures_util__0_3_13/src/lib.rs","deps":[{"crate":89,"name":"futures_core"},{"crate":91,"name":"futures_task"},{"crate":87,"name":"pin_project_lite"},{"crate":92,"name":"pin_utils"}],"cfg":["test","debug_assertions","feature=\"alloc\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"http","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__http__0_2_3/src/lib.rs","deps":[{"crate":83,"name":"bytes"},{"crate":93,"name":"fnv"},{"crate":94,"name":"itoa"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"indexmap","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__indexmap__1_6_1/indexmap_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__indexmap__1_6_1/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__indexmap__1_6_1/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__indexmap__1_6_1/indexmap_build_script.out_dir"]},"deps":[{"crate":95,"name":"hashbrown"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"slab","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__slab__0_4_2/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tokio_util","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tokio_util__0_6_3/src/lib.rs","deps":[{"crate":83,"name":"bytes"},{"crate":89,"name":"futures_core"},{"crate":96,"name":"futures_sink"},{"crate":77,"name":"log"},{"crate":87,"name":"pin_project_lite"},{"crate":97,"name":"tokio"}],"cfg":["test","debug_assertions","feature=\"codec\"","feature=\"default\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tracing_futures","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tracing_futures__0_2_5/src/lib.rs","deps":[{"crate":102,"name":"pin_project"},{"crate":103,"name":"tracing"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"pin-project\"","feature=\"std\"","feature=\"std-future\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"try_lock","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__try_lock__0_2_3/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"futures_channel","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__futures_channel__0_3_13/src/lib.rs","deps":[{"crate":89,"name":"futures_core"}],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"h2","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__h2__0_3_0/src/lib.rs","deps":[{"crate":83,"name":"bytes"},{"crate":93,"name":"fnv"},{"crate":89,"name":"futures_core"},{"crate":96,"name":"futures_sink"},{"crate":104,"name":"futures_util"},{"crate":105,"name":"http"},{"crate":106,"name":"indexmap"},{"crate":107,"name":"slab"},{"crate":97,"name":"tokio"},{"crate":108,"name":"tokio_util"},{"crate":103,"name":"tracing"},{"crate":109,"name":"tracing_futures"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"http_body","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__http_body__0_4_0/src/lib.rs","deps":[{"crate":83,"name":"bytes"},{"crate":105,"name":"http"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"httparse","edition":"2015","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__httparse__1_3_5/httparse_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__httparse__1_3_5/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__httparse__1_3_5/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__httparse__1_3_5/httparse_build_script.out_dir"]},"deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"httpdate","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__httpdate__0_3_2/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"socket2","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__socket2__0_3_19/src/lib.rs","deps":[{"crate":76,"name":"cfg_if"},{"crate":78,"name":"libc"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tower_service","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tower_service__0_3_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"want","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__want__0_3_0/src/lib.rs","deps":[{"crate":77,"name":"log"},{"crate":110,"name":"try_lock"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"either","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__either__1_6_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"anyhow","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__anyhow__1_0_38/anyhow_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__anyhow__1_0_38/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__anyhow__1_0_38/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__anyhow__1_0_38/anyhow_build_script.out_dir"]},"deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"itertools","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__itertools__0_9_0/src/lib.rs","deps":[{"crate":119,"name":"either"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"use_std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"prost_derive","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__prost_derive__0_7_0/src/lib.rs","deps":[{"crate":120,"name":"anyhow"},{"crate":121,"name":"itertools"},{"crate":80,"name":"proc_macro2"},{"crate":81,"name":"quote"},{"crate":82,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__prost_derive__0_7_0/libprost_derive-444298732.so"},{"display_name":"getrandom","edition":"2018","env":{"OUT_DIR":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__getrandom__0_2_2/getrandom_build_script.out_dir"},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__getrandom__0_2_2/src/lib.rs","source":{"exclude_dirs":[],"include_dirs":["/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__getrandom__0_2_2/src","/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-fastbuild/bin/external/rules_rust_examples_prostgen__getrandom__0_2_2/getrandom_build_script.out_dir"]},"deps":[{"crate":76,"name":"cfg_if"},{"crate":78,"name":"libc"}],"cfg":["test","debug_assertions","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"ppv_lite86","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__ppv_lite86__0_2_10/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"simd\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"rand_core","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__rand_core__0_6_2/src/lib.rs","deps":[{"crate":123,"name":"getrandom"}],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"getrandom\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"rand_chacha","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__rand_chacha__0_3_0/src/lib.rs","deps":[{"crate":124,"name":"ppv_lite86"},{"crate":125,"name":"rand_core"}],"cfg":["test","debug_assertions","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"rand","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__rand__0_8_3/src/lib.rs","deps":[{"crate":126,"name":"rand_chacha"},{"crate":125,"name":"rand_core"},{"crate":78,"name":"libc"}],"cfg":["test","debug_assertions","feature=\"alloc\"","feature=\"default\"","feature=\"getrandom\"","feature=\"libc\"","feature=\"rand_chacha\"","feature=\"rand_hc\"","feature=\"small_rng\"","feature=\"std\"","feature=\"std_rng\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tokio_stream","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tokio_stream__0_1_3/src/lib.rs","deps":[{"crate":89,"name":"futures_core"},{"crate":87,"name":"pin_project_lite"},{"crate":97,"name":"tokio"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"time\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tower_layer","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tower_layer__0_3_1/src/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"async_stream","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__async_stream__0_3_0/src/lib.rs","deps":[{"crate":89,"name":"futures_core"},{"crate":90,"name":"async_stream_impl"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"base64","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__base64__0_13_0/src/lib.rs","deps":[],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"hyper","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__hyper__0_14_4/src/lib.rs","deps":[{"crate":83,"name":"bytes"},{"crate":111,"name":"futures_channel"},{"crate":89,"name":"futures_core"},{"crate":104,"name":"futures_util"},{"crate":112,"name":"h2"},{"crate":105,"name":"http"},{"crate":113,"name":"http_body"},{"crate":114,"name":"httparse"},{"crate":115,"name":"httpdate"},{"crate":94,"name":"itoa"},{"crate":102,"name":"pin_project"},{"crate":116,"name":"socket2"},{"crate":97,"name":"tokio"},{"crate":117,"name":"tower_service"},{"crate":103,"name":"tracing"},{"crate":118,"name":"want"}],"cfg":["test","debug_assertions","feature=\"client\"","feature=\"default\"","feature=\"full\"","feature=\"h2\"","feature=\"http1\"","feature=\"http2\"","feature=\"runtime\"","feature=\"server\"","feature=\"socket2\"","feature=\"stream\"","feature=\"tcp\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"percent_encoding","edition":"2015","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__percent_encoding__2_1_0/lib.rs","deps":[],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"prost","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__prost__0_7_0/src/lib.rs","deps":[{"crate":83,"name":"bytes"},{"crate":122,"name":"prost_derive"}],"cfg":["test","debug_assertions","feature=\"default\"","feature=\"prost-derive\"","feature=\"std\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tower","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tower__0_4_5/src/lib.rs","deps":[{"crate":89,"name":"futures_core"},{"crate":104,"name":"futures_util"},{"crate":106,"name":"indexmap"},{"crate":102,"name":"pin_project"},{"crate":127,"name":"rand"},{"crate":107,"name":"slab"},{"crate":97,"name":"tokio"},{"crate":128,"name":"tokio_stream"},{"crate":108,"name":"tokio_util"},{"crate":129,"name":"tower_layer"},{"crate":117,"name":"tower_service"},{"crate":103,"name":"tracing"}],"cfg":["test","debug_assertions","feature=\"balance\"","feature=\"buffer\"","feature=\"default\"","feature=\"discover\"","feature=\"futures-util\"","feature=\"indexmap\"","feature=\"limit\"","feature=\"load\"","feature=\"log\"","feature=\"make\"","feature=\"rand\"","feature=\"ready-cache\"","feature=\"slab\"","feature=\"timeout\"","feature=\"tokio\"","feature=\"tokio-stream\"","feature=\"tokio-util\"","feature=\"tracing\"","feature=\"util\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"async_trait","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__async_trait__0_1_42/src/lib.rs","deps":[{"crate":80,"name":"proc_macro2"},{"crate":81,"name":"quote"},{"crate":82,"name":"syn"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu","proc_macro_dylib_path":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust_examples_prostgen__async_trait__0_1_42/libasync_trait-394374503.so"},{"display_name":"helloworld_proto","edition":"2018","env":{},"is_workspace_member":true,"root_module":"bazel-out/k8-fastbuild/bin/prostgen/helloworld/helloworld_proto_generated/lib.rs","deps":[{"crate":9,"name":"prost"},{"crate":10,"name":"prost_types"},{"crate":75,"name":"tonic"},{"crate":8,"name":"prost_derive"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"tonic","edition":"2018","env":{},"is_workspace_member":false,"root_module":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rules_rust_examples_prostgen__tonic__0_4_0/src/lib.rs","deps":[{"crate":130,"name":"async_stream"},{"crate":131,"name":"base64"},{"crate":83,"name":"bytes"},{"crate":89,"name":"futures_core"},{"crate":104,"name":"futures_util"},{"crate":112,"name":"h2"},{"crate":105,"name":"http"},{"crate":113,"name":"http_body"},{"crate":132,"name":"hyper"},{"crate":133,"name":"percent_encoding"},{"crate":102,"name":"pin_project"},{"crate":134,"name":"prost"},{"crate":97,"name":"tokio"},{"crate":128,"name":"tokio_stream"},{"crate":108,"name":"tokio_util"},{"crate":135,"name":"tower"},{"crate":117,"name":"tower_service"},{"crate":103,"name":"tracing"},{"crate":109,"name":"tracing_futures"},{"crate":136,"name":"async_trait"},{"crate":122,"name":"prost_derive"}],"cfg":["test","debug_assertions","feature=\"async-trait\"","feature=\"codegen\"","feature=\"default\"","feature=\"h2\"","feature=\"hyper\"","feature=\"prost\"","feature=\"prost-derive\"","feature=\"prost1\"","feature=\"tokio\"","feature=\"tower\"","feature=\"tracing-futures\"","feature=\"transport\""],"target":"x86_64-unknown-linux-gnu"},{"display_name":"greeter_client","edition":"2018","env":{},"is_workspace_member":true,"root_module":"prostgen/helloworld/greeter_client/greeter_client.rs","deps":[{"crate":137,"name":"helloworld_proto"},{"crate":97,"name":"tokio"},{"crate":138,"name":"tonic"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"},{"display_name":"greeter_server","edition":"2018","env":{},"is_workspace_member":true,"root_module":"prostgen/helloworld/greeter_server/greeter_server.rs","deps":[{"crate":137,"name":"helloworld_proto"},{"crate":97,"name":"tokio"},{"crate":75,"name":"tonic"}],"cfg":["test","debug_assertions"],"target":"x86_64-unknown-linux-gnu"}],"sysroot_src":"/home/danielp/.cache/bazel/_bazel_danielp/2316b5f761699b4fe6f5bb0ddf7f8832/execroot/examples/external/rust_linux_x86_64/lib/rustlib/src/library"} \ No newline at end of file diff --git a/proto/prostgen/BUILD b/proto/prostgen/BUILD index 07bf0b5f61..3f8a18b8eb 100644 --- a/proto/prostgen/BUILD +++ b/proto/prostgen/BUILD @@ -4,7 +4,7 @@ load("//rust:rust.bzl", "rust_binary", "rust_doc", "rust_library", "rust_test") package(default_visibility = ["//visibility:private"]) -exports_files(["rules.bzl"]) +exports_files(["prostgen.bzl"]) rust_library( name = "prostgen_lib", diff --git a/proto/prostgen/rules.bzl b/proto/prostgen/prostgen.bzl similarity index 98% rename from proto/prostgen/rules.bzl rename to proto/prostgen/prostgen.bzl index bdc60222ca..466a8ec813 100644 --- a/proto/prostgen/rules.bzl +++ b/proto/prostgen/prostgen.bzl @@ -5,16 +5,16 @@ A set of rules and macros for generating prost-based rust protobuf code. load("@rules_proto//proto:defs.bzl", "ProtoInfo") load("@rules_rust//rust:rust.bzl", "rust_library") -_PROST_COMPILE_DEPS = [ +PROST_COMPILE_DEPS = [ "@rules_rust//proto/prostgen/raze/cargo:prost", "@rules_rust//proto/prostgen/raze/cargo:prost_types", ] -_PROST_COMPILE_PROC_MACRO_DEPS = [ +PROST_COMPILE_PROC_MACRO_DEPS = [ "@rules_rust//proto/prostgen/raze/cargo:prost_derive", ] -_TONIC_COMPILE_DEPS = [ +TONIC_COMPILE_DEPS = [ "@rules_rust//proto/prostgen/raze/cargo:tonic", ] @@ -229,9 +229,9 @@ def _prost_tonic_library(name, deps, grpc, extern = None, **kwargs): extern = [] generation_name = "%s_generated" % name generated_extern = ["%s_generated" % f for f in extern] - dependencies = _PROST_COMPILE_DEPS + dependencies = PROST_COMPILE_DEPS if grpc: - dependencies = dependencies + _TONIC_COMPILE_DEPS + dependencies = dependencies + TONIC_COMPILE_DEPS _prost_generator( name = generation_name, deps = deps, @@ -250,7 +250,7 @@ def _prost_tonic_library(name, deps, grpc, extern = None, **kwargs): generation_name, ], deps = dependencies + extern, - proc_macro_deps = _PROST_COMPILE_PROC_MACRO_DEPS, + proc_macro_deps = PROST_COMPILE_PROC_MACRO_DEPS, edition = "2018", **kwargs ) diff --git a/proto/prostgen/raze/Cargo.lock b/proto/prostgen/raze/Cargo.lock index 828340c565..88b9b66e61 100644 --- a/proto/prostgen/raze/Cargo.lock +++ b/proto/prostgen/raze/Cargo.lock @@ -2,15 +2,15 @@ # It is not intended for manual editing. [[package]] name = "anyhow" -version = "1.0.31" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f" +checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" [[package]] name = "async-stream" -version = "0.2.1" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22068c0c19514942eefcfd4daf8976ef1aad84e61539f95cd200c35202f80af5" +checksum = "0a26cb53174ddd320edfff199a853f93d571f48eeb4dde75e67a9a3dbb7b7e5e" dependencies = [ "async-stream-impl", "futures-core", @@ -18,9 +18,9 @@ dependencies = [ [[package]] name = "async-stream-impl" -version = "0.2.1" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25f9db3b38af870bf7e5cc649167533b493928e50744e2c30ae350230b414670" +checksum = "db134ba52475c060f3329a8ef0f8786d6b872ed01515d4b79c162e5798da1340" dependencies = [ "proc-macro2", "quote", @@ -29,9 +29,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.42" +version = "0.1.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d" +checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722" dependencies = [ "proc-macro2", "quote", @@ -46,9 +46,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "base64" -version = "0.12.3" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" +checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bitflags" @@ -62,12 +62,6 @@ version = "3.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" -[[package]] -name = "bytes" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" - [[package]] name = "bytes" version = "1.0.1" @@ -80,12 +74,6 @@ version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" -[[package]] -name = "cfg-if" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" - [[package]] name = "cfg-if" version = "1.0.0" @@ -109,16 +97,11 @@ version = "0.1.0" dependencies = [ "anyhow", "heck", - "hyper", - "proc-macro-error", - "proc-macro2", "prost", "prost-build", "prost-derive", "prost-types", - "ring", "structopt", - "syn", "thiserror", "tonic", "tonic-build", @@ -126,9 +109,9 @@ dependencies = [ [[package]] name = "core-foundation" -version = "0.7.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" +checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" dependencies = [ "core-foundation-sys", "libc", @@ -136,9 +119,9 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.7.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" +checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" [[package]] name = "either" @@ -158,90 +141,63 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "fuchsia-zircon" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" -dependencies = [ - "bitflags", - "fuchsia-zircon-sys", -] - -[[package]] -name = "fuchsia-zircon-sys" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" - [[package]] name = "futures-channel" -version = "0.3.12" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846" +checksum = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25" dependencies = [ "futures-core", ] [[package]] name = "futures-core" -version = "0.3.12" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65" +checksum = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815" [[package]] name = "futures-sink" -version = "0.3.12" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6" +checksum = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23" [[package]] name = "futures-task" -version = "0.3.12" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86" +checksum = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc" [[package]] name = "futures-util" -version = "0.3.12" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b" +checksum = "3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025" dependencies = [ "futures-core", "futures-task", - "pin-project-lite 0.2.4", + "pin-project-lite", "pin-utils", ] -[[package]] -name = "getrandom" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" -dependencies = [ - "cfg-if 1.0.0", - "libc", - "wasi 0.9.0+wasi-snapshot-preview1", -] - [[package]] name = "getrandom" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libc", - "wasi 0.10.2+wasi-snapshot-preview1", + "wasi", ] [[package]] name = "h2" -version = "0.2.7" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" +checksum = "fc018e188373e2777d0ef2467ebff62a08e66c3f5857b23c8fbec3018210dc00" dependencies = [ - "bytes 0.5.6", + "bytes", "fnv", "futures-core", "futures-sink", @@ -252,7 +208,6 @@ dependencies = [ "tokio", "tokio-util", "tracing", - "tracing-futures", ] [[package]] @@ -263,47 +218,54 @@ checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" [[package]] name = "heck" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" +checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" dependencies = [ "unicode-segmentation", ] [[package]] name = "http" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" +checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" dependencies = [ - "bytes 1.0.1", + "bytes", "fnv", "itoa", ] [[package]] name = "http-body" -version = "0.3.1" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" +checksum = "5dfb77c123b4e2f72a2069aeae0b4b4949cc7e966df277813fc16347e7549737" dependencies = [ - "bytes 0.5.6", + "bytes", "http", + "pin-project-lite", ] [[package]] name = "httparse" -version = "1.3.5" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437" + +[[package]] +name = "httpdate" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" +checksum = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9" [[package]] name = "hyper" -version = "0.13.6" +version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f" +checksum = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54" dependencies = [ - "bytes 0.5.6", + "bytes", "futures-channel", "futures-core", "futures-util", @@ -311,40 +273,31 @@ dependencies = [ "http", "http-body", "httparse", + "httpdate", "itoa", - "log", "pin-project", "socket2", - "time", "tokio", "tower-service", + "tracing", "want", ] [[package]] name = "indexmap" -version = "1.6.1" +version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" +checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" dependencies = [ "autocfg", "hashbrown", ] -[[package]] -name = "iovec" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" -dependencies = [ - "libc", -] - [[package]] name = "itertools" -version = "0.8.2" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" +checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" dependencies = [ "either", ] @@ -357,23 +310,13 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" [[package]] name = "js-sys" -version = "0.3.47" +version = "0.3.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65" +checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c" dependencies = [ "wasm-bindgen", ] -[[package]] -name = "kernel32-sys" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -dependencies = [ - "winapi 0.2.8", - "winapi-build", -] - [[package]] name = "lazy_static" version = "1.4.0" @@ -382,9 +325,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.86" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" +checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" [[package]] name = "log" @@ -392,7 +335,7 @@ version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] @@ -403,57 +346,46 @@ checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "mio" -version = "0.6.23" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" +checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956" dependencies = [ - "cfg-if 0.1.10", - "fuchsia-zircon", - "fuchsia-zircon-sys", - "iovec", - "kernel32-sys", "libc", "log", "miow", - "net2", - "slab", - "winapi 0.2.8", + "ntapi", + "winapi", ] [[package]] name = "miow" -version = "0.2.2" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" +checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" dependencies = [ - "kernel32-sys", - "net2", - "winapi 0.2.8", - "ws2_32-sys", + "winapi", ] [[package]] name = "multimap" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333" +checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] -name = "net2" -version = "0.2.37" +name = "ntapi" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" +checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" dependencies = [ - "cfg-if 0.1.10", - "libc", - "winapi 0.3.9", + "winapi", ] [[package]] name = "once_cell" -version = "1.5.2" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" +checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" [[package]] name = "openssl-probe" @@ -479,18 +411,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "0.4.26" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13fbdfd6bdee3dc9be46452f86af4a4072975899cf8592466668620bebfbcc17" +checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "0.4.26" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c82fb1329f632c3552cf352d14427d57a511b1cf41db93b3a7d77906a82dcc8e" +checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f" dependencies = [ "proc-macro2", "quote", @@ -499,15 +431,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.1.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b" - -[[package]] -name = "pin-project-lite" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" +checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" [[package]] name = "pin-utils" @@ -523,9 +449,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "proc-macro-error" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678" +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ "proc-macro-error-attr", "proc-macro2", @@ -536,43 +462,41 @@ dependencies = [ [[package]] name = "proc-macro-error-attr" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53" +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ "proc-macro2", "quote", - "syn", - "syn-mid", "version_check", ] [[package]] name = "proc-macro2" -version = "1.0.18" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" +checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" dependencies = [ "unicode-xid", ] [[package]] name = "prost" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212" +checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2" dependencies = [ - "bytes 0.5.6", + "bytes", "prost-derive", ] [[package]] name = "prost-build" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26" +checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3" dependencies = [ - "bytes 0.5.6", + "bytes", "heck", "itertools", "log", @@ -586,9 +510,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72" +checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4" dependencies = [ "anyhow", "itertools", @@ -599,37 +523,23 @@ dependencies = [ [[package]] name = "prost-types" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa" +checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb" dependencies = [ - "bytes 0.5.6", + "bytes", "prost", ] [[package]] name = "quote" -version = "1.0.7" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 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", - "rand_pcg", -] - [[package]] name = "rand" version = "0.8.3" @@ -637,19 +547,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" dependencies = [ "libc", - "rand_chacha 0.3.0", - "rand_core 0.6.2", - "rand_hc 0.3.0", -] - -[[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", + "rand_chacha", + "rand_core", + "rand_hc", ] [[package]] @@ -659,16 +559,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" dependencies = [ "ppv-lite86", - "rand_core 0.6.2", -] - -[[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", + "rand_core", ] [[package]] @@ -677,16 +568,7 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" dependencies = [ - "getrandom 0.2.2", -] - -[[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", + "getrandom", ] [[package]] @@ -695,23 +577,14 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" dependencies = [ - "rand_core 0.6.2", -] - -[[package]] -name = "rand_pcg" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" -dependencies = [ - "rand_core 0.5.1", + "rand_core", ] [[package]] name = "redox_syscall" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" +checksum = "85dd92e586f7355c633911e11f77f3d12f04b1b1bd76a198bd34ae3af8341ef2" dependencies = [ "bitflags", ] @@ -722,14 +595,14 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" dependencies = [ - "winapi 0.3.9", + "winapi", ] [[package]] name = "ring" -version = "0.16.15" +version = "0.16.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4" +checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" dependencies = [ "cc", "libc", @@ -737,14 +610,14 @@ dependencies = [ "spin", "untrusted", "web-sys", - "winapi 0.3.9", + "winapi", ] [[package]] name = "rustls" -version = "0.18.1" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81" +checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" dependencies = [ "base64", "log", @@ -755,9 +628,9 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8" +checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092" dependencies = [ "openssl-probe", "rustls", @@ -772,14 +645,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" dependencies = [ "lazy_static", - "winapi 0.3.9", + "winapi", ] [[package]] name = "sct" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" +checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" dependencies = [ "ring", "untrusted", @@ -787,9 +660,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "1.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b" +checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84" dependencies = [ "bitflags", "core-foundation", @@ -800,9 +673,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "1.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7" +checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339" dependencies = [ "core-foundation-sys", "libc", @@ -810,19 +683,18 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" +checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527" [[package]] name = "socket2" -version = "0.3.19" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" +checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2" dependencies = [ - "cfg-if 1.0.0", "libc", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -857,38 +729,27 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.31" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6" +checksum = "ad184cc9470f9117b2ac6817bfe297307418819ba40552f9b3846f05c33d5373" dependencies = [ "proc-macro2", "quote", "unicode-xid", ] -[[package]] -name = "syn-mid" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "tempfile" version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libc", - "rand 0.8.3", + "rand", "redox_syscall", "remove_dir_all", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -921,70 +782,80 @@ dependencies = [ ] [[package]] -name = "time" -version = "0.1.43" +name = "tokio" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" +checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5" dependencies = [ + "autocfg", + "bytes", "libc", - "winapi 0.3.9", + "memchr", + "mio", + "pin-project-lite", + "tokio-macros", ] [[package]] -name = "tokio" -version = "0.2.25" +name = "tokio-macros" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" +checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57" dependencies = [ - "bytes 0.5.6", - "fnv", - "futures-core", - "iovec", - "lazy_static", - "memchr", - "mio", - "pin-project-lite 0.1.11", - "slab", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "tokio-rustls" -version = "0.14.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a" +checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" dependencies = [ - "futures-core", "rustls", "tokio", "webpki", ] +[[package]] +name = "tokio-stream" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e177a5d8c3bf36de9ebe6d58537d8879e964332f93fb3339e43f618c81361af0" +dependencies = [ + "futures-core", + "pin-project-lite", + "tokio", +] + [[package]] name = "tokio-util" -version = "0.3.1" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" +checksum = "940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e" dependencies = [ - "bytes 0.5.6", + "bytes", "futures-core", "futures-sink", "log", - "pin-project-lite 0.1.11", + "pin-project-lite", "tokio", ] [[package]] name = "tonic" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b13b102a19758191af97cff34c6785dffd6610f68de5ab1c4bb8378638e4ef90" +checksum = "3ba8f479158947373b6df40cf48f4779bb25c99ca3c661bd95e0ab1963ad8b0e" dependencies = [ "async-stream", "async-trait", "base64", - "bytes 0.5.6", + "bytes", "futures-core", "futures-util", + "h2", "http", "http-body", "hyper", @@ -995,11 +866,9 @@ dependencies = [ "rustls-native-certs", "tokio", "tokio-rustls", + "tokio-stream", "tokio-util", "tower", - "tower-balance", - "tower-load", - "tower-make", "tower-service", "tracing", "tracing-futures", @@ -1007,9 +876,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daec8b14e55497072204b53d5c0b1eb0a6ad1cd8301d6d4c079d4aeec35b21e9" +checksum = "c1e8546fd40d56d28089835c0a81bb396848103b00f888aea42d46eb5974df07" dependencies = [ "proc-macro2", "prost-build", @@ -1019,200 +888,54 @@ dependencies = [ [[package]] name = "tower" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd3169017c090b7a28fce80abaad0ab4f5566423677c9331bb320af7e49cfe62" -dependencies = [ - "futures-core", - "tower-buffer", - "tower-discover", - "tower-layer", - "tower-limit", - "tower-load-shed", - "tower-retry", - "tower-service", - "tower-timeout", - "tower-util", -] - -[[package]] -name = "tower-balance" -version = "0.3.0" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a792277613b7052448851efcf98a2c433e6f1d01460832dc60bef676bc275d4c" +checksum = "bf0aa6dfc29148c3826708dabbfa83c121eeb84df4d1468220825e3a33651687" dependencies = [ "futures-core", "futures-util", "indexmap", "pin-project", - "rand 0.7.3", + "rand", "slab", "tokio", - "tower-discover", - "tower-layer", - "tower-load", - "tower-make", - "tower-ready-cache", - "tower-service", - "tracing", -] - -[[package]] -name = "tower-buffer" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4887dc2a65d464c8b9b66e0e4d51c2fd6cf5b3373afc72805b0a60bce00446a" -dependencies = [ - "futures-core", - "pin-project", - "tokio", + "tokio-stream", + "tokio-util", "tower-layer", "tower-service", "tracing", ] -[[package]] -name = "tower-discover" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f6b5000c3c54d269cc695dff28136bb33d08cbf1df2c48129e143ab65bf3c2a" -dependencies = [ - "futures-core", - "pin-project", - "tower-service", -] - [[package]] name = "tower-layer" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62" -[[package]] -name = "tower-limit" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c3040c5dbed68abffaa0d4517ac1a454cd741044f33ab0eefab6b8d1361404" -dependencies = [ - "futures-core", - "pin-project", - "tokio", - "tower-layer", - "tower-load", - "tower-service", -] - -[[package]] -name = "tower-load" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cc79fc3afd07492b7966d7efa7c6c50f8ed58d768a6075dd7ae6591c5d2017b" -dependencies = [ - "futures-core", - "log", - "pin-project", - "tokio", - "tower-discover", - "tower-service", -] - -[[package]] -name = "tower-load-shed" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f021e23900173dc315feb4b6922510dae3e79c689b74c089112066c11f0ae4e" -dependencies = [ - "futures-core", - "pin-project", - "tower-layer", - "tower-service", -] - -[[package]] -name = "tower-make" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce50370d644a0364bf4877ffd4f76404156a248d104e2cc234cd391ea5cdc965" -dependencies = [ - "tokio", - "tower-service", -] - -[[package]] -name = "tower-ready-cache" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eabb6620e5481267e2ec832c780b31cad0c15dcb14ed825df5076b26b591e1f" -dependencies = [ - "futures-core", - "futures-util", - "indexmap", - "log", - "tokio", - "tower-service", -] - -[[package]] -name = "tower-retry" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6727956aaa2f8957d4d9232b308fe8e4e65d99db30f42b225646e86c9b6a952" -dependencies = [ - "futures-core", - "pin-project", - "tokio", - "tower-layer", - "tower-service", -] - [[package]] name = "tower-service" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" -[[package]] -name = "tower-timeout" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "127b8924b357be938823eaaec0608c482d40add25609481027b96198b2e4b31e" -dependencies = [ - "pin-project", - "tokio", - "tower-layer", - "tower-service", -] - -[[package]] -name = "tower-util" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1093c19826d33807c72511e68f73b4a0469a3f22c2bd5f7d5212178b4b89674" -dependencies = [ - "futures-core", - "futures-util", - "pin-project", - "tower-service", -] - [[package]] name = "tracing" -version = "0.1.24" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f77d3842f76ca899ff2dbcf231c5c65813dea431301d6eb686279c15c4464f12" +checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "log", - "pin-project-lite 0.2.4", + "pin-project-lite", "tracing-attributes", "tracing-core", ] [[package]] name = "tracing-attributes" -version = "0.1.13" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07" +checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2" dependencies = [ "proc-macro2", "quote", @@ -1230,9 +953,9 @@ dependencies = [ [[package]] name = "tracing-futures" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ "pin-project", "tracing", @@ -1270,9 +993,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "version_check" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" +checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "want" @@ -1284,12 +1007,6 @@ 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" @@ -1298,19 +1015,19 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasm-bindgen" -version = "0.2.70" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be" +checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.70" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7" +checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae" dependencies = [ "bumpalo", "lazy_static", @@ -1323,9 +1040,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.70" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c" +checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -1333,9 +1050,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.70" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385" +checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c" dependencies = [ "proc-macro2", "quote", @@ -1346,15 +1063,15 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.70" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64" +checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489" [[package]] name = "web-sys" -version = "0.3.47" +version = "0.3.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3" +checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be" dependencies = [ "js-sys", "wasm-bindgen", @@ -1362,9 +1079,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.21.3" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae" +checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" dependencies = [ "ring", "untrusted", @@ -1372,19 +1089,14 @@ dependencies = [ [[package]] name = "which" -version = "3.1.1" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" +checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe" dependencies = [ + "either", "libc", ] -[[package]] -name = "winapi" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" - [[package]] name = "winapi" version = "0.3.9" @@ -1395,12 +1107,6 @@ dependencies = [ "winapi-x86_64-pc-windows-gnu", ] -[[package]] -name = "winapi-build" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" - [[package]] name = "winapi-i686-pc-windows-gnu" version = "0.4.0" @@ -1412,13 +1118,3 @@ name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - -[[package]] -name = "ws2_32-sys" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" -dependencies = [ - "winapi 0.2.8", - "winapi-build", -] diff --git a/proto/prostgen/raze/Cargo.toml b/proto/prostgen/raze/Cargo.toml index 59ff0ff0c2..23501290a7 100644 --- a/proto/prostgen/raze/Cargo.toml +++ b/proto/prostgen/raze/Cargo.toml @@ -8,21 +8,22 @@ edition = "2018" path = "fake_lib.rs" [dependencies] -anyhow = "=1.0.31" -heck = "=0.3.1" -hyper = "=0.13.6" -syn= "=1.0.31" -proc-macro2= "=1.0.18" -proc-macro-error = "=1.0.2" -prost = "=0.6.1" -prost-derive = "=0.6.1" -prost-build = "=0.6.1" -prost-types = "=0.6.1" -ring = "=0.16.15" +anyhow = "=1.0.38" +heck = "=0.3.2" +#hyper = "=0.14.4" +#syn= "=1.0.60" +#proc-macro2= "=1.0.24" +#proc-macro-error = "=1.0.4" +prost = "=0.7.0" +prost-derive = "=0.7.0" +prost-build = "=0.7.0" +prost-types = "=0.7.0" +#ring = "=0.16.15" structopt = { version = "=0.3.13", default-features = false } thiserror = "=1.0.18" -tonic = { version = "=0.3.0", features = ["default", "tls", "tls-roots", "transport"] } -tonic-build = "=0.3.0" +tonic = { version = "=0.4.0", features = ["default", "tls", "tls-roots", "transport"] } +tonic-build = "=0.4.0" +#tokio = { version = "=1.0.2", features = ["macros", "rt-multi-thread"] } [workspace.metadata.raze] workspace_path = "//proto/prostgen/raze" @@ -31,46 +32,20 @@ gen_workspace_prefix = "rules_rust_prostgen" default_gen_buildrs = true genmode = "Remote" targets = [ + "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", ] -# [raze.crates.proc-macro2.'1.0.21'] -# gen_buildrs = true -# additional_flags = [ -# "--cfg=u128", -# "--cfg=use_proc_macro", -# "--cfg=wrap_proc_macro", -# ] -# [raze.crates.proc-macro2.'1.0.18'] -# gen_buildrs = false -# additional_flags = [ -# "--cfg=u128", -# "--cfg=use_proc_macro", -# "--cfg=wrap_proc_macro", -# ] -# -# [raze.crates.proc-macro-error.'1.0.2'] -# gen_buildrs = false -# additional_flags = [ -# "--cfg=use_fallback", -# ] - -# [raze.crates.indexmap.'1.6.0'] -# # version 1.3 added no-std support, so it uses autocfg to detect the std crate -# additional_flags = [ -# "--cfg=has_std", -# ] - -[package.metadata.raze.crates.prost-build.'0.6.1'] -gen_buildrs = false +[package.metadata.raze.crates.prost-build.'0.7.0'] patches = [ - "//proto/prostgen/raze/patches:prost-build-0.6.1.patch", + "@rules_rust//proto/prostgen/raze/patches:prost-build-0.7.0.patch" ] patch_args = ["-p1"] +gen_buildrs = false -[package.metadata.raze.crates.ring.'*'] +[package.metadata.raze.crates.ring.'0.16.15'] gen_buildrs = false data_attr = "glob([\"**/*.der\"])" additional_deps = [ diff --git a/proto/prostgen/raze/cargo/BUILD.bazel b/proto/prostgen/raze/cargo/BUILD.bazel index eac3109c1a..e399a35805 100644 --- a/proto/prostgen/raze/cargo/BUILD.bazel +++ b/proto/prostgen/raze/cargo/BUILD.bazel @@ -14,7 +14,7 @@ licenses([ # Aliased targets alias( name = "anyhow", - actual = "@rules_rust_prostgen__anyhow__1_0_31//:anyhow", + actual = "@rules_rust_prostgen__anyhow__1_0_38//:anyhow", tags = [ "cargo-raze", "manual", @@ -23,34 +23,7 @@ alias( alias( name = "heck", - actual = "@rules_rust_prostgen__heck__0_3_1//:heck", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "hyper", - actual = "@rules_rust_prostgen__hyper__0_13_6//:hyper", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "proc_macro_error", - actual = "@rules_rust_prostgen__proc_macro_error__1_0_2//:proc_macro_error", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "proc_macro2", - actual = "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", + actual = "@rules_rust_prostgen__heck__0_3_2//:heck", tags = [ "cargo-raze", "manual", @@ -59,7 +32,7 @@ alias( alias( name = "prost", - actual = "@rules_rust_prostgen__prost__0_6_1//:prost", + actual = "@rules_rust_prostgen__prost__0_7_0//:prost", tags = [ "cargo-raze", "manual", @@ -68,7 +41,7 @@ alias( alias( name = "prost_build", - actual = "@rules_rust_prostgen__prost_build__0_6_1//:prost_build", + actual = "@rules_rust_prostgen__prost_build__0_7_0//:prost_build", tags = [ "cargo-raze", "manual", @@ -77,7 +50,7 @@ alias( alias( name = "prost_derive", - actual = "@rules_rust_prostgen__prost_derive__0_6_1//:prost_derive", + actual = "@rules_rust_prostgen__prost_derive__0_7_0//:prost_derive", tags = [ "cargo-raze", "manual", @@ -86,16 +59,7 @@ alias( alias( name = "prost_types", - actual = "@rules_rust_prostgen__prost_types__0_6_1//:prost_types", - tags = [ - "cargo-raze", - "manual", - ], -) - -alias( - name = "ring", - actual = "@rules_rust_prostgen__ring__0_16_15//:ring", + actual = "@rules_rust_prostgen__prost_types__0_7_0//:prost_types", tags = [ "cargo-raze", "manual", @@ -111,15 +75,6 @@ alias( ], ) -alias( - name = "syn", - actual = "@rules_rust_prostgen__syn__1_0_31//:syn", - tags = [ - "cargo-raze", - "manual", - ], -) - alias( name = "thiserror", actual = "@rules_rust_prostgen__thiserror__1_0_18//:thiserror", @@ -131,7 +86,7 @@ alias( alias( name = "tonic", - actual = "@rules_rust_prostgen__tonic__0_3_0//:tonic", + actual = "@rules_rust_prostgen__tonic__0_4_0//:tonic", tags = [ "cargo-raze", "manual", @@ -140,7 +95,7 @@ alias( alias( name = "tonic_build", - actual = "@rules_rust_prostgen__tonic_build__0_3_0//:tonic_build", + actual = "@rules_rust_prostgen__tonic_build__0_4_0//:tonic_build", tags = [ "cargo-raze", "manual", diff --git a/proto/prostgen/raze/crates.bzl b/proto/prostgen/raze/crates.bzl index 20b9b348b8..895e5c51d2 100644 --- a/proto/prostgen/raze/crates.bzl +++ b/proto/prostgen/raze/crates.bzl @@ -13,42 +13,42 @@ def rules_rust_prostgen_fetch_remote_crates(): """This function defines a collection of repos and should be called in a WORKSPACE file""" maybe( http_archive, - name = "rules_rust_prostgen__anyhow__1_0_31", - url = "https://crates.io/api/v1/crates/anyhow/1.0.31/download", + name = "rules_rust_prostgen__anyhow__1_0_38", + url = "https://crates.io/api/v1/crates/anyhow/1.0.38/download", type = "tar.gz", - sha256 = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f", - strip_prefix = "anyhow-1.0.31", - build_file = Label("//proto/prostgen/raze/remote:BUILD.anyhow-1.0.31.bazel"), + sha256 = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1", + strip_prefix = "anyhow-1.0.38", + build_file = Label("//proto/prostgen/raze/remote:BUILD.anyhow-1.0.38.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__async_stream__0_2_1", - url = "https://crates.io/api/v1/crates/async-stream/0.2.1/download", + name = "rules_rust_prostgen__async_stream__0_3_1", + url = "https://crates.io/api/v1/crates/async-stream/0.3.1/download", type = "tar.gz", - sha256 = "22068c0c19514942eefcfd4daf8976ef1aad84e61539f95cd200c35202f80af5", - strip_prefix = "async-stream-0.2.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.async-stream-0.2.1.bazel"), + sha256 = "0a26cb53174ddd320edfff199a853f93d571f48eeb4dde75e67a9a3dbb7b7e5e", + strip_prefix = "async-stream-0.3.1", + build_file = Label("//proto/prostgen/raze/remote:BUILD.async-stream-0.3.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__async_stream_impl__0_2_1", - url = "https://crates.io/api/v1/crates/async-stream-impl/0.2.1/download", + name = "rules_rust_prostgen__async_stream_impl__0_3_1", + url = "https://crates.io/api/v1/crates/async-stream-impl/0.3.1/download", type = "tar.gz", - sha256 = "25f9db3b38af870bf7e5cc649167533b493928e50744e2c30ae350230b414670", - strip_prefix = "async-stream-impl-0.2.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.async-stream-impl-0.2.1.bazel"), + sha256 = "db134ba52475c060f3329a8ef0f8786d6b872ed01515d4b79c162e5798da1340", + strip_prefix = "async-stream-impl-0.3.1", + build_file = Label("//proto/prostgen/raze/remote:BUILD.async-stream-impl-0.3.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__async_trait__0_1_42", - url = "https://crates.io/api/v1/crates/async-trait/0.1.42/download", + name = "rules_rust_prostgen__async_trait__0_1_50", + url = "https://crates.io/api/v1/crates/async-trait/0.1.50/download", type = "tar.gz", - sha256 = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d", - strip_prefix = "async-trait-0.1.42", - build_file = Label("//proto/prostgen/raze/remote:BUILD.async-trait-0.1.42.bazel"), + sha256 = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722", + strip_prefix = "async-trait-0.1.50", + build_file = Label("//proto/prostgen/raze/remote:BUILD.async-trait-0.1.50.bazel"), ) maybe( @@ -63,12 +63,12 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__base64__0_12_3", - url = "https://crates.io/api/v1/crates/base64/0.12.3/download", + name = "rules_rust_prostgen__base64__0_13_0", + url = "https://crates.io/api/v1/crates/base64/0.13.0/download", type = "tar.gz", - sha256 = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff", - strip_prefix = "base64-0.12.3", - build_file = Label("//proto/prostgen/raze/remote:BUILD.base64-0.12.3.bazel"), + sha256 = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd", + strip_prefix = "base64-0.13.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.base64-0.13.0.bazel"), ) maybe( @@ -91,16 +91,6 @@ def rules_rust_prostgen_fetch_remote_crates(): build_file = Label("//proto/prostgen/raze/remote:BUILD.bumpalo-3.6.1.bazel"), ) - maybe( - http_archive, - name = "rules_rust_prostgen__bytes__0_5_6", - url = "https://crates.io/api/v1/crates/bytes/0.5.6/download", - type = "tar.gz", - sha256 = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38", - strip_prefix = "bytes-0.5.6", - build_file = Label("//proto/prostgen/raze/remote:BUILD.bytes-0.5.6.bazel"), - ) - maybe( http_archive, name = "rules_rust_prostgen__bytes__1_0_1", @@ -121,16 +111,6 @@ def rules_rust_prostgen_fetch_remote_crates(): build_file = Label("//proto/prostgen/raze/remote:BUILD.cc-1.0.67.bazel"), ) - maybe( - http_archive, - name = "rules_rust_prostgen__cfg_if__0_1_10", - url = "https://crates.io/api/v1/crates/cfg-if/0.1.10/download", - type = "tar.gz", - sha256 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822", - strip_prefix = "cfg-if-0.1.10", - build_file = Label("//proto/prostgen/raze/remote:BUILD.cfg-if-0.1.10.bazel"), - ) - maybe( http_archive, name = "rules_rust_prostgen__cfg_if__1_0_0", @@ -153,22 +133,22 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__core_foundation__0_7_0", - url = "https://crates.io/api/v1/crates/core-foundation/0.7.0/download", + name = "rules_rust_prostgen__core_foundation__0_9_1", + url = "https://crates.io/api/v1/crates/core-foundation/0.9.1/download", type = "tar.gz", - sha256 = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171", - strip_prefix = "core-foundation-0.7.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.core-foundation-0.7.0.bazel"), + sha256 = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62", + strip_prefix = "core-foundation-0.9.1", + build_file = Label("//proto/prostgen/raze/remote:BUILD.core-foundation-0.9.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__core_foundation_sys__0_7_0", - url = "https://crates.io/api/v1/crates/core-foundation-sys/0.7.0/download", + name = "rules_rust_prostgen__core_foundation_sys__0_8_2", + url = "https://crates.io/api/v1/crates/core-foundation-sys/0.8.2/download", type = "tar.gz", - sha256 = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac", - strip_prefix = "core-foundation-sys-0.7.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.core-foundation-sys-0.7.0.bazel"), + sha256 = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b", + strip_prefix = "core-foundation-sys-0.8.2", + build_file = Label("//proto/prostgen/raze/remote:BUILD.core-foundation-sys-0.8.2.bazel"), ) maybe( @@ -203,82 +183,52 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__fuchsia_zircon__0_3_3", - url = "https://crates.io/api/v1/crates/fuchsia-zircon/0.3.3/download", - type = "tar.gz", - sha256 = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82", - strip_prefix = "fuchsia-zircon-0.3.3", - build_file = Label("//proto/prostgen/raze/remote:BUILD.fuchsia-zircon-0.3.3.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__fuchsia_zircon_sys__0_3_3", - url = "https://crates.io/api/v1/crates/fuchsia-zircon-sys/0.3.3/download", - type = "tar.gz", - sha256 = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7", - strip_prefix = "fuchsia-zircon-sys-0.3.3", - build_file = Label("//proto/prostgen/raze/remote:BUILD.fuchsia-zircon-sys-0.3.3.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__futures_channel__0_3_12", - url = "https://crates.io/api/v1/crates/futures-channel/0.3.12/download", + name = "rules_rust_prostgen__futures_channel__0_3_14", + url = "https://crates.io/api/v1/crates/futures-channel/0.3.14/download", type = "tar.gz", - sha256 = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846", - strip_prefix = "futures-channel-0.3.12", - build_file = Label("//proto/prostgen/raze/remote:BUILD.futures-channel-0.3.12.bazel"), + sha256 = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25", + strip_prefix = "futures-channel-0.3.14", + build_file = Label("//proto/prostgen/raze/remote:BUILD.futures-channel-0.3.14.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__futures_core__0_3_12", - url = "https://crates.io/api/v1/crates/futures-core/0.3.12/download", + name = "rules_rust_prostgen__futures_core__0_3_14", + url = "https://crates.io/api/v1/crates/futures-core/0.3.14/download", type = "tar.gz", - sha256 = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65", - strip_prefix = "futures-core-0.3.12", - build_file = Label("//proto/prostgen/raze/remote:BUILD.futures-core-0.3.12.bazel"), + sha256 = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815", + strip_prefix = "futures-core-0.3.14", + build_file = Label("//proto/prostgen/raze/remote:BUILD.futures-core-0.3.14.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__futures_sink__0_3_12", - url = "https://crates.io/api/v1/crates/futures-sink/0.3.12/download", + name = "rules_rust_prostgen__futures_sink__0_3_14", + url = "https://crates.io/api/v1/crates/futures-sink/0.3.14/download", type = "tar.gz", - sha256 = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6", - strip_prefix = "futures-sink-0.3.12", - build_file = Label("//proto/prostgen/raze/remote:BUILD.futures-sink-0.3.12.bazel"), + sha256 = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23", + strip_prefix = "futures-sink-0.3.14", + build_file = Label("//proto/prostgen/raze/remote:BUILD.futures-sink-0.3.14.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__futures_task__0_3_12", - url = "https://crates.io/api/v1/crates/futures-task/0.3.12/download", + name = "rules_rust_prostgen__futures_task__0_3_14", + url = "https://crates.io/api/v1/crates/futures-task/0.3.14/download", type = "tar.gz", - sha256 = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86", - strip_prefix = "futures-task-0.3.12", - build_file = Label("//proto/prostgen/raze/remote:BUILD.futures-task-0.3.12.bazel"), + sha256 = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc", + strip_prefix = "futures-task-0.3.14", + build_file = Label("//proto/prostgen/raze/remote:BUILD.futures-task-0.3.14.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__futures_util__0_3_12", - url = "https://crates.io/api/v1/crates/futures-util/0.3.12/download", + name = "rules_rust_prostgen__futures_util__0_3_14", + url = "https://crates.io/api/v1/crates/futures-util/0.3.14/download", type = "tar.gz", - sha256 = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b", - strip_prefix = "futures-util-0.3.12", - build_file = Label("//proto/prostgen/raze/remote:BUILD.futures-util-0.3.12.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__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("//proto/prostgen/raze/remote:BUILD.getrandom-0.1.16.bazel"), + sha256 = "3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025", + strip_prefix = "futures-util-0.3.14", + build_file = Label("//proto/prostgen/raze/remote:BUILD.futures-util-0.3.14.bazel"), ) maybe( @@ -293,12 +243,12 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__h2__0_2_7", - url = "https://crates.io/api/v1/crates/h2/0.2.7/download", + name = "rules_rust_prostgen__h2__0_3_2", + url = "https://crates.io/api/v1/crates/h2/0.3.2/download", type = "tar.gz", - sha256 = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535", - strip_prefix = "h2-0.2.7", - build_file = Label("//proto/prostgen/raze/remote:BUILD.h2-0.2.7.bazel"), + sha256 = "fc018e188373e2777d0ef2467ebff62a08e66c3f5857b23c8fbec3018210dc00", + strip_prefix = "h2-0.3.2", + build_file = Label("//proto/prostgen/raze/remote:BUILD.h2-0.3.2.bazel"), ) maybe( @@ -313,82 +263,82 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__heck__0_3_1", - url = "https://crates.io/api/v1/crates/heck/0.3.1/download", + name = "rules_rust_prostgen__heck__0_3_2", + url = "https://crates.io/api/v1/crates/heck/0.3.2/download", type = "tar.gz", - sha256 = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205", - strip_prefix = "heck-0.3.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.heck-0.3.1.bazel"), + sha256 = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac", + strip_prefix = "heck-0.3.2", + build_file = Label("//proto/prostgen/raze/remote:BUILD.heck-0.3.2.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__http__0_2_3", - url = "https://crates.io/api/v1/crates/http/0.2.3/download", + name = "rules_rust_prostgen__http__0_2_4", + url = "https://crates.io/api/v1/crates/http/0.2.4/download", type = "tar.gz", - sha256 = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747", - strip_prefix = "http-0.2.3", - build_file = Label("//proto/prostgen/raze/remote:BUILD.http-0.2.3.bazel"), + sha256 = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11", + strip_prefix = "http-0.2.4", + build_file = Label("//proto/prostgen/raze/remote:BUILD.http-0.2.4.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__http_body__0_3_1", - url = "https://crates.io/api/v1/crates/http-body/0.3.1/download", + name = "rules_rust_prostgen__http_body__0_4_1", + url = "https://crates.io/api/v1/crates/http-body/0.4.1/download", type = "tar.gz", - sha256 = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b", - strip_prefix = "http-body-0.3.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.http-body-0.3.1.bazel"), + sha256 = "5dfb77c123b4e2f72a2069aeae0b4b4949cc7e966df277813fc16347e7549737", + strip_prefix = "http-body-0.4.1", + build_file = Label("//proto/prostgen/raze/remote:BUILD.http-body-0.4.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__httparse__1_3_5", - url = "https://crates.io/api/v1/crates/httparse/1.3.5/download", + name = "rules_rust_prostgen__httparse__1_4_0", + url = "https://crates.io/api/v1/crates/httparse/1.4.0/download", type = "tar.gz", - sha256 = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691", - strip_prefix = "httparse-1.3.5", - build_file = Label("//proto/prostgen/raze/remote:BUILD.httparse-1.3.5.bazel"), + sha256 = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437", + strip_prefix = "httparse-1.4.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.httparse-1.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__hyper__0_13_6", - url = "https://crates.io/api/v1/crates/hyper/0.13.6/download", + name = "rules_rust_prostgen__httpdate__1_0_0", + url = "https://crates.io/api/v1/crates/httpdate/1.0.0/download", type = "tar.gz", - sha256 = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f", - strip_prefix = "hyper-0.13.6", - build_file = Label("//proto/prostgen/raze/remote:BUILD.hyper-0.13.6.bazel"), + sha256 = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9", + strip_prefix = "httpdate-1.0.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.httpdate-1.0.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__indexmap__1_6_1", - url = "https://crates.io/api/v1/crates/indexmap/1.6.1/download", + name = "rules_rust_prostgen__hyper__0_14_7", + url = "https://crates.io/api/v1/crates/hyper/0.14.7/download", type = "tar.gz", - sha256 = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b", - strip_prefix = "indexmap-1.6.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.indexmap-1.6.1.bazel"), + sha256 = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54", + strip_prefix = "hyper-0.14.7", + build_file = Label("//proto/prostgen/raze/remote:BUILD.hyper-0.14.7.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__iovec__0_1_4", - url = "https://crates.io/api/v1/crates/iovec/0.1.4/download", + name = "rules_rust_prostgen__indexmap__1_6_2", + url = "https://crates.io/api/v1/crates/indexmap/1.6.2/download", type = "tar.gz", - sha256 = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e", - strip_prefix = "iovec-0.1.4", - build_file = Label("//proto/prostgen/raze/remote:BUILD.iovec-0.1.4.bazel"), + sha256 = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3", + strip_prefix = "indexmap-1.6.2", + build_file = Label("//proto/prostgen/raze/remote:BUILD.indexmap-1.6.2.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__itertools__0_8_2", - url = "https://crates.io/api/v1/crates/itertools/0.8.2/download", + name = "rules_rust_prostgen__itertools__0_9_0", + url = "https://crates.io/api/v1/crates/itertools/0.9.0/download", type = "tar.gz", - sha256 = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484", - strip_prefix = "itertools-0.8.2", - build_file = Label("//proto/prostgen/raze/remote:BUILD.itertools-0.8.2.bazel"), + sha256 = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b", + strip_prefix = "itertools-0.9.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.itertools-0.9.0.bazel"), ) maybe( @@ -403,22 +353,12 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__js_sys__0_3_47", - url = "https://crates.io/api/v1/crates/js-sys/0.3.47/download", + name = "rules_rust_prostgen__js_sys__0_3_50", + url = "https://crates.io/api/v1/crates/js-sys/0.3.50/download", type = "tar.gz", - sha256 = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65", - strip_prefix = "js-sys-0.3.47", - build_file = Label("//proto/prostgen/raze/remote:BUILD.js-sys-0.3.47.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__kernel32_sys__0_2_2", - url = "https://crates.io/api/v1/crates/kernel32-sys/0.2.2/download", - type = "tar.gz", - sha256 = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d", - strip_prefix = "kernel32-sys-0.2.2", - build_file = Label("//proto/prostgen/raze/remote:BUILD.kernel32-sys-0.2.2.bazel"), + sha256 = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c", + strip_prefix = "js-sys-0.3.50", + build_file = Label("//proto/prostgen/raze/remote:BUILD.js-sys-0.3.50.bazel"), ) maybe( @@ -433,12 +373,12 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__libc__0_2_86", - url = "https://crates.io/api/v1/crates/libc/0.2.86/download", + name = "rules_rust_prostgen__libc__0_2_94", + url = "https://crates.io/api/v1/crates/libc/0.2.94/download", type = "tar.gz", - sha256 = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c", - strip_prefix = "libc-0.2.86", - build_file = Label("//proto/prostgen/raze/remote:BUILD.libc-0.2.86.bazel"), + sha256 = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e", + strip_prefix = "libc-0.2.94", + build_file = Label("//proto/prostgen/raze/remote:BUILD.libc-0.2.94.bazel"), ) maybe( @@ -463,52 +403,52 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__mio__0_6_23", - url = "https://crates.io/api/v1/crates/mio/0.6.23/download", + name = "rules_rust_prostgen__mio__0_7_11", + url = "https://crates.io/api/v1/crates/mio/0.7.11/download", type = "tar.gz", - sha256 = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4", - strip_prefix = "mio-0.6.23", - build_file = Label("//proto/prostgen/raze/remote:BUILD.mio-0.6.23.bazel"), + sha256 = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956", + strip_prefix = "mio-0.7.11", + build_file = Label("//proto/prostgen/raze/remote:BUILD.mio-0.7.11.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__miow__0_2_2", - url = "https://crates.io/api/v1/crates/miow/0.2.2/download", + name = "rules_rust_prostgen__miow__0_3_7", + url = "https://crates.io/api/v1/crates/miow/0.3.7/download", type = "tar.gz", - sha256 = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d", - strip_prefix = "miow-0.2.2", - build_file = Label("//proto/prostgen/raze/remote:BUILD.miow-0.2.2.bazel"), + sha256 = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21", + strip_prefix = "miow-0.3.7", + build_file = Label("//proto/prostgen/raze/remote:BUILD.miow-0.3.7.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__multimap__0_8_2", - url = "https://crates.io/api/v1/crates/multimap/0.8.2/download", + name = "rules_rust_prostgen__multimap__0_8_3", + url = "https://crates.io/api/v1/crates/multimap/0.8.3/download", type = "tar.gz", - sha256 = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333", - strip_prefix = "multimap-0.8.2", - build_file = Label("//proto/prostgen/raze/remote:BUILD.multimap-0.8.2.bazel"), + sha256 = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a", + strip_prefix = "multimap-0.8.3", + build_file = Label("//proto/prostgen/raze/remote:BUILD.multimap-0.8.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__net2__0_2_37", - url = "https://crates.io/api/v1/crates/net2/0.2.37/download", + name = "rules_rust_prostgen__ntapi__0_3_6", + url = "https://crates.io/api/v1/crates/ntapi/0.3.6/download", type = "tar.gz", - sha256 = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae", - strip_prefix = "net2-0.2.37", - build_file = Label("//proto/prostgen/raze/remote:BUILD.net2-0.2.37.bazel"), + sha256 = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44", + strip_prefix = "ntapi-0.3.6", + build_file = Label("//proto/prostgen/raze/remote:BUILD.ntapi-0.3.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__once_cell__1_5_2", - url = "https://crates.io/api/v1/crates/once_cell/1.5.2/download", + name = "rules_rust_prostgen__once_cell__1_7_2", + url = "https://crates.io/api/v1/crates/once_cell/1.7.2/download", type = "tar.gz", - sha256 = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0", - strip_prefix = "once_cell-1.5.2", - build_file = Label("//proto/prostgen/raze/remote:BUILD.once_cell-1.5.2.bazel"), + sha256 = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3", + strip_prefix = "once_cell-1.7.2", + build_file = Label("//proto/prostgen/raze/remote:BUILD.once_cell-1.7.2.bazel"), ) maybe( @@ -543,42 +483,32 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__pin_project__0_4_26", - url = "https://crates.io/api/v1/crates/pin-project/0.4.26/download", - type = "tar.gz", - sha256 = "13fbdfd6bdee3dc9be46452f86af4a4072975899cf8592466668620bebfbcc17", - strip_prefix = "pin-project-0.4.26", - build_file = Label("//proto/prostgen/raze/remote:BUILD.pin-project-0.4.26.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__pin_project_internal__0_4_26", - url = "https://crates.io/api/v1/crates/pin-project-internal/0.4.26/download", + name = "rules_rust_prostgen__pin_project__1_0_7", + url = "https://crates.io/api/v1/crates/pin-project/1.0.7/download", type = "tar.gz", - sha256 = "c82fb1329f632c3552cf352d14427d57a511b1cf41db93b3a7d77906a82dcc8e", - strip_prefix = "pin-project-internal-0.4.26", - build_file = Label("//proto/prostgen/raze/remote:BUILD.pin-project-internal-0.4.26.bazel"), + sha256 = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4", + strip_prefix = "pin-project-1.0.7", + build_file = Label("//proto/prostgen/raze/remote:BUILD.pin-project-1.0.7.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__pin_project_lite__0_1_11", - url = "https://crates.io/api/v1/crates/pin-project-lite/0.1.11/download", + name = "rules_rust_prostgen__pin_project_internal__1_0_7", + url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.7/download", type = "tar.gz", - sha256 = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b", - strip_prefix = "pin-project-lite-0.1.11", - build_file = Label("//proto/prostgen/raze/remote:BUILD.pin-project-lite-0.1.11.bazel"), + sha256 = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f", + strip_prefix = "pin-project-internal-1.0.7", + build_file = Label("//proto/prostgen/raze/remote:BUILD.pin-project-internal-1.0.7.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__pin_project_lite__0_2_4", - url = "https://crates.io/api/v1/crates/pin-project-lite/0.2.4/download", + name = "rules_rust_prostgen__pin_project_lite__0_2_6", + url = "https://crates.io/api/v1/crates/pin-project-lite/0.2.6/download", type = "tar.gz", - sha256 = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827", - strip_prefix = "pin-project-lite-0.2.4", - build_file = Label("//proto/prostgen/raze/remote:BUILD.pin-project-lite-0.2.4.bazel"), + sha256 = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905", + strip_prefix = "pin-project-lite-0.2.6", + build_file = Label("//proto/prostgen/raze/remote:BUILD.pin-project-lite-0.2.6.bazel"), ) maybe( @@ -603,98 +533,88 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__proc_macro_error__1_0_2", - url = "https://crates.io/api/v1/crates/proc-macro-error/1.0.2/download", + name = "rules_rust_prostgen__proc_macro_error__1_0_4", + url = "https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download", type = "tar.gz", - sha256 = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678", - strip_prefix = "proc-macro-error-1.0.2", - build_file = Label("//proto/prostgen/raze/remote:BUILD.proc-macro-error-1.0.2.bazel"), + sha256 = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c", + strip_prefix = "proc-macro-error-1.0.4", + build_file = Label("//proto/prostgen/raze/remote:BUILD.proc-macro-error-1.0.4.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__proc_macro_error_attr__1_0_2", - url = "https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.2/download", + name = "rules_rust_prostgen__proc_macro_error_attr__1_0_4", + url = "https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download", type = "tar.gz", - sha256 = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53", - strip_prefix = "proc-macro-error-attr-1.0.2", - build_file = Label("//proto/prostgen/raze/remote:BUILD.proc-macro-error-attr-1.0.2.bazel"), + sha256 = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869", + strip_prefix = "proc-macro-error-attr-1.0.4", + build_file = Label("//proto/prostgen/raze/remote:BUILD.proc-macro-error-attr-1.0.4.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__proc_macro2__1_0_18", - url = "https://crates.io/api/v1/crates/proc-macro2/1.0.18/download", + name = "rules_rust_prostgen__proc_macro2__1_0_26", + url = "https://crates.io/api/v1/crates/proc-macro2/1.0.26/download", type = "tar.gz", - sha256 = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa", - strip_prefix = "proc-macro2-1.0.18", - build_file = Label("//proto/prostgen/raze/remote:BUILD.proc-macro2-1.0.18.bazel"), + sha256 = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec", + strip_prefix = "proc-macro2-1.0.26", + build_file = Label("//proto/prostgen/raze/remote:BUILD.proc-macro2-1.0.26.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__prost__0_6_1", - url = "https://crates.io/api/v1/crates/prost/0.6.1/download", + name = "rules_rust_prostgen__prost__0_7_0", + url = "https://crates.io/api/v1/crates/prost/0.7.0/download", type = "tar.gz", - sha256 = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212", - strip_prefix = "prost-0.6.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.prost-0.6.1.bazel"), + sha256 = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2", + strip_prefix = "prost-0.7.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.prost-0.7.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__prost_build__0_6_1", - url = "https://crates.io/api/v1/crates/prost-build/0.6.1/download", + name = "rules_rust_prostgen__prost_build__0_7_0", + url = "https://crates.io/api/v1/crates/prost-build/0.7.0/download", type = "tar.gz", - sha256 = "02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26", - strip_prefix = "prost-build-0.6.1", + sha256 = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3", + strip_prefix = "prost-build-0.7.0", patches = [ - "//proto/prostgen/raze/patches:prost-build-0.6.1.patch", + "@rules_rust//proto/prostgen/raze/patches:prost-build-0.7.0.patch", ], patch_args = [ "-p1", ], - build_file = Label("//proto/prostgen/raze/remote:BUILD.prost-build-0.6.1.bazel"), + build_file = Label("//proto/prostgen/raze/remote:BUILD.prost-build-0.7.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__prost_derive__0_6_1", - url = "https://crates.io/api/v1/crates/prost-derive/0.6.1/download", + name = "rules_rust_prostgen__prost_derive__0_7_0", + url = "https://crates.io/api/v1/crates/prost-derive/0.7.0/download", type = "tar.gz", - sha256 = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72", - strip_prefix = "prost-derive-0.6.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.prost-derive-0.6.1.bazel"), + sha256 = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4", + strip_prefix = "prost-derive-0.7.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.prost-derive-0.7.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__prost_types__0_6_1", - url = "https://crates.io/api/v1/crates/prost-types/0.6.1/download", + name = "rules_rust_prostgen__prost_types__0_7_0", + url = "https://crates.io/api/v1/crates/prost-types/0.7.0/download", type = "tar.gz", - sha256 = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa", - strip_prefix = "prost-types-0.6.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.prost-types-0.6.1.bazel"), + sha256 = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb", + strip_prefix = "prost-types-0.7.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.prost-types-0.7.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__quote__1_0_7", - url = "https://crates.io/api/v1/crates/quote/1.0.7/download", + name = "rules_rust_prostgen__quote__1_0_9", + url = "https://crates.io/api/v1/crates/quote/1.0.9/download", type = "tar.gz", - sha256 = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37", - strip_prefix = "quote-1.0.7", - build_file = Label("//proto/prostgen/raze/remote:BUILD.quote-1.0.7.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__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("//proto/prostgen/raze/remote:BUILD.rand-0.7.3.bazel"), + sha256 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7", + strip_prefix = "quote-1.0.9", + build_file = Label("//proto/prostgen/raze/remote:BUILD.quote-1.0.9.bazel"), ) maybe( @@ -707,16 +627,6 @@ def rules_rust_prostgen_fetch_remote_crates(): build_file = Label("//proto/prostgen/raze/remote:BUILD.rand-0.8.3.bazel"), ) - maybe( - http_archive, - name = "rules_rust_prostgen__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("//proto/prostgen/raze/remote:BUILD.rand_chacha-0.2.2.bazel"), - ) - maybe( http_archive, name = "rules_rust_prostgen__rand_chacha__0_3_0", @@ -727,16 +637,6 @@ def rules_rust_prostgen_fetch_remote_crates(): build_file = Label("//proto/prostgen/raze/remote:BUILD.rand_chacha-0.3.0.bazel"), ) - maybe( - http_archive, - name = "rules_rust_prostgen__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("//proto/prostgen/raze/remote:BUILD.rand_core-0.5.1.bazel"), - ) - maybe( http_archive, name = "rules_rust_prostgen__rand_core__0_6_2", @@ -747,16 +647,6 @@ def rules_rust_prostgen_fetch_remote_crates(): build_file = Label("//proto/prostgen/raze/remote:BUILD.rand_core-0.6.2.bazel"), ) - maybe( - http_archive, - name = "rules_rust_prostgen__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("//proto/prostgen/raze/remote:BUILD.rand_hc-0.2.0.bazel"), - ) - maybe( http_archive, name = "rules_rust_prostgen__rand_hc__0_3_0", @@ -769,22 +659,12 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__rand_pcg__0_2_1", - url = "https://crates.io/api/v1/crates/rand_pcg/0.2.1/download", - type = "tar.gz", - sha256 = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429", - strip_prefix = "rand_pcg-0.2.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.rand_pcg-0.2.1.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__redox_syscall__0_2_5", - url = "https://crates.io/api/v1/crates/redox_syscall/0.2.5/download", + name = "rules_rust_prostgen__redox_syscall__0_2_7", + url = "https://crates.io/api/v1/crates/redox_syscall/0.2.7/download", type = "tar.gz", - sha256 = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9", - strip_prefix = "redox_syscall-0.2.5", - build_file = Label("//proto/prostgen/raze/remote:BUILD.redox_syscall-0.2.5.bazel"), + sha256 = "85dd92e586f7355c633911e11f77f3d12f04b1b1bd76a198bd34ae3af8341ef2", + strip_prefix = "redox_syscall-0.2.7", + build_file = Label("//proto/prostgen/raze/remote:BUILD.redox_syscall-0.2.7.bazel"), ) maybe( @@ -799,32 +679,32 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__ring__0_16_15", - url = "https://crates.io/api/v1/crates/ring/0.16.15/download", + name = "rules_rust_prostgen__ring__0_16_20", + url = "https://crates.io/api/v1/crates/ring/0.16.20/download", type = "tar.gz", - sha256 = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4", - strip_prefix = "ring-0.16.15", - build_file = Label("//proto/prostgen/raze/remote:BUILD.ring-0.16.15.bazel"), + sha256 = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc", + strip_prefix = "ring-0.16.20", + build_file = Label("//proto/prostgen/raze/remote:BUILD.ring-0.16.20.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__rustls__0_18_1", - url = "https://crates.io/api/v1/crates/rustls/0.18.1/download", + name = "rules_rust_prostgen__rustls__0_19_1", + url = "https://crates.io/api/v1/crates/rustls/0.19.1/download", type = "tar.gz", - sha256 = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81", - strip_prefix = "rustls-0.18.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.rustls-0.18.1.bazel"), + sha256 = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7", + strip_prefix = "rustls-0.19.1", + build_file = Label("//proto/prostgen/raze/remote:BUILD.rustls-0.19.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__rustls_native_certs__0_4_0", - url = "https://crates.io/api/v1/crates/rustls-native-certs/0.4.0/download", + name = "rules_rust_prostgen__rustls_native_certs__0_5_0", + url = "https://crates.io/api/v1/crates/rustls-native-certs/0.5.0/download", type = "tar.gz", - sha256 = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8", - strip_prefix = "rustls-native-certs-0.4.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.rustls-native-certs-0.4.0.bazel"), + sha256 = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092", + strip_prefix = "rustls-native-certs-0.5.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.rustls-native-certs-0.5.0.bazel"), ) maybe( @@ -839,52 +719,52 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__sct__0_6_0", - url = "https://crates.io/api/v1/crates/sct/0.6.0/download", + name = "rules_rust_prostgen__sct__0_6_1", + url = "https://crates.io/api/v1/crates/sct/0.6.1/download", type = "tar.gz", - sha256 = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c", - strip_prefix = "sct-0.6.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.sct-0.6.0.bazel"), + sha256 = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce", + strip_prefix = "sct-0.6.1", + build_file = Label("//proto/prostgen/raze/remote:BUILD.sct-0.6.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__security_framework__1_0_0", - url = "https://crates.io/api/v1/crates/security-framework/1.0.0/download", + name = "rules_rust_prostgen__security_framework__2_2_0", + url = "https://crates.io/api/v1/crates/security-framework/2.2.0/download", type = "tar.gz", - sha256 = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b", - strip_prefix = "security-framework-1.0.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.security-framework-1.0.0.bazel"), + sha256 = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84", + strip_prefix = "security-framework-2.2.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.security-framework-2.2.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__security_framework_sys__1_0_0", - url = "https://crates.io/api/v1/crates/security-framework-sys/1.0.0/download", + name = "rules_rust_prostgen__security_framework_sys__2_2_0", + url = "https://crates.io/api/v1/crates/security-framework-sys/2.2.0/download", type = "tar.gz", - sha256 = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7", - strip_prefix = "security-framework-sys-1.0.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.security-framework-sys-1.0.0.bazel"), + sha256 = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339", + strip_prefix = "security-framework-sys-2.2.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.security-framework-sys-2.2.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__slab__0_4_2", - url = "https://crates.io/api/v1/crates/slab/0.4.2/download", + name = "rules_rust_prostgen__slab__0_4_3", + url = "https://crates.io/api/v1/crates/slab/0.4.3/download", type = "tar.gz", - sha256 = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8", - strip_prefix = "slab-0.4.2", - build_file = Label("//proto/prostgen/raze/remote:BUILD.slab-0.4.2.bazel"), + sha256 = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527", + strip_prefix = "slab-0.4.3", + build_file = Label("//proto/prostgen/raze/remote:BUILD.slab-0.4.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__socket2__0_3_19", - url = "https://crates.io/api/v1/crates/socket2/0.3.19/download", + name = "rules_rust_prostgen__socket2__0_4_0", + url = "https://crates.io/api/v1/crates/socket2/0.4.0/download", type = "tar.gz", - sha256 = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e", - strip_prefix = "socket2-0.3.19", - build_file = Label("//proto/prostgen/raze/remote:BUILD.socket2-0.3.19.bazel"), + sha256 = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2", + strip_prefix = "socket2-0.4.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.socket2-0.4.0.bazel"), ) maybe( @@ -919,22 +799,12 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__syn__1_0_31", - url = "https://crates.io/api/v1/crates/syn/1.0.31/download", + name = "rules_rust_prostgen__syn__1_0_71", + url = "https://crates.io/api/v1/crates/syn/1.0.71/download", type = "tar.gz", - sha256 = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6", - strip_prefix = "syn-1.0.31", - build_file = Label("//proto/prostgen/raze/remote:BUILD.syn-1.0.31.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__syn_mid__0_5_0", - url = "https://crates.io/api/v1/crates/syn-mid/0.5.0/download", - type = "tar.gz", - sha256 = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a", - strip_prefix = "syn-mid-0.5.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.syn-mid-0.5.0.bazel"), + sha256 = "ad184cc9470f9117b2ac6817bfe297307418819ba40552f9b3846f05c33d5373", + strip_prefix = "syn-1.0.71", + build_file = Label("//proto/prostgen/raze/remote:BUILD.syn-1.0.71.bazel"), ) maybe( @@ -979,102 +849,82 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__time__0_1_43", - url = "https://crates.io/api/v1/crates/time/0.1.43/download", + name = "rules_rust_prostgen__tokio__1_5_0", + url = "https://crates.io/api/v1/crates/tokio/1.5.0/download", type = "tar.gz", - sha256 = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438", - strip_prefix = "time-0.1.43", - build_file = Label("//proto/prostgen/raze/remote:BUILD.time-0.1.43.bazel"), + sha256 = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5", + strip_prefix = "tokio-1.5.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.tokio-1.5.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__tokio__0_2_25", - url = "https://crates.io/api/v1/crates/tokio/0.2.25/download", + name = "rules_rust_prostgen__tokio_macros__1_1_0", + url = "https://crates.io/api/v1/crates/tokio-macros/1.1.0/download", type = "tar.gz", - sha256 = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092", - strip_prefix = "tokio-0.2.25", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tokio-0.2.25.bazel"), + sha256 = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57", + strip_prefix = "tokio-macros-1.1.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.tokio-macros-1.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__tokio_rustls__0_14_1", - url = "https://crates.io/api/v1/crates/tokio-rustls/0.14.1/download", + name = "rules_rust_prostgen__tokio_rustls__0_22_0", + url = "https://crates.io/api/v1/crates/tokio-rustls/0.22.0/download", type = "tar.gz", - sha256 = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a", - strip_prefix = "tokio-rustls-0.14.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tokio-rustls-0.14.1.bazel"), + sha256 = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6", + strip_prefix = "tokio-rustls-0.22.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.tokio-rustls-0.22.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__tokio_util__0_3_1", - url = "https://crates.io/api/v1/crates/tokio-util/0.3.1/download", + name = "rules_rust_prostgen__tokio_stream__0_1_5", + url = "https://crates.io/api/v1/crates/tokio-stream/0.1.5/download", type = "tar.gz", - sha256 = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499", - strip_prefix = "tokio-util-0.3.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tokio-util-0.3.1.bazel"), + sha256 = "e177a5d8c3bf36de9ebe6d58537d8879e964332f93fb3339e43f618c81361af0", + strip_prefix = "tokio-stream-0.1.5", + build_file = Label("//proto/prostgen/raze/remote:BUILD.tokio-stream-0.1.5.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__tonic__0_3_0", - url = "https://crates.io/api/v1/crates/tonic/0.3.0/download", + name = "rules_rust_prostgen__tokio_util__0_6_6", + url = "https://crates.io/api/v1/crates/tokio-util/0.6.6/download", type = "tar.gz", - sha256 = "b13b102a19758191af97cff34c6785dffd6610f68de5ab1c4bb8378638e4ef90", - strip_prefix = "tonic-0.3.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tonic-0.3.0.bazel"), + sha256 = "940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e", + strip_prefix = "tokio-util-0.6.6", + build_file = Label("//proto/prostgen/raze/remote:BUILD.tokio-util-0.6.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__tonic_build__0_3_0", - url = "https://crates.io/api/v1/crates/tonic-build/0.3.0/download", + name = "rules_rust_prostgen__tonic__0_4_0", + url = "https://crates.io/api/v1/crates/tonic/0.4.0/download", type = "tar.gz", - sha256 = "daec8b14e55497072204b53d5c0b1eb0a6ad1cd8301d6d4c079d4aeec35b21e9", - strip_prefix = "tonic-build-0.3.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tonic-build-0.3.0.bazel"), + sha256 = "3ba8f479158947373b6df40cf48f4779bb25c99ca3c661bd95e0ab1963ad8b0e", + strip_prefix = "tonic-0.4.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.tonic-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__tower__0_3_1", - url = "https://crates.io/api/v1/crates/tower/0.3.1/download", + name = "rules_rust_prostgen__tonic_build__0_4_0", + url = "https://crates.io/api/v1/crates/tonic-build/0.4.0/download", type = "tar.gz", - sha256 = "fd3169017c090b7a28fce80abaad0ab4f5566423677c9331bb320af7e49cfe62", - strip_prefix = "tower-0.3.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-0.3.1.bazel"), + sha256 = "c1e8546fd40d56d28089835c0a81bb396848103b00f888aea42d46eb5974df07", + strip_prefix = "tonic-build-0.4.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.tonic-build-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__tower_balance__0_3_0", - url = "https://crates.io/api/v1/crates/tower-balance/0.3.0/download", + name = "rules_rust_prostgen__tower__0_4_7", + url = "https://crates.io/api/v1/crates/tower/0.4.7/download", type = "tar.gz", - sha256 = "a792277613b7052448851efcf98a2c433e6f1d01460832dc60bef676bc275d4c", - strip_prefix = "tower-balance-0.3.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-balance-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__tower_buffer__0_3_0", - url = "https://crates.io/api/v1/crates/tower-buffer/0.3.0/download", - type = "tar.gz", - sha256 = "c4887dc2a65d464c8b9b66e0e4d51c2fd6cf5b3373afc72805b0a60bce00446a", - strip_prefix = "tower-buffer-0.3.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-buffer-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__tower_discover__0_3_0", - url = "https://crates.io/api/v1/crates/tower-discover/0.3.0/download", - type = "tar.gz", - sha256 = "0f6b5000c3c54d269cc695dff28136bb33d08cbf1df2c48129e143ab65bf3c2a", - strip_prefix = "tower-discover-0.3.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-discover-0.3.0.bazel"), + sha256 = "bf0aa6dfc29148c3826708dabbfa83c121eeb84df4d1468220825e3a33651687", + strip_prefix = "tower-0.4.7", + build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-0.4.7.bazel"), ) maybe( @@ -1087,66 +937,6 @@ def rules_rust_prostgen_fetch_remote_crates(): build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-layer-0.3.1.bazel"), ) - maybe( - http_archive, - name = "rules_rust_prostgen__tower_limit__0_3_1", - url = "https://crates.io/api/v1/crates/tower-limit/0.3.1/download", - type = "tar.gz", - sha256 = "92c3040c5dbed68abffaa0d4517ac1a454cd741044f33ab0eefab6b8d1361404", - strip_prefix = "tower-limit-0.3.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-limit-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__tower_load__0_3_0", - url = "https://crates.io/api/v1/crates/tower-load/0.3.0/download", - type = "tar.gz", - sha256 = "8cc79fc3afd07492b7966d7efa7c6c50f8ed58d768a6075dd7ae6591c5d2017b", - strip_prefix = "tower-load-0.3.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-load-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__tower_load_shed__0_3_0", - url = "https://crates.io/api/v1/crates/tower-load-shed/0.3.0/download", - type = "tar.gz", - sha256 = "9f021e23900173dc315feb4b6922510dae3e79c689b74c089112066c11f0ae4e", - strip_prefix = "tower-load-shed-0.3.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-load-shed-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__tower_make__0_3_0", - url = "https://crates.io/api/v1/crates/tower-make/0.3.0/download", - type = "tar.gz", - sha256 = "ce50370d644a0364bf4877ffd4f76404156a248d104e2cc234cd391ea5cdc965", - strip_prefix = "tower-make-0.3.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-make-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__tower_ready_cache__0_3_1", - url = "https://crates.io/api/v1/crates/tower-ready-cache/0.3.1/download", - type = "tar.gz", - sha256 = "4eabb6620e5481267e2ec832c780b31cad0c15dcb14ed825df5076b26b591e1f", - strip_prefix = "tower-ready-cache-0.3.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-ready-cache-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__tower_retry__0_3_0", - url = "https://crates.io/api/v1/crates/tower-retry/0.3.0/download", - type = "tar.gz", - sha256 = "e6727956aaa2f8957d4d9232b308fe8e4e65d99db30f42b225646e86c9b6a952", - strip_prefix = "tower-retry-0.3.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-retry-0.3.0.bazel"), - ) - maybe( http_archive, name = "rules_rust_prostgen__tower_service__0_3_1", @@ -1159,42 +949,22 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__tower_timeout__0_3_0", - url = "https://crates.io/api/v1/crates/tower-timeout/0.3.0/download", + name = "rules_rust_prostgen__tracing__0_1_25", + url = "https://crates.io/api/v1/crates/tracing/0.1.25/download", type = "tar.gz", - sha256 = "127b8924b357be938823eaaec0608c482d40add25609481027b96198b2e4b31e", - strip_prefix = "tower-timeout-0.3.0", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-timeout-0.3.0.bazel"), + sha256 = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f", + strip_prefix = "tracing-0.1.25", + build_file = Label("//proto/prostgen/raze/remote:BUILD.tracing-0.1.25.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__tower_util__0_3_1", - url = "https://crates.io/api/v1/crates/tower-util/0.3.1/download", + name = "rules_rust_prostgen__tracing_attributes__0_1_15", + url = "https://crates.io/api/v1/crates/tracing-attributes/0.1.15/download", type = "tar.gz", - sha256 = "d1093c19826d33807c72511e68f73b4a0469a3f22c2bd5f7d5212178b4b89674", - strip_prefix = "tower-util-0.3.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tower-util-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__tracing__0_1_24", - url = "https://crates.io/api/v1/crates/tracing/0.1.24/download", - type = "tar.gz", - sha256 = "f77d3842f76ca899ff2dbcf231c5c65813dea431301d6eb686279c15c4464f12", - strip_prefix = "tracing-0.1.24", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tracing-0.1.24.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__tracing_attributes__0_1_13", - url = "https://crates.io/api/v1/crates/tracing-attributes/0.1.13/download", - type = "tar.gz", - sha256 = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07", - strip_prefix = "tracing-attributes-0.1.13", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tracing-attributes-0.1.13.bazel"), + sha256 = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2", + strip_prefix = "tracing-attributes-0.1.15", + build_file = Label("//proto/prostgen/raze/remote:BUILD.tracing-attributes-0.1.15.bazel"), ) maybe( @@ -1209,12 +979,12 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__tracing_futures__0_2_4", - url = "https://crates.io/api/v1/crates/tracing-futures/0.2.4/download", + name = "rules_rust_prostgen__tracing_futures__0_2_5", + url = "https://crates.io/api/v1/crates/tracing-futures/0.2.5/download", type = "tar.gz", - sha256 = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c", - strip_prefix = "tracing-futures-0.2.4", - build_file = Label("//proto/prostgen/raze/remote:BUILD.tracing-futures-0.2.4.bazel"), + sha256 = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2", + strip_prefix = "tracing-futures-0.2.5", + build_file = Label("//proto/prostgen/raze/remote:BUILD.tracing-futures-0.2.5.bazel"), ) maybe( @@ -1269,12 +1039,12 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__version_check__0_9_2", - url = "https://crates.io/api/v1/crates/version_check/0.9.2/download", + name = "rules_rust_prostgen__version_check__0_9_3", + url = "https://crates.io/api/v1/crates/version_check/0.9.3/download", type = "tar.gz", - sha256 = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed", - strip_prefix = "version_check-0.9.2", - build_file = Label("//proto/prostgen/raze/remote:BUILD.version_check-0.9.2.bazel"), + sha256 = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe", + strip_prefix = "version_check-0.9.3", + build_file = Label("//proto/prostgen/raze/remote:BUILD.version_check-0.9.3.bazel"), ) maybe( @@ -1299,102 +1069,82 @@ def rules_rust_prostgen_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_prostgen__wasi__0_9_0_wasi_snapshot_preview1", - url = "https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download", + name = "rules_rust_prostgen__wasm_bindgen__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.73/download", type = "tar.gz", - sha256 = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519", - strip_prefix = "wasi-0.9.0+wasi-snapshot-preview1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel"), + sha256 = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9", + strip_prefix = "wasm-bindgen-0.2.73", + build_file = Label("//proto/prostgen/raze/remote:BUILD.wasm-bindgen-0.2.73.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__wasm_bindgen__0_2_70", - url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.70/download", + name = "rules_rust_prostgen__wasm_bindgen_backend__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.73/download", type = "tar.gz", - sha256 = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be", - strip_prefix = "wasm-bindgen-0.2.70", - build_file = Label("//proto/prostgen/raze/remote:BUILD.wasm-bindgen-0.2.70.bazel"), + sha256 = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae", + strip_prefix = "wasm-bindgen-backend-0.2.73", + build_file = Label("//proto/prostgen/raze/remote:BUILD.wasm-bindgen-backend-0.2.73.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__wasm_bindgen_backend__0_2_70", - url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.70/download", + name = "rules_rust_prostgen__wasm_bindgen_macro__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.73/download", type = "tar.gz", - sha256 = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7", - strip_prefix = "wasm-bindgen-backend-0.2.70", - build_file = Label("//proto/prostgen/raze/remote:BUILD.wasm-bindgen-backend-0.2.70.bazel"), + sha256 = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f", + strip_prefix = "wasm-bindgen-macro-0.2.73", + build_file = Label("//proto/prostgen/raze/remote:BUILD.wasm-bindgen-macro-0.2.73.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__wasm_bindgen_macro__0_2_70", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.70/download", + name = "rules_rust_prostgen__wasm_bindgen_macro_support__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.73/download", type = "tar.gz", - sha256 = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c", - strip_prefix = "wasm-bindgen-macro-0.2.70", - build_file = Label("//proto/prostgen/raze/remote:BUILD.wasm-bindgen-macro-0.2.70.bazel"), + sha256 = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c", + strip_prefix = "wasm-bindgen-macro-support-0.2.73", + build_file = Label("//proto/prostgen/raze/remote:BUILD.wasm-bindgen-macro-support-0.2.73.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__wasm_bindgen_macro_support__0_2_70", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.70/download", + name = "rules_rust_prostgen__wasm_bindgen_shared__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.73/download", type = "tar.gz", - sha256 = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385", - strip_prefix = "wasm-bindgen-macro-support-0.2.70", - build_file = Label("//proto/prostgen/raze/remote:BUILD.wasm-bindgen-macro-support-0.2.70.bazel"), + sha256 = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489", + strip_prefix = "wasm-bindgen-shared-0.2.73", + build_file = Label("//proto/prostgen/raze/remote:BUILD.wasm-bindgen-shared-0.2.73.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__wasm_bindgen_shared__0_2_70", - url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.70/download", + name = "rules_rust_prostgen__web_sys__0_3_50", + url = "https://crates.io/api/v1/crates/web-sys/0.3.50/download", type = "tar.gz", - sha256 = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64", - strip_prefix = "wasm-bindgen-shared-0.2.70", - build_file = Label("//proto/prostgen/raze/remote:BUILD.wasm-bindgen-shared-0.2.70.bazel"), + sha256 = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be", + strip_prefix = "web-sys-0.3.50", + build_file = Label("//proto/prostgen/raze/remote:BUILD.web-sys-0.3.50.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__web_sys__0_3_47", - url = "https://crates.io/api/v1/crates/web-sys/0.3.47/download", + name = "rules_rust_prostgen__webpki__0_21_4", + url = "https://crates.io/api/v1/crates/webpki/0.21.4/download", type = "tar.gz", - sha256 = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3", - strip_prefix = "web-sys-0.3.47", - build_file = Label("//proto/prostgen/raze/remote:BUILD.web-sys-0.3.47.bazel"), + sha256 = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea", + strip_prefix = "webpki-0.21.4", + build_file = Label("//proto/prostgen/raze/remote:BUILD.webpki-0.21.4.bazel"), ) maybe( http_archive, - name = "rules_rust_prostgen__webpki__0_21_3", - url = "https://crates.io/api/v1/crates/webpki/0.21.3/download", + name = "rules_rust_prostgen__which__4_1_0", + url = "https://crates.io/api/v1/crates/which/4.1.0/download", type = "tar.gz", - sha256 = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae", - strip_prefix = "webpki-0.21.3", - build_file = Label("//proto/prostgen/raze/remote:BUILD.webpki-0.21.3.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__which__3_1_1", - url = "https://crates.io/api/v1/crates/which/3.1.1/download", - type = "tar.gz", - sha256 = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724", - strip_prefix = "which-3.1.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.which-3.1.1.bazel"), - ) - - maybe( - http_archive, - name = "rules_rust_prostgen__winapi__0_2_8", - url = "https://crates.io/api/v1/crates/winapi/0.2.8/download", - type = "tar.gz", - sha256 = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a", - strip_prefix = "winapi-0.2.8", - build_file = Label("//proto/prostgen/raze/remote:BUILD.winapi-0.2.8.bazel"), + sha256 = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe", + strip_prefix = "which-4.1.0", + build_file = Label("//proto/prostgen/raze/remote:BUILD.which-4.1.0.bazel"), ) maybe( @@ -1407,16 +1157,6 @@ def rules_rust_prostgen_fetch_remote_crates(): build_file = Label("//proto/prostgen/raze/remote:BUILD.winapi-0.3.9.bazel"), ) - maybe( - http_archive, - name = "rules_rust_prostgen__winapi_build__0_1_1", - url = "https://crates.io/api/v1/crates/winapi-build/0.1.1/download", - type = "tar.gz", - sha256 = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc", - strip_prefix = "winapi-build-0.1.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.winapi-build-0.1.1.bazel"), - ) - maybe( http_archive, name = "rules_rust_prostgen__winapi_i686_pc_windows_gnu__0_4_0", @@ -1436,13 +1176,3 @@ def rules_rust_prostgen_fetch_remote_crates(): strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0", build_file = Label("//proto/prostgen/raze/remote:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), ) - - maybe( - http_archive, - name = "rules_rust_prostgen__ws2_32_sys__0_2_1", - url = "https://crates.io/api/v1/crates/ws2_32-sys/0.2.1/download", - type = "tar.gz", - sha256 = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e", - strip_prefix = "ws2_32-sys-0.2.1", - build_file = Label("//proto/prostgen/raze/remote:BUILD.ws2_32-sys-0.2.1.bazel"), - ) diff --git a/proto/prostgen/raze/patches/BUILD b/proto/prostgen/raze/patches/BUILD index 79b08a2332..1eaeaab635 100644 --- a/proto/prostgen/raze/patches/BUILD +++ b/proto/prostgen/raze/patches/BUILD @@ -6,7 +6,7 @@ package(default_visibility = ["//visibility:private"]) filegroup( name = "patches", srcs = [ - "prost-build-0.6.1.patch", + "prost-build-0.7.0.patch", ], visibility = ["//proto/prostgen/raze:__subpackages__"], ) @@ -14,6 +14,6 @@ filegroup( filegroup( name = "docs", srcs = [ - "prost-build-0.6.1.md", + "prost-build-0.7.0.md", ], ) diff --git a/proto/prostgen/raze/patches/prost-build-0.6.1.patch b/proto/prostgen/raze/patches/prost-build-0.6.1.patch deleted file mode 100644 index 693b42328a..0000000000 --- a/proto/prostgen/raze/patches/prost-build-0.6.1.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/src/lib.rs b/src/lib.rs -index c0c5724..8aad4e1 100644 ---- a/src/lib.rs -+++ b/src/lib.rs -@@ -677,12 +677,12 @@ where - - /// Returns the path to the `protoc` binary. --pub fn protoc() -> &'static Path { -- Path::new(env!("PROTOC")) -+pub fn protoc() -> PathBuf { -+ PathBuf::from(std::env::var("PROTOC").expect("protoc not specified")) - } - - /// Returns the path to the Protobuf include directory. - pub fn protoc_include() -> &'static Path { -- Path::new(env!("PROTOC_INCLUDE")) -+ Path::new(option_env!("PROTOC_INCLUDE").unwrap_or(".")) - } - - #[cfg(test)] diff --git a/proto/prostgen/raze/patches/prost-build-0.6.1.md b/proto/prostgen/raze/patches/prost-build-0.7.0.md similarity index 100% rename from proto/prostgen/raze/patches/prost-build-0.6.1.md rename to proto/prostgen/raze/patches/prost-build-0.7.0.md diff --git a/proto/prostgen/raze/patches/prost-build-0.7.0.patch b/proto/prostgen/raze/patches/prost-build-0.7.0.patch new file mode 100644 index 0000000000..f809f90968 --- /dev/null +++ b/proto/prostgen/raze/patches/prost-build-0.7.0.patch @@ -0,0 +1,22 @@ +diff --git a/src/lib.rs b/src/lib.rs +index c0c5724..8aad4e1 100644 +--- a/src/lib.rs ++++ b/src/lib.rs +@@ -871,7 +871,7 @@ + pub fn protoc() -> PathBuf { + match env::var_os("PROTOC") { + Some(protoc) => PathBuf::from(protoc), +- None => PathBuf::from(env!("PROTOC")), ++ None => PathBuf::from(std::env::var("PROTOC").expect("protoc not specified")), + } + } + +@@ -879,7 +879,7 @@ + pub fn protoc_include() -> PathBuf { + match env::var_os("PROTOC_INCLUDE") { + Some(include) => PathBuf::from(include), +- None => PathBuf::from(env!("PROTOC_INCLUDE")), ++ None => PathBuf::from(option_env!("PROTOC_INCLUDE").unwrap_or(".")), + } + } + \ No newline at end of file diff --git a/proto/prostgen/raze/remote/BUILD.anyhow-1.0.31.bazel b/proto/prostgen/raze/remote/BUILD.anyhow-1.0.38.bazel similarity index 94% rename from proto/prostgen/raze/remote/BUILD.anyhow-1.0.31.bazel rename to proto/prostgen/raze/remote/BUILD.anyhow-1.0.38.bazel index 473603903a..d45e7b5a46 100644 --- a/proto/prostgen/raze/remote/BUILD.anyhow-1.0.31.bazel +++ b/proto/prostgen/raze/remote/BUILD.anyhow-1.0.38.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", @@ -54,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.31", + version = "1.0.38", visibility = ["//visibility:private"], deps = [ ], @@ -78,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.31", + version = "1.0.38", # buildifier: leave-alone deps = [ ":anyhow_build_script", @@ -101,6 +102,8 @@ rust_library( # Unsupported target "test_downcast" with type "test" omitted +# Unsupported target "test_ffi" with type "test" omitted + # Unsupported target "test_fmt" with type "test" omitted # Unsupported target "test_macros" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.async-stream-0.2.1.bazel b/proto/prostgen/raze/remote/BUILD.async-stream-0.3.1.bazel similarity index 89% rename from proto/prostgen/raze/remote/BUILD.async-stream-0.2.1.bazel rename to proto/prostgen/raze/remote/BUILD.async-stream-0.3.1.bazel index 01efd44fe0..003ff8f346 100644 --- a/proto/prostgen/raze/remote/BUILD.async-stream-0.2.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.async-stream-0.3.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -42,7 +42,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@rules_rust_prostgen__async_stream_impl__0_2_1//:async_stream_impl", + "@rules_rust_prostgen__async_stream_impl__0_3_1//:async_stream_impl", ], rustc_flags = [ "--cap-lints=allow", @@ -51,10 +51,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.1", + version = "0.3.1", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", + "@rules_rust_prostgen__futures_core__0_3_14//:futures_core", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.async-stream-impl-0.2.1.bazel b/proto/prostgen/raze/remote/BUILD.async-stream-impl-0.3.1.bazel similarity index 84% rename from proto/prostgen/raze/remote/BUILD.async-stream-impl-0.2.1.bazel rename to proto/prostgen/raze/remote/BUILD.async-stream-impl-0.3.1.bazel index 269bf17bec..2fca546313 100644 --- a/proto/prostgen/raze/remote/BUILD.async-stream-impl-0.2.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.async-stream-impl-0.3.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -46,11 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.1", + version = "0.3.1", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.async-trait-0.1.50.bazel b/proto/prostgen/raze/remote/BUILD.async-trait-0.1.50.bazel new file mode 100644 index 0000000000..794dccdbd5 --- /dev/null +++ b/proto/prostgen/raze/remote/BUILD.async-trait-0.1.50.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 "//proto/prostgen/raze", 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 = "async_trait_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.1.50", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "async_trait", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.50", + # buildifier: leave-alone + deps = [ + ":async_trait_build_script", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", + ], +) + +# Unsupported target "compiletest" with type "test" omitted + +# Unsupported target "test" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.autocfg-1.0.1.bazel b/proto/prostgen/raze/remote/BUILD.autocfg-1.0.1.bazel index eeb8b40663..36f30b2488 100644 --- a/proto/prostgen/raze/remote/BUILD.autocfg-1.0.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.autocfg-1.0.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.base64-0.12.3.bazel b/proto/prostgen/raze/remote/BUILD.base64-0.13.0.bazel similarity index 94% rename from proto/prostgen/raze/remote/BUILD.base64-0.12.3.bazel rename to proto/prostgen/raze/remote/BUILD.base64-0.13.0.bazel index f12b32fcf4..90f91310e3 100644 --- a/proto/prostgen/raze/remote/BUILD.base64-0.12.3.bazel +++ b/proto/prostgen/raze/remote/BUILD.base64-0.13.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -32,6 +32,8 @@ licenses([ # Unsupported target "benchmarks" with type "bench" omitted +# Unsupported target "base64" with type "example" omitted + # Unsupported target "make_tables" with type "example" omitted rust_library( @@ -52,7 +54,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.12.3", + version = "0.13.0", # buildifier: leave-alone deps = [ ], diff --git a/proto/prostgen/raze/remote/BUILD.bitflags-1.2.1.bazel b/proto/prostgen/raze/remote/BUILD.bitflags-1.2.1.bazel index aaa51c1794..1ab61796c4 100644 --- a/proto/prostgen/raze/remote/BUILD.bitflags-1.2.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.bitflags-1.2.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", diff --git a/proto/prostgen/raze/remote/BUILD.bumpalo-3.6.1.bazel b/proto/prostgen/raze/remote/BUILD.bumpalo-3.6.1.bazel index 16f10773b7..1803d82092 100644 --- a/proto/prostgen/raze/remote/BUILD.bumpalo-3.6.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.bumpalo-3.6.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.bytes-1.0.1.bazel b/proto/prostgen/raze/remote/BUILD.bytes-1.0.1.bazel index 43e1c68cdb..9d8779290d 100644 --- a/proto/prostgen/raze/remote/BUILD.bytes-1.0.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.bytes-1.0.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.cc-1.0.67.bazel b/proto/prostgen/raze/remote/BUILD.cc-1.0.67.bazel index 5e128c5d54..68468e7a19 100644 --- a/proto/prostgen/raze/remote/BUILD.cc-1.0.67.bazel +++ b/proto/prostgen/raze/remote/BUILD.cc-1.0.67.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.cfg-if-1.0.0.bazel b/proto/prostgen/raze/remote/BUILD.cfg-if-1.0.0.bazel index eb45e9fb27..d9af3a5cbb 100644 --- a/proto/prostgen/raze/remote/BUILD.cfg-if-1.0.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.cfg-if-1.0.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.clap-2.33.3.bazel b/proto/prostgen/raze/remote/BUILD.clap-2.33.3.bazel index f394bdd4dd..63b213d1ec 100644 --- a/proto/prostgen/raze/remote/BUILD.clap-2.33.3.bazel +++ b/proto/prostgen/raze/remote/BUILD.clap-2.33.3.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -57,6 +57,7 @@ rust_library( ] + selects.with_or({ # cfg(not(windows)) ( + "@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ diff --git a/proto/prostgen/raze/remote/BUILD.core-foundation-0.7.0.bazel b/proto/prostgen/raze/remote/BUILD.core-foundation-0.9.1.bazel similarity index 88% rename from proto/prostgen/raze/remote/BUILD.core-foundation-0.7.0.bazel rename to proto/prostgen/raze/remote/BUILD.core-foundation-0.9.1.bazel index b9754a5be5..3a5f636e3d 100644 --- a/proto/prostgen/raze/remote/BUILD.core-foundation-0.7.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.core-foundation-0.9.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -46,11 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.7.0", + version = "0.9.1", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__core_foundation_sys__0_7_0//:core_foundation_sys", - "@rules_rust_prostgen__libc__0_2_86//:libc", + "@rules_rust_prostgen__core_foundation_sys__0_8_2//:core_foundation_sys", + "@rules_rust_prostgen__libc__0_2_94//:libc", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.core-foundation-sys-0.7.0.bazel b/proto/prostgen/raze/remote/BUILD.core-foundation-sys-0.8.2.bazel similarity index 94% rename from proto/prostgen/raze/remote/BUILD.core-foundation-sys-0.7.0.bazel rename to proto/prostgen/raze/remote/BUILD.core-foundation-sys-0.8.2.bazel index db0d066f3f..c4d9f2b45a 100644 --- a/proto/prostgen/raze/remote/BUILD.core-foundation-sys-0.7.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.core-foundation-sys-0.8.2.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", @@ -52,7 +53,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.7.0", + version = "0.8.2", visibility = ["//visibility:private"], deps = [ ], @@ -74,7 +75,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.7.0", + version = "0.8.2", # buildifier: leave-alone deps = [ ":core_foundation_sys_build_script", diff --git a/proto/prostgen/raze/remote/BUILD.either-1.6.1.bazel b/proto/prostgen/raze/remote/BUILD.either-1.6.1.bazel index 90b58266b5..4ea052f928 100644 --- a/proto/prostgen/raze/remote/BUILD.either-1.6.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.either-1.6.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -34,6 +34,8 @@ rust_library( name = "either", srcs = glob(["**/*.rs"]), crate_features = [ + "default", + "use_std", ], crate_root = "src/lib.rs", crate_type = "lib", diff --git a/proto/prostgen/raze/remote/BUILD.fixedbitset-0.2.0.bazel b/proto/prostgen/raze/remote/BUILD.fixedbitset-0.2.0.bazel index ca362a7aee..316efb46ec 100644 --- a/proto/prostgen/raze/remote/BUILD.fixedbitset-0.2.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.fixedbitset-0.2.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.fnv-1.0.7.bazel b/proto/prostgen/raze/remote/BUILD.fnv-1.0.7.bazel index 7e5c21dd57..79f36ada9a 100644 --- a/proto/prostgen/raze/remote/BUILD.fnv-1.0.7.bazel +++ b/proto/prostgen/raze/remote/BUILD.fnv-1.0.7.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.fuchsia-zircon-0.3.3.bazel b/proto/prostgen/raze/remote/BUILD.fuchsia-zircon-0.3.3.bazel deleted file mode 100644 index bb58e75cca..0000000000 --- a/proto/prostgen/raze/remote/BUILD.fuchsia-zircon-0.3.3.bazel +++ /dev/null @@ -1,55 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//proto/prostgen/raze", 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 = "fuchsia_zircon", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.3.3", - # buildifier: leave-alone - deps = [ - "@rules_rust_prostgen__bitflags__1_2_1//:bitflags", - "@rules_rust_prostgen__fuchsia_zircon_sys__0_3_3//:fuchsia_zircon_sys", - ], -) diff --git a/proto/prostgen/raze/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel b/proto/prostgen/raze/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel deleted file mode 100644 index 1284fe6ce6..0000000000 --- a/proto/prostgen/raze/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel +++ /dev/null @@ -1,55 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//proto/prostgen/raze", 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 "hello" with type "example" omitted - -rust_library( - name = "fuchsia_zircon_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.3.3", - # buildifier: leave-alone - deps = [ - ], -) diff --git a/proto/prostgen/raze/remote/BUILD.futures-channel-0.3.12.bazel b/proto/prostgen/raze/remote/BUILD.futures-channel-0.3.14.bazel similarity index 93% rename from proto/prostgen/raze/remote/BUILD.futures-channel-0.3.12.bazel rename to proto/prostgen/raze/remote/BUILD.futures-channel-0.3.14.bazel index 151a609fe1..ce45f27a26 100644 --- a/proto/prostgen/raze/remote/BUILD.futures-channel-0.3.12.bazel +++ b/proto/prostgen/raze/remote/BUILD.futures-channel-0.3.14.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -51,10 +51,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.12", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", + "@rules_rust_prostgen__futures_core__0_3_14//:futures_core", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.futures-core-0.3.12.bazel b/proto/prostgen/raze/remote/BUILD.futures-core-0.3.14.bazel similarity index 97% rename from proto/prostgen/raze/remote/BUILD.futures-core-0.3.12.bazel rename to proto/prostgen/raze/remote/BUILD.futures-core-0.3.14.bazel index 0bfd8641c0..4386be386f 100644 --- a/proto/prostgen/raze/remote/BUILD.futures-core-0.3.12.bazel +++ b/proto/prostgen/raze/remote/BUILD.futures-core-0.3.14.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.12", + version = "0.3.14", # buildifier: leave-alone deps = [ ], diff --git a/proto/prostgen/raze/remote/BUILD.futures-sink-0.3.12.bazel b/proto/prostgen/raze/remote/BUILD.futures-sink-0.3.14.bazel similarity index 97% rename from proto/prostgen/raze/remote/BUILD.futures-sink-0.3.12.bazel rename to proto/prostgen/raze/remote/BUILD.futures-sink-0.3.14.bazel index 7b19ee520e..5886c9b2db 100644 --- a/proto/prostgen/raze/remote/BUILD.futures-sink-0.3.12.bazel +++ b/proto/prostgen/raze/remote/BUILD.futures-sink-0.3.14.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.12", + version = "0.3.14", # buildifier: leave-alone deps = [ ], diff --git a/proto/prostgen/raze/remote/BUILD.futures-task-0.3.12.bazel b/proto/prostgen/raze/remote/BUILD.futures-task-0.3.14.bazel similarity index 97% rename from proto/prostgen/raze/remote/BUILD.futures-task-0.3.12.bazel rename to proto/prostgen/raze/remote/BUILD.futures-task-0.3.14.bazel index 535d44bca1..b2aca53d2a 100644 --- a/proto/prostgen/raze/remote/BUILD.futures-task-0.3.12.bazel +++ b/proto/prostgen/raze/remote/BUILD.futures-task-0.3.14.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -47,7 +47,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.12", + version = "0.3.14", # buildifier: leave-alone deps = [ ], diff --git a/proto/prostgen/raze/remote/BUILD.futures-util-0.3.12.bazel b/proto/prostgen/raze/remote/BUILD.futures-util-0.3.14.bazel similarity index 84% rename from proto/prostgen/raze/remote/BUILD.futures-util-0.3.12.bazel rename to proto/prostgen/raze/remote/BUILD.futures-util-0.3.14.bazel index a258801c88..ad49f2c0dd 100644 --- a/proto/prostgen/raze/remote/BUILD.futures-util-0.3.12.bazel +++ b/proto/prostgen/raze/remote/BUILD.futures-util-0.3.14.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -49,12 +49,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.12", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__futures_task__0_3_12//:futures_task", - "@rules_rust_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + "@rules_rust_prostgen__futures_core__0_3_14//:futures_core", + "@rules_rust_prostgen__futures_task__0_3_14//:futures_task", + "@rules_rust_prostgen__pin_project_lite__0_2_6//:pin_project_lite", "@rules_rust_prostgen__pin_utils__0_1_0//:pin_utils", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.getrandom-0.2.2.bazel b/proto/prostgen/raze/remote/BUILD.getrandom-0.2.2.bazel index 8cd4f9ad05..3e3324e2de 100644 --- a/proto/prostgen/raze/remote/BUILD.getrandom-0.2.2.bazel +++ b/proto/prostgen/raze/remote/BUILD.getrandom-0.2.2.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", @@ -59,6 +60,7 @@ cargo_build_script( ] + selects.with_or({ # cfg(unix) ( + "@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ @@ -96,10 +98,11 @@ rust_library( ] + selects.with_or({ # cfg(unix) ( + "@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_prostgen__libc__0_2_86//:libc", + "@rules_rust_prostgen__libc__0_2_94//:libc", ], "//conditions:default": [], }), diff --git a/proto/prostgen/raze/remote/BUILD.h2-0.2.7.bazel b/proto/prostgen/raze/remote/BUILD.h2-0.3.2.bazel similarity index 64% rename from proto/prostgen/raze/remote/BUILD.h2-0.2.7.bazel rename to proto/prostgen/raze/remote/BUILD.h2-0.3.2.bazel index bf4faa762c..db63b6160f 100644 --- a/proto/prostgen/raze/remote/BUILD.h2-0.2.7.bazel +++ b/proto/prostgen/raze/remote/BUILD.h2-0.3.2.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -52,20 +52,19 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.7", + version = "0.3.2", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__bytes__0_5_6//:bytes", + "@rules_rust_prostgen__bytes__1_0_1//:bytes", "@rules_rust_prostgen__fnv__1_0_7//:fnv", - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__futures_sink__0_3_12//:futures_sink", - "@rules_rust_prostgen__futures_util__0_3_12//:futures_util", - "@rules_rust_prostgen__http__0_2_3//:http", - "@rules_rust_prostgen__indexmap__1_6_1//:indexmap", - "@rules_rust_prostgen__slab__0_4_2//:slab", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", - "@rules_rust_prostgen__tokio_util__0_3_1//:tokio_util", - "@rules_rust_prostgen__tracing__0_1_24//:tracing", - "@rules_rust_prostgen__tracing_futures__0_2_4//:tracing_futures", + "@rules_rust_prostgen__futures_core__0_3_14//:futures_core", + "@rules_rust_prostgen__futures_sink__0_3_14//:futures_sink", + "@rules_rust_prostgen__futures_util__0_3_14//:futures_util", + "@rules_rust_prostgen__http__0_2_4//:http", + "@rules_rust_prostgen__indexmap__1_6_2//:indexmap", + "@rules_rust_prostgen__slab__0_4_3//:slab", + "@rules_rust_prostgen__tokio__1_5_0//:tokio", + "@rules_rust_prostgen__tokio_util__0_6_6//:tokio_util", + "@rules_rust_prostgen__tracing__0_1_25//:tracing", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.hashbrown-0.9.1.bazel b/proto/prostgen/raze/remote/BUILD.hashbrown-0.9.1.bazel index f055ca19d3..b99feb6c11 100644 --- a/proto/prostgen/raze/remote/BUILD.hashbrown-0.9.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.hashbrown-0.9.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.heck-0.3.1.bazel b/proto/prostgen/raze/remote/BUILD.heck-0.3.2.bazel similarity index 95% rename from proto/prostgen/raze/remote/BUILD.heck-0.3.1.bazel rename to proto/prostgen/raze/remote/BUILD.heck-0.3.2.bazel index b350d3b219..fcededc9f6 100644 --- a/proto/prostgen/raze/remote/BUILD.heck-0.3.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.heck-0.3.2.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -38,7 +38,7 @@ rust_library( crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.1", + version = "0.3.2", # buildifier: leave-alone deps = [ "@rules_rust_prostgen__unicode_segmentation__1_7_1//:unicode_segmentation", diff --git a/proto/prostgen/raze/remote/BUILD.http-0.2.3.bazel b/proto/prostgen/raze/remote/BUILD.http-0.2.4.bazel similarity index 95% rename from proto/prostgen/raze/remote/BUILD.http-0.2.3.bazel rename to proto/prostgen/raze/remote/BUILD.http-0.2.4.bazel index 87e774e533..fd03bbd478 100644 --- a/proto/prostgen/raze/remote/BUILD.http-0.2.3.bazel +++ b/proto/prostgen/raze/remote/BUILD.http-0.2.4.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -36,6 +36,8 @@ licenses([ # Unsupported target "header_value" with type "bench" omitted +# Unsupported target "method" with type "bench" omitted + # Unsupported target "uri" with type "bench" omitted rust_library( @@ -54,7 +56,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.3", + version = "0.2.4", # buildifier: leave-alone deps = [ "@rules_rust_prostgen__bytes__1_0_1//:bytes", diff --git a/proto/prostgen/raze/remote/BUILD.http-body-0.3.1.bazel b/proto/prostgen/raze/remote/BUILD.http-body-0.4.1.bazel similarity index 83% rename from proto/prostgen/raze/remote/BUILD.http-body-0.3.1.bazel rename to proto/prostgen/raze/remote/BUILD.http-body-0.4.1.bazel index 26a50cfe9f..1b698bfd19 100644 --- a/proto/prostgen/raze/remote/BUILD.http-body-0.3.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.http-body-0.4.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -46,11 +46,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.1", + version = "0.4.1", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__bytes__0_5_6//:bytes", - "@rules_rust_prostgen__http__0_2_3//:http", + "@rules_rust_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_prostgen__http__0_2_4//:http", + "@rules_rust_prostgen__pin_project_lite__0_2_6//:pin_project_lite", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.ws2_32-sys-0.2.1.bazel b/proto/prostgen/raze/remote/BUILD.httparse-1.4.0.bazel similarity index 76% rename from proto/prostgen/raze/remote/BUILD.ws2_32-sys-0.2.1.bazel rename to proto/prostgen/raze/remote/BUILD.httparse-1.4.0.bazel index 50d7b29f3a..1914588e7d 100644 --- a/proto/prostgen/raze/remote/BUILD.ws2_32-sys-0.2.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.httparse-1.4.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -25,10 +25,11 @@ package(default_visibility = [ ]) licenses([ - "notice", # MIT from expression "MIT" + "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", @@ -36,11 +37,13 @@ load( ) cargo_build_script( - name = "ws2_32_sys_build_script", + name = "httparse_build_script", srcs = glob(["**/*.rs"]), build_script_env = { }, crate_features = [ + "default", + "std", ], crate_root = "build.rs", data = glob(["**"]), @@ -52,26 +55,20 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.1", + version = "1.4.0", visibility = ["//visibility:private"], deps = [ - "@rules_rust_prostgen__winapi_build__0_1_1//:winapi_build", ], ) -alias( - name = "ws2_32_sys", - actual = ":ws2_32", - tags = [ - "cargo-raze", - "manual", - ], -) +# Unsupported target "parse" with type "bench" omitted rust_library( - name = "ws2_32", + name = "httparse", srcs = glob(["**/*.rs"]), crate_features = [ + "default", + "std", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -84,10 +81,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.1", + version = "1.4.0", # buildifier: leave-alone deps = [ - ":ws2_32_sys_build_script", - "@rules_rust_prostgen__winapi__0_2_8//:winapi", + ":httparse_build_script", ], ) + +# Unsupported target "uri" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.httpdate-1.0.0.bazel b/proto/prostgen/raze/remote/BUILD.httpdate-1.0.0.bazel new file mode 100644 index 0000000000..0c27aafeaf --- /dev/null +++ b/proto/prostgen/raze/remote/BUILD.httpdate-1.0.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 "//proto/prostgen/raze", 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 = "httpdate", + 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 = [ + ], +) diff --git a/proto/prostgen/raze/remote/BUILD.hyper-0.13.6.bazel b/proto/prostgen/raze/remote/BUILD.hyper-0.14.7.bazel similarity index 64% rename from proto/prostgen/raze/remote/BUILD.hyper-0.13.6.bazel rename to proto/prostgen/raze/remote/BUILD.hyper-0.14.7.bazel index e4b722bcc1..89a3d80f1c 100644 --- a/proto/prostgen/raze/remote/BUILD.hyper-0.13.6.bazel +++ b/proto/prostgen/raze/remote/BUILD.hyper-0.14.7.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -40,6 +40,8 @@ licenses([ # Unsupported target "server" with type "bench" omitted +# Unsupported target "hyper" with type "cdylib" omitted + # Unsupported target "client" with type "example" omitted # Unsupported target "client_json" with type "example" omitted @@ -58,6 +60,8 @@ licenses([ # Unsupported target "send_file" with type "example" omitted +# Unsupported target "service_struct_impl" with type "example" omitted + # Unsupported target "single_threaded" with type "example" omitted # Unsupported target "state" with type "example" omitted @@ -73,9 +77,17 @@ licenses([ rust_library( name = "hyper", srcs = glob(["**/*.rs"]), + aliases = { + }, crate_features = [ + "client", "default", + "full", + "h2", + "http1", + "http2", "runtime", + "server", "socket2", "stream", "tcp", @@ -91,28 +103,39 @@ rust_library( "cargo-raze", "manual", ], - version = "0.13.6", + version = "0.14.7", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__bytes__0_5_6//:bytes", - "@rules_rust_prostgen__futures_channel__0_3_12//:futures_channel", - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__futures_util__0_3_12//:futures_util", - "@rules_rust_prostgen__h2__0_2_7//:h2", - "@rules_rust_prostgen__http__0_2_3//:http", - "@rules_rust_prostgen__http_body__0_3_1//:http_body", - "@rules_rust_prostgen__httparse__1_3_5//:httparse", + "@rules_rust_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_prostgen__futures_channel__0_3_14//:futures_channel", + "@rules_rust_prostgen__futures_core__0_3_14//:futures_core", + "@rules_rust_prostgen__futures_util__0_3_14//:futures_util", + "@rules_rust_prostgen__h2__0_3_2//:h2", + "@rules_rust_prostgen__http__0_2_4//:http", + "@rules_rust_prostgen__http_body__0_4_1//:http_body", + "@rules_rust_prostgen__httparse__1_4_0//:httparse", + "@rules_rust_prostgen__httpdate__1_0_0//:httpdate", "@rules_rust_prostgen__itoa__0_4_7//:itoa", - "@rules_rust_prostgen__log__0_4_14//:log", - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__socket2__0_3_19//:socket2", - "@rules_rust_prostgen__time__0_1_43//:time", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", + "@rules_rust_prostgen__pin_project__1_0_7//:pin_project", + "@rules_rust_prostgen__socket2__0_4_0//:socket2", + "@rules_rust_prostgen__tokio__1_5_0//:tokio", "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_prostgen__tracing__0_1_25//:tracing", "@rules_rust_prostgen__want__0_3_0//:want", - ], + ] + selects.with_or({ + # cfg(any(target_os = "linux", target_os = "macos")) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + ], + "//conditions:default": [], + }), ) +# Unsupported target "hyper" with type "staticlib" omitted + # Unsupported target "client" with type "test" omitted # Unsupported target "integration" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.indexmap-1.6.1.bazel b/proto/prostgen/raze/remote/BUILD.indexmap-1.6.2.bazel similarity index 94% rename from proto/prostgen/raze/remote/BUILD.indexmap-1.6.1.bazel rename to proto/prostgen/raze/remote/BUILD.indexmap-1.6.2.bazel index 5402ae00d6..0640da636a 100644 --- a/proto/prostgen/raze/remote/BUILD.indexmap-1.6.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.indexmap-1.6.2.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", @@ -41,6 +42,7 @@ cargo_build_script( build_script_env = { }, crate_features = [ + "std", ], crate_root = "build.rs", data = glob(["**"]), @@ -52,7 +54,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.6.1", + version = "1.6.2", visibility = ["//visibility:private"], deps = [ "@rules_rust_prostgen__autocfg__1_0_1//:autocfg", @@ -67,6 +69,7 @@ rust_library( name = "indexmap", srcs = glob(["**/*.rs"]), crate_features = [ + "std", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -79,7 +82,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.6.1", + version = "1.6.2", # buildifier: leave-alone deps = [ ":indexmap_build_script", diff --git a/proto/prostgen/raze/remote/BUILD.itertools-0.8.2.bazel b/proto/prostgen/raze/remote/BUILD.itertools-0.9.0.bazel similarity index 94% rename from proto/prostgen/raze/remote/BUILD.itertools-0.8.2.bazel rename to proto/prostgen/raze/remote/BUILD.itertools-0.9.0.bazel index 0d1c71968f..b02c324b2f 100644 --- a/proto/prostgen/raze/remote/BUILD.itertools-0.8.2.bazel +++ b/proto/prostgen/raze/remote/BUILD.itertools-0.9.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -54,7 +54,7 @@ rust_library( crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -62,7 +62,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.8.2", + version = "0.9.0", # buildifier: leave-alone deps = [ "@rules_rust_prostgen__either__1_6_1//:either", @@ -79,6 +79,8 @@ rust_library( # Unsupported target "quick" with type "test" omitted +# Unsupported target "specializations" with type "test" omitted + # Unsupported target "test_core" with type "test" omitted # Unsupported target "test_std" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.itoa-0.4.7.bazel b/proto/prostgen/raze/remote/BUILD.itoa-0.4.7.bazel index ac5254c0d3..864c8aee3d 100644 --- a/proto/prostgen/raze/remote/BUILD.itoa-0.4.7.bazel +++ b/proto/prostgen/raze/remote/BUILD.itoa-0.4.7.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.js-sys-0.3.47.bazel b/proto/prostgen/raze/remote/BUILD.js-sys-0.3.50.bazel similarity index 92% rename from proto/prostgen/raze/remote/BUILD.js-sys-0.3.47.bazel rename to proto/prostgen/raze/remote/BUILD.js-sys-0.3.50.bazel index 6e58064416..898f92541a 100644 --- a/proto/prostgen/raze/remote/BUILD.js-sys-0.3.47.bazel +++ b/proto/prostgen/raze/remote/BUILD.js-sys-0.3.50.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -46,10 +46,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.47", + version = "0.3.50", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__wasm_bindgen__0_2_70//:wasm_bindgen", + "@rules_rust_prostgen__wasm_bindgen__0_2_73//:wasm_bindgen", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.lazy_static-1.4.0.bazel b/proto/prostgen/raze/remote/BUILD.lazy_static-1.4.0.bazel index ff03f385b4..706461c9bd 100644 --- a/proto/prostgen/raze/remote/BUILD.lazy_static-1.4.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.lazy_static-1.4.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.libc-0.2.94.bazel b/proto/prostgen/raze/remote/BUILD.libc-0.2.94.bazel new file mode 100644 index 0000000000..4ddd035ab8 --- /dev/null +++ b/proto/prostgen/raze/remote/BUILD.libc-0.2.94.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 "//proto/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets +# buildifier: disable=out-of-order-load +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "libc_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "std", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.94", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "libc", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.94", + # buildifier: leave-alone + deps = [ + ":libc_build_script", + ], +) + +# Unsupported target "const_fn" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.log-0.4.14.bazel b/proto/prostgen/raze/remote/BUILD.log-0.4.14.bazel index 87ae94cbd1..d06493e26d 100644 --- a/proto/prostgen/raze/remote/BUILD.log-0.4.14.bazel +++ b/proto/prostgen/raze/remote/BUILD.log-0.4.14.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", diff --git a/proto/prostgen/raze/remote/BUILD.memchr-2.3.4.bazel b/proto/prostgen/raze/remote/BUILD.memchr-2.3.4.bazel index 16639513bd..375d230659 100644 --- a/proto/prostgen/raze/remote/BUILD.memchr-2.3.4.bazel +++ b/proto/prostgen/raze/remote/BUILD.memchr-2.3.4.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", diff --git a/proto/prostgen/raze/remote/BUILD.mio-0.6.23.bazel b/proto/prostgen/raze/remote/BUILD.mio-0.7.11.bazel similarity index 71% rename from proto/prostgen/raze/remote/BUILD.mio-0.6.23.bazel rename to proto/prostgen/raze/remote/BUILD.mio-0.7.11.bazel index a5f8ee8617..57ab98ec97 100644 --- a/proto/prostgen/raze/remote/BUILD.mio-0.6.23.bazel +++ b/proto/prostgen/raze/remote/BUILD.mio-0.7.11.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -30,6 +30,10 @@ licenses([ # Generated Targets +# Unsupported target "tcp_server" with type "example" omitted + +# Unsupported target "udp_server" with type "example" omitted + rust_library( name = "mio", srcs = glob(["**/*.rs"]), @@ -37,12 +41,18 @@ rust_library( }, crate_features = [ "default", - "with-deprecated", + "net", + "os-ext", + "os-poll", + "os-util", + "tcp", + "udp", + "uds", ], crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -50,21 +60,18 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.23", + version = "0.7.11", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__cfg_if__0_1_10//:cfg_if", - "@rules_rust_prostgen__iovec__0_1_4//:iovec", "@rules_rust_prostgen__log__0_4_14//:log", - "@rules_rust_prostgen__net2__0_2_37//:net2", - "@rules_rust_prostgen__slab__0_4_2//:slab", ] + selects.with_or({ # cfg(unix) ( + "@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_prostgen__libc__0_2_86//:libc", + "@rules_rust_prostgen__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -72,12 +79,10 @@ rust_library( ( "@rules_rust//rust/platform:x86_64-pc-windows-msvc", ): [ - "@rules_rust_prostgen__kernel32_sys__0_2_2//:kernel32_sys", - "@rules_rust_prostgen__miow__0_2_2//:miow", - "@rules_rust_prostgen__winapi__0_2_8//:winapi", + "@rules_rust_prostgen__miow__0_3_7//:miow", + "@rules_rust_prostgen__ntapi__0_3_6//:ntapi", + "@rules_rust_prostgen__winapi__0_3_9//:winapi", ], "//conditions:default": [], }), ) - -# Unsupported target "test" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.miow-0.2.2.bazel b/proto/prostgen/raze/remote/BUILD.miow-0.2.2.bazel deleted file mode 100644 index 3fa83dc2d4..0000000000 --- a/proto/prostgen/raze/remote/BUILD.miow-0.2.2.bazel +++ /dev/null @@ -1,57 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//proto/prostgen/raze", 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 = "miow", - 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.2.2", - # buildifier: leave-alone - deps = [ - "@rules_rust_prostgen__kernel32_sys__0_2_2//:kernel32_sys", - "@rules_rust_prostgen__net2__0_2_37//:net2", - "@rules_rust_prostgen__winapi__0_2_8//:winapi", - "@rules_rust_prostgen__ws2_32_sys__0_2_1//:ws2_32_sys", - ], -) diff --git a/proto/prostgen/raze/remote/BUILD.miow-0.3.7.bazel b/proto/prostgen/raze/remote/BUILD.miow-0.3.7.bazel new file mode 100644 index 0000000000..ab0ae1c954 --- /dev/null +++ b/proto/prostgen/raze/remote/BUILD.miow-0.3.7.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 "//proto/prostgen/raze", 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 = "miow", + 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.7", + # buildifier: leave-alone + deps = [ + "@rules_rust_prostgen__winapi__0_3_9//:winapi", + ], +) diff --git a/proto/prostgen/raze/remote/BUILD.multimap-0.8.2.bazel b/proto/prostgen/raze/remote/BUILD.multimap-0.8.3.bazel similarity index 97% rename from proto/prostgen/raze/remote/BUILD.multimap-0.8.2.bazel rename to proto/prostgen/raze/remote/BUILD.multimap-0.8.3.bazel index b00c558ad7..44161b17e5 100644 --- a/proto/prostgen/raze/remote/BUILD.multimap-0.8.2.bazel +++ b/proto/prostgen/raze/remote/BUILD.multimap-0.8.3.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.8.2", + version = "0.8.3", # buildifier: leave-alone deps = [ ], diff --git a/proto/prostgen/raze/remote/BUILD.pin-project-internal-0.4.26.bazel b/proto/prostgen/raze/remote/BUILD.ntapi-0.3.6.bazel similarity index 79% rename from proto/prostgen/raze/remote/BUILD.pin-project-internal-0.4.26.bazel rename to proto/prostgen/raze/remote/BUILD.ntapi-0.3.6.bazel index 200248052c..b8434fe6d5 100644 --- a/proto/prostgen/raze/remote/BUILD.pin-project-internal-0.4.26.bazel +++ b/proto/prostgen/raze/remote/BUILD.ntapi-0.3.6.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", @@ -36,11 +37,13 @@ load( ) cargo_build_script( - name = "pin_project_internal_build_script", + name = "ntapi_build_script", srcs = glob(["**/*.rs"]), build_script_env = { }, crate_features = [ + "default", + "user", ], crate_root = "build.rs", data = glob(["**"]), @@ -52,19 +55,21 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.4.26", + version = "0.3.6", visibility = ["//visibility:private"], deps = [ ], ) rust_library( - name = "pin_project_internal", + name = "ntapi", srcs = glob(["**/*.rs"]), crate_features = [ + "default", + "user", ], crate_root = "src/lib.rs", - crate_type = "proc-macro", + crate_type = "lib", data = [], edition = "2018", rustc_flags = [ @@ -74,12 +79,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.26", + version = "0.3.6", # buildifier: leave-alone deps = [ - ":pin_project_internal_build_script", - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", + ":ntapi_build_script", + "@rules_rust_prostgen__winapi__0_3_9//:winapi", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.once_cell-1.5.2.bazel b/proto/prostgen/raze/remote/BUILD.once_cell-1.7.2.bazel similarity index 97% rename from proto/prostgen/raze/remote/BUILD.once_cell-1.5.2.bazel rename to proto/prostgen/raze/remote/BUILD.once_cell-1.7.2.bazel index 66ec846345..4ed94883f1 100644 --- a/proto/prostgen/raze/remote/BUILD.once_cell-1.5.2.bazel +++ b/proto/prostgen/raze/remote/BUILD.once_cell-1.7.2.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -49,6 +49,7 @@ rust_library( srcs = glob(["**/*.rs"]), crate_features = [ "alloc", + "race", "std", ], crate_root = "src/lib.rs", @@ -62,7 +63,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.5.2", + version = "1.7.2", # buildifier: leave-alone deps = [ ], diff --git a/proto/prostgen/raze/remote/BUILD.openssl-probe-0.1.2.bazel b/proto/prostgen/raze/remote/BUILD.openssl-probe-0.1.2.bazel index 84eb3005f2..cd5cdf8177 100644 --- a/proto/prostgen/raze/remote/BUILD.openssl-probe-0.1.2.bazel +++ b/proto/prostgen/raze/remote/BUILD.openssl-probe-0.1.2.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.percent-encoding-2.1.0.bazel b/proto/prostgen/raze/remote/BUILD.percent-encoding-2.1.0.bazel index 5814355514..30f0195275 100644 --- a/proto/prostgen/raze/remote/BUILD.percent-encoding-2.1.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.percent-encoding-2.1.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.petgraph-0.5.1.bazel b/proto/prostgen/raze/remote/BUILD.petgraph-0.5.1.bazel index 4d363b5e0a..7bbfd06d78 100644 --- a/proto/prostgen/raze/remote/BUILD.petgraph-0.5.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.petgraph-0.5.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -62,7 +62,7 @@ rust_library( # buildifier: leave-alone deps = [ "@rules_rust_prostgen__fixedbitset__0_2_0//:fixedbitset", - "@rules_rust_prostgen__indexmap__1_6_1//:indexmap", + "@rules_rust_prostgen__indexmap__1_6_2//:indexmap", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.pin-project-0.4.26.bazel b/proto/prostgen/raze/remote/BUILD.pin-project-1.0.7.bazel similarity index 87% rename from proto/prostgen/raze/remote/BUILD.pin-project-0.4.26.bazel rename to proto/prostgen/raze/remote/BUILD.pin-project-1.0.7.bazel index be3c44bd65..21bdaee2e3 100644 --- a/proto/prostgen/raze/remote/BUILD.pin-project-0.4.26.bazel +++ b/proto/prostgen/raze/remote/BUILD.pin-project-1.0.7.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -64,7 +64,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@rules_rust_prostgen__pin_project_internal__0_4_26//:pin_project_internal", + "@rules_rust_prostgen__pin_project_internal__1_0_7//:pin_project_internal", ], rustc_flags = [ "--cap-lints=allow", @@ -73,7 +73,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.26", + version = "1.0.7", # buildifier: leave-alone deps = [ ], @@ -85,20 +85,16 @@ rust_library( # Unsupported target "drop_order" with type "test" omitted +# Unsupported target "expandtest" with type "test" omitted + # Unsupported target "lint" with type "test" omitted # Unsupported target "pin_project" with type "test" omitted # Unsupported target "pinned_drop" with type "test" omitted -# Unsupported target "project" with type "test" omitted - -# Unsupported target "project_ref" with type "test" omitted - -# Unsupported target "project_replace" with type "test" omitted +# Unsupported target "proper_unpin" with type "test" omitted # Unsupported target "repr_packed" with type "test" omitted -# Unsupported target "sized" with type "test" omitted - # Unsupported target "unsafe_unpin" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.syn-mid-0.5.0.bazel b/proto/prostgen/raze/remote/BUILD.pin-project-internal-1.0.7.bazel similarity index 79% rename from proto/prostgen/raze/remote/BUILD.syn-mid-0.5.0.bazel rename to proto/prostgen/raze/remote/BUILD.pin-project-internal-1.0.7.bazel index 88e50ec69e..060df65730 100644 --- a/proto/prostgen/raze/remote/BUILD.syn-mid-0.5.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.pin-project-internal-1.0.7.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -31,12 +31,12 @@ licenses([ # Generated Targets rust_library( - name = "syn_mid", + name = "pin_project_internal", srcs = glob(["**/*.rs"]), crate_features = [ ], crate_root = "src/lib.rs", - crate_type = "lib", + crate_type = "proc-macro", data = [], edition = "2018", rustc_flags = [ @@ -46,11 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.5.0", + version = "1.0.7", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.pin-project-lite-0.1.11.bazel b/proto/prostgen/raze/remote/BUILD.pin-project-lite-0.2.6.bazel similarity index 89% rename from proto/prostgen/raze/remote/BUILD.pin-project-lite-0.1.11.bazel rename to proto/prostgen/raze/remote/BUILD.pin-project-lite-0.2.6.bazel index 33621ce5e0..ca97909474 100644 --- a/proto/prostgen/raze/remote/BUILD.pin-project-lite-0.1.11.bazel +++ b/proto/prostgen/raze/remote/BUILD.pin-project-lite-0.2.6.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.11", + version = "0.2.6", # buildifier: leave-alone deps = [ ], @@ -54,6 +54,10 @@ rust_library( # Unsupported target "compiletest" with type "test" omitted +# Unsupported target "drop_order" with type "test" omitted + +# Unsupported target "expandtest" with type "test" omitted + # Unsupported target "lint" with type "test" omitted # Unsupported target "proper_unpin" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.pin-utils-0.1.0.bazel b/proto/prostgen/raze/remote/BUILD.pin-utils-0.1.0.bazel index 1ee2e4b71f..2f346388f0 100644 --- a/proto/prostgen/raze/remote/BUILD.pin-utils-0.1.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.pin-utils-0.1.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel b/proto/prostgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel index 1c9e0fa7d9..219df5a574 100644 --- a/proto/prostgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel +++ b/proto/prostgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.proc-macro-error-1.0.2.bazel b/proto/prostgen/raze/remote/BUILD.proc-macro-error-1.0.4.bazel similarity index 78% rename from proto/prostgen/raze/remote/BUILD.proc-macro-error-1.0.2.bazel rename to proto/prostgen/raze/remote/BUILD.proc-macro-error-1.0.4.bazel index 3630130dd3..807ae0ddab 100644 --- a/proto/prostgen/raze/remote/BUILD.proc-macro-error-1.0.2.bazel +++ b/proto/prostgen/raze/remote/BUILD.proc-macro-error-1.0.4.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", @@ -41,6 +42,9 @@ cargo_build_script( build_script_env = { }, crate_features = [ + "default", + "syn", + "syn-error", ], crate_root = "build.rs", data = glob(["**"]), @@ -52,10 +56,10 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.2", + version = "1.0.4", visibility = ["//visibility:private"], deps = [ - "@rules_rust_prostgen__version_check__0_9_2//:version_check", + "@rules_rust_prostgen__version_check__0_9_3//:version_check", ], ) @@ -63,13 +67,16 @@ rust_library( name = "proc_macro_error", srcs = glob(["**/*.rs"]), crate_features = [ + "default", + "syn", + "syn-error", ], crate_root = "src/lib.rs", crate_type = "lib", data = [], edition = "2018", proc_macro_deps = [ - "@rules_rust_prostgen__proc_macro_error_attr__1_0_2//:proc_macro_error_attr", + "@rules_rust_prostgen__proc_macro_error_attr__1_0_4//:proc_macro_error_attr", ], rustc_flags = [ "--cap-lints=allow", @@ -78,13 +85,13 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.2", + version = "1.0.4", # buildifier: leave-alone deps = [ ":proc_macro_error_build_script", - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.proc-macro-error-attr-1.0.2.bazel b/proto/prostgen/raze/remote/BUILD.proc-macro-error-attr-1.0.4.bazel similarity index 82% rename from proto/prostgen/raze/remote/BUILD.proc-macro-error-attr-1.0.2.bazel rename to proto/prostgen/raze/remote/BUILD.proc-macro-error-attr-1.0.4.bazel index 91a99d50f4..f6373763f0 100644 --- a/proto/prostgen/raze/remote/BUILD.proc-macro-error-attr-1.0.2.bazel +++ b/proto/prostgen/raze/remote/BUILD.proc-macro-error-attr-1.0.4.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", @@ -52,10 +53,10 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.2", + version = "1.0.4", visibility = ["//visibility:private"], deps = [ - "@rules_rust_prostgen__version_check__0_9_2//:version_check", + "@rules_rust_prostgen__version_check__0_9_3//:version_check", ], ) @@ -75,13 +76,11 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.2", + version = "1.0.4", # buildifier: leave-alone deps = [ ":proc_macro_error_attr_build_script", - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", - "@rules_rust_prostgen__syn_mid__0_5_0//:syn_mid", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.proc-macro2-1.0.18.bazel b/proto/prostgen/raze/remote/BUILD.proc-macro2-1.0.26.bazel similarity index 93% rename from proto/prostgen/raze/remote/BUILD.proc-macro2-1.0.18.bazel rename to proto/prostgen/raze/remote/BUILD.proc-macro2-1.0.26.bazel index 293683f1e6..f498451dd4 100644 --- a/proto/prostgen/raze/remote/BUILD.proc-macro2-1.0.18.bazel +++ b/proto/prostgen/raze/remote/BUILD.proc-macro2-1.0.26.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", @@ -54,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.18", + version = "1.0.26", visibility = ["//visibility:private"], deps = [ ], @@ -78,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.18", + version = "1.0.26", # buildifier: leave-alone deps = [ ":proc_macro2_build_script", @@ -93,3 +94,5 @@ rust_library( # Unsupported target "marker" with type "test" omitted # Unsupported target "test" with type "test" omitted + +# Unsupported target "test_fmt" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.prost-0.6.1.bazel b/proto/prostgen/raze/remote/BUILD.prost-0.7.0.bazel similarity index 87% rename from proto/prostgen/raze/remote/BUILD.prost-0.6.1.bazel rename to proto/prostgen/raze/remote/BUILD.prost-0.7.0.bazel index 3d06d78cf4..118f316ab1 100644 --- a/proto/prostgen/raze/remote/BUILD.prost-0.6.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.prost-0.7.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -38,13 +38,14 @@ rust_library( crate_features = [ "default", "prost-derive", + "std", ], crate_root = "src/lib.rs", crate_type = "lib", data = [], edition = "2018", proc_macro_deps = [ - "@rules_rust_prostgen__prost_derive__0_6_1//:prost_derive", + "@rules_rust_prostgen__prost_derive__0_7_0//:prost_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -53,9 +54,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.1", + version = "0.7.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__bytes__0_5_6//:bytes", + "@rules_rust_prostgen__bytes__1_0_1//:bytes", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.prost-build-0.6.1.bazel b/proto/prostgen/raze/remote/BUILD.prost-build-0.7.0.bazel similarity index 77% rename from proto/prostgen/raze/remote/BUILD.prost-build-0.6.1.bazel rename to proto/prostgen/raze/remote/BUILD.prost-build-0.7.0.bazel index df8267d655..e73a717448 100644 --- a/proto/prostgen/raze/remote/BUILD.prost-build-0.6.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.prost-build-0.7.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -48,17 +48,17 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.1", + version = "0.7.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__bytes__0_5_6//:bytes", - "@rules_rust_prostgen__heck__0_3_1//:heck", - "@rules_rust_prostgen__itertools__0_8_2//:itertools", + "@rules_rust_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_prostgen__heck__0_3_2//:heck", + "@rules_rust_prostgen__itertools__0_9_0//:itertools", "@rules_rust_prostgen__log__0_4_14//:log", - "@rules_rust_prostgen__multimap__0_8_2//:multimap", + "@rules_rust_prostgen__multimap__0_8_3//:multimap", "@rules_rust_prostgen__petgraph__0_5_1//:petgraph", - "@rules_rust_prostgen__prost__0_6_1//:prost", - "@rules_rust_prostgen__prost_types__0_6_1//:prost_types", + "@rules_rust_prostgen__prost__0_7_0//:prost", + "@rules_rust_prostgen__prost_types__0_7_0//:prost_types", "@rules_rust_prostgen__tempfile__3_2_0//:tempfile", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.prost-derive-0.6.1.bazel b/proto/prostgen/raze/remote/BUILD.prost-derive-0.7.0.bazel similarity index 76% rename from proto/prostgen/raze/remote/BUILD.prost-derive-0.6.1.bazel rename to proto/prostgen/raze/remote/BUILD.prost-derive-0.7.0.bazel index 6adee79e3b..4beb38f087 100644 --- a/proto/prostgen/raze/remote/BUILD.prost-derive-0.6.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.prost-derive-0.7.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -46,13 +46,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.1", + version = "0.7.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__anyhow__1_0_31//:anyhow", - "@rules_rust_prostgen__itertools__0_8_2//:itertools", - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", + "@rules_rust_prostgen__anyhow__1_0_38//:anyhow", + "@rules_rust_prostgen__itertools__0_9_0//:itertools", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.prost-types-0.6.1.bazel b/proto/prostgen/raze/remote/BUILD.prost-types-0.7.0.bazel similarity index 86% rename from proto/prostgen/raze/remote/BUILD.prost-types-0.6.1.bazel rename to proto/prostgen/raze/remote/BUILD.prost-types-0.7.0.bazel index caa91fa800..93679c29d5 100644 --- a/proto/prostgen/raze/remote/BUILD.prost-types-0.6.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.prost-types-0.7.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -34,6 +34,8 @@ rust_library( name = "prost_types", srcs = glob(["**/*.rs"]), crate_features = [ + "default", + "std", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -46,10 +48,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.1", + version = "0.7.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__bytes__0_5_6//:bytes", - "@rules_rust_prostgen__prost__0_6_1//:prost", + "@rules_rust_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_prostgen__prost__0_7_0//:prost", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.quote-1.0.7.bazel b/proto/prostgen/raze/remote/BUILD.quote-1.0.9.bazel similarity index 93% rename from proto/prostgen/raze/remote/BUILD.quote-1.0.7.bazel rename to proto/prostgen/raze/remote/BUILD.quote-1.0.9.bazel index b5b8755d3a..5b25ed8ef7 100644 --- a/proto/prostgen/raze/remote/BUILD.quote-1.0.7.bazel +++ b/proto/prostgen/raze/remote/BUILD.quote-1.0.9.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -48,10 +48,10 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.7", + version = "1.0.9", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.rand-0.8.3.bazel b/proto/prostgen/raze/remote/BUILD.rand-0.8.3.bazel index 737241f06f..7ad19c59f2 100644 --- a/proto/prostgen/raze/remote/BUILD.rand-0.8.3.bazel +++ b/proto/prostgen/raze/remote/BUILD.rand-0.8.3.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -42,6 +42,7 @@ rust_library( "libc", "rand_chacha", "rand_hc", + "small_rng", "std", "std_rng", ], @@ -64,10 +65,11 @@ rust_library( ] + selects.with_or({ # cfg(unix) ( + "@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_prostgen__libc__0_2_86//:libc", + "@rules_rust_prostgen__libc__0_2_94//:libc", ], "//conditions:default": [], }), diff --git a/proto/prostgen/raze/remote/BUILD.rand_chacha-0.3.0.bazel b/proto/prostgen/raze/remote/BUILD.rand_chacha-0.3.0.bazel index b178f06240..078b6188ec 100644 --- a/proto/prostgen/raze/remote/BUILD.rand_chacha-0.3.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.rand_chacha-0.3.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.rand_core-0.6.2.bazel b/proto/prostgen/raze/remote/BUILD.rand_core-0.6.2.bazel index 2a39d9965c..a461bf8d9f 100644 --- a/proto/prostgen/raze/remote/BUILD.rand_core-0.6.2.bazel +++ b/proto/prostgen/raze/remote/BUILD.rand_core-0.6.2.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.rand_hc-0.3.0.bazel b/proto/prostgen/raze/remote/BUILD.rand_hc-0.3.0.bazel index b1c47c0c04..015b00fdf1 100644 --- a/proto/prostgen/raze/remote/BUILD.rand_hc-0.3.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.rand_hc-0.3.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.winapi-build-0.1.1.bazel b/proto/prostgen/raze/remote/BUILD.redox_syscall-0.2.7.bazel similarity index 85% rename from proto/prostgen/raze/remote/BUILD.winapi-build-0.1.1.bazel rename to proto/prostgen/raze/remote/BUILD.redox_syscall-0.2.7.bazel index 89a25ff6bd..12c7338f21 100644 --- a/proto/prostgen/raze/remote/BUILD.winapi-build-0.1.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.redox_syscall-0.2.7.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -31,8 +31,8 @@ licenses([ # Generated Targets alias( - name = "winapi_build", - actual = ":build", + name = "redox_syscall", + actual = ":syscall", tags = [ "cargo-raze", "manual", @@ -40,14 +40,14 @@ alias( ) rust_library( - name = "build", + name = "syscall", srcs = glob(["**/*.rs"]), crate_features = [ ], crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -55,8 +55,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.1", + version = "0.2.7", # buildifier: leave-alone deps = [ + "@rules_rust_prostgen__bitflags__1_2_1//:bitflags", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.remove_dir_all-0.5.3.bazel b/proto/prostgen/raze/remote/BUILD.remove_dir_all-0.5.3.bazel index 89f1315c57..5eea603478 100644 --- a/proto/prostgen/raze/remote/BUILD.remove_dir_all-0.5.3.bazel +++ b/proto/prostgen/raze/remote/BUILD.remove_dir_all-0.5.3.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.ring-0.16.15.bazel b/proto/prostgen/raze/remote/BUILD.ring-0.16.20.bazel similarity index 86% rename from proto/prostgen/raze/remote/BUILD.ring-0.16.15.bazel rename to proto/prostgen/raze/remote/BUILD.ring-0.16.20.bazel index cf47c46706..c711c054fa 100644 --- a/proto/prostgen/raze/remote/BUILD.ring-0.16.15.bazel +++ b/proto/prostgen/raze/remote/BUILD.ring-0.16.20.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -54,13 +54,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.16.15", + version = "0.16.20", # buildifier: leave-alone deps = [ ":ring-core", "@rules_rust_prostgen__untrusted__0_7_1//:untrusted", ] + selects.with_or({ - # cfg(all(any(target_arch = "aarch64", target_arch = "arm", target_arch = "x86", target_arch = "x86_64"), not(target_os = "ios"))) + # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux")))) ( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", @@ -69,25 +69,19 @@ rust_library( "@rules_rust_prostgen__spin__0_5_2//:spin", ], "//conditions:default": [], - }) + selects.with_or({ - # cfg(any(target_os = "android", target_os = "freebsd", target_os = "linux", target_os = "netbsd", target_os = "openbsd", target_os = "solaris")) - ( - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", - ): [ - "@rules_rust_prostgen__once_cell__1_5_2//:once_cell", - ], - "//conditions:default": [], }) + selects.with_or({ # cfg(any(target_os = "android", target_os = "linux")) ( "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_prostgen__libc__0_2_86//:libc", + "@rules_rust_prostgen__libc__0_2_94//:libc", + "@rules_rust_prostgen__once_cell__1_7_2//:once_cell", ], "//conditions:default": [], }) + selects.with_or({ # cfg(any(unix, windows)) ( + "@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", diff --git a/proto/prostgen/raze/remote/BUILD.rustls-0.18.1.bazel b/proto/prostgen/raze/remote/BUILD.rustls-0.19.1.bazel similarity index 87% rename from proto/prostgen/raze/remote/BUILD.rustls-0.18.1.bazel rename to proto/prostgen/raze/remote/BUILD.rustls-0.19.1.bazel index a213301814..3c2125a7fb 100644 --- a/proto/prostgen/raze/remote/BUILD.rustls-0.18.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.rustls-0.19.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -63,14 +63,14 @@ rust_library( "cargo-raze", "manual", ], - version = "0.18.1", + version = "0.19.1", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__base64__0_12_3//:base64", + "@rules_rust_prostgen__base64__0_13_0//:base64", "@rules_rust_prostgen__log__0_4_14//:log", - "@rules_rust_prostgen__ring__0_16_15//:ring", - "@rules_rust_prostgen__sct__0_6_0//:sct", - "@rules_rust_prostgen__webpki__0_21_3//:webpki", + "@rules_rust_prostgen__ring__0_16_20//:ring", + "@rules_rust_prostgen__sct__0_6_1//:sct", + "@rules_rust_prostgen__webpki__0_21_4//:webpki", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.rustls-native-certs-0.4.0.bazel b/proto/prostgen/raze/remote/BUILD.rustls-native-certs-0.5.0.bazel similarity index 89% rename from proto/prostgen/raze/remote/BUILD.rustls-native-certs-0.4.0.bazel rename to proto/prostgen/raze/remote/BUILD.rustls-native-certs-0.5.0.bazel index b32fc93b98..7bddb35bd7 100644 --- a/proto/prostgen/raze/remote/BUILD.rustls-native-certs-0.4.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.rustls-native-certs-0.5.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -38,6 +38,8 @@ rust_library( aliases = { }, crate_features = [ + "default", + "rustls", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -50,10 +52,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.0", + version = "0.5.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__rustls__0_18_1//:rustls", + "@rules_rust_prostgen__rustls__0_19_1//:rustls", ] + selects.with_or({ # cfg(all(unix, not(target_os = "macos"))) ( @@ -65,9 +67,10 @@ rust_library( }) + selects.with_or({ # cfg(target_os = "macos") ( + "@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin", ): [ - "@rules_rust_prostgen__security_framework__1_0_0//:security_framework", + "@rules_rust_prostgen__security_framework__2_2_0//:security_framework", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/proto/prostgen/raze/remote/BUILD.schannel-0.1.19.bazel b/proto/prostgen/raze/remote/BUILD.schannel-0.1.19.bazel index da525e3d7f..bed313db7e 100644 --- a/proto/prostgen/raze/remote/BUILD.schannel-0.1.19.bazel +++ b/proto/prostgen/raze/remote/BUILD.schannel-0.1.19.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.sct-0.6.0.bazel b/proto/prostgen/raze/remote/BUILD.sct-0.6.1.bazel similarity index 93% rename from proto/prostgen/raze/remote/BUILD.sct-0.6.0.bazel rename to proto/prostgen/raze/remote/BUILD.sct-0.6.1.bazel index 0c0b986be5..faf93126ad 100644 --- a/proto/prostgen/raze/remote/BUILD.sct-0.6.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.sct-0.6.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -46,10 +46,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.0", + version = "0.6.1", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__ring__0_16_15//:ring", + "@rules_rust_prostgen__ring__0_16_20//:ring", "@rules_rust_prostgen__untrusted__0_7_1//:untrusted", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.security-framework-1.0.0.bazel b/proto/prostgen/raze/remote/BUILD.security-framework-2.2.0.bazel similarity index 83% rename from proto/prostgen/raze/remote/BUILD.security-framework-1.0.0.bazel rename to proto/prostgen/raze/remote/BUILD.security-framework-2.2.0.bazel index 18ee10d26b..d571412be8 100644 --- a/proto/prostgen/raze/remote/BUILD.security-framework-1.0.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.security-framework-2.2.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -54,13 +54,13 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.0", + version = "2.2.0", # buildifier: leave-alone deps = [ "@rules_rust_prostgen__bitflags__1_2_1//:bitflags", - "@rules_rust_prostgen__core_foundation__0_7_0//:core_foundation", - "@rules_rust_prostgen__core_foundation_sys__0_7_0//:core_foundation_sys", - "@rules_rust_prostgen__libc__0_2_86//:libc", - "@rules_rust_prostgen__security_framework_sys__1_0_0//:security_framework_sys", + "@rules_rust_prostgen__core_foundation__0_9_1//:core_foundation", + "@rules_rust_prostgen__core_foundation_sys__0_8_2//:core_foundation_sys", + "@rules_rust_prostgen__libc__0_2_94//:libc", + "@rules_rust_prostgen__security_framework_sys__2_2_0//:security_framework_sys", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.security-framework-sys-1.0.0.bazel b/proto/prostgen/raze/remote/BUILD.security-framework-sys-2.2.0.bazel similarity index 88% rename from proto/prostgen/raze/remote/BUILD.security-framework-sys-1.0.0.bazel rename to proto/prostgen/raze/remote/BUILD.security-framework-sys-2.2.0.bazel index aba4fba619..3eb87a59b0 100644 --- a/proto/prostgen/raze/remote/BUILD.security-framework-sys-1.0.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.security-framework-sys-2.2.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -47,10 +47,10 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.0", + version = "2.2.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__core_foundation_sys__0_7_0//:core_foundation_sys", - "@rules_rust_prostgen__libc__0_2_86//:libc", + "@rules_rust_prostgen__core_foundation_sys__0_8_2//:core_foundation_sys", + "@rules_rust_prostgen__libc__0_2_94//:libc", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.slab-0.4.3.bazel b/proto/prostgen/raze/remote/BUILD.slab-0.4.3.bazel new file mode 100644 index 0000000000..ef717499db --- /dev/null +++ b/proto/prostgen/raze/remote/BUILD.slab-0.4.3.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 "//proto/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "slab", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.3", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "serde" with type "test" omitted + +# Unsupported target "slab" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.socket2-0.3.19.bazel b/proto/prostgen/raze/remote/BUILD.socket2-0.4.0.bazel similarity index 91% rename from proto/prostgen/raze/remote/BUILD.socket2-0.3.19.bazel rename to proto/prostgen/raze/remote/BUILD.socket2-0.4.0.bazel index bdc6cfecb0..206554f5e0 100644 --- a/proto/prostgen/raze/remote/BUILD.socket2-0.3.19.bazel +++ b/proto/prostgen/raze/remote/BUILD.socket2-0.4.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -48,17 +48,17 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.19", + version = "0.4.0", # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(unix) ( + "@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_prostgen__cfg_if__1_0_0//:cfg_if", - "@rules_rust_prostgen__libc__0_2_86//:libc", + "@rules_rust_prostgen__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/proto/prostgen/raze/remote/BUILD.spin-0.5.2.bazel b/proto/prostgen/raze/remote/BUILD.spin-0.5.2.bazel index efea274d40..3909314e23 100644 --- a/proto/prostgen/raze/remote/BUILD.spin-0.5.2.bazel +++ b/proto/prostgen/raze/remote/BUILD.spin-0.5.2.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.structopt-0.3.13.bazel b/proto/prostgen/raze/remote/BUILD.structopt-0.3.13.bazel index 29f7807e90..14daf30c8e 100644 --- a/proto/prostgen/raze/remote/BUILD.structopt-0.3.13.bazel +++ b/proto/prostgen/raze/remote/BUILD.structopt-0.3.13.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.structopt-derive-0.4.6.bazel b/proto/prostgen/raze/remote/BUILD.structopt-derive-0.4.6.bazel index 2a508ba047..ca034f076c 100644 --- a/proto/prostgen/raze/remote/BUILD.structopt-derive-0.4.6.bazel +++ b/proto/prostgen/raze/remote/BUILD.structopt-derive-0.4.6.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -49,10 +49,10 @@ rust_library( version = "0.4.6", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__heck__0_3_1//:heck", - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__proc_macro_error__1_0_2//:proc_macro_error", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", + "@rules_rust_prostgen__heck__0_3_2//:heck", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__proc_macro_error__1_0_4//:proc_macro_error", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.syn-1.0.31.bazel b/proto/prostgen/raze/remote/BUILD.syn-1.0.71.bazel similarity index 90% rename from proto/prostgen/raze/remote/BUILD.syn-1.0.31.bazel rename to proto/prostgen/raze/remote/BUILD.syn-1.0.71.bazel index a1e938cd5f..660562e387 100644 --- a/proto/prostgen/raze/remote/BUILD.syn-1.0.31.bazel +++ b/proto/prostgen/raze/remote/BUILD.syn-1.0.71.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", @@ -63,7 +64,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.31", + version = "1.0.71", visibility = ["//visibility:private"], deps = [ ], @@ -100,12 +101,12 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.31", + version = "1.0.71", # buildifier: leave-alone deps = [ ":syn_build_script", - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", "@rules_rust_prostgen__unicode_xid__0_2_1//:unicode_xid", ], ) @@ -124,6 +125,8 @@ rust_library( # Unsupported target "test_ident" with type "test" omitted +# Unsupported target "test_item" with type "test" omitted + # Unsupported target "test_iterators" with type "test" omitted # Unsupported target "test_lit" with type "test" omitted @@ -132,6 +135,8 @@ rust_library( # Unsupported target "test_parse_buffer" with type "test" omitted +# Unsupported target "test_parse_stream" with type "test" omitted + # Unsupported target "test_pat" with type "test" omitted # Unsupported target "test_path" with type "test" omitted @@ -142,6 +147,8 @@ rust_library( # Unsupported target "test_round_trip" with type "test" omitted +# Unsupported target "test_shebang" with type "test" omitted + # Unsupported target "test_should_parse" with type "test" omitted # Unsupported target "test_size" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tempfile-3.2.0.bazel b/proto/prostgen/raze/remote/BUILD.tempfile-3.2.0.bazel index 1b5f1e1cf3..5669d5b421 100644 --- a/proto/prostgen/raze/remote/BUILD.tempfile-3.2.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.tempfile-3.2.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -57,10 +57,11 @@ rust_library( ] + selects.with_or({ # cfg(unix) ( + "@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_prostgen__libc__0_2_86//:libc", + "@rules_rust_prostgen__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/proto/prostgen/raze/remote/BUILD.textwrap-0.11.0.bazel b/proto/prostgen/raze/remote/BUILD.textwrap-0.11.0.bazel index bc5d4f0bca..d6910063e9 100644 --- a/proto/prostgen/raze/remote/BUILD.textwrap-0.11.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.textwrap-0.11.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.thiserror-1.0.18.bazel b/proto/prostgen/raze/remote/BUILD.thiserror-1.0.18.bazel index ba3105ca5c..d3d483e6cc 100644 --- a/proto/prostgen/raze/remote/BUILD.thiserror-1.0.18.bazel +++ b/proto/prostgen/raze/remote/BUILD.thiserror-1.0.18.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.thiserror-impl-1.0.18.bazel b/proto/prostgen/raze/remote/BUILD.thiserror-impl-1.0.18.bazel index d35b588f52..d9a4e8f326 100644 --- a/proto/prostgen/raze/remote/BUILD.thiserror-impl-1.0.18.bazel +++ b/proto/prostgen/raze/remote/BUILD.thiserror-impl-1.0.18.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -49,8 +49,8 @@ rust_library( version = "1.0.18", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.tokio-0.2.25.bazel b/proto/prostgen/raze/remote/BUILD.tokio-1.5.0.bazel similarity index 71% rename from proto/prostgen/raze/remote/BUILD.tokio-0.2.25.bazel rename to proto/prostgen/raze/remote/BUILD.tokio-1.5.0.bazel index b5e112565d..f5f3f731e1 100644 --- a/proto/prostgen/raze/remote/BUILD.tokio-0.2.25.bazel +++ b/proto/prostgen/raze/remote/BUILD.tokio-1.5.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,65 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "tokio_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "bytes", + "default", + "io-std", + "io-util", + "libc", + "macros", + "memchr", + "mio", + "net", + "rt", + "sync", + "time", + "tokio-macros", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.5.0", + visibility = ["//visibility:private"], + deps = [ + "@rules_rust_prostgen__autocfg__1_0_1//:autocfg", + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(windows) + ( + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + ], + "//conditions:default": [], + }), +) rust_library( name = "tokio", @@ -36,27 +95,27 @@ rust_library( aliases = { }, crate_features = [ - "blocking", + "bytes", "default", - "fnv", - "futures-core", - "io-driver", + "io-std", "io-util", - "iovec", - "lazy_static", + "libc", + "macros", "memchr", "mio", - "rt-core", - "slab", - "stream", + "net", + "rt", "sync", - "tcp", "time", + "tokio-macros", ], crate_root = "src/lib.rs", crate_type = "lib", data = [], edition = "2018", + proc_macro_deps = [ + "@rules_rust_prostgen__tokio_macros__1_1_0//:tokio_macros", + ], rustc_flags = [ "--cap-lints=allow", ], @@ -64,24 +123,22 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.25", + version = "1.5.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__bytes__0_5_6//:bytes", - "@rules_rust_prostgen__fnv__1_0_7//:fnv", - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__iovec__0_1_4//:iovec", - "@rules_rust_prostgen__lazy_static__1_4_0//:lazy_static", + ":tokio_build_script", + "@rules_rust_prostgen__bytes__1_0_1//:bytes", "@rules_rust_prostgen__memchr__2_3_4//:memchr", - "@rules_rust_prostgen__mio__0_6_23//:mio", - "@rules_rust_prostgen__pin_project_lite__0_1_11//:pin_project_lite", - "@rules_rust_prostgen__slab__0_4_2//:slab", + "@rules_rust_prostgen__mio__0_7_11//:mio", + "@rules_rust_prostgen__pin_project_lite__0_2_6//:pin_project_lite", ] + selects.with_or({ # cfg(unix) ( + "@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ + "@rules_rust_prostgen__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -112,12 +169,16 @@ rust_library( # Unsupported target "fs_link" with type "test" omitted +# Unsupported target "io_async_fd" with type "test" omitted + # Unsupported target "io_async_read" with type "test" omitted # Unsupported target "io_chain" with type "test" omitted # Unsupported target "io_copy" with type "test" omitted +# Unsupported target "io_copy_bidirectional" with type "test" omitted + # Unsupported target "io_driver" with type "test" omitted # Unsupported target "io_driver_drop" with type "test" omitted @@ -128,6 +189,8 @@ rust_library( # Unsupported target "io_read" with type "test" omitted +# Unsupported target "io_read_buf" with type "test" omitted + # Unsupported target "io_read_exact" with type "test" omitted # Unsupported target "io_read_line" with type "test" omitted @@ -138,8 +201,6 @@ rust_library( # Unsupported target "io_read_until" with type "test" omitted -# Unsupported target "io_reader_stream" with type "test" omitted - # Unsupported target "io_split" with type "test" omitted # Unsupported target "io_take" with type "test" omitted @@ -148,6 +209,8 @@ rust_library( # Unsupported target "io_write_all" with type "test" omitted +# Unsupported target "io_write_buf" with type "test" omitted + # Unsupported target "io_write_int" with type "test" omitted # Unsupported target "macros_join" with type "test" omitted @@ -178,6 +241,8 @@ rust_library( # Unsupported target "rt_common" with type "test" omitted +# Unsupported target "rt_handle_block_on" with type "test" omitted + # Unsupported target "rt_threaded" with type "test" omitted # Unsupported target "signal_ctrl_c" with type "test" omitted @@ -198,34 +263,10 @@ rust_library( # Unsupported target "signal_usr1" with type "test" omitted -# Unsupported target "stream_chain" with type "test" omitted - -# Unsupported target "stream_collect" with type "test" omitted - -# Unsupported target "stream_empty" with type "test" omitted - -# Unsupported target "stream_fuse" with type "test" omitted - -# Unsupported target "stream_iter" with type "test" omitted - -# Unsupported target "stream_merge" with type "test" omitted - -# Unsupported target "stream_once" with type "test" omitted - -# Unsupported target "stream_pending" with type "test" omitted - -# Unsupported target "stream_reader" with type "test" omitted - -# Unsupported target "stream_stream_map" with type "test" omitted - -# Unsupported target "stream_timeout" with type "test" omitted - # Unsupported target "sync_barrier" with type "test" omitted # Unsupported target "sync_broadcast" with type "test" omitted -# Unsupported target "sync_cancellation_token" with type "test" omitted - # Unsupported target "sync_errors" with type "test" omitted # Unsupported target "sync_mpsc" with type "test" omitted @@ -236,6 +277,8 @@ rust_library( # Unsupported target "sync_notify" with type "test" omitted +# Unsupported target "sync_once_cell" with type "test" omitted + # Unsupported target "sync_oneshot" with type "test" omitted # Unsupported target "sync_rwlock" with type "test" omitted @@ -246,6 +289,8 @@ rust_library( # Unsupported target "sync_watch" with type "test" omitted +# Unsupported target "task_abort" with type "test" omitted + # Unsupported target "task_blocking" with type "test" omitted # Unsupported target "task_local" with type "test" omitted @@ -260,23 +305,27 @@ rust_library( # Unsupported target "tcp_into_split" with type "test" omitted +# Unsupported target "tcp_into_std" with type "test" omitted + # Unsupported target "tcp_peek" with type "test" omitted # Unsupported target "tcp_shutdown" with type "test" omitted -# Unsupported target "tcp_split" with type "test" omitted +# Unsupported target "tcp_socket" with type "test" omitted -# Unsupported target "test_clock" with type "test" omitted +# Unsupported target "tcp_split" with type "test" omitted -# Unsupported target "time_delay" with type "test" omitted +# Unsupported target "tcp_stream" with type "test" omitted -# Unsupported target "time_delay_queue" with type "test" omitted +# Unsupported target "test_clock" with type "test" omitted # Unsupported target "time_interval" with type "test" omitted +# Unsupported target "time_pause" with type "test" omitted + # Unsupported target "time_rt" with type "test" omitted -# Unsupported target "time_throttle" with type "test" omitted +# Unsupported target "time_sleep" with type "test" omitted # Unsupported target "time_timeout" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tower-make-0.3.0.bazel b/proto/prostgen/raze/remote/BUILD.tokio-macros-1.1.0.bazel similarity index 78% rename from proto/prostgen/raze/remote/BUILD.tower-make-0.3.0.bazel rename to proto/prostgen/raze/remote/BUILD.tokio-macros-1.1.0.bazel index 10a8f050fe..d68ae59a9d 100644 --- a/proto/prostgen/raze/remote/BUILD.tower-make-0.3.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.tokio-macros-1.1.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -31,14 +31,12 @@ licenses([ # Generated Targets rust_library( - name = "tower_make", + name = "tokio_macros", srcs = glob(["**/*.rs"]), crate_features = [ - "connect", - "tokio", ], crate_root = "src/lib.rs", - crate_type = "lib", + crate_type = "proc-macro", data = [], edition = "2018", rustc_flags = [ @@ -48,10 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.0", + version = "1.1.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__tokio__0_2_25//:tokio", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.tokio-rustls-0.14.1.bazel b/proto/prostgen/raze/remote/BUILD.tokio-rustls-0.22.0.bazel similarity index 81% rename from proto/prostgen/raze/remote/BUILD.tokio-rustls-0.14.1.bazel rename to proto/prostgen/raze/remote/BUILD.tokio-rustls-0.22.0.bazel index 78b54593a3..84aca14071 100644 --- a/proto/prostgen/raze/remote/BUILD.tokio-rustls-0.14.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.tokio-rustls-0.22.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -46,13 +46,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.14.1", + version = "0.22.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__rustls__0_18_1//:rustls", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", - "@rules_rust_prostgen__webpki__0_21_3//:webpki", + "@rules_rust_prostgen__rustls__0_19_1//:rustls", + "@rules_rust_prostgen__tokio__1_5_0//:tokio", + "@rules_rust_prostgen__webpki__0_21_4//:webpki", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.tokio-stream-0.1.5.bazel b/proto/prostgen/raze/remote/BUILD.tokio-stream-0.1.5.bazel new file mode 100644 index 0000000000..ebd24f1bf9 --- /dev/null +++ b/proto/prostgen/raze/remote/BUILD.tokio-stream-0.1.5.bazel @@ -0,0 +1,82 @@ +""" +@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 "//proto/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tokio_stream", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "time", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.5", + # buildifier: leave-alone + deps = [ + "@rules_rust_prostgen__futures_core__0_3_14//:futures_core", + "@rules_rust_prostgen__pin_project_lite__0_2_6//:pin_project_lite", + "@rules_rust_prostgen__tokio__1_5_0//:tokio", + ], +) + +# Unsupported target "async_send_sync" with type "test" omitted + +# Unsupported target "stream_chain" with type "test" omitted + +# Unsupported target "stream_collect" with type "test" omitted + +# Unsupported target "stream_empty" with type "test" omitted + +# Unsupported target "stream_fuse" with type "test" omitted + +# Unsupported target "stream_iter" with type "test" omitted + +# Unsupported target "stream_merge" with type "test" omitted + +# Unsupported target "stream_once" with type "test" omitted + +# Unsupported target "stream_pending" with type "test" omitted + +# Unsupported target "stream_stream_map" with type "test" omitted + +# Unsupported target "stream_timeout" with type "test" omitted + +# Unsupported target "time_throttle" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tokio-util-0.3.1.bazel b/proto/prostgen/raze/remote/BUILD.tokio-util-0.6.6.bazel similarity index 63% rename from proto/prostgen/raze/remote/BUILD.tokio-util-0.3.1.bazel rename to proto/prostgen/raze/remote/BUILD.tokio-util-0.6.6.bazel index ede2253b0f..d27543fdad 100644 --- a/proto/prostgen/raze/remote/BUILD.tokio-util-0.3.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.tokio-util-0.6.6.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -48,26 +48,42 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.1", + version = "0.6.6", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__bytes__0_5_6//:bytes", - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__futures_sink__0_3_12//:futures_sink", + "@rules_rust_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_prostgen__futures_core__0_3_14//:futures_core", + "@rules_rust_prostgen__futures_sink__0_3_14//:futures_sink", "@rules_rust_prostgen__log__0_4_14//:log", - "@rules_rust_prostgen__pin_project_lite__0_1_11//:pin_project_lite", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", + "@rules_rust_prostgen__pin_project_lite__0_2_6//:pin_project_lite", + "@rules_rust_prostgen__tokio__1_5_0//:tokio", ], ) # Unsupported target "codecs" with type "test" omitted +# Unsupported target "context" with type "test" omitted + # Unsupported target "framed" with type "test" omitted # Unsupported target "framed_read" with type "test" omitted # Unsupported target "framed_write" with type "test" omitted +# Unsupported target "io_reader_stream" with type "test" omitted + +# Unsupported target "io_stream_reader" with type "test" omitted + # Unsupported target "length_delimited" with type "test" omitted +# Unsupported target "mpsc" with type "test" omitted + +# Unsupported target "poll_semaphore" with type "test" omitted + +# Unsupported target "reusable_box" with type "test" omitted + +# Unsupported target "sync_cancellation_token" with type "test" omitted + +# Unsupported target "time_delay_queue" with type "test" omitted + # Unsupported target "udp" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tonic-0.3.0.bazel b/proto/prostgen/raze/remote/BUILD.tonic-0.4.0.bazel similarity index 52% rename from proto/prostgen/raze/remote/BUILD.tonic-0.3.0.bazel rename to proto/prostgen/raze/remote/BUILD.tonic-0.4.0.bazel index 8f80b13fad..2769d131c1 100644 --- a/proto/prostgen/raze/remote/BUILD.tonic-0.3.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.tonic-0.4.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -36,12 +36,13 @@ rust_library( name = "tonic", srcs = glob(["**/*.rs"]), aliases = { - "@rules_rust_prostgen__prost__0_6_1//:prost": "prost1", + "@rules_rust_prostgen__prost__0_7_0//:prost": "prost1", }, crate_features = [ "async-trait", "codegen", "default", + "h2", "hyper", "prost", "prost-derive", @@ -52,8 +53,6 @@ rust_library( "tokio", "tokio-rustls", "tower", - "tower-balance", - "tower-load", "tracing-futures", "transport", ], @@ -62,8 +61,8 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@rules_rust_prostgen__async_trait__0_1_42//:async_trait", - "@rules_rust_prostgen__prost_derive__0_6_1//:prost_derive", + "@rules_rust_prostgen__async_trait__0_1_50//:async_trait", + "@rules_rust_prostgen__prost_derive__0_7_0//:prost_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -72,30 +71,29 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.0", + version = "0.4.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__async_stream__0_2_1//:async_stream", - "@rules_rust_prostgen__base64__0_12_3//:base64", - "@rules_rust_prostgen__bytes__0_5_6//:bytes", - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__futures_util__0_3_12//:futures_util", - "@rules_rust_prostgen__http__0_2_3//:http", - "@rules_rust_prostgen__http_body__0_3_1//:http_body", - "@rules_rust_prostgen__hyper__0_13_6//:hyper", + "@rules_rust_prostgen__async_stream__0_3_1//:async_stream", + "@rules_rust_prostgen__base64__0_13_0//:base64", + "@rules_rust_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_prostgen__futures_core__0_3_14//:futures_core", + "@rules_rust_prostgen__futures_util__0_3_14//:futures_util", + "@rules_rust_prostgen__h2__0_3_2//:h2", + "@rules_rust_prostgen__http__0_2_4//:http", + "@rules_rust_prostgen__http_body__0_4_1//:http_body", + "@rules_rust_prostgen__hyper__0_14_7//:hyper", "@rules_rust_prostgen__percent_encoding__2_1_0//:percent_encoding", - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__prost__0_6_1//:prost", - "@rules_rust_prostgen__rustls_native_certs__0_4_0//:rustls_native_certs", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", - "@rules_rust_prostgen__tokio_rustls__0_14_1//:tokio_rustls", - "@rules_rust_prostgen__tokio_util__0_3_1//:tokio_util", - "@rules_rust_prostgen__tower__0_3_1//:tower", - "@rules_rust_prostgen__tower_balance__0_3_0//:tower_balance", - "@rules_rust_prostgen__tower_load__0_3_0//:tower_load", - "@rules_rust_prostgen__tower_make__0_3_0//:tower_make", + "@rules_rust_prostgen__pin_project__1_0_7//:pin_project", + "@rules_rust_prostgen__prost__0_7_0//:prost", + "@rules_rust_prostgen__rustls_native_certs__0_5_0//:rustls_native_certs", + "@rules_rust_prostgen__tokio__1_5_0//:tokio", + "@rules_rust_prostgen__tokio_rustls__0_22_0//:tokio_rustls", + "@rules_rust_prostgen__tokio_stream__0_1_5//:tokio_stream", + "@rules_rust_prostgen__tokio_util__0_6_6//:tokio_util", + "@rules_rust_prostgen__tower__0_4_7//:tower", "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", - "@rules_rust_prostgen__tracing__0_1_24//:tracing", - "@rules_rust_prostgen__tracing_futures__0_2_4//:tracing_futures", + "@rules_rust_prostgen__tracing__0_1_25//:tracing", + "@rules_rust_prostgen__tracing_futures__0_2_5//:tracing_futures", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.tonic-build-0.3.0.bazel b/proto/prostgen/raze/remote/BUILD.tonic-build-0.4.0.bazel similarity index 81% rename from proto/prostgen/raze/remote/BUILD.tonic-build-0.3.0.bazel rename to proto/prostgen/raze/remote/BUILD.tonic-build-0.4.0.bazel index 04a80ccc1c..c3d00928fa 100644 --- a/proto/prostgen/raze/remote/BUILD.tonic-build-0.3.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.tonic-build-0.4.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -51,12 +51,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.0", + version = "0.4.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__prost_build__0_6_1//:prost_build", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__prost_build__0_7_0//:prost_build", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.tower-0.3.1.bazel b/proto/prostgen/raze/remote/BUILD.tower-0.3.1.bazel deleted file mode 100644 index 42b887e46d..0000000000 --- a/proto/prostgen/raze/remote/BUILD.tower-0.3.1.bazel +++ /dev/null @@ -1,68 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//proto/prostgen/raze", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -rust_library( - name = "tower", - srcs = glob(["**/*.rs"]), - crate_features = [ - "default", - "full", - "log", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.3.1", - # buildifier: leave-alone - deps = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__tower_buffer__0_3_0//:tower_buffer", - "@rules_rust_prostgen__tower_discover__0_3_0//:tower_discover", - "@rules_rust_prostgen__tower_layer__0_3_1//:tower_layer", - "@rules_rust_prostgen__tower_limit__0_3_1//:tower_limit", - "@rules_rust_prostgen__tower_load_shed__0_3_0//:tower_load_shed", - "@rules_rust_prostgen__tower_retry__0_3_0//:tower_retry", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", - "@rules_rust_prostgen__tower_timeout__0_3_0//:tower_timeout", - "@rules_rust_prostgen__tower_util__0_3_1//:tower_util", - ], -) - -# Unsupported target "builder" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tower-0.4.7.bazel b/proto/prostgen/raze/remote/BUILD.tower-0.4.7.bazel new file mode 100644 index 0000000000..e9a8df3178 --- /dev/null +++ b/proto/prostgen/raze/remote/BUILD.tower-0.4.7.bazel @@ -0,0 +1,110 @@ +""" +@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 "//proto/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "tower-balance" with type "example" omitted + +rust_library( + name = "tower", + srcs = glob(["**/*.rs"]), + crate_features = [ + "balance", + "buffer", + "default", + "discover", + "futures-util", + "indexmap", + "limit", + "load", + "log", + "make", + "rand", + "ready-cache", + "slab", + "timeout", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", + "util", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.7", + # buildifier: leave-alone + deps = [ + "@rules_rust_prostgen__futures_core__0_3_14//:futures_core", + "@rules_rust_prostgen__futures_util__0_3_14//:futures_util", + "@rules_rust_prostgen__indexmap__1_6_2//:indexmap", + "@rules_rust_prostgen__pin_project__1_0_7//:pin_project", + "@rules_rust_prostgen__rand__0_8_3//:rand", + "@rules_rust_prostgen__slab__0_4_3//:slab", + "@rules_rust_prostgen__tokio__1_5_0//:tokio", + "@rules_rust_prostgen__tokio_stream__0_1_5//:tokio_stream", + "@rules_rust_prostgen__tokio_util__0_6_6//:tokio_util", + "@rules_rust_prostgen__tower_layer__0_3_1//:tower_layer", + "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_prostgen__tracing__0_1_25//:tracing", + ], +) + +# Unsupported target "balance" with type "test" omitted + +# Unsupported target "buffer" with type "test" omitted + +# Unsupported target "builder" with type "test" omitted + +# Unsupported target "hedge" with type "test" omitted + +# Unsupported target "limit" with type "test" omitted + +# Unsupported target "load_shed" with type "test" omitted + +# Unsupported target "ready_cache" with type "test" omitted + +# Unsupported target "retry" with type "test" omitted + +# Unsupported target "spawn_ready" with type "test" omitted + +# Unsupported target "steer" with type "test" omitted + +# Unsupported target "support" with type "test" omitted + +# Unsupported target "util" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tower-balance-0.3.0.bazel b/proto/prostgen/raze/remote/BUILD.tower-balance-0.3.0.bazel deleted file mode 100644 index a11247a81f..0000000000 --- a/proto/prostgen/raze/remote/BUILD.tower-balance-0.3.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//proto/prostgen/raze", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -# Unsupported target "demo" with type "example" omitted - -rust_library( - name = "tower_balance", - srcs = glob(["**/*.rs"]), - crate_features = [ - "default", - "log", - ], - 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 = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__futures_util__0_3_12//:futures_util", - "@rules_rust_prostgen__indexmap__1_6_1//:indexmap", - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__rand__0_7_3//:rand", - "@rules_rust_prostgen__slab__0_4_2//:slab", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", - "@rules_rust_prostgen__tower_discover__0_3_0//:tower_discover", - "@rules_rust_prostgen__tower_layer__0_3_1//:tower_layer", - "@rules_rust_prostgen__tower_load__0_3_0//:tower_load", - "@rules_rust_prostgen__tower_make__0_3_0//:tower_make", - "@rules_rust_prostgen__tower_ready_cache__0_3_1//:tower_ready_cache", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", - "@rules_rust_prostgen__tracing__0_1_24//:tracing", - ], -) diff --git a/proto/prostgen/raze/remote/BUILD.tower-buffer-0.3.0.bazel b/proto/prostgen/raze/remote/BUILD.tower-buffer-0.3.0.bazel deleted file mode 100644 index 26caccc09d..0000000000 --- a/proto/prostgen/raze/remote/BUILD.tower-buffer-0.3.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//proto/prostgen/raze", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -rust_library( - name = "tower_buffer", - srcs = glob(["**/*.rs"]), - crate_features = [ - "log", - ], - 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 = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", - "@rules_rust_prostgen__tower_layer__0_3_1//:tower_layer", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", - "@rules_rust_prostgen__tracing__0_1_24//:tracing", - ], -) - -# Unsupported target "buffer" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tower-layer-0.3.1.bazel b/proto/prostgen/raze/remote/BUILD.tower-layer-0.3.1.bazel index 6e243741c5..3aae5f480f 100644 --- a/proto/prostgen/raze/remote/BUILD.tower-layer-0.3.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.tower-layer-0.3.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.tower-limit-0.3.1.bazel b/proto/prostgen/raze/remote/BUILD.tower-limit-0.3.1.bazel deleted file mode 100644 index 1f75053403..0000000000 --- a/proto/prostgen/raze/remote/BUILD.tower-limit-0.3.1.bazel +++ /dev/null @@ -1,63 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//proto/prostgen/raze", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -rust_library( - name = "tower_limit", - 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.1", - # buildifier: leave-alone - deps = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", - "@rules_rust_prostgen__tower_layer__0_3_1//:tower_layer", - "@rules_rust_prostgen__tower_load__0_3_0//:tower_load", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", - ], -) - -# Unsupported target "concurrency" with type "test" omitted - -# Unsupported target "rate" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tower-load-0.3.0.bazel b/proto/prostgen/raze/remote/BUILD.tower-load-0.3.0.bazel deleted file mode 100644 index 5083c0a2eb..0000000000 --- a/proto/prostgen/raze/remote/BUILD.tower-load-0.3.0.bazel +++ /dev/null @@ -1,59 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//proto/prostgen/raze", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -rust_library( - name = "tower_load", - 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 = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__log__0_4_14//:log", - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", - "@rules_rust_prostgen__tower_discover__0_3_0//:tower_discover", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", - ], -) diff --git a/proto/prostgen/raze/remote/BUILD.tower-ready-cache-0.3.1.bazel b/proto/prostgen/raze/remote/BUILD.tower-ready-cache-0.3.1.bazel deleted file mode 100644 index feabbe0b2a..0000000000 --- a/proto/prostgen/raze/remote/BUILD.tower-ready-cache-0.3.1.bazel +++ /dev/null @@ -1,61 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//proto/prostgen/raze", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -rust_library( - name = "tower_ready_cache", - 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.1", - # buildifier: leave-alone - deps = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__futures_util__0_3_12//:futures_util", - "@rules_rust_prostgen__indexmap__1_6_1//:indexmap", - "@rules_rust_prostgen__log__0_4_14//:log", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", - ], -) - -# Unsupported target "ready_cache" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tower-service-0.3.1.bazel b/proto/prostgen/raze/remote/BUILD.tower-service-0.3.1.bazel index 8348dc37c3..357ccfce2e 100644 --- a/proto/prostgen/raze/remote/BUILD.tower-service-0.3.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.tower-service-0.3.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.tower-util-0.3.1.bazel b/proto/prostgen/raze/remote/BUILD.tower-util-0.3.1.bazel deleted file mode 100644 index b7aa0ea382..0000000000 --- a/proto/prostgen/raze/remote/BUILD.tower-util-0.3.1.bazel +++ /dev/null @@ -1,64 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//proto/prostgen/raze", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -rust_library( - name = "tower_util", - srcs = glob(["**/*.rs"]), - crate_features = [ - "call-all", - "default", - "futures-util", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.3.1", - # buildifier: leave-alone - deps = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__futures_util__0_3_12//:futures_util", - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", - ], -) - -# Unsupported target "call_all" with type "test" omitted - -# Unsupported target "service_fn" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tracing-0.1.24.bazel b/proto/prostgen/raze/remote/BUILD.tracing-0.1.25.bazel similarity index 93% rename from proto/prostgen/raze/remote/BUILD.tracing-0.1.24.bazel rename to proto/prostgen/raze/remote/BUILD.tracing-0.1.25.bazel index 8a5ec622e0..d1890e1ef0 100644 --- a/proto/prostgen/raze/remote/BUILD.tracing-0.1.24.bazel +++ b/proto/prostgen/raze/remote/BUILD.tracing-0.1.25.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -49,7 +49,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@rules_rust_prostgen__tracing_attributes__0_1_13//:tracing_attributes", + "@rules_rust_prostgen__tracing_attributes__0_1_15//:tracing_attributes", ], rustc_flags = [ "--cap-lints=allow", @@ -58,12 +58,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.24", + version = "0.1.25", # buildifier: leave-alone deps = [ "@rules_rust_prostgen__cfg_if__1_0_0//:cfg_if", "@rules_rust_prostgen__log__0_4_14//:log", - "@rules_rust_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + "@rules_rust_prostgen__pin_project_lite__0_2_6//:pin_project_lite", "@rules_rust_prostgen__tracing_core__0_1_17//:tracing_core", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.tracing-attributes-0.1.13.bazel b/proto/prostgen/raze/remote/BUILD.tracing-attributes-0.1.15.bazel similarity index 88% rename from proto/prostgen/raze/remote/BUILD.tracing-attributes-0.1.13.bazel rename to proto/prostgen/raze/remote/BUILD.tracing-attributes-0.1.15.bazel index a180d5d6aa..2d49d2301d 100644 --- a/proto/prostgen/raze/remote/BUILD.tracing-attributes-0.1.13.bazel +++ b/proto/prostgen/raze/remote/BUILD.tracing-attributes-0.1.15.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -46,12 +46,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.13", + version = "0.1.15", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.tracing-core-0.1.17.bazel b/proto/prostgen/raze/remote/BUILD.tracing-core-0.1.17.bazel index 4646b26d01..560099208c 100644 --- a/proto/prostgen/raze/remote/BUILD.tracing-core-0.1.17.bazel +++ b/proto/prostgen/raze/remote/BUILD.tracing-core-0.1.17.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.tracing-futures-0.2.4.bazel b/proto/prostgen/raze/remote/BUILD.tracing-futures-0.2.5.bazel similarity index 88% rename from proto/prostgen/raze/remote/BUILD.tracing-futures-0.2.4.bazel rename to proto/prostgen/raze/remote/BUILD.tracing-futures-0.2.5.bazel index 4e5c97fe3f..5465adf62a 100644 --- a/proto/prostgen/raze/remote/BUILD.tracing-futures-0.2.4.bazel +++ b/proto/prostgen/raze/remote/BUILD.tracing-futures-0.2.5.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -50,11 +50,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.4", + version = "0.2.5", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__tracing__0_1_24//:tracing", + "@rules_rust_prostgen__pin_project__1_0_7//:pin_project", + "@rules_rust_prostgen__tracing__0_1_25//:tracing", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.try-lock-0.2.3.bazel b/proto/prostgen/raze/remote/BUILD.try-lock-0.2.3.bazel index 58388eb27b..4f02ad9c91 100644 --- a/proto/prostgen/raze/remote/BUILD.try-lock-0.2.3.bazel +++ b/proto/prostgen/raze/remote/BUILD.try-lock-0.2.3.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.unicode-segmentation-1.7.1.bazel b/proto/prostgen/raze/remote/BUILD.unicode-segmentation-1.7.1.bazel index 9be996f0a6..a9d2e900c5 100644 --- a/proto/prostgen/raze/remote/BUILD.unicode-segmentation-1.7.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.unicode-segmentation-1.7.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.unicode-width-0.1.8.bazel b/proto/prostgen/raze/remote/BUILD.unicode-width-0.1.8.bazel index 7bb0e6cc01..e3ef0e2647 100644 --- a/proto/prostgen/raze/remote/BUILD.unicode-width-0.1.8.bazel +++ b/proto/prostgen/raze/remote/BUILD.unicode-width-0.1.8.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel b/proto/prostgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel index f67e77f313..49de205832 100644 --- a/proto/prostgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.untrusted-0.7.1.bazel b/proto/prostgen/raze/remote/BUILD.untrusted-0.7.1.bazel index 3773fe16d9..07e163bd51 100644 --- a/proto/prostgen/raze/remote/BUILD.untrusted-0.7.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.untrusted-0.7.1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.version_check-0.9.2.bazel b/proto/prostgen/raze/remote/BUILD.version_check-0.9.3.bazel similarity index 97% rename from proto/prostgen/raze/remote/BUILD.version_check-0.9.2.bazel rename to proto/prostgen/raze/remote/BUILD.version_check-0.9.3.bazel index 84b7e0f5fa..42b5dcc070 100644 --- a/proto/prostgen/raze/remote/BUILD.version_check-0.9.2.bazel +++ b/proto/prostgen/raze/remote/BUILD.version_check-0.9.3.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.9.2", + version = "0.9.3", # buildifier: leave-alone deps = [ ], diff --git a/proto/prostgen/raze/remote/BUILD.want-0.3.0.bazel b/proto/prostgen/raze/remote/BUILD.want-0.3.0.bazel index b4fe145335..c223d85002 100644 --- a/proto/prostgen/raze/remote/BUILD.want-0.3.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.want-0.3.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel b/proto/prostgen/raze/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel index ea24f26494..e83b469180 100644 --- a/proto/prostgen/raze/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel +++ b/proto/prostgen/raze/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # diff --git a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-0.2.70.bazel b/proto/prostgen/raze/remote/BUILD.wasm-bindgen-0.2.73.bazel similarity index 93% rename from proto/prostgen/raze/remote/BUILD.wasm-bindgen-0.2.70.bazel rename to proto/prostgen/raze/remote/BUILD.wasm-bindgen-0.2.73.bazel index 4f83903557..2c54406b33 100644 --- a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-0.2.70.bazel +++ b/proto/prostgen/raze/remote/BUILD.wasm-bindgen-0.2.73.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", @@ -55,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.70", + version = "0.2.73", visibility = ["//visibility:private"], deps = [ ], @@ -74,7 +75,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@rules_rust_prostgen__wasm_bindgen_macro__0_2_70//:wasm_bindgen_macro", + "@rules_rust_prostgen__wasm_bindgen_macro__0_2_73//:wasm_bindgen_macro", ], rustc_flags = [ "--cap-lints=allow", @@ -83,7 +84,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.70", + version = "0.2.73", # buildifier: leave-alone deps = [ ":wasm_bindgen_build_script", diff --git a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.70.bazel b/proto/prostgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.73.bazel similarity index 82% rename from proto/prostgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.70.bazel rename to proto/prostgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.73.bazel index c6d1f28e60..5df60a8a57 100644 --- a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.70.bazel +++ b/proto/prostgen/raze/remote/BUILD.wasm-bindgen-backend-0.2.73.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -47,15 +47,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.70", + version = "0.2.73", # buildifier: leave-alone deps = [ "@rules_rust_prostgen__bumpalo__3_6_1//:bumpalo", "@rules_rust_prostgen__lazy_static__1_4_0//:lazy_static", "@rules_rust_prostgen__log__0_4_14//:log", - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", - "@rules_rust_prostgen__wasm_bindgen_shared__0_2_70//:wasm_bindgen_shared", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", + "@rules_rust_prostgen__wasm_bindgen_shared__0_2_73//:wasm_bindgen_shared", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.73.bazel b/proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.73.bazel new file mode 100644 index 0000000000..c348f3c635 --- /dev/null +++ b/proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-0.2.73.bazel @@ -0,0 +1,58 @@ +""" +@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 "//proto/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "wasm_bindgen_macro", + srcs = glob(["**/*.rs"]), + crate_features = [ + "spans", + ], + crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.73", + # buildifier: leave-alone + deps = [ + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__wasm_bindgen_macro_support__0_2_73//:wasm_bindgen_macro_support", + ], +) + +# Unsupported target "ui" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.70.bazel b/proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.73.bazel similarity index 77% rename from proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.70.bazel rename to proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.73.bazel index d38fc04c2d..50cb164329 100644 --- a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.70.bazel +++ b/proto/prostgen/raze/remote/BUILD.wasm-bindgen-macro-support-0.2.73.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -47,13 +47,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.70", + version = "0.2.73", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", - "@rules_rust_prostgen__wasm_bindgen_backend__0_2_70//:wasm_bindgen_backend", - "@rules_rust_prostgen__wasm_bindgen_shared__0_2_70//:wasm_bindgen_shared", + "@rules_rust_prostgen__proc_macro2__1_0_26//:proc_macro2", + "@rules_rust_prostgen__quote__1_0_9//:quote", + "@rules_rust_prostgen__syn__1_0_71//:syn", + "@rules_rust_prostgen__wasm_bindgen_backend__0_2_73//:wasm_bindgen_backend", + "@rules_rust_prostgen__wasm_bindgen_shared__0_2_73//:wasm_bindgen_shared", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.73.bazel b/proto/prostgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.73.bazel new file mode 100644 index 0000000000..afdffbdb33 --- /dev/null +++ b/proto/prostgen/raze/remote/BUILD.wasm-bindgen-shared-0.2.73.bazel @@ -0,0 +1,84 @@ +""" +@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 "//proto/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets +# buildifier: disable=out-of-order-load +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "wasm_bindgen_shared_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + links = "wasm_bindgen", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.73", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "wasm_bindgen_shared", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.73", + # buildifier: leave-alone + deps = [ + ":wasm_bindgen_shared_build_script", + ], +) diff --git a/proto/prostgen/raze/remote/BUILD.web-sys-0.3.47.bazel b/proto/prostgen/raze/remote/BUILD.web-sys-0.3.50.bazel similarity index 88% rename from proto/prostgen/raze/remote/BUILD.web-sys-0.3.47.bazel rename to proto/prostgen/raze/remote/BUILD.web-sys-0.3.50.bazel index 271184688e..451723b4b0 100644 --- a/proto/prostgen/raze/remote/BUILD.web-sys-0.3.47.bazel +++ b/proto/prostgen/raze/remote/BUILD.web-sys-0.3.50.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -49,11 +49,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.47", + version = "0.3.50", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__js_sys__0_3_47//:js_sys", - "@rules_rust_prostgen__wasm_bindgen__0_2_70//:wasm_bindgen", + "@rules_rust_prostgen__js_sys__0_3_50//:js_sys", + "@rules_rust_prostgen__wasm_bindgen__0_2_73//:wasm_bindgen", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.webpki-0.21.3.bazel b/proto/prostgen/raze/remote/BUILD.webpki-0.21.4.bazel similarity index 94% rename from proto/prostgen/raze/remote/BUILD.webpki-0.21.3.bazel rename to proto/prostgen/raze/remote/BUILD.webpki-0.21.4.bazel index 84459bc6b6..1ce6b53279 100644 --- a/proto/prostgen/raze/remote/BUILD.webpki-0.21.3.bazel +++ b/proto/prostgen/raze/remote/BUILD.webpki-0.21.4.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -49,10 +49,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.21.3", + version = "0.21.4", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__ring__0_16_15//:ring", + "@rules_rust_prostgen__ring__0_16_20//:ring", "@rules_rust_prostgen__untrusted__0_7_1//:untrusted", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.which-3.1.1.bazel b/proto/prostgen/raze/remote/BUILD.which-4.1.0.bazel similarity index 86% rename from proto/prostgen/raze/remote/BUILD.which-3.1.1.bazel rename to proto/prostgen/raze/remote/BUILD.which-4.1.0.bazel index 4e0192263a..36d603c42c 100644 --- a/proto/prostgen/raze/remote/BUILD.which-3.1.1.bazel +++ b/proto/prostgen/raze/remote/BUILD.which-4.1.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -38,7 +38,7 @@ rust_library( crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -46,10 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "3.1.1", + version = "4.1.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__libc__0_2_86//:libc", + "@rules_rust_prostgen__either__1_6_1//:either", + "@rules_rust_prostgen__libc__0_2_94//:libc", ], ) diff --git a/proto/prostgen/raze/remote/BUILD.winapi-0.3.9.bazel b/proto/prostgen/raze/remote/BUILD.winapi-0.3.9.bazel index 305f382072..e20ad9696e 100644 --- a/proto/prostgen/raze/remote/BUILD.winapi-0.3.9.bazel +++ b/proto/prostgen/raze/remote/BUILD.winapi-0.3.9.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", @@ -41,25 +42,35 @@ cargo_build_script( build_script_env = { }, crate_features = [ + "cfg", "errhandlingapi", + "evntrace", "fileapi", "handleapi", + "in6addr", + "inaddr", + "ioapiset", "lmcons", "minschannel", "minwinbase", "minwindef", + "mstcpip", + "mswsock", + "namedpipeapi", "ntdef", "ntsecapi", - "profileapi", "schannel", "securitybaseapi", "sspi", "std", + "synchapi", "sysinfoapi", "timezoneapi", "winbase", "wincrypt", + "windef", "winerror", + "winioctl", "winsock2", "ws2def", "ws2ipdef", @@ -86,25 +97,35 @@ rust_library( name = "winapi", srcs = glob(["**/*.rs"]), crate_features = [ + "cfg", "errhandlingapi", + "evntrace", "fileapi", "handleapi", + "in6addr", + "inaddr", + "ioapiset", "lmcons", "minschannel", "minwinbase", "minwindef", + "mstcpip", + "mswsock", + "namedpipeapi", "ntdef", "ntsecapi", - "profileapi", "schannel", "securitybaseapi", "sspi", "std", + "synchapi", "sysinfoapi", "timezoneapi", "winbase", "wincrypt", + "windef", "winerror", + "winioctl", "winsock2", "ws2def", "ws2ipdef", diff --git a/proto/prostgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel b/proto/prostgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel index fef8a089ce..321abc2b9d 100644 --- a/proto/prostgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", diff --git a/proto/prostgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel b/proto/prostgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel index 6016ec2305..06605c1f5d 100644 --- a/proto/prostgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel +++ b/proto/prostgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel @@ -5,6 +5,9 @@ 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", @@ -13,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -29,6 +29,7 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load # buildifier: disable=load-on-top load( "@rules_rust//cargo:cargo_build_script.bzl", diff --git a/proto/prostgen/test_port.rs b/proto/prostgen/test_port.rs deleted file mode 100644 index f8f90e3cf1..0000000000 --- a/proto/prostgen/test_port.rs +++ /dev/null @@ -1,90 +0,0 @@ -use hyper::server::{ - accept::Accept, - conn::{AddrIncoming, AddrStream}, -}; -use std::{ - pin::Pin, - task::{Context, Poll}, -}; - -/// A wrapper for `hyper::server::conn::AddrIncoming` that implements `future::stream::Stream` to be -/// used in tests with tonic servers. -pub struct TcpIncoming { - inner: AddrIncoming, -} - -impl TcpIncoming { - /// Creates a new TcpIncoming by binding to localhost on port zero, which allow the OS to assign - /// an open port. - pub fn bind() -> hyper::Result { - let addr = "127.0.0.1:0".parse().unwrap(); - let inner = AddrIncoming::bind(&addr)?; - Ok(TcpIncoming { inner }) - } - - /// Get the uri a client should target to connect to the bound address - pub fn uri(&self) -> tonic::transport::Uri { - let addr = self.local_addr(); - // unwrap ok as valid port, and thus, uri is guaranteed by successful bind for construction. - format!("http://{}:{}", addr.ip(), addr.port()) - .parse() - .unwrap() - } - - /// Get the local address bound to this listener. - #[allow(dead_code)] - pub fn local_addr(&self) -> std::net::SocketAddr { - self.inner.local_addr() - } - - /// Sets if keepalive should be enabled, and if so, for how long - /// https://docs.rs/hyper/0.13.6/hyper/server/conn/struct.AddrIncoming.html#method.set_keepalive - #[allow(dead_code)] - pub fn set_keepalive(&mut self, keepalive: Option) -> &mut Self { - self.inner.set_keepalive(keepalive); - self - } - - /// Sets if nodelay should be enabled for the AddrIncoming or not. - /// https://docs.rs/hyper/0.13.6/hyper/server/conn/struct.AddrIncoming.html#method.set_nodelay - #[allow(dead_code)] - pub fn set_nodelay(&mut self, enabled: bool) -> &mut Self { - self.inner.set_nodelay(enabled); - self - } -} - -impl futures::stream::Stream for TcpIncoming { - type Item = Result; - - fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll> { - Pin::new(&mut self.inner).poll_accept(cx) - } -} - -#[cfg(test)] -mod tests { - use super::*; - - #[tokio::test] - async fn non_zero_port() { - let mut incoming = TcpIncoming::bind().expect("bind failed"); - incoming.set_keepalive(None); - incoming.set_nodelay(false); - - assert!(incoming.local_addr().is_ipv4()); - assert_eq!( - incoming.local_addr().ip(), - "127.0.0.1".parse::().unwrap() - ); - // We don't want this to be zero, because a new port should be assigned. - assert_ne!(incoming.local_addr().port(), 0); - - assert_eq!(incoming.uri().scheme_str().unwrap(), "http"); - assert_eq!(incoming.uri().host().unwrap(), "127.0.0.1"); - assert_eq!( - incoming.uri().port_u16().unwrap(), - incoming.local_addr().port() - ); - } -} diff --git a/test/deps.bzl b/test/deps.bzl index 11cb0e2fe7..a8fd72947d 100644 --- a/test/deps.bzl +++ b/test/deps.bzl @@ -1,8 +1,22 @@ """A module defining dependencies of the `rules_rust` tests""" load("//test/load_arbitrary_tool:load_arbitrary_tool_test.bzl", "load_arbitrary_tool_test") +load("//test/prostgen/raze:crates.bzl", "rules_rust_test_prostgen_fetch_remote_crates") +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") +load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") def io_bazel_rules_rust_test_deps(): """Load dependencies for rules_rust tests""" + maybe( + http_archive, + name = "com_google_protobuf", + sha256 = "758249b537abba2f21ebc2d02555bf080917f0f2f88f4cbe2903e0e28c4187ed", + strip_prefix = "protobuf-3.10.0", + urls = [ + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.10.0.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/v3.10.0.tar.gz", + ], + ) load_arbitrary_tool_test() + rules_rust_test_prostgen_fetch_remote_crates() diff --git a/proto/prostgen/test/BUILD b/test/prostgen/BUILD similarity index 94% rename from proto/prostgen/test/BUILD rename to test/prostgen/BUILD index 566e6ec6bf..587c972fa0 100644 --- a/proto/prostgen/test/BUILD +++ b/test/prostgen/BUILD @@ -2,7 +2,7 @@ load("//rust:rust.bzl", "rust_library", "rust_test") load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prostgen:rules.bzl", "prost_library", "tonic_library") +load("//proto/prostgen:prostgen.bzl", "prost_library", "tonic_library") package(default_visibility = ["//visibility:private"]) @@ -38,7 +38,7 @@ rust_library( visibility = ["//visibility:public"], deps = [ ":echo_tonic", - "//proto/prostgen/raze/cargo:tonic", + "//test/prostgen/raze:tonic", ], ) @@ -55,7 +55,7 @@ rust_test( edition = "2018", deps = [ ":echo_tonic", - "//proto/prostgen/raze/cargo:tonic", + "//test/prostgen/raze:tonic", ], ) diff --git a/test/prostgen/Cargo.lock b/test/prostgen/Cargo.lock new file mode 100644 index 0000000000..28f9f40640 --- /dev/null +++ b/test/prostgen/Cargo.lock @@ -0,0 +1,657 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +[[package]] +name = "anyhow" +version = "1.0.38" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" + +[[package]] +name = "async-stream" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3670df70cbc01729f901f94c887814b3c68db038aad1329a418bae178bc5295c" +dependencies = [ + "async-stream-impl", + "futures-core", +] + +[[package]] +name = "async-stream-impl" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3548b8efc9f8e8a5a0a2808c5bd8451a9031b9e5b879a79590304ae928b0a70" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "async-trait" +version = "0.1.42" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "autocfg" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" + +[[package]] +name = "base64" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" + +[[package]] +name = "bytes" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" + +[[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + +[[package]] +name = "either" +version = "1.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "futures-channel" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939" +dependencies = [ + "futures-core", +] + +[[package]] +name = "futures-core" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94" + +[[package]] +name = "futures-sink" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3" + +[[package]] +name = "futures-task" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80" + +[[package]] +name = "futures-util" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1" +dependencies = [ + "futures-core", + "futures-task", + "pin-project-lite", + "pin-utils", +] + +[[package]] +name = "getrandom" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" +dependencies = [ + "cfg-if", + "libc", + "wasi", +] + +[[package]] +name = "h2" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5" +dependencies = [ + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http", + "indexmap", + "slab", + "tokio", + "tokio-util", + "tracing", + "tracing-futures", +] + +[[package]] +name = "hashbrown" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" + +[[package]] +name = "http" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + +[[package]] +name = "http-body" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994" +dependencies = [ + "bytes", + "http", +] + +[[package]] +name = "httparse" +version = "1.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" + +[[package]] +name = "httpdate" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" + +[[package]] +name = "hyper" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7" +dependencies = [ + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "httparse", + "httpdate", + "itoa", + "pin-project", + "socket2", + "tokio", + "tower-service", + "tracing", + "want", +] + +[[package]] +name = "indexmap" +version = "1.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" +dependencies = [ + "autocfg", + "hashbrown", +] + +[[package]] +name = "itertools" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" +dependencies = [ + "either", +] + +[[package]] +name = "itoa" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" + +[[package]] +name = "lazy_static" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" + +[[package]] +name = "libc" +version = "0.2.86" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" + +[[package]] +name = "log" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "memchr" +version = "2.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" + +[[package]] +name = "mio" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5dede4e2065b3842b8b0af444119f3aa331cc7cc2dd20388bfb0f5d5a38823a" +dependencies = [ + "libc", + "log", + "miow", + "ntapi", + "winapi", +] + +[[package]] +name = "miow" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" +dependencies = [ + "socket2", + "winapi", +] + +[[package]] +name = "ntapi" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" +dependencies = [ + "winapi", +] + +[[package]] +name = "percent-encoding" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" + +[[package]] +name = "pin-project" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63" +dependencies = [ + "pin-project-internal", +] + +[[package]] +name = "pin-project-internal" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "ppv-lite86" +version = "0.2.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" + +[[package]] +name = "proc-macro2" +version = "1.0.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" +dependencies = [ + "unicode-xid", +] + +[[package]] +name = "prost" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2" +dependencies = [ + "bytes", + "prost-derive", +] + +[[package]] +name = "prost-derive" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4" +dependencies = [ + "anyhow", + "itertools", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "quote" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "rand" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", + "rand_hc", +] + +[[package]] +name = "rand_chacha" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" +dependencies = [ + "getrandom", +] + +[[package]] +name = "rand_hc" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" +dependencies = [ + "rand_core", +] + +[[package]] +name = "rules_rust_test_prostgen" +version = "0.1.0" +dependencies = [ + "tonic", +] + +[[package]] +name = "slab" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" + +[[package]] +name = "socket2" +version = "0.3.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" +dependencies = [ + "cfg-if", + "libc", + "winapi", +] + +[[package]] +name = "syn" +version = "1.0.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", +] + +[[package]] +name = "tokio" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" +dependencies = [ + "autocfg", + "bytes", + "libc", + "memchr", + "mio", + "pin-project-lite", + "tokio-macros", +] + +[[package]] +name = "tokio-macros" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "tokio-stream" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1981ad97df782ab506a1f43bf82c967326960d278acf3bf8279809648c3ff3ea" +dependencies = [ + "futures-core", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "tokio-util" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b" +dependencies = [ + "bytes", + "futures-core", + "futures-sink", + "log", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "tonic" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ba8f479158947373b6df40cf48f4779bb25c99ca3c661bd95e0ab1963ad8b0e" +dependencies = [ + "async-stream", + "async-trait", + "base64", + "bytes", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "hyper", + "percent-encoding", + "pin-project", + "prost", + "prost-derive", + "tokio", + "tokio-stream", + "tokio-util", + "tower", + "tower-service", + "tracing", + "tracing-futures", +] + +[[package]] +name = "tower" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "713c629c07a3a97f741c140e474e7304294fabec66a43a33f0832e98315ab07f" +dependencies = [ + "futures-core", + "futures-util", + "indexmap", + "pin-project", + "rand", + "slab", + "tokio", + "tokio-stream", + "tokio-util", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tower-layer" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62" + +[[package]] +name = "tower-service" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" + +[[package]] +name = "tracing" +version = "0.1.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" +dependencies = [ + "cfg-if", + "log", + "pin-project-lite", + "tracing-attributes", + "tracing-core", +] + +[[package]] +name = "tracing-attributes" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "tracing-core" +version = "0.1.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" +dependencies = [ + "lazy_static", +] + +[[package]] +name = "tracing-futures" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" +dependencies = [ + "pin-project", + "tracing", +] + +[[package]] +name = "try-lock" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" + +[[package]] +name = "unicode-xid" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" + +[[package]] +name = "want" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" +dependencies = [ + "log", + "try-lock", +] + +[[package]] +name = "wasi" +version = "0.10.2+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" + +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" diff --git a/test/prostgen/Cargo.toml b/test/prostgen/Cargo.toml new file mode 100644 index 0000000000..154fae0021 --- /dev/null +++ b/test/prostgen/Cargo.toml @@ -0,0 +1,33 @@ +[package] +name = "rules_rust_test_prostgen" +version = "0.1.0" +edition = "2018" + +# Mandatory (or Cargo tooling is unhappy) +[lib] +path = "fake_lib.rs" + +[dependencies] +tonic = { version = "=0.4.0", features = ["default", "transport"] } +#tonic = { version = "=0.4.0", features = ["default", "tls", "tls-roots", "transport"] } + +[workspace.metadata.raze] +workspace_path = "//test/prostgen/raze" +rust_rules_workspace_name = "rules_rust" +gen_workspace_prefix = "rules_rust_test_prostgen" +package_aliases_dir = "raze" +default_gen_buildrs = true +genmode = "Remote" + +#[package.metadata.raze.crates.ring.'0.16.15'] +#gen_buildrs = false +#data_attr = "glob([\"**/*.der\"])" +#additional_deps = [ +# # provided by the additional_build_file +# ":ring-core", +#] +#additional_build_file = "builds/ring-0.16.BUILD" + +#[package.metadata.raze.crates.webpki.'0.21.3'] +#gen_buildrs = false +#data_attr = 'glob(["**/src/data/*"])' diff --git a/proto/prostgen/test/a.proto b/test/prostgen/a.proto similarity index 100% rename from proto/prostgen/test/a.proto rename to test/prostgen/a.proto diff --git a/proto/prostgen/test/b.proto b/test/prostgen/b.proto similarity index 100% rename from proto/prostgen/test/b.proto rename to test/prostgen/b.proto diff --git a/proto/prostgen/test/depends_on_use_external.proto b/test/prostgen/depends_on_use_external.proto similarity index 70% rename from proto/prostgen/test/depends_on_use_external.proto rename to test/prostgen/depends_on_use_external.proto index c76f49176e..fbb60526fc 100644 --- a/proto/prostgen/test/depends_on_use_external.proto +++ b/test/prostgen/depends_on_use_external.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package prostgen.test; -import "proto/prostgen/test/use_external.proto"; +import "test/prostgen/use_external.proto"; message DependsOnUseExternal { prostgen.test.UseExternal embeded = 1; diff --git a/proto/prostgen/test/echo.proto b/test/prostgen/echo.proto similarity index 100% rename from proto/prostgen/test/echo.proto rename to test/prostgen/echo.proto diff --git a/proto/prostgen/test/echo_impl.rs b/test/prostgen/echo_impl.rs similarity index 100% rename from proto/prostgen/test/echo_impl.rs rename to test/prostgen/echo_impl.rs diff --git a/proto/prostgen/test/echo_service_test.rs b/test/prostgen/echo_service_test.rs similarity index 100% rename from proto/prostgen/test/echo_service_test.rs rename to test/prostgen/echo_service_test.rs diff --git a/proto/prostgen/test/echo_usage_test.rs b/test/prostgen/echo_usage_test.rs similarity index 100% rename from proto/prostgen/test/echo_usage_test.rs rename to test/prostgen/echo_usage_test.rs diff --git a/proto/prostgen/test/extern_path_test.rs b/test/prostgen/extern_path_test.rs similarity index 100% rename from proto/prostgen/test/extern_path_test.rs rename to test/prostgen/extern_path_test.rs diff --git a/test/prostgen/raze/BUILD.bazel b/test/prostgen/raze/BUILD.bazel new file mode 100644 index 0000000000..20e9afb478 --- /dev/null +++ b/test/prostgen/raze/BUILD.bazel @@ -0,0 +1,30 @@ +""" +@generated +cargo-raze generated Bazel file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +package(default_visibility = ["//visibility:public"]) + +licenses([ + "notice", # See individual crates for specific licenses +]) + +# Aliased targets +alias( + name = "tonic", + actual = "@rules_rust_test_prostgen__tonic__0_4_0//:tonic", + tags = [ + "cargo-raze", + "manual", + ], +) + +# Export file for Stardoc support +exports_files( + [ + "crates.bzl", + ], + visibility = ["//visibility:public"], +) diff --git a/test/prostgen/raze/crates.bzl b/test/prostgen/raze/crates.bzl new file mode 100644 index 0000000000..cb406eab81 --- /dev/null +++ b/test/prostgen/raze/crates.bzl @@ -0,0 +1,702 @@ +""" +@generated +cargo-raze generated Bazel file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository") # buildifier: disable=load +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # buildifier: disable=load +load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") # buildifier: disable=load + +def rules_rust_test_prostgen_fetch_remote_crates(): + """This function defines a collection of repos and should be called in a WORKSPACE file""" + maybe( + http_archive, + name = "rules_rust_test_prostgen__anyhow__1_0_38", + url = "https://crates.io/api/v1/crates/anyhow/1.0.38/download", + type = "tar.gz", + sha256 = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1", + strip_prefix = "anyhow-1.0.38", + build_file = Label("//test/prostgen/raze/remote:BUILD.anyhow-1.0.38.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__async_stream__0_3_0", + url = "https://crates.io/api/v1/crates/async-stream/0.3.0/download", + type = "tar.gz", + sha256 = "3670df70cbc01729f901f94c887814b3c68db038aad1329a418bae178bc5295c", + strip_prefix = "async-stream-0.3.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.async-stream-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__async_stream_impl__0_3_0", + url = "https://crates.io/api/v1/crates/async-stream-impl/0.3.0/download", + type = "tar.gz", + sha256 = "a3548b8efc9f8e8a5a0a2808c5bd8451a9031b9e5b879a79590304ae928b0a70", + strip_prefix = "async-stream-impl-0.3.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.async-stream-impl-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__async_trait__0_1_42", + url = "https://crates.io/api/v1/crates/async-trait/0.1.42/download", + type = "tar.gz", + sha256 = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d", + strip_prefix = "async-trait-0.1.42", + build_file = Label("//test/prostgen/raze/remote:BUILD.async-trait-0.1.42.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__autocfg__1_0_1", + url = "https://crates.io/api/v1/crates/autocfg/1.0.1/download", + type = "tar.gz", + sha256 = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a", + strip_prefix = "autocfg-1.0.1", + build_file = Label("//test/prostgen/raze/remote:BUILD.autocfg-1.0.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__base64__0_13_0", + url = "https://crates.io/api/v1/crates/base64/0.13.0/download", + type = "tar.gz", + sha256 = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd", + strip_prefix = "base64-0.13.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.base64-0.13.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__bytes__1_0_1", + url = "https://crates.io/api/v1/crates/bytes/1.0.1/download", + type = "tar.gz", + sha256 = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040", + strip_prefix = "bytes-1.0.1", + build_file = Label("//test/prostgen/raze/remote:BUILD.bytes-1.0.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__cfg_if__1_0_0", + url = "https://crates.io/api/v1/crates/cfg-if/1.0.0/download", + type = "tar.gz", + sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", + strip_prefix = "cfg-if-1.0.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.cfg-if-1.0.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__either__1_6_1", + url = "https://crates.io/api/v1/crates/either/1.6.1/download", + type = "tar.gz", + sha256 = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457", + strip_prefix = "either-1.6.1", + build_file = Label("//test/prostgen/raze/remote:BUILD.either-1.6.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__fnv__1_0_7", + url = "https://crates.io/api/v1/crates/fnv/1.0.7/download", + type = "tar.gz", + sha256 = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1", + strip_prefix = "fnv-1.0.7", + build_file = Label("//test/prostgen/raze/remote:BUILD.fnv-1.0.7.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__futures_channel__0_3_13", + url = "https://crates.io/api/v1/crates/futures-channel/0.3.13/download", + type = "tar.gz", + sha256 = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939", + strip_prefix = "futures-channel-0.3.13", + build_file = Label("//test/prostgen/raze/remote:BUILD.futures-channel-0.3.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__futures_core__0_3_13", + url = "https://crates.io/api/v1/crates/futures-core/0.3.13/download", + type = "tar.gz", + sha256 = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94", + strip_prefix = "futures-core-0.3.13", + build_file = Label("//test/prostgen/raze/remote:BUILD.futures-core-0.3.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__futures_sink__0_3_13", + url = "https://crates.io/api/v1/crates/futures-sink/0.3.13/download", + type = "tar.gz", + sha256 = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3", + strip_prefix = "futures-sink-0.3.13", + build_file = Label("//test/prostgen/raze/remote:BUILD.futures-sink-0.3.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__futures_task__0_3_13", + url = "https://crates.io/api/v1/crates/futures-task/0.3.13/download", + type = "tar.gz", + sha256 = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80", + strip_prefix = "futures-task-0.3.13", + build_file = Label("//test/prostgen/raze/remote:BUILD.futures-task-0.3.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__futures_util__0_3_13", + url = "https://crates.io/api/v1/crates/futures-util/0.3.13/download", + type = "tar.gz", + sha256 = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1", + strip_prefix = "futures-util-0.3.13", + build_file = Label("//test/prostgen/raze/remote:BUILD.futures-util-0.3.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__getrandom__0_2_2", + url = "https://crates.io/api/v1/crates/getrandom/0.2.2/download", + type = "tar.gz", + sha256 = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8", + strip_prefix = "getrandom-0.2.2", + build_file = Label("//test/prostgen/raze/remote:BUILD.getrandom-0.2.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__h2__0_3_0", + url = "https://crates.io/api/v1/crates/h2/0.3.0/download", + type = "tar.gz", + sha256 = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5", + strip_prefix = "h2-0.3.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.h2-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__hashbrown__0_9_1", + url = "https://crates.io/api/v1/crates/hashbrown/0.9.1/download", + type = "tar.gz", + sha256 = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04", + strip_prefix = "hashbrown-0.9.1", + build_file = Label("//test/prostgen/raze/remote:BUILD.hashbrown-0.9.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__http__0_2_3", + url = "https://crates.io/api/v1/crates/http/0.2.3/download", + type = "tar.gz", + sha256 = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747", + strip_prefix = "http-0.2.3", + build_file = Label("//test/prostgen/raze/remote:BUILD.http-0.2.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__http_body__0_4_0", + url = "https://crates.io/api/v1/crates/http-body/0.4.0/download", + type = "tar.gz", + sha256 = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994", + strip_prefix = "http-body-0.4.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.http-body-0.4.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__httparse__1_3_5", + url = "https://crates.io/api/v1/crates/httparse/1.3.5/download", + type = "tar.gz", + sha256 = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691", + strip_prefix = "httparse-1.3.5", + build_file = Label("//test/prostgen/raze/remote:BUILD.httparse-1.3.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__httpdate__0_3_2", + url = "https://crates.io/api/v1/crates/httpdate/0.3.2/download", + type = "tar.gz", + sha256 = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47", + strip_prefix = "httpdate-0.3.2", + build_file = Label("//test/prostgen/raze/remote:BUILD.httpdate-0.3.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__hyper__0_14_4", + url = "https://crates.io/api/v1/crates/hyper/0.14.4/download", + type = "tar.gz", + sha256 = "e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7", + strip_prefix = "hyper-0.14.4", + build_file = Label("//test/prostgen/raze/remote:BUILD.hyper-0.14.4.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__indexmap__1_6_1", + url = "https://crates.io/api/v1/crates/indexmap/1.6.1/download", + type = "tar.gz", + sha256 = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b", + strip_prefix = "indexmap-1.6.1", + build_file = Label("//test/prostgen/raze/remote:BUILD.indexmap-1.6.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__itertools__0_9_0", + url = "https://crates.io/api/v1/crates/itertools/0.9.0/download", + type = "tar.gz", + sha256 = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b", + strip_prefix = "itertools-0.9.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.itertools-0.9.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__itoa__0_4_7", + url = "https://crates.io/api/v1/crates/itoa/0.4.7/download", + type = "tar.gz", + sha256 = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736", + strip_prefix = "itoa-0.4.7", + build_file = Label("//test/prostgen/raze/remote:BUILD.itoa-0.4.7.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__lazy_static__1_4_0", + url = "https://crates.io/api/v1/crates/lazy_static/1.4.0/download", + type = "tar.gz", + sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646", + strip_prefix = "lazy_static-1.4.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.lazy_static-1.4.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__libc__0_2_86", + url = "https://crates.io/api/v1/crates/libc/0.2.86/download", + type = "tar.gz", + sha256 = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c", + strip_prefix = "libc-0.2.86", + build_file = Label("//test/prostgen/raze/remote:BUILD.libc-0.2.86.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__log__0_4_14", + url = "https://crates.io/api/v1/crates/log/0.4.14/download", + type = "tar.gz", + sha256 = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710", + strip_prefix = "log-0.4.14", + build_file = Label("//test/prostgen/raze/remote:BUILD.log-0.4.14.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__memchr__2_3_4", + url = "https://crates.io/api/v1/crates/memchr/2.3.4/download", + type = "tar.gz", + sha256 = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525", + strip_prefix = "memchr-2.3.4", + build_file = Label("//test/prostgen/raze/remote:BUILD.memchr-2.3.4.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__mio__0_7_9", + url = "https://crates.io/api/v1/crates/mio/0.7.9/download", + type = "tar.gz", + sha256 = "a5dede4e2065b3842b8b0af444119f3aa331cc7cc2dd20388bfb0f5d5a38823a", + strip_prefix = "mio-0.7.9", + build_file = Label("//test/prostgen/raze/remote:BUILD.mio-0.7.9.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__miow__0_3_6", + url = "https://crates.io/api/v1/crates/miow/0.3.6/download", + type = "tar.gz", + sha256 = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897", + strip_prefix = "miow-0.3.6", + build_file = Label("//test/prostgen/raze/remote:BUILD.miow-0.3.6.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__ntapi__0_3_6", + url = "https://crates.io/api/v1/crates/ntapi/0.3.6/download", + type = "tar.gz", + sha256 = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44", + strip_prefix = "ntapi-0.3.6", + build_file = Label("//test/prostgen/raze/remote:BUILD.ntapi-0.3.6.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__percent_encoding__2_1_0", + url = "https://crates.io/api/v1/crates/percent-encoding/2.1.0/download", + type = "tar.gz", + sha256 = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e", + strip_prefix = "percent-encoding-2.1.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.percent-encoding-2.1.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__pin_project__1_0_5", + url = "https://crates.io/api/v1/crates/pin-project/1.0.5/download", + type = "tar.gz", + sha256 = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63", + strip_prefix = "pin-project-1.0.5", + build_file = Label("//test/prostgen/raze/remote:BUILD.pin-project-1.0.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__pin_project_internal__1_0_5", + url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.5/download", + type = "tar.gz", + sha256 = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b", + strip_prefix = "pin-project-internal-1.0.5", + build_file = Label("//test/prostgen/raze/remote:BUILD.pin-project-internal-1.0.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__pin_project_lite__0_2_4", + url = "https://crates.io/api/v1/crates/pin-project-lite/0.2.4/download", + type = "tar.gz", + sha256 = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827", + strip_prefix = "pin-project-lite-0.2.4", + build_file = Label("//test/prostgen/raze/remote:BUILD.pin-project-lite-0.2.4.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__pin_utils__0_1_0", + url = "https://crates.io/api/v1/crates/pin-utils/0.1.0/download", + type = "tar.gz", + sha256 = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184", + strip_prefix = "pin-utils-0.1.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.pin-utils-0.1.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__ppv_lite86__0_2_10", + url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.10/download", + type = "tar.gz", + sha256 = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857", + strip_prefix = "ppv-lite86-0.2.10", + build_file = Label("//test/prostgen/raze/remote:BUILD.ppv-lite86-0.2.10.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__proc_macro2__1_0_24", + url = "https://crates.io/api/v1/crates/proc-macro2/1.0.24/download", + type = "tar.gz", + sha256 = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71", + strip_prefix = "proc-macro2-1.0.24", + build_file = Label("//test/prostgen/raze/remote:BUILD.proc-macro2-1.0.24.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__prost__0_7_0", + url = "https://crates.io/api/v1/crates/prost/0.7.0/download", + type = "tar.gz", + sha256 = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2", + strip_prefix = "prost-0.7.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.prost-0.7.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__prost_derive__0_7_0", + url = "https://crates.io/api/v1/crates/prost-derive/0.7.0/download", + type = "tar.gz", + sha256 = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4", + strip_prefix = "prost-derive-0.7.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.prost-derive-0.7.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__quote__1_0_9", + url = "https://crates.io/api/v1/crates/quote/1.0.9/download", + type = "tar.gz", + sha256 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7", + strip_prefix = "quote-1.0.9", + build_file = Label("//test/prostgen/raze/remote:BUILD.quote-1.0.9.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__rand__0_8_3", + url = "https://crates.io/api/v1/crates/rand/0.8.3/download", + type = "tar.gz", + sha256 = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e", + strip_prefix = "rand-0.8.3", + build_file = Label("//test/prostgen/raze/remote:BUILD.rand-0.8.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__rand_chacha__0_3_0", + url = "https://crates.io/api/v1/crates/rand_chacha/0.3.0/download", + type = "tar.gz", + sha256 = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d", + strip_prefix = "rand_chacha-0.3.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.rand_chacha-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__rand_core__0_6_2", + url = "https://crates.io/api/v1/crates/rand_core/0.6.2/download", + type = "tar.gz", + sha256 = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7", + strip_prefix = "rand_core-0.6.2", + build_file = Label("//test/prostgen/raze/remote:BUILD.rand_core-0.6.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__rand_hc__0_3_0", + url = "https://crates.io/api/v1/crates/rand_hc/0.3.0/download", + type = "tar.gz", + sha256 = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73", + strip_prefix = "rand_hc-0.3.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.rand_hc-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__slab__0_4_2", + url = "https://crates.io/api/v1/crates/slab/0.4.2/download", + type = "tar.gz", + sha256 = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8", + strip_prefix = "slab-0.4.2", + build_file = Label("//test/prostgen/raze/remote:BUILD.slab-0.4.2.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__socket2__0_3_19", + url = "https://crates.io/api/v1/crates/socket2/0.3.19/download", + type = "tar.gz", + sha256 = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e", + strip_prefix = "socket2-0.3.19", + build_file = Label("//test/prostgen/raze/remote:BUILD.socket2-0.3.19.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__syn__1_0_60", + url = "https://crates.io/api/v1/crates/syn/1.0.60/download", + type = "tar.gz", + sha256 = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081", + strip_prefix = "syn-1.0.60", + build_file = Label("//test/prostgen/raze/remote:BUILD.syn-1.0.60.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tokio__1_2_0", + url = "https://crates.io/api/v1/crates/tokio/1.2.0/download", + type = "tar.gz", + sha256 = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a", + strip_prefix = "tokio-1.2.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.tokio-1.2.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tokio_macros__1_1_0", + url = "https://crates.io/api/v1/crates/tokio-macros/1.1.0/download", + type = "tar.gz", + sha256 = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57", + strip_prefix = "tokio-macros-1.1.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.tokio-macros-1.1.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tokio_stream__0_1_3", + url = "https://crates.io/api/v1/crates/tokio-stream/0.1.3/download", + type = "tar.gz", + sha256 = "1981ad97df782ab506a1f43bf82c967326960d278acf3bf8279809648c3ff3ea", + strip_prefix = "tokio-stream-0.1.3", + build_file = Label("//test/prostgen/raze/remote:BUILD.tokio-stream-0.1.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tokio_util__0_6_3", + url = "https://crates.io/api/v1/crates/tokio-util/0.6.3/download", + type = "tar.gz", + sha256 = "ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b", + strip_prefix = "tokio-util-0.6.3", + build_file = Label("//test/prostgen/raze/remote:BUILD.tokio-util-0.6.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tonic__0_4_0", + url = "https://crates.io/api/v1/crates/tonic/0.4.0/download", + type = "tar.gz", + sha256 = "3ba8f479158947373b6df40cf48f4779bb25c99ca3c661bd95e0ab1963ad8b0e", + strip_prefix = "tonic-0.4.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.tonic-0.4.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tower__0_4_5", + url = "https://crates.io/api/v1/crates/tower/0.4.5/download", + type = "tar.gz", + sha256 = "713c629c07a3a97f741c140e474e7304294fabec66a43a33f0832e98315ab07f", + strip_prefix = "tower-0.4.5", + build_file = Label("//test/prostgen/raze/remote:BUILD.tower-0.4.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tower_layer__0_3_1", + url = "https://crates.io/api/v1/crates/tower-layer/0.3.1/download", + type = "tar.gz", + sha256 = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62", + strip_prefix = "tower-layer-0.3.1", + build_file = Label("//test/prostgen/raze/remote:BUILD.tower-layer-0.3.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tower_service__0_3_1", + url = "https://crates.io/api/v1/crates/tower-service/0.3.1/download", + type = "tar.gz", + sha256 = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6", + strip_prefix = "tower-service-0.3.1", + build_file = Label("//test/prostgen/raze/remote:BUILD.tower-service-0.3.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tracing__0_1_25", + url = "https://crates.io/api/v1/crates/tracing/0.1.25/download", + type = "tar.gz", + sha256 = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f", + strip_prefix = "tracing-0.1.25", + build_file = Label("//test/prostgen/raze/remote:BUILD.tracing-0.1.25.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tracing_attributes__0_1_13", + url = "https://crates.io/api/v1/crates/tracing-attributes/0.1.13/download", + type = "tar.gz", + sha256 = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07", + strip_prefix = "tracing-attributes-0.1.13", + build_file = Label("//test/prostgen/raze/remote:BUILD.tracing-attributes-0.1.13.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tracing_core__0_1_17", + url = "https://crates.io/api/v1/crates/tracing-core/0.1.17/download", + type = "tar.gz", + sha256 = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f", + strip_prefix = "tracing-core-0.1.17", + build_file = Label("//test/prostgen/raze/remote:BUILD.tracing-core-0.1.17.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__tracing_futures__0_2_5", + url = "https://crates.io/api/v1/crates/tracing-futures/0.2.5/download", + type = "tar.gz", + sha256 = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2", + strip_prefix = "tracing-futures-0.2.5", + build_file = Label("//test/prostgen/raze/remote:BUILD.tracing-futures-0.2.5.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__try_lock__0_2_3", + url = "https://crates.io/api/v1/crates/try-lock/0.2.3/download", + type = "tar.gz", + sha256 = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642", + strip_prefix = "try-lock-0.2.3", + build_file = Label("//test/prostgen/raze/remote:BUILD.try-lock-0.2.3.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__unicode_xid__0_2_1", + url = "https://crates.io/api/v1/crates/unicode-xid/0.2.1/download", + type = "tar.gz", + sha256 = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564", + strip_prefix = "unicode-xid-0.2.1", + build_file = Label("//test/prostgen/raze/remote:BUILD.unicode-xid-0.2.1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__want__0_3_0", + url = "https://crates.io/api/v1/crates/want/0.3.0/download", + type = "tar.gz", + sha256 = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0", + strip_prefix = "want-0.3.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.want-0.3.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__wasi__0_10_2_wasi_snapshot_preview1", + url = "https://crates.io/api/v1/crates/wasi/0.10.2+wasi-snapshot-preview1/download", + type = "tar.gz", + sha256 = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6", + strip_prefix = "wasi-0.10.2+wasi-snapshot-preview1", + build_file = Label("//test/prostgen/raze/remote:BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__winapi__0_3_9", + url = "https://crates.io/api/v1/crates/winapi/0.3.9/download", + type = "tar.gz", + sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", + strip_prefix = "winapi-0.3.9", + build_file = Label("//test/prostgen/raze/remote:BUILD.winapi-0.3.9.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__winapi_i686_pc_windows_gnu__0_4_0", + url = "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download", + type = "tar.gz", + sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6", + strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_test_prostgen__winapi_x86_64_pc_windows_gnu__0_4_0", + url = "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", + type = "tar.gz", + sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f", + strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0", + build_file = Label("//test/prostgen/raze/remote:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), + ) diff --git a/test/prostgen/raze/remote/BUILD.anyhow-1.0.38.bazel b/test/prostgen/raze/remote/BUILD.anyhow-1.0.38.bazel new file mode 100644 index 0000000000..68cc673390 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.anyhow-1.0.38.bazel @@ -0,0 +1,112 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "anyhow_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "std", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.38", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "anyhow", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.38", + # buildifier: leave-alone + deps = [ + ":anyhow_build_script", + ], +) + +# Unsupported target "compiletest" with type "test" omitted + +# Unsupported target "test_autotrait" with type "test" omitted + +# Unsupported target "test_backtrace" with type "test" omitted + +# Unsupported target "test_boxed" with type "test" omitted + +# Unsupported target "test_chain" with type "test" omitted + +# Unsupported target "test_context" with type "test" omitted + +# Unsupported target "test_convert" with type "test" omitted + +# Unsupported target "test_downcast" with type "test" omitted + +# Unsupported target "test_ffi" with type "test" omitted + +# Unsupported target "test_fmt" with type "test" omitted + +# Unsupported target "test_macros" with type "test" omitted + +# Unsupported target "test_repr" with type "test" omitted + +# Unsupported target "test_source" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tower-retry-0.3.0.bazel b/test/prostgen/raze/remote/BUILD.async-stream-0.3.0.bazel similarity index 63% rename from proto/prostgen/raze/remote/BUILD.tower-retry-0.3.0.bazel rename to test/prostgen/raze/remote/BUILD.async-stream-0.3.0.bazel index 6f3bcefddb..6bc71f330c 100644 --- a/proto/prostgen/raze/remote/BUILD.tower-retry-0.3.0.bazel +++ b/test/prostgen/raze/remote/BUILD.async-stream-0.3.0.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//test/prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -30,8 +30,10 @@ licenses([ # Generated Targets +# Unsupported target "tcp_accept" with type "example" omitted + rust_library( - name = "tower_retry", + name = "async_stream", srcs = glob(["**/*.rs"]), crate_features = [ ], @@ -39,6 +41,9 @@ rust_library( crate_type = "lib", data = [], edition = "2018", + proc_macro_deps = [ + "@rules_rust_test_prostgen__async_stream_impl__0_3_0//:async_stream_impl", + ], rustc_flags = [ "--cap-lints=allow", ], @@ -49,12 +54,12 @@ rust_library( version = "0.3.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__tokio__0_2_25//:tokio", - "@rules_rust_prostgen__tower_layer__0_3_1//:tower_layer", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_test_prostgen__futures_core__0_3_13//:futures_core", ], ) -# Unsupported target "retry" with type "test" omitted +# Unsupported target "for_await" with type "test" omitted + +# Unsupported target "stream" with type "test" omitted + +# Unsupported target "try_stream" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.async-stream-impl-0.3.0.bazel b/test/prostgen/raze/remote/BUILD.async-stream-impl-0.3.0.bazel new file mode 100644 index 0000000000..f97a0c9eda --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.async-stream-impl-0.3.0.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "async_stream_impl", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_test_prostgen__quote__1_0_9//:quote", + "@rules_rust_test_prostgen__syn__1_0_60//:syn", + ], +) diff --git a/proto/prostgen/raze/remote/BUILD.async-trait-0.1.42.bazel b/test/prostgen/raze/remote/BUILD.async-trait-0.1.42.bazel similarity index 80% rename from proto/prostgen/raze/remote/BUILD.async-trait-0.1.42.bazel rename to test/prostgen/raze/remote/BUILD.async-trait-0.1.42.bazel index a2e9f6c51b..74a11a051e 100644 --- a/proto/prostgen/raze/remote/BUILD.async-trait-0.1.42.bazel +++ b/test/prostgen/raze/remote/BUILD.async-trait-0.1.42.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//test/prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -49,9 +49,9 @@ rust_library( version = "0.1.42", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__proc_macro2__1_0_18//:proc_macro2", - "@rules_rust_prostgen__quote__1_0_7//:quote", - "@rules_rust_prostgen__syn__1_0_31//:syn", + "@rules_rust_test_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_test_prostgen__quote__1_0_9//:quote", + "@rules_rust_test_prostgen__syn__1_0_60//:syn", ], ) diff --git a/test/prostgen/raze/remote/BUILD.autocfg-1.0.1.bazel b/test/prostgen/raze/remote/BUILD.autocfg-1.0.1.bazel new file mode 100644 index 0000000000..7e08311475 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.autocfg-1.0.1.bazel @@ -0,0 +1,63 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 "integers" with type "example" omitted + +# Unsupported target "paths" with type "example" omitted + +# Unsupported target "traits" with type "example" omitted + +# Unsupported target "versions" with type "example" omitted + +rust_library( + name = "autocfg", + 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.1", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "rustflags" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.base64-0.13.0.bazel b/test/prostgen/raze/remote/BUILD.base64-0.13.0.bazel new file mode 100644 index 0000000000..b783b73322 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.base64-0.13.0.bazel @@ -0,0 +1,69 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 "benchmarks" with type "bench" omitted + +# Unsupported target "base64" with type "example" omitted + +# Unsupported target "make_tables" with type "example" omitted + +rust_library( + name = "base64", + 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.13.0", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "decode" with type "test" omitted + +# Unsupported target "encode" with type "test" omitted + +# Unsupported target "helpers" with type "test" omitted + +# Unsupported target "tests" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.bazel b/test/prostgen/raze/remote/BUILD.bazel new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/prostgen/raze/remote/BUILD.bytes-1.0.1.bazel b/test/prostgen/raze/remote/BUILD.bytes-1.0.1.bazel new file mode 100644 index 0000000000..3ddba541ef --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.bytes-1.0.1.bazel @@ -0,0 +1,83 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "buf" with type "bench" omitted + +# Unsupported target "bytes" with type "bench" omitted + +# Unsupported target "bytes_mut" with type "bench" omitted + +rust_library( + name = "bytes", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.1", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "test_buf" with type "test" omitted + +# Unsupported target "test_buf_mut" with type "test" omitted + +# Unsupported target "test_bytes" with type "test" omitted + +# Unsupported target "test_bytes_odd_alloc" with type "test" omitted + +# Unsupported target "test_bytes_vec_alloc" with type "test" omitted + +# Unsupported target "test_chain" with type "test" omitted + +# Unsupported target "test_debug" with type "test" omitted + +# Unsupported target "test_iter" with type "test" omitted + +# Unsupported target "test_reader" with type "test" omitted + +# Unsupported target "test_serde" with type "test" omitted + +# Unsupported target "test_take" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.cfg-if-1.0.0.bazel b/test/prostgen/raze/remote/BUILD.cfg-if-1.0.0.bazel new file mode 100644 index 0000000000..01d60920d0 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.cfg-if-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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "cfg_if", + 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 "xcrate" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.either-1.6.1.bazel b/test/prostgen/raze/remote/BUILD.either-1.6.1.bazel new file mode 100644 index 0000000000..20df77134f --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.either-1.6.1.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "either", + 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.6.1", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.fnv-1.0.7.bazel b/test/prostgen/raze/remote/BUILD.fnv-1.0.7.bazel new file mode 100644 index 0000000000..accd1827c5 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.fnv-1.0.7.bazel @@ -0,0 +1,55 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "fnv", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.7", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.futures-channel-0.3.13.bazel b/test/prostgen/raze/remote/BUILD.futures-channel-0.3.13.bazel new file mode 100644 index 0000000000..b3e7852790 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.futures-channel-0.3.13.bazel @@ -0,0 +1,67 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 "sync_mpsc" with type "bench" omitted + +rust_library( + name = "futures_channel", + 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 = "0.3.13", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__futures_core__0_3_13//:futures_core", + ], +) + +# Unsupported target "channel" with type "test" omitted + +# Unsupported target "mpsc" with type "test" omitted + +# Unsupported target "mpsc-close" with type "test" omitted + +# Unsupported target "oneshot" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.futures-core-0.3.13.bazel b/test/prostgen/raze/remote/BUILD.futures-core-0.3.13.bazel new file mode 100644 index 0000000000..29886f1e0b --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.futures-core-0.3.13.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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_core", + 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 = "0.3.13", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.futures-sink-0.3.13.bazel b/test/prostgen/raze/remote/BUILD.futures-sink-0.3.13.bazel new file mode 100644 index 0000000000..7cd9134239 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.futures-sink-0.3.13.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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_sink", + 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 = "0.3.13", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.futures-task-0.3.13.bazel b/test/prostgen/raze/remote/BUILD.futures-task-0.3.13.bazel new file mode 100644 index 0000000000..a75b61cea0 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.futures-task-0.3.13.bazel @@ -0,0 +1,54 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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_task", + srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.13", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.futures-util-0.3.13.bazel b/test/prostgen/raze/remote/BUILD.futures-util-0.3.13.bazel new file mode 100644 index 0000000000..1b3612eabd --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.futures-util-0.3.13.bazel @@ -0,0 +1,60 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 "futures_unordered" with type "bench" omitted + +rust_library( + name = "futures_util", + srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.13", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_test_prostgen__futures_task__0_3_13//:futures_task", + "@rules_rust_test_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + "@rules_rust_test_prostgen__pin_utils__0_1_0//:pin_utils", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.getrandom-0.2.2.bazel b/test/prostgen/raze/remote/BUILD.getrandom-0.2.2.bazel new file mode 100644 index 0000000000..05cd4bf7e9 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.getrandom-0.2.2.bazel @@ -0,0 +1,169 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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=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.2.2", + visibility = ["//visibility:private"], + deps = [ + ] + selects.with_or({ + # cfg(all(target_arch = "wasm32", target_os = "unknown")) + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + ): [ + ], + "//conditions:default": [], + }) + 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": [], + }), +) + +# 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.2.2", + # buildifier: leave-alone + deps = [ + ":getrandom_build_script", + "@rules_rust_test_prostgen__cfg_if__1_0_0//:cfg_if", + ] + selects.with_or({ + # cfg(all(target_arch = "wasm32", target_os = "unknown")) + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + ): [ + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(target_os = "wasi") + ( + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + "@rules_rust_test_prostgen__wasi__0_10_2_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", + ): [ + "@rules_rust_test_prostgen__libc__0_2_86//:libc", + ], + "//conditions:default": [], + }), +) + +# Unsupported target "custom" with type "test" omitted + +# Unsupported target "normal" with type "test" omitted + +# Unsupported target "rdrand" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.h2-0.3.0.bazel b/test/prostgen/raze/remote/BUILD.h2-0.3.0.bazel new file mode 100644 index 0000000000..331e846ff1 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.h2-0.3.0.bazel @@ -0,0 +1,71 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "akamai" with type "example" omitted + +# Unsupported target "client" with type "example" omitted + +# Unsupported target "server" with type "example" omitted + +rust_library( + name = "h2", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_test_prostgen__fnv__1_0_7//:fnv", + "@rules_rust_test_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_test_prostgen__futures_sink__0_3_13//:futures_sink", + "@rules_rust_test_prostgen__futures_util__0_3_13//:futures_util", + "@rules_rust_test_prostgen__http__0_2_3//:http", + "@rules_rust_test_prostgen__indexmap__1_6_1//:indexmap", + "@rules_rust_test_prostgen__slab__0_4_2//:slab", + "@rules_rust_test_prostgen__tokio__1_2_0//:tokio", + "@rules_rust_test_prostgen__tokio_util__0_6_3//:tokio_util", + "@rules_rust_test_prostgen__tracing__0_1_25//:tracing", + "@rules_rust_test_prostgen__tracing_futures__0_2_5//:tracing_futures", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.hashbrown-0.9.1.bazel b/test/prostgen/raze/remote/BUILD.hashbrown-0.9.1.bazel new file mode 100644 index 0000000000..e414cf0ead --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.hashbrown-0.9.1.bazel @@ -0,0 +1,64 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "hashbrown", + srcs = glob(["**/*.rs"]), + crate_features = [ + "raw", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.9.1", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "hasher" with type "test" omitted + +# Unsupported target "rayon" with type "test" omitted + +# Unsupported target "serde" with type "test" omitted + +# Unsupported target "set" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.http-0.2.3.bazel b/test/prostgen/raze/remote/BUILD.http-0.2.3.bazel new file mode 100644 index 0000000000..1d8d95453f --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.http-0.2.3.bazel @@ -0,0 +1,70 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +# Unsupported target "header_map" with type "bench" omitted + +# Unsupported target "header_name" with type "bench" omitted + +# Unsupported target "header_value" with type "bench" omitted + +# Unsupported target "uri" with type "bench" omitted + +rust_library( + name = "http", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_test_prostgen__fnv__1_0_7//:fnv", + "@rules_rust_test_prostgen__itoa__0_4_7//:itoa", + ], +) + +# Unsupported target "header_map" with type "test" omitted + +# Unsupported target "header_map_fuzz" with type "test" omitted + +# Unsupported target "status_code" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.http-body-0.4.0.bazel b/test/prostgen/raze/remote/BUILD.http-body-0.4.0.bazel new file mode 100644 index 0000000000..a30f5e1813 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.http-body-0.4.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "http_body", + 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.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_test_prostgen__http__0_2_3//:http", + ], +) + +# Unsupported target "is_end_stream" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.httparse-1.3.5.bazel b/test/prostgen/raze/remote/BUILD.httparse-1.3.5.bazel new file mode 100644 index 0000000000..1ae369bc36 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.httparse-1.3.5.bazel @@ -0,0 +1,90 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "httparse_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.3.5", + visibility = ["//visibility:private"], + deps = [ + ], +) + +# Unsupported target "parse" with type "bench" omitted + +rust_library( + name = "httparse", + 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.3.5", + # buildifier: leave-alone + deps = [ + ":httparse_build_script", + ], +) + +# Unsupported target "uri" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.httpdate-0.3.2.bazel b/test/prostgen/raze/remote/BUILD.httpdate-0.3.2.bazel new file mode 100644 index 0000000000..b02f1d2e52 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.httpdate-0.3.2.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "httpdate", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.2", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.hyper-0.14.4.bazel b/test/prostgen/raze/remote/BUILD.hyper-0.14.4.bazel new file mode 100644 index 0000000000..d6d8adbd43 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.hyper-0.14.4.bazel @@ -0,0 +1,149 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "body" with type "bench" omitted + +# Unsupported target "connect" with type "bench" omitted + +# Unsupported target "end_to_end" with type "bench" omitted + +# Unsupported target "pipeline" with type "bench" omitted + +# Unsupported target "server" with type "bench" omitted + +# Unsupported target "hyper" with type "cdylib" omitted + +# Unsupported target "client" with type "example" omitted + +# Unsupported target "client_json" with type "example" omitted + +# Unsupported target "echo" with type "example" omitted + +# Unsupported target "gateway" with type "example" omitted + +# Unsupported target "hello" with type "example" omitted + +# Unsupported target "http_proxy" with type "example" omitted + +# Unsupported target "multi_server" with type "example" omitted + +# Unsupported target "params" with type "example" omitted + +# Unsupported target "send_file" with type "example" omitted + +# Unsupported target "service_struct_impl" with type "example" omitted + +# Unsupported target "single_threaded" with type "example" omitted + +# Unsupported target "state" with type "example" omitted + +# Unsupported target "tower_client" with type "example" omitted + +# Unsupported target "tower_server" with type "example" omitted + +# Unsupported target "upgrades" with type "example" omitted + +# Unsupported target "web_api" with type "example" omitted + +rust_library( + name = "hyper", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "client", + "default", + "full", + "h2", + "http1", + "http2", + "runtime", + "server", + "socket2", + "stream", + "tcp", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.14.4", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_test_prostgen__futures_channel__0_3_13//:futures_channel", + "@rules_rust_test_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_test_prostgen__futures_util__0_3_13//:futures_util", + "@rules_rust_test_prostgen__h2__0_3_0//:h2", + "@rules_rust_test_prostgen__http__0_2_3//:http", + "@rules_rust_test_prostgen__http_body__0_4_0//:http_body", + "@rules_rust_test_prostgen__httparse__1_3_5//:httparse", + "@rules_rust_test_prostgen__httpdate__0_3_2//:httpdate", + "@rules_rust_test_prostgen__itoa__0_4_7//:itoa", + "@rules_rust_test_prostgen__pin_project__1_0_5//:pin_project", + "@rules_rust_test_prostgen__socket2__0_3_19//:socket2", + "@rules_rust_test_prostgen__tokio__1_2_0//:tokio", + "@rules_rust_test_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_test_prostgen__tracing__0_1_25//:tracing", + "@rules_rust_test_prostgen__want__0_3_0//:want", + ] + selects.with_or({ + # cfg(any(target_os = "linux", target_os = "macos")) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:i686-unknown-linux-gnu", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "hyper" with type "staticlib" omitted + +# Unsupported target "client" with type "test" omitted + +# Unsupported target "integration" with type "test" omitted + +# Unsupported target "server" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.indexmap-1.6.1.bazel b/test/prostgen/raze/remote/BUILD.indexmap-1.6.1.bazel new file mode 100644 index 0000000000..a14c6f3d7c --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.indexmap-1.6.1.bazel @@ -0,0 +1,96 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "indexmap_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 = "1.6.1", + visibility = ["//visibility:private"], + deps = [ + "@rules_rust_test_prostgen__autocfg__1_0_1//:autocfg", + ], +) + +# Unsupported target "bench" with type "bench" omitted + +# Unsupported target "faststring" with type "bench" omitted + +rust_library( + name = "indexmap", + 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 = [ + ":indexmap_build_script", + "@rules_rust_test_prostgen__hashbrown__0_9_1//:hashbrown", + ], +) + +# Unsupported target "equivalent_trait" with type "test" omitted + +# Unsupported target "macros_full_path" with type "test" omitted + +# Unsupported target "quick" with type "test" omitted + +# Unsupported target "tests" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.itertools-0.9.0.bazel b/test/prostgen/raze/remote/BUILD.itertools-0.9.0.bazel new file mode 100644 index 0000000000..f194f7f157 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.itertools-0.9.0.bazel @@ -0,0 +1,90 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 "bench1" with type "bench" omitted + +# Unsupported target "combinations_with_replacement" with type "bench" omitted + +# Unsupported target "fold_specialization" with type "bench" omitted + +# Unsupported target "tree_fold1" with type "bench" omitted + +# Unsupported target "tuple_combinations" with type "bench" omitted + +# Unsupported target "tuples" with type "bench" omitted + +# Unsupported target "iris" with type "example" omitted + +rust_library( + name = "itertools", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "use_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", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__either__1_6_1//:either", + ], +) + +# Unsupported target "adaptors_no_collect" with type "test" omitted + +# Unsupported target "fold_specialization" with type "test" omitted + +# Unsupported target "merge_join" with type "test" omitted + +# Unsupported target "peeking_take_while" with type "test" omitted + +# Unsupported target "quick" with type "test" omitted + +# Unsupported target "specializations" with type "test" omitted + +# Unsupported target "test_core" with type "test" omitted + +# Unsupported target "test_std" with type "test" omitted + +# Unsupported target "tuples" with type "test" omitted + +# Unsupported target "zip" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.itoa-0.4.7.bazel b/test/prostgen/raze/remote/BUILD.itoa-0.4.7.bazel new file mode 100644 index 0000000000..5d18dbd7f4 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.itoa-0.4.7.bazel @@ -0,0 +1,59 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +# Unsupported target "bench" with type "bench" omitted + +rust_library( + name = "itoa", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.7", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "test" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.lazy_static-1.4.0.bazel b/test/prostgen/raze/remote/BUILD.lazy_static-1.4.0.bazel new file mode 100644 index 0000000000..718fd3067c --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.lazy_static-1.4.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "lazy_static", + 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.4.0", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "no_std" with type "test" omitted + +# Unsupported target "test" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.libc-0.2.86.bazel b/test/prostgen/raze/remote/BUILD.libc-0.2.86.bazel new file mode 100644 index 0000000000..8bb923f805 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.libc-0.2.86.bazel @@ -0,0 +1,90 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "libc_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "align", + "default", + "std", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.86", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "libc", + srcs = glob(["**/*.rs"]), + crate_features = [ + "align", + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.86", + # buildifier: leave-alone + deps = [ + ":libc_build_script", + ], +) + +# Unsupported target "const_fn" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.log-0.4.14.bazel b/test/prostgen/raze/remote/BUILD.log-0.4.14.bazel new file mode 100644 index 0000000000..9c24b02d40 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.log-0.4.14.bazel @@ -0,0 +1,89 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "log_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.4.14", + visibility = ["//visibility:private"], + deps = [ + ], +) + +# Unsupported target "value" with type "bench" omitted + +rust_library( + name = "log", + 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.4.14", + # buildifier: leave-alone + deps = [ + ":log_build_script", + "@rules_rust_test_prostgen__cfg_if__1_0_0//:cfg_if", + ], +) + +# Unsupported target "filters" with type "test" omitted + +# Unsupported target "macros" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.memchr-2.3.4.bazel b/test/prostgen/raze/remote/BUILD.memchr-2.3.4.bazel new file mode 100644 index 0000000000..999034d0e5 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.memchr-2.3.4.bazel @@ -0,0 +1,86 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "unencumbered", # Unlicense from expression "Unlicense OR MIT" +]) + +# Generated Targets +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "memchr_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 = "2.3.4", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "memchr", + 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 = "2.3.4", + # buildifier: leave-alone + deps = [ + ":memchr_build_script", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.mio-0.7.9.bazel b/test/prostgen/raze/remote/BUILD.mio-0.7.9.bazel new file mode 100644 index 0000000000..422565d77c --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.mio-0.7.9.bazel @@ -0,0 +1,102 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "tcp_server" with type "example" omitted + +# Unsupported target "udp_server" with type "example" omitted + +rust_library( + name = "mio", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + "net", + "os-ext", + "os-poll", + "os-util", + "tcp", + "udp", + "uds", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.7.9", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__log__0_4_14//:log", + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:aarch64-linux-android", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:i686-linux-android", + "@rules_rust//rust/platform:i686-unknown-freebsd", + "@rules_rust//rust/platform:i686-unknown-linux-gnu", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + "@rules_rust//rust/platform:x86_64-linux-android", + "@rules_rust//rust/platform:x86_64-unknown-freebsd", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + "@rules_rust_test_prostgen__libc__0_2_86//: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", + ): [ + "@rules_rust_test_prostgen__miow__0_3_6//:miow", + "@rules_rust_test_prostgen__ntapi__0_3_6//:ntapi", + "@rules_rust_test_prostgen__winapi__0_3_9//:winapi", + ], + "//conditions:default": [], + }), +) diff --git a/test/prostgen/raze/remote/BUILD.miow-0.3.6.bazel b/test/prostgen/raze/remote/BUILD.miow-0.3.6.bazel new file mode 100644 index 0000000000..8f5d982318 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.miow-0.3.6.bazel @@ -0,0 +1,55 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "miow", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.6", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__socket2__0_3_19//:socket2", + "@rules_rust_test_prostgen__winapi__0_3_9//:winapi", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.ntapi-0.3.6.bazel b/test/prostgen/raze/remote/BUILD.ntapi-0.3.6.bazel new file mode 100644 index 0000000000..3b1cb855b6 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.ntapi-0.3.6.bazel @@ -0,0 +1,87 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "ntapi_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "user", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.6", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "ntapi", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "user", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.6", + # buildifier: leave-alone + deps = [ + ":ntapi_build_script", + "@rules_rust_test_prostgen__winapi__0_3_9//:winapi", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.percent-encoding-2.1.0.bazel b/test/prostgen/raze/remote/BUILD.percent-encoding-2.1.0.bazel new file mode 100644 index 0000000000..847993748b --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.percent-encoding-2.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "percent_encoding", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "2.1.0", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.pin-project-1.0.5.bazel b/test/prostgen/raze/remote/BUILD.pin-project-1.0.5.bazel new file mode 100644 index 0000000000..ca0ee940ae --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.pin-project-1.0.5.bazel @@ -0,0 +1,100 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 "enum-default" with type "example" omitted + +# Unsupported target "enum-default-expanded" with type "example" omitted + +# Unsupported target "not_unpin" with type "example" omitted + +# Unsupported target "not_unpin-expanded" with type "example" omitted + +# Unsupported target "pinned_drop" with type "example" omitted + +# Unsupported target "pinned_drop-expanded" with type "example" omitted + +# Unsupported target "project_replace" with type "example" omitted + +# Unsupported target "project_replace-expanded" with type "example" omitted + +# Unsupported target "struct-default" with type "example" omitted + +# Unsupported target "struct-default-expanded" with type "example" omitted + +# Unsupported target "unsafe_unpin" with type "example" omitted + +# Unsupported target "unsafe_unpin-expanded" with type "example" omitted + +rust_library( + name = "pin_project", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_test_prostgen__pin_project_internal__1_0_5//:pin_project_internal", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.5", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "cfg" with type "test" omitted + +# Unsupported target "compiletest" with type "test" omitted + +# Unsupported target "drop_order" with type "test" omitted + +# Unsupported target "expandtest" with type "test" omitted + +# Unsupported target "lint" with type "test" omitted + +# Unsupported target "pin_project" with type "test" omitted + +# Unsupported target "pinned_drop" with type "test" omitted + +# Unsupported target "proper_unpin" with type "test" omitted + +# Unsupported target "repr_packed" with type "test" omitted + +# Unsupported target "unsafe_unpin" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.pin-project-internal-1.0.5.bazel b/test/prostgen/raze/remote/BUILD.pin-project-internal-1.0.5.bazel new file mode 100644 index 0000000000..e199862aff --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.pin-project-internal-1.0.5.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "pin_project_internal", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.5", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_test_prostgen__quote__1_0_9//:quote", + "@rules_rust_test_prostgen__syn__1_0_60//:syn", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.pin-project-lite-0.2.4.bazel b/test/prostgen/raze/remote/BUILD.pin-project-lite-0.2.4.bazel new file mode 100644 index 0000000000..787c25f5b6 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.pin-project-lite-0.2.4.bazel @@ -0,0 +1,63 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "pin_project_lite", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.4", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "compiletest" with type "test" omitted + +# Unsupported target "drop_order" with type "test" omitted + +# Unsupported target "lint" with type "test" omitted + +# Unsupported target "proper_unpin" with type "test" omitted + +# Unsupported target "test" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.pin-utils-0.1.0.bazel b/test/prostgen/raze/remote/BUILD.pin-utils-0.1.0.bazel new file mode 100644 index 0000000000..adbddee1eb --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.pin-utils-0.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "pin_utils", + 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 = [ + ], +) + +# Unsupported target "projection" with type "test" omitted + +# Unsupported target "stack_pin" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel b/test/prostgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel new file mode 100644 index 0000000000..fd41353db0 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.ppv-lite86-0.2.10.bazel @@ -0,0 +1,55 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "ppv_lite86", + srcs = glob(["**/*.rs"]), + crate_features = [ + "simd", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.10", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.proc-macro2-1.0.24.bazel b/test/prostgen/raze/remote/BUILD.proc-macro2-1.0.24.bazel new file mode 100644 index 0000000000..943bc48bfb --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.proc-macro2-1.0.24.bazel @@ -0,0 +1,97 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "proc_macro2_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "proc-macro", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.24", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "proc_macro2", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "proc-macro", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.24", + # buildifier: leave-alone + deps = [ + ":proc_macro2_build_script", + "@rules_rust_test_prostgen__unicode_xid__0_2_1//:unicode_xid", + ], +) + +# Unsupported target "comments" with type "test" omitted + +# Unsupported target "features" with type "test" omitted + +# Unsupported target "marker" with type "test" omitted + +# Unsupported target "test" with type "test" omitted + +# Unsupported target "test_fmt" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.prost-0.7.0.bazel b/test/prostgen/raze/remote/BUILD.prost-0.7.0.bazel new file mode 100644 index 0000000000..d4579af024 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.prost-0.7.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 "varint" with type "bench" omitted + +rust_library( + name = "prost", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "prost-derive", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_test_prostgen__prost_derive__0_7_0//:prost_derive", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.7.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__bytes__1_0_1//:bytes", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.prost-derive-0.7.0.bazel b/test/prostgen/raze/remote/BUILD.prost-derive-0.7.0.bazel new file mode 100644 index 0000000000..3ab1ebe594 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.prost-derive-0.7.0.bazel @@ -0,0 +1,58 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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 = "prost_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 = "0.7.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__anyhow__1_0_38//:anyhow", + "@rules_rust_test_prostgen__itertools__0_9_0//:itertools", + "@rules_rust_test_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_test_prostgen__quote__1_0_9//:quote", + "@rules_rust_test_prostgen__syn__1_0_60//:syn", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.quote-1.0.9.bazel b/test/prostgen/raze/remote/BUILD.quote-1.0.9.bazel new file mode 100644 index 0000000000..bc6c5bdc65 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.quote-1.0.9.bazel @@ -0,0 +1,60 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "quote", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "proc-macro", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.9", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__proc_macro2__1_0_24//:proc_macro2", + ], +) + +# Unsupported target "compiletest" with type "test" omitted + +# Unsupported target "test" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.rand-0.7.3.bazel b/test/prostgen/raze/remote/BUILD.rand-0.8.3.bazel similarity index 51% rename from proto/prostgen/raze/remote/BUILD.rand-0.7.3.bazel rename to test/prostgen/raze/remote/BUILD.rand-0.8.3.bazel index 7fa3a8cc79..46faca92ee 100644 --- a/proto/prostgen/raze/remote/BUILD.rand-0.7.3.bazel +++ b/test/prostgen/raze/remote/BUILD.rand-0.8.3.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//test/prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -30,33 +30,21 @@ licenses([ # 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 = { - "@rules_rust_prostgen__getrandom__0_1_16//:getrandom": "getrandom_package", }, crate_features = [ "alloc", "default", "getrandom", - "getrandom_package", "libc", - "rand_pcg", + "rand_chacha", + "rand_hc", "small_rng", "std", + "std_rng", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -69,20 +57,32 @@ rust_library( "cargo-raze", "manual", ], - version = "0.7.3", + version = "0.8.3", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__getrandom__0_1_16//:getrandom", - "@rules_rust_prostgen__rand_chacha__0_2_2//:rand_chacha", - "@rules_rust_prostgen__rand_core__0_5_1//:rand_core", - "@rules_rust_prostgen__rand_pcg__0_2_1//:rand_pcg", + "@rules_rust_test_prostgen__rand_chacha__0_3_0//:rand_chacha", + "@rules_rust_test_prostgen__rand_core__0_6_2//: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", ): [ - "@rules_rust_prostgen__libc__0_2_86//:libc", + "@rules_rust_test_prostgen__libc__0_2_86//:libc", ], "//conditions:default": [], }), diff --git a/proto/prostgen/raze/remote/BUILD.rand_chacha-0.2.2.bazel b/test/prostgen/raze/remote/BUILD.rand_chacha-0.3.0.bazel similarity index 80% rename from proto/prostgen/raze/remote/BUILD.rand_chacha-0.2.2.bazel rename to test/prostgen/raze/remote/BUILD.rand_chacha-0.3.0.bazel index 41ccb4b5f4..8ddffa9a1b 100644 --- a/proto/prostgen/raze/remote/BUILD.rand_chacha-0.2.2.bazel +++ b/test/prostgen/raze/remote/BUILD.rand_chacha-0.3.0.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//test/prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -47,10 +47,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.2", + version = "0.3.0", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__ppv_lite86__0_2_10//:ppv_lite86", - "@rules_rust_prostgen__rand_core__0_5_1//:rand_core", + "@rules_rust_test_prostgen__ppv_lite86__0_2_10//:ppv_lite86", + "@rules_rust_test_prostgen__rand_core__0_6_2//:rand_core", ], ) diff --git a/test/prostgen/raze/remote/BUILD.rand_core-0.6.2.bazel b/test/prostgen/raze/remote/BUILD.rand_core-0.6.2.bazel new file mode 100644 index 0000000000..8c3724d229 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.rand_core-0.6.2.bazel @@ -0,0 +1,57 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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.6.2", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__getrandom__0_2_2//:getrandom", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.rand_hc-0.3.0.bazel b/test/prostgen/raze/remote/BUILD.rand_hc-0.3.0.bazel new file mode 100644 index 0000000000..bcb53a3d7d --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.rand_hc-0.3.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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.3.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__rand_core__0_6_2//:rand_core", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.slab-0.4.2.bazel b/test/prostgen/raze/remote/BUILD.slab-0.4.2.bazel new file mode 100644 index 0000000000..0331d7ee33 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.slab-0.4.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "slab", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.2", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "slab" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.socket2-0.3.19.bazel b/test/prostgen/raze/remote/BUILD.socket2-0.3.19.bazel new file mode 100644 index 0000000000..269beed744 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.socket2-0.3.19.bazel @@ -0,0 +1,88 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "socket2", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.19", + # buildifier: leave-alone + deps = [ + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:aarch64-linux-android", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:i686-linux-android", + "@rules_rust//rust/platform:i686-unknown-freebsd", + "@rules_rust//rust/platform:i686-unknown-linux-gnu", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + "@rules_rust//rust/platform:x86_64-linux-android", + "@rules_rust//rust/platform:x86_64-unknown-freebsd", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + "@rules_rust_test_prostgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_test_prostgen__libc__0_2_86//: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", + ): [ + "@rules_rust_test_prostgen__winapi__0_3_9//:winapi", + ], + "//conditions:default": [], + }), +) diff --git a/test/prostgen/raze/remote/BUILD.syn-1.0.60.bazel b/test/prostgen/raze/remote/BUILD.syn-1.0.60.bazel new file mode 100644 index 0000000000..8cada7ddec --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.syn-1.0.60.bazel @@ -0,0 +1,161 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "syn_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "clone-impls", + "default", + "derive", + "extra-traits", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit-mut", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.60", + visibility = ["//visibility:private"], + deps = [ + ], +) + +# Unsupported target "file" with type "bench" omitted + +# Unsupported target "rust" with type "bench" omitted + +rust_library( + name = "syn", + srcs = glob(["**/*.rs"]), + crate_features = [ + "clone-impls", + "default", + "derive", + "extra-traits", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit-mut", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.60", + # buildifier: leave-alone + deps = [ + ":syn_build_script", + "@rules_rust_test_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_test_prostgen__quote__1_0_9//:quote", + "@rules_rust_test_prostgen__unicode_xid__0_2_1//:unicode_xid", + ], +) + +# Unsupported target "test_asyncness" with type "test" omitted + +# Unsupported target "test_attribute" with type "test" omitted + +# Unsupported target "test_derive_input" with type "test" omitted + +# Unsupported target "test_expr" with type "test" omitted + +# Unsupported target "test_generics" with type "test" omitted + +# Unsupported target "test_grouping" with type "test" omitted + +# Unsupported target "test_ident" with type "test" omitted + +# Unsupported target "test_item" with type "test" omitted + +# Unsupported target "test_iterators" with type "test" omitted + +# Unsupported target "test_lit" with type "test" omitted + +# Unsupported target "test_meta" with type "test" omitted + +# Unsupported target "test_parse_buffer" with type "test" omitted + +# Unsupported target "test_parse_stream" with type "test" omitted + +# Unsupported target "test_pat" with type "test" omitted + +# Unsupported target "test_path" with type "test" omitted + +# Unsupported target "test_precedence" with type "test" omitted + +# Unsupported target "test_receiver" with type "test" omitted + +# Unsupported target "test_round_trip" with type "test" omitted + +# Unsupported target "test_shebang" with type "test" omitted + +# Unsupported target "test_should_parse" with type "test" omitted + +# Unsupported target "test_size" with type "test" omitted + +# Unsupported target "test_stmt" with type "test" omitted + +# Unsupported target "test_token_trees" with type "test" omitted + +# Unsupported target "test_ty" with type "test" omitted + +# Unsupported target "test_visibility" with type "test" omitted + +# Unsupported target "zzz_stable" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.tokio-1.2.0.bazel b/test/prostgen/raze/remote/BUILD.tokio-1.2.0.bazel new file mode 100644 index 0000000000..ad8c181576 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.tokio-1.2.0.bazel @@ -0,0 +1,361 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "tokio_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "bytes", + "default", + "io-std", + "io-util", + "libc", + "macros", + "memchr", + "mio", + "net", + "rt", + "sync", + "time", + "tokio-macros", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.2.0", + visibility = ["//visibility:private"], + deps = [ + "@rules_rust_test_prostgen__autocfg__1_0_1//:autocfg", + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:aarch64-linux-android", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:i686-linux-android", + "@rules_rust//rust/platform:i686-unknown-freebsd", + "@rules_rust//rust/platform:i686-unknown-linux-gnu", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + "@rules_rust//rust/platform:x86_64-linux-android", + "@rules_rust//rust/platform:x86_64-unknown-freebsd", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(windows) + ( + "@rules_rust//rust/platform:i686-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + ], + "//conditions:default": [], + }), +) + +rust_library( + name = "tokio", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "bytes", + "default", + "io-std", + "io-util", + "libc", + "macros", + "memchr", + "mio", + "net", + "rt", + "sync", + "time", + "tokio-macros", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_test_prostgen__tokio_macros__1_1_0//:tokio_macros", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.2.0", + # buildifier: leave-alone + deps = [ + ":tokio_build_script", + "@rules_rust_test_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_test_prostgen__memchr__2_3_4//:memchr", + "@rules_rust_test_prostgen__mio__0_7_9//:mio", + "@rules_rust_test_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:aarch64-linux-android", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:i686-linux-android", + "@rules_rust//rust/platform:i686-unknown-freebsd", + "@rules_rust//rust/platform:i686-unknown-linux-gnu", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + "@rules_rust//rust/platform:x86_64-linux-android", + "@rules_rust//rust/platform:x86_64-unknown-freebsd", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + "@rules_rust_test_prostgen__libc__0_2_86//: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", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "_require_full" with type "test" omitted + +# Unsupported target "async_send_sync" with type "test" omitted + +# Unsupported target "buffered" with type "test" omitted + +# Unsupported target "fs" with type "test" omitted + +# Unsupported target "fs_copy" with type "test" omitted + +# Unsupported target "fs_dir" with type "test" omitted + +# Unsupported target "fs_file" with type "test" omitted + +# Unsupported target "fs_file_mocked" with type "test" omitted + +# Unsupported target "fs_link" with type "test" omitted + +# Unsupported target "io_async_fd" with type "test" omitted + +# Unsupported target "io_async_read" with type "test" omitted + +# Unsupported target "io_chain" with type "test" omitted + +# Unsupported target "io_copy" with type "test" omitted + +# Unsupported target "io_driver" with type "test" omitted + +# Unsupported target "io_driver_drop" with type "test" omitted + +# Unsupported target "io_lines" with type "test" omitted + +# Unsupported target "io_mem_stream" with type "test" omitted + +# Unsupported target "io_read" with type "test" omitted + +# Unsupported target "io_read_buf" with type "test" omitted + +# Unsupported target "io_read_exact" with type "test" omitted + +# Unsupported target "io_read_line" with type "test" omitted + +# Unsupported target "io_read_to_end" with type "test" omitted + +# Unsupported target "io_read_to_string" with type "test" omitted + +# Unsupported target "io_read_until" with type "test" omitted + +# Unsupported target "io_split" with type "test" omitted + +# Unsupported target "io_take" with type "test" omitted + +# Unsupported target "io_write" with type "test" omitted + +# Unsupported target "io_write_all" with type "test" omitted + +# Unsupported target "io_write_buf" with type "test" omitted + +# Unsupported target "io_write_int" with type "test" omitted + +# Unsupported target "macros_join" with type "test" omitted + +# Unsupported target "macros_pin" with type "test" omitted + +# Unsupported target "macros_select" with type "test" omitted + +# Unsupported target "macros_test" with type "test" omitted + +# Unsupported target "macros_try_join" with type "test" omitted + +# Unsupported target "net_bind_resource" with type "test" omitted + +# Unsupported target "net_lookup_host" with type "test" omitted + +# Unsupported target "no_rt" with type "test" omitted + +# Unsupported target "process_issue_2174" with type "test" omitted + +# Unsupported target "process_issue_42" with type "test" omitted + +# Unsupported target "process_kill_on_drop" with type "test" omitted + +# Unsupported target "process_smoke" with type "test" omitted + +# Unsupported target "rt_basic" with type "test" omitted + +# Unsupported target "rt_common" with type "test" omitted + +# Unsupported target "rt_threaded" with type "test" omitted + +# Unsupported target "signal_ctrl_c" with type "test" omitted + +# Unsupported target "signal_drop_recv" with type "test" omitted + +# Unsupported target "signal_drop_rt" with type "test" omitted + +# Unsupported target "signal_drop_signal" with type "test" omitted + +# Unsupported target "signal_multi_rt" with type "test" omitted + +# Unsupported target "signal_no_rt" with type "test" omitted + +# Unsupported target "signal_notify_both" with type "test" omitted + +# Unsupported target "signal_twice" with type "test" omitted + +# Unsupported target "signal_usr1" with type "test" omitted + +# Unsupported target "sync_barrier" with type "test" omitted + +# Unsupported target "sync_broadcast" with type "test" omitted + +# Unsupported target "sync_errors" with type "test" omitted + +# Unsupported target "sync_mpsc" with type "test" omitted + +# Unsupported target "sync_mutex" with type "test" omitted + +# Unsupported target "sync_mutex_owned" with type "test" omitted + +# Unsupported target "sync_notify" with type "test" omitted + +# Unsupported target "sync_oneshot" with type "test" omitted + +# Unsupported target "sync_rwlock" with type "test" omitted + +# Unsupported target "sync_semaphore" with type "test" omitted + +# Unsupported target "sync_semaphore_owned" with type "test" omitted + +# Unsupported target "sync_watch" with type "test" omitted + +# Unsupported target "task_abort" with type "test" omitted + +# Unsupported target "task_blocking" with type "test" omitted + +# Unsupported target "task_local" with type "test" omitted + +# Unsupported target "task_local_set" with type "test" omitted + +# Unsupported target "tcp_accept" with type "test" omitted + +# Unsupported target "tcp_connect" with type "test" omitted + +# Unsupported target "tcp_echo" with type "test" omitted + +# Unsupported target "tcp_into_split" with type "test" omitted + +# Unsupported target "tcp_into_std" with type "test" omitted + +# Unsupported target "tcp_peek" with type "test" omitted + +# Unsupported target "tcp_shutdown" with type "test" omitted + +# Unsupported target "tcp_socket" with type "test" omitted + +# Unsupported target "tcp_split" with type "test" omitted + +# Unsupported target "tcp_stream" with type "test" omitted + +# Unsupported target "test_clock" with type "test" omitted + +# Unsupported target "time_interval" with type "test" omitted + +# Unsupported target "time_pause" with type "test" omitted + +# Unsupported target "time_rt" with type "test" omitted + +# Unsupported target "time_sleep" with type "test" omitted + +# Unsupported target "time_timeout" with type "test" omitted + +# Unsupported target "udp" with type "test" omitted + +# Unsupported target "uds_cred" with type "test" omitted + +# Unsupported target "uds_datagram" with type "test" omitted + +# Unsupported target "uds_split" with type "test" omitted + +# Unsupported target "uds_stream" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.tokio-macros-1.1.0.bazel b/test/prostgen/raze/remote/BUILD.tokio-macros-1.1.0.bazel new file mode 100644 index 0000000000..c10594d1e8 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.tokio-macros-1.1.0.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tokio_macros", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.1.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_test_prostgen__quote__1_0_9//:quote", + "@rules_rust_test_prostgen__syn__1_0_60//:syn", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.tokio-stream-0.1.3.bazel b/test/prostgen/raze/remote/BUILD.tokio-stream-0.1.3.bazel new file mode 100644 index 0000000000..f2006e36b4 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.tokio-stream-0.1.3.bazel @@ -0,0 +1,82 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tokio_stream", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "time", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_test_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + "@rules_rust_test_prostgen__tokio__1_2_0//:tokio", + ], +) + +# Unsupported target "async_send_sync" with type "test" omitted + +# Unsupported target "stream_chain" with type "test" omitted + +# Unsupported target "stream_collect" with type "test" omitted + +# Unsupported target "stream_empty" with type "test" omitted + +# Unsupported target "stream_fuse" with type "test" omitted + +# Unsupported target "stream_iter" with type "test" omitted + +# Unsupported target "stream_merge" with type "test" omitted + +# Unsupported target "stream_once" with type "test" omitted + +# Unsupported target "stream_pending" with type "test" omitted + +# Unsupported target "stream_stream_map" with type "test" omitted + +# Unsupported target "stream_timeout" with type "test" omitted + +# Unsupported target "time_throttle" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.tokio-util-0.6.3.bazel b/test/prostgen/raze/remote/BUILD.tokio-util-0.6.3.bazel new file mode 100644 index 0000000000..f1a1017b4d --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.tokio-util-0.6.3.bazel @@ -0,0 +1,85 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tokio_util", + srcs = glob(["**/*.rs"]), + crate_features = [ + "codec", + "default", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.6.3", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_test_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_test_prostgen__futures_sink__0_3_13//:futures_sink", + "@rules_rust_test_prostgen__log__0_4_14//:log", + "@rules_rust_test_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + "@rules_rust_test_prostgen__tokio__1_2_0//:tokio", + ], +) + +# Unsupported target "codecs" with type "test" omitted + +# Unsupported target "context" with type "test" omitted + +# Unsupported target "framed" with type "test" omitted + +# Unsupported target "framed_read" with type "test" omitted + +# Unsupported target "framed_write" with type "test" omitted + +# Unsupported target "io_reader_stream" with type "test" omitted + +# Unsupported target "io_stream_reader" with type "test" omitted + +# Unsupported target "length_delimited" with type "test" omitted + +# Unsupported target "reusable_box" with type "test" omitted + +# Unsupported target "sync_cancellation_token" with type "test" omitted + +# Unsupported target "time_delay_queue" with type "test" omitted + +# Unsupported target "udp" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.tonic-0.4.0.bazel b/test/prostgen/raze/remote/BUILD.tonic-0.4.0.bazel new file mode 100644 index 0000000000..68a0417b42 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.tonic-0.4.0.bazel @@ -0,0 +1,93 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "decode" with type "bench" omitted + +rust_library( + name = "tonic", + srcs = glob(["**/*.rs"]), + aliases = { + "@rules_rust_test_prostgen__prost__0_7_0//:prost": "prost1", + }, + crate_features = [ + "async-trait", + "codegen", + "default", + "h2", + "hyper", + "prost", + "prost-derive", + "prost1", + "tokio", + "tower", + "tracing-futures", + "transport", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_test_prostgen__async_trait__0_1_42//:async_trait", + "@rules_rust_test_prostgen__prost_derive__0_7_0//:prost_derive", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__async_stream__0_3_0//:async_stream", + "@rules_rust_test_prostgen__base64__0_13_0//:base64", + "@rules_rust_test_prostgen__bytes__1_0_1//:bytes", + "@rules_rust_test_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_test_prostgen__futures_util__0_3_13//:futures_util", + "@rules_rust_test_prostgen__h2__0_3_0//:h2", + "@rules_rust_test_prostgen__http__0_2_3//:http", + "@rules_rust_test_prostgen__http_body__0_4_0//:http_body", + "@rules_rust_test_prostgen__hyper__0_14_4//:hyper", + "@rules_rust_test_prostgen__percent_encoding__2_1_0//:percent_encoding", + "@rules_rust_test_prostgen__pin_project__1_0_5//:pin_project", + "@rules_rust_test_prostgen__prost__0_7_0//:prost", + "@rules_rust_test_prostgen__tokio__1_2_0//:tokio", + "@rules_rust_test_prostgen__tokio_stream__0_1_3//:tokio_stream", + "@rules_rust_test_prostgen__tokio_util__0_6_3//:tokio_util", + "@rules_rust_test_prostgen__tower__0_4_5//:tower", + "@rules_rust_test_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_test_prostgen__tracing__0_1_25//:tracing", + "@rules_rust_test_prostgen__tracing_futures__0_2_5//:tracing_futures", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.tower-0.4.5.bazel b/test/prostgen/raze/remote/BUILD.tower-0.4.5.bazel new file mode 100644 index 0000000000..f3056ea8e3 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.tower-0.4.5.bazel @@ -0,0 +1,110 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "tower-balance" with type "example" omitted + +rust_library( + name = "tower", + srcs = glob(["**/*.rs"]), + crate_features = [ + "balance", + "buffer", + "default", + "discover", + "futures-util", + "indexmap", + "limit", + "load", + "log", + "make", + "rand", + "ready-cache", + "slab", + "timeout", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", + "util", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.5", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__futures_core__0_3_13//:futures_core", + "@rules_rust_test_prostgen__futures_util__0_3_13//:futures_util", + "@rules_rust_test_prostgen__indexmap__1_6_1//:indexmap", + "@rules_rust_test_prostgen__pin_project__1_0_5//:pin_project", + "@rules_rust_test_prostgen__rand__0_8_3//:rand", + "@rules_rust_test_prostgen__slab__0_4_2//:slab", + "@rules_rust_test_prostgen__tokio__1_2_0//:tokio", + "@rules_rust_test_prostgen__tokio_stream__0_1_3//:tokio_stream", + "@rules_rust_test_prostgen__tokio_util__0_6_3//:tokio_util", + "@rules_rust_test_prostgen__tower_layer__0_3_1//:tower_layer", + "@rules_rust_test_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_test_prostgen__tracing__0_1_25//:tracing", + ], +) + +# Unsupported target "balance" with type "test" omitted + +# Unsupported target "buffer" with type "test" omitted + +# Unsupported target "builder" with type "test" omitted + +# Unsupported target "hedge" with type "test" omitted + +# Unsupported target "limit" with type "test" omitted + +# Unsupported target "load_shed" with type "test" omitted + +# Unsupported target "ready_cache" with type "test" omitted + +# Unsupported target "retry" with type "test" omitted + +# Unsupported target "spawn_ready" with type "test" omitted + +# Unsupported target "steer" with type "test" omitted + +# Unsupported target "support" with type "test" omitted + +# Unsupported target "util" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.tower-layer-0.3.1.bazel b/test/prostgen/raze/remote/BUILD.tower-layer-0.3.1.bazel new file mode 100644 index 0000000000..8b1ee4014f --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.tower-layer-0.3.1.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tower_layer", + 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.1", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.tower-service-0.3.1.bazel b/test/prostgen/raze/remote/BUILD.tower-service-0.3.1.bazel new file mode 100644 index 0000000000..278080880b --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.tower-service-0.3.1.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tower_service", + 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.1", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.tracing-0.1.25.bazel b/test/prostgen/raze/remote/BUILD.tracing-0.1.25.bazel new file mode 100644 index 0000000000..68ba51b635 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.tracing-0.1.25.bazel @@ -0,0 +1,101 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "no_subscriber" with type "bench" omitted + +# Unsupported target "subscriber" with type "bench" omitted + +rust_library( + name = "tracing", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "attributes", + "default", + "log", + "std", + "tracing-attributes", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + proc_macro_deps = [ + "@rules_rust_test_prostgen__tracing_attributes__0_1_13//:tracing_attributes", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.25", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__cfg_if__1_0_0//:cfg_if", + "@rules_rust_test_prostgen__log__0_4_14//:log", + "@rules_rust_test_prostgen__pin_project_lite__0_2_4//:pin_project_lite", + "@rules_rust_test_prostgen__tracing_core__0_1_17//:tracing_core", + ] + selects.with_or({ + # cfg(target_arch = "wasm32") + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + "@rules_rust//rust/platform:wasm32-wasi", + ): [ + ], + "//conditions:default": [], + }), +) + +# Unsupported target "event" with type "test" omitted + +# Unsupported target "filter_caching_is_lexically_scoped" with type "test" omitted + +# Unsupported target "filters_are_not_reevaluated_for_the_same_span" with type "test" omitted + +# Unsupported target "filters_are_reevaluated_for_different_call_sites" with type "test" omitted + +# Unsupported target "filters_dont_leak" with type "test" omitted + +# Unsupported target "macro_imports" with type "test" omitted + +# Unsupported target "macros" with type "test" omitted + +# Unsupported target "max_level_hint" with type "test" omitted + +# Unsupported target "multiple_max_level_hints" with type "test" omitted + +# Unsupported target "span" with type "test" omitted + +# Unsupported target "subscriber" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.tracing-attributes-0.1.13.bazel b/test/prostgen/raze/remote/BUILD.tracing-attributes-0.1.13.bazel new file mode 100644 index 0000000000..80cb11d474 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.tracing-attributes-0.1.13.bazel @@ -0,0 +1,74 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tracing_attributes", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "proc-macro", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.13", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__proc_macro2__1_0_24//:proc_macro2", + "@rules_rust_test_prostgen__quote__1_0_9//:quote", + "@rules_rust_test_prostgen__syn__1_0_60//:syn", + ], +) + +# Unsupported target "async_fn" with type "test" omitted + +# Unsupported target "destructuring" with type "test" omitted + +# Unsupported target "err" with type "test" omitted + +# Unsupported target "fields" with type "test" omitted + +# Unsupported target "instrument" with type "test" omitted + +# Unsupported target "levels" with type "test" omitted + +# Unsupported target "names" with type "test" omitted + +# Unsupported target "support" with type "test" omitted + +# Unsupported target "targets" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.tracing-core-0.1.17.bazel b/test/prostgen/raze/remote/BUILD.tracing-core-0.1.17.bazel new file mode 100644 index 0000000000..23db3b0280 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.tracing-core-0.1.17.bazel @@ -0,0 +1,62 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "tracing_core", + srcs = glob(["**/*.rs"]), + crate_features = [ + "lazy_static", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.17", + # buildifier: leave-alone + deps = [ + "@rules_rust_test_prostgen__lazy_static__1_4_0//:lazy_static", + ], +) + +# Unsupported target "dispatch" with type "test" omitted + +# Unsupported target "global_dispatch" with type "test" omitted + +# Unsupported target "macros" with type "test" omitted diff --git a/proto/prostgen/raze/remote/BUILD.tower-load-shed-0.3.0.bazel b/test/prostgen/raze/remote/BUILD.tracing-futures-0.2.5.bazel similarity index 66% rename from proto/prostgen/raze/remote/BUILD.tower-load-shed-0.3.0.bazel rename to test/prostgen/raze/remote/BUILD.tracing-futures-0.2.5.bazel index 5726b7456a..8acbc01878 100644 --- a/proto/prostgen/raze/remote/BUILD.tower-load-shed-0.3.0.bazel +++ b/test/prostgen/raze/remote/BUILD.tracing-futures-0.2.5.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # - # Prefer access through "//proto/prostgen/raze", which limits external + # Prefer access through "//test/prostgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) @@ -31,9 +31,13 @@ licenses([ # Generated Targets rust_library( - name = "tower_load_shed", + name = "tracing_futures", srcs = glob(["**/*.rs"]), crate_features = [ + "default", + "pin-project", + "std", + "std-future", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -46,14 +50,14 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.0", + version = "0.2.5", # buildifier: leave-alone deps = [ - "@rules_rust_prostgen__futures_core__0_3_12//:futures_core", - "@rules_rust_prostgen__pin_project__0_4_26//:pin_project", - "@rules_rust_prostgen__tower_layer__0_3_1//:tower_layer", - "@rules_rust_prostgen__tower_service__0_3_1//:tower_service", + "@rules_rust_test_prostgen__pin_project__1_0_5//:pin_project", + "@rules_rust_test_prostgen__tracing__0_1_25//:tracing", ], ) -# Unsupported target "load-shed" with type "test" omitted +# Unsupported target "std_future" with type "test" omitted + +# Unsupported target "support" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.try-lock-0.2.3.bazel b/test/prostgen/raze/remote/BUILD.try-lock-0.2.3.bazel new file mode 100644 index 0000000000..ee3799ec2e --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.try-lock-0.2.3.bazel @@ -0,0 +1,53 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +rust_library( + name = "try_lock", + 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.2.3", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel b/test/prostgen/raze/remote/BUILD.unicode-xid-0.2.1.bazel new file mode 100644 index 0000000000..7d4fb8d49e --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.unicode-xid-0.2.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "unicode_xid", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.1", + # buildifier: leave-alone + deps = [ + ], +) + +# Unsupported target "exhaustive_tests" with type "test" omitted diff --git a/test/prostgen/raze/remote/BUILD.want-0.3.0.bazel b/test/prostgen/raze/remote/BUILD.want-0.3.0.bazel new file mode 100644 index 0000000000..b843f4a355 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.want-0.3.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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT" +]) + +# Generated Targets + +# Unsupported target "throughput" with type "bench" omitted + +rust_library( + name = "want", + 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 = [ + "@rules_rust_test_prostgen__log__0_4_14//:log", + "@rules_rust_test_prostgen__try_lock__0_2_3//:try_lock", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel b/test/prostgen/raze/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel new file mode 100644 index 0000000000..4b9ede009a --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.wasi-0.10.2+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( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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.10.2+wasi-snapshot-preview1", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/test/prostgen/raze/remote/BUILD.winapi-0.3.9.bazel b/test/prostgen/raze/remote/BUILD.winapi-0.3.9.bazel new file mode 100644 index 0000000000..027808b5b3 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.winapi-0.3.9.bazel @@ -0,0 +1,126 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "winapi_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "cfg", + "evntrace", + "fileapi", + "handleapi", + "in6addr", + "inaddr", + "ioapiset", + "minwinbase", + "minwindef", + "mswsock", + "namedpipeapi", + "ntdef", + "ntsecapi", + "std", + "synchapi", + "windef", + "winerror", + "winioctl", + "winsock2", + "ws2def", + "ws2ipdef", + "ws2tcpip", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.9", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "winapi", + srcs = glob(["**/*.rs"]), + crate_features = [ + "cfg", + "evntrace", + "fileapi", + "handleapi", + "in6addr", + "inaddr", + "ioapiset", + "minwinbase", + "minwindef", + "mswsock", + "namedpipeapi", + "ntdef", + "ntsecapi", + "std", + "synchapi", + "windef", + "winerror", + "winioctl", + "winsock2", + "ws2def", + "ws2ipdef", + "ws2tcpip", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.9", + # buildifier: leave-alone + deps = [ + ":winapi_build_script", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel b/test/prostgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel new file mode 100644 index 0000000000..fd7499cefa --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel @@ -0,0 +1,82 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "winapi_i686_pc_windows_gnu_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.4.0", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "winapi_i686_pc_windows_gnu", + 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.4.0", + # buildifier: leave-alone + deps = [ + ":winapi_i686_pc_windows_gnu_build_script", + ], +) diff --git a/test/prostgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel b/test/prostgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel new file mode 100644 index 0000000000..6e4eded1a8 --- /dev/null +++ b/test/prostgen/raze/remote/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel @@ -0,0 +1,82 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//test/prostgen/raze", 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=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "winapi_x86_64_pc_windows_gnu_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.4.0", + visibility = ["//visibility:private"], + deps = [ + ], +) + +rust_library( + name = "winapi_x86_64_pc_windows_gnu", + 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.4.0", + # buildifier: leave-alone + deps = [ + ":winapi_x86_64_pc_windows_gnu_build_script", + ], +) diff --git a/proto/prostgen/test/shared_imports.proto b/test/prostgen/shared_imports.proto similarity index 100% rename from proto/prostgen/test/shared_imports.proto rename to test/prostgen/shared_imports.proto diff --git a/proto/prostgen/test/use_external.proto b/test/prostgen/use_external.proto similarity index 100% rename from proto/prostgen/test/use_external.proto rename to test/prostgen/use_external.proto diff --git a/proto/prostgen/test/x.proto b/test/prostgen/x.proto similarity index 51% rename from proto/prostgen/test/x.proto rename to test/prostgen/x.proto index 2b071e9f40..38209f3c54 100644 --- a/proto/prostgen/test/x.proto +++ b/test/prostgen/x.proto @@ -2,8 +2,8 @@ syntax = "proto3"; package prostgen.test; -import "proto/prostgen/test/a.proto"; -import "proto/prostgen/test/b.proto"; +import "test/prostgen/a.proto"; +import "test/prostgen/b.proto"; message X { A a = 1; diff --git a/proto/prostgen/test/y.proto b/test/prostgen/y.proto similarity index 51% rename from proto/prostgen/test/y.proto rename to test/prostgen/y.proto index 7c93a0a63a..df5c5bbd5b 100644 --- a/proto/prostgen/test/y.proto +++ b/test/prostgen/y.proto @@ -2,8 +2,8 @@ syntax = "proto3"; package prostgen.test; -import "proto/prostgen/test/a.proto"; -import "proto/prostgen/test/b.proto"; +import "test/prostgen/a.proto"; +import "test/prostgen/b.proto"; message Y { A a = 1;