From 99aaf08302f961513ab338d84b975cf10d385fb2 Mon Sep 17 00:00:00 2001 From: scentini Date: Thu, 27 Apr 2023 19:58:20 +0200 Subject: [PATCH] Rename crates_vendor_manifests to cvm to shorten windows path lengths (#1944) The `LINK : fatal error LNK1181: cannot open input file 'windows.0.48.0.lib` in https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2983#0187c0e7-1c1b-40ca-9a81-6f2c261bfe9e from https://github.com/bazelbuild/rules_rust/issues/1938 seems to come from too long a path; I believe the `windows.0.48.0.lib` file should be under `C:\\b\\ng6ta375\\execroot\\__main__\\bazel-out/x64_windows-opt-exec-ST-f007e4e0eadc/bin/external/crates_vendor_manifests__windows_x86_64_msvc-0.48.0/windows_x86_64_msvc_build_script_.exe.runfiles/crates_vendor_manifests__windows_x86_64_msvc-0.48.0/lib`, which, together with the file's name surpasses the Windows filepath limit of 260 characters. I only changed a `crates_vendor_manifests` repository to `cvm`, and I needed to run `bazel run @//vendor_local_pkgs:crates_vendor`, `bazel run @//vendor_local_manifests:crates_vendor`, `bazel run @//vendor_remote_manifests:crates_vendor` afterwards. This seems to have triggered some crate version updates, e.g `rustix-0.37.14 -> rustix-0.37.15` I'm not sure if that's expected. --- .../vendor_local_manifests/crates/BUILD.bazel | 2 +- .../vendor_local_manifests/crates/defs.bzl | 4 +- .../crates/rustix-0.37.14/BUILD.bazel | 294 ------------------ .../crates/rustix-0.37.15/BUILD.bazel | 291 +++++++++++++++++ .../crates/tempfile-3.5.0/BUILD.bazel | 44 +-- .../BUILD.bazel | 14 +- .../BUILD.bazel | 2 +- .../BUILD.bazel | 6 +- .../crates/tokio-test-0.4.2/BUILD.bazel | 4 +- .../crates/windows-sys-0.45.0/BUILD.bazel | 3 - .../crates/windows-sys-0.48.0/BUILD.bazel | 22 ++ .../vendor_local_pkgs/crates/BUILD.bazel | 4 +- .../crates/axum-0.4.8/BUILD.bazel | 2 +- .../vendor_local_pkgs/crates/defs.bzl | 11 +- .../crates/h2-0.3.18/BUILD.bazel | 6 +- .../crates/hyper-0.14.26/BUILD.bazel | 4 +- .../crates/syn-1.0.109/BUILD.bazel | 4 - .../crates/syn-2.0.15/BUILD.bazel | 1 + .../BUILD.bazel | 14 +- .../BUILD.bazel | 2 +- .../BUILD.bazel | 8 +- .../crates/tower-0.4.13/BUILD.bazel | 6 +- .../crates/tower-http-0.2.5/BUILD.bazel | 2 +- .../BUILD.bazel | 5 +- .../BUILD.bazel | 4 +- .../crates/windows-sys-0.45.0/BUILD.bazel | 3 - .../crates/windows-sys-0.48.0/BUILD.bazel | 59 ++++ .../crates/windows-targets-0.48.0/BUILD.bazel | 59 ++++ .../BUILD.bazel | 81 +++++ .../windows_aarch64_msvc-0.48.0/BUILD.bazel | 81 +++++ .../windows_i686_gnu-0.48.0/BUILD.bazel | 81 +++++ .../windows_i686_msvc-0.48.0/BUILD.bazel | 81 +++++ .../windows_x86_64_gnu-0.48.0/BUILD.bazel | 81 +++++ .../windows_x86_64_gnullvm-0.48.0/BUILD.bazel | 81 +++++ .../windows_x86_64_msvc-0.48.0/BUILD.bazel | 81 +++++ .../vendor_remote_manifests/BUILD.bazel | 4 +- .../crates/BUILD.async-stream-0.3.5.bazel | 6 +- .../BUILD.async-stream-impl-0.3.5.bazel | 6 +- .../crates/BUILD.bazel | 6 +- .../crates/BUILD.errno-0.3.1.bazel | 50 +-- .../crates/BUILD.errno-dragonfly-0.1.2.bazel | 6 +- .../crates/BUILD.fastrand-1.9.0.bazel | 2 +- .../crates/BUILD.futures-core-0.3.28.bazel | 2 +- .../crates/BUILD.hermit-abi-0.2.6.bazel | 2 +- .../crates/BUILD.instant-0.1.12.bazel | 2 +- .../crates/BUILD.io-lifetimes-1.0.10.bazel | 58 ++-- .../crates/BUILD.libc-0.2.142.bazel | 2 +- .../crates/BUILD.lock_api-0.4.9.bazel | 6 +- .../crates/BUILD.log-0.4.17.bazel | 4 +- .../crates/BUILD.mio-0.8.6.bazel | 54 ++-- .../crates/BUILD.num_cpus-1.15.0.bazel | 50 +-- .../crates/BUILD.parking_lot-0.12.1.bazel | 4 +- .../crates/BUILD.parking_lot_core-0.9.7.bazel | 54 ++-- .../crates/BUILD.proc-macro2-1.0.56.bazel | 4 +- .../crates/BUILD.quote-1.0.26.bazel | 4 +- .../crates/BUILD.redox_syscall-0.2.16.bazel | 2 +- .../crates/BUILD.redox_syscall-0.3.5.bazel | 2 +- .../crates/BUILD.rustix-0.37.14.bazel | 294 ------------------ .../crates/BUILD.rustix-0.37.15.bazel | 291 +++++++++++++++++ .../BUILD.signal-hook-registry-1.4.1.bazel | 2 +- .../crates/BUILD.socket2-0.4.9.bazel | 48 +-- .../crates/BUILD.syn-2.0.15.bazel | 6 +- .../crates/BUILD.tempfile-3.5.0.bazel | 54 ++-- .../crates/BUILD.tokio-1.27.0.bazel | 267 ---------------- .../crates/BUILD.tokio-1.28.0.bazel | 267 ++++++++++++++++ ...0.bazel => BUILD.tokio-macros-2.1.0.bazel} | 8 +- ....bazel => BUILD.tokio-stream-0.1.14.bazel} | 10 +- .../crates/BUILD.tokio-test-0.4.2.bazel | 10 +- .../crates/BUILD.winapi-0.3.9.bazel | 2 +- ...ILD.winapi-i686-pc-windows-gnu-0.4.0.bazel | 2 +- ...D.winapi-x86_64-pc-windows-gnu-0.4.0.bazel | 2 +- .../crates/BUILD.windows-sys-0.45.0.bazel | 59 ++-- .../crates/BUILD.windows-sys-0.48.0.bazel | 24 +- .../crates/BUILD.windows-targets-0.42.2.bazel | 6 +- .../crates/BUILD.windows-targets-0.48.0.bazel | 10 +- ...BUILD.windows_aarch64_gnullvm-0.42.2.bazel | 2 +- ...BUILD.windows_aarch64_gnullvm-0.48.0.bazel | 2 +- .../BUILD.windows_aarch64_msvc-0.42.2.bazel | 2 +- .../BUILD.windows_aarch64_msvc-0.48.0.bazel | 2 +- .../BUILD.windows_i686_gnu-0.42.2.bazel | 2 +- .../BUILD.windows_i686_gnu-0.48.0.bazel | 2 +- .../BUILD.windows_i686_msvc-0.42.2.bazel | 2 +- .../BUILD.windows_i686_msvc-0.48.0.bazel | 2 +- .../BUILD.windows_x86_64_gnu-0.42.2.bazel | 2 +- .../BUILD.windows_x86_64_gnu-0.48.0.bazel | 2 +- .../BUILD.windows_x86_64_gnullvm-0.42.2.bazel | 2 +- .../BUILD.windows_x86_64_gnullvm-0.48.0.bazel | 2 +- .../BUILD.windows_x86_64_msvc-0.42.2.bazel | 2 +- .../BUILD.windows_x86_64_msvc-0.48.0.bazel | 2 +- .../vendor_remote_manifests/crates/crates.bzl | 2 +- .../vendor_remote_manifests/crates/defs.bzl | 164 +++++----- 91 files changed, 2025 insertions(+), 1308 deletions(-) delete mode 100644 examples/crate_universe/vendor_local_manifests/crates/rustix-0.37.14/BUILD.bazel create mode 100644 examples/crate_universe/vendor_local_manifests/crates/rustix-0.37.15/BUILD.bazel rename examples/crate_universe/vendor_local_manifests/crates/{tokio-1.27.0 => tokio-1.28.0}/BUILD.bazel (97%) rename examples/crate_universe/vendor_local_manifests/crates/{tokio-macros-2.0.0 => tokio-macros-2.1.0}/BUILD.bazel (98%) rename examples/crate_universe/vendor_local_manifests/crates/{tokio-stream-0.1.12 => tokio-stream-0.1.14}/BUILD.bazel (91%) rename examples/crate_universe/vendor_local_pkgs/crates/{tokio-1.27.0 => tokio-1.28.0}/BUILD.bazel (97%) rename examples/crate_universe/vendor_local_pkgs/crates/{tokio-macros-2.0.0 => tokio-macros-2.1.0}/BUILD.bazel (98%) rename examples/crate_universe/vendor_local_pkgs/crates/{tokio-util-0.7.7 => tokio-util-0.7.8}/BUILD.bazel (89%) rename examples/crate_universe/vendor_local_pkgs/crates/{tracing-0.1.37 => tracing-0.1.38}/BUILD.bazel (90%) rename examples/crate_universe/vendor_local_pkgs/crates/{tracing-attributes-0.1.23 => tracing-attributes-0.1.24}/BUILD.bazel (93%) create mode 100644 examples/crate_universe/vendor_local_pkgs/crates/windows-sys-0.48.0/BUILD.bazel create mode 100644 examples/crate_universe/vendor_local_pkgs/crates/windows-targets-0.48.0/BUILD.bazel create mode 100644 examples/crate_universe/vendor_local_pkgs/crates/windows_aarch64_gnullvm-0.48.0/BUILD.bazel create mode 100644 examples/crate_universe/vendor_local_pkgs/crates/windows_aarch64_msvc-0.48.0/BUILD.bazel create mode 100644 examples/crate_universe/vendor_local_pkgs/crates/windows_i686_gnu-0.48.0/BUILD.bazel create mode 100644 examples/crate_universe/vendor_local_pkgs/crates/windows_i686_msvc-0.48.0/BUILD.bazel create mode 100644 examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_gnu-0.48.0/BUILD.bazel create mode 100644 examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_gnullvm-0.48.0/BUILD.bazel create mode 100644 examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_msvc-0.48.0/BUILD.bazel delete mode 100644 examples/crate_universe/vendor_remote_manifests/crates/BUILD.rustix-0.37.14.bazel create mode 100644 examples/crate_universe/vendor_remote_manifests/crates/BUILD.rustix-0.37.15.bazel delete mode 100644 examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-1.27.0.bazel create mode 100644 examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-1.28.0.bazel rename examples/crate_universe/vendor_remote_manifests/crates/{BUILD.tokio-macros-2.0.0.bazel => BUILD.tokio-macros-2.1.0.bazel} (83%) rename examples/crate_universe/vendor_remote_manifests/crates/{BUILD.tokio-stream-0.1.12.bazel => BUILD.tokio-stream-0.1.14.bazel} (80%) diff --git a/examples/crate_universe/vendor_local_manifests/crates/BUILD.bazel b/examples/crate_universe/vendor_local_manifests/crates/BUILD.bazel index 663f9bfa62..48b4fef5d2 100644 --- a/examples/crate_universe/vendor_local_manifests/crates/BUILD.bazel +++ b/examples/crate_universe/vendor_local_manifests/crates/BUILD.bazel @@ -32,7 +32,7 @@ alias( alias( name = "tokio", - actual = "//vendor_local_manifests/crates/tokio-1.27.0:tokio", + actual = "//vendor_local_manifests/crates/tokio-1.28.0:tokio", tags = ["manual"], ) diff --git a/examples/crate_universe/vendor_local_manifests/crates/defs.bzl b/examples/crate_universe/vendor_local_manifests/crates/defs.bzl index 702eac9976..b6e91fedd6 100644 --- a/examples/crate_universe/vendor_local_manifests/crates/defs.bzl +++ b/examples/crate_universe/vendor_local_manifests/crates/defs.bzl @@ -289,7 +289,7 @@ def aliases( _NORMAL_DEPENDENCIES = { "vendor_local_manifests": { _COMMON_CONDITION: { - "tokio": "//vendor_local_manifests/crates/tokio-1.27.0:tokio", + "tokio": "//vendor_local_manifests/crates/tokio-1.28.0:tokio", }, }, } @@ -366,6 +366,7 @@ _CONDITIONS = { "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [], "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": ["aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "powerpc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "x86_64-linux-android"], "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": ["aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-unknown-linux-gnueabi", "i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu"], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "armv7-linux-androideabi", "i686-apple-darwin", "i686-linux-android", "i686-unknown-freebsd", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-unknown-freebsd"], "cfg(all(target_arch = \"aarch64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))": [], "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": ["aarch64-pc-windows-msvc"], "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": ["wasm32-unknown-unknown"], @@ -374,7 +375,6 @@ _CONDITIONS = { "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": ["x86_64-unknown-linux-gnu"], "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))": [], "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": ["x86_64-pc-windows-msvc"], - "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "aarch64-pc-windows-msvc", "armv7-linux-androideabi", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", "i686-unknown-freebsd", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd"], "cfg(any(unix, target_os = \"wasi\"))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], "cfg(docsrs)": [], "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], diff --git a/examples/crate_universe/vendor_local_manifests/crates/rustix-0.37.14/BUILD.bazel b/examples/crate_universe/vendor_local_manifests/crates/rustix-0.37.14/BUILD.bazel deleted file mode 100644 index c306c270dc..0000000000 --- a/examples/crate_universe/vendor_local_manifests/crates/rustix-0.37.14/BUILD.bazel +++ /dev/null @@ -1,294 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @//vendor_local_manifests:crates_vendor -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_build_script") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -# licenses([ -# "TODO", # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT -# ]) - -rust_library( - name = "rustix", - srcs = glob(["**/*.rs"]), - aliases = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:aarch64-apple-ios": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:aarch64-apple-ios-sim": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:aarch64-fuchsia": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:aarch64-linux-android": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:armv7-linux-androideabi": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:i686-apple-darwin": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:i686-linux-android": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:i686-pc-windows-msvc": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:i686-unknown-freebsd": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:wasm32-unknown-unknown": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:wasm32-wasi": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-apple-darwin": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-apple-ios": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-fuchsia": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-linux-android": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-unknown-freebsd": { - "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "//conditions:default": {}, - }), - compile_data = glob( - include = ["**"], - exclude = [ - "**/* *", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "fs", - "io-lifetimes", - "libc", - "std", - "use-libc-auxv", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = ["--cap-lints=allow"], - tags = [ - "cargo-bazel", - "crate-name=rustix", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.37.14", - deps = [ - "//vendor_local_manifests/crates/bitflags-1.3.2:bitflags", - "//vendor_local_manifests/crates/io-lifetimes-1.0.10:io_lifetimes", - "//vendor_local_manifests/crates/rustix-0.37.14:build_script_build", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:aarch64-apple-ios": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:aarch64-fuchsia": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:aarch64-linux-android": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:i686-apple-darwin": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:i686-linux-android": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:wasm32-wasi": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:x86_64-apple-ios": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:x86_64-fuchsia": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:x86_64-linux-android": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "rustix_build_script", - srcs = glob(["**/*.rs"]), - crate_features = [ - "default", - "fs", - "io-lifetimes", - "libc", - "std", - "use-libc-auxv", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - exclude = [ - "**/* *", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustix", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.37.14", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = "rustix_build_script", - tags = ["manual"], -) diff --git a/examples/crate_universe/vendor_local_manifests/crates/rustix-0.37.15/BUILD.bazel b/examples/crate_universe/vendor_local_manifests/crates/rustix-0.37.15/BUILD.bazel new file mode 100644 index 0000000000..88dfb022af --- /dev/null +++ b/examples/crate_universe/vendor_local_manifests/crates/rustix-0.37.15/BUILD.bazel @@ -0,0 +1,291 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_local_manifests:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT +# ]) + +rust_library( + name = "rustix", + srcs = glob(["**/*.rs"]), + aliases = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-apple-ios": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-apple-ios-sim": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-fuchsia": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-linux-android": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:armv7-linux-androideabi": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:i686-apple-darwin": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:i686-linux-android": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:i686-pc-windows-msvc": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:i686-unknown-freebsd": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:wasm32-unknown-unknown": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:wasm32-wasi": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-apple-darwin": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-apple-ios": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-fuchsia": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-linux-android": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:x86_64-unknown-freebsd": { + "//vendor_local_manifests/crates/errno-0.3.1:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "//conditions:default": {}, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_features = [ + "default", + "fs", + "io-lifetimes", + "libc", + "std", + "use-libc-auxv", + ], + crate_root = "src/lib.rs", + edition = "2018", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=rustix", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.37.15", + deps = [ + "//vendor_local_manifests/crates/bitflags-1.3.2:bitflags", + "//vendor_local_manifests/crates/io-lifetimes-1.0.10:io_lifetimes", + "//vendor_local_manifests/crates/rustix-0.37.15:build_script_build", + ] + select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-fuchsia": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-linux-android": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(windows) + "//vendor_local_manifests/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:armv7-linux-androideabi": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:i686-apple-darwin": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(windows) + "//vendor_local_manifests/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:wasm32-wasi": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-fuchsia": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(windows) + "//vendor_local_manifests/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "//vendor_local_manifests/crates/errno-0.3.1:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "//vendor_local_manifests/crates/linux-raw-sys-0.3.4:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "//conditions:default": [], + }), +) + +cargo_build_script( + name = "rustix_build_script", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "fs", + "io-lifetimes", + "libc", + "std", + "use-libc-auxv", + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=rustix", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.37.15", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = "rustix_build_script", + tags = ["manual"], +) diff --git a/examples/crate_universe/vendor_local_manifests/crates/tempfile-3.5.0/BUILD.bazel b/examples/crate_universe/vendor_local_manifests/crates/tempfile-3.5.0/BUILD.bazel index 1847069f75..01d5f1efec 100644 --- a/examples/crate_universe/vendor_local_manifests/crates/tempfile-3.5.0/BUILD.bazel +++ b/examples/crate_universe/vendor_local_manifests/crates/tempfile-3.5.0/BUILD.bazel @@ -43,79 +43,79 @@ rust_library( "//vendor_local_manifests/crates/fastrand-1.9.0:fastrand", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "//vendor_local_manifests/crates/windows-sys-0.45.0:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-linux-android": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "//vendor_local_manifests/crates/windows-sys-0.45.0:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "//vendor_local_manifests/crates/windows-sys-0.45.0:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "//vendor_local_manifests/crates/rustix-0.37.14:rustix", # cfg(any(unix, target_os = "wasi")) + "//vendor_local_manifests/crates/rustix-0.37.15:rustix", # cfg(any(unix, target_os = "wasi")) ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_local_manifests/crates/tokio-1.27.0/BUILD.bazel b/examples/crate_universe/vendor_local_manifests/crates/tokio-1.28.0/BUILD.bazel similarity index 97% rename from examples/crate_universe/vendor_local_manifests/crates/tokio-1.27.0/BUILD.bazel rename to examples/crate_universe/vendor_local_manifests/crates/tokio-1.28.0/BUILD.bazel index f638f502f2..776c9abec9 100644 --- a/examples/crate_universe/vendor_local_manifests/crates/tokio-1.27.0/BUILD.bazel +++ b/examples/crate_universe/vendor_local_manifests/crates/tokio-1.28.0/BUILD.bazel @@ -56,7 +56,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "//vendor_local_manifests/crates/tokio-macros-2.0.0:tokio_macros", + "//vendor_local_manifests/crates/tokio-macros-2.1.0:tokio_macros", ], rustc_flags = ["--cap-lints=allow"], tags = [ @@ -66,14 +66,14 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.27.0", + version = "1.28.0", deps = [ "//vendor_local_manifests/crates/bytes-1.4.0:bytes", "//vendor_local_manifests/crates/mio-0.8.6:mio", "//vendor_local_manifests/crates/num_cpus-1.15.0:num_cpus", "//vendor_local_manifests/crates/parking_lot-0.12.1:parking_lot", "//vendor_local_manifests/crates/pin-project-lite-0.2.9:pin_project_lite", - "//vendor_local_manifests/crates/tokio-1.27.0:build_script_build", + "//vendor_local_manifests/crates/tokio-1.28.0:build_script_build", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(unix) @@ -102,7 +102,7 @@ rust_library( ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "//vendor_local_manifests/crates/socket2-0.4.9:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - "//vendor_local_manifests/crates/windows-sys-0.45.0:windows_sys", # cfg(windows) + "//vendor_local_manifests/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(unix) @@ -136,7 +136,7 @@ rust_library( ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "//vendor_local_manifests/crates/socket2-0.4.9:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - "//vendor_local_manifests/crates/windows-sys-0.45.0:windows_sys", # cfg(windows) + "//vendor_local_manifests/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(unix) @@ -186,7 +186,7 @@ rust_library( ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "//vendor_local_manifests/crates/socket2-0.4.9:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - "//vendor_local_manifests/crates/windows-sys-0.45.0:windows_sys", # cfg(windows) + "//vendor_local_manifests/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "//vendor_local_manifests/crates/libc-0.2.142:libc", # cfg(unix) @@ -253,7 +253,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "1.27.0", + version = "1.28.0", visibility = ["//visibility:private"], deps = [ "//vendor_local_manifests/crates/autocfg-1.1.0:autocfg", diff --git a/examples/crate_universe/vendor_local_manifests/crates/tokio-macros-2.0.0/BUILD.bazel b/examples/crate_universe/vendor_local_manifests/crates/tokio-macros-2.1.0/BUILD.bazel similarity index 98% rename from examples/crate_universe/vendor_local_manifests/crates/tokio-macros-2.0.0/BUILD.bazel rename to examples/crate_universe/vendor_local_manifests/crates/tokio-macros-2.1.0/BUILD.bazel index f30e277e6c..591c3daaa7 100644 --- a/examples/crate_universe/vendor_local_manifests/crates/tokio-macros-2.0.0/BUILD.bazel +++ b/examples/crate_universe/vendor_local_manifests/crates/tokio-macros-2.1.0/BUILD.bazel @@ -37,7 +37,7 @@ rust_proc_macro( "noclippy", "norustfmt", ], - version = "2.0.0", + version = "2.1.0", deps = [ "//vendor_local_manifests/crates/proc-macro2-1.0.56:proc_macro2", "//vendor_local_manifests/crates/quote-1.0.26:quote", diff --git a/examples/crate_universe/vendor_local_manifests/crates/tokio-stream-0.1.12/BUILD.bazel b/examples/crate_universe/vendor_local_manifests/crates/tokio-stream-0.1.14/BUILD.bazel similarity index 91% rename from examples/crate_universe/vendor_local_manifests/crates/tokio-stream-0.1.12/BUILD.bazel rename to examples/crate_universe/vendor_local_manifests/crates/tokio-stream-0.1.14/BUILD.bazel index 4723080a19..3bd9d98cfe 100644 --- a/examples/crate_universe/vendor_local_manifests/crates/tokio-stream-0.1.12/BUILD.bazel +++ b/examples/crate_universe/vendor_local_manifests/crates/tokio-stream-0.1.14/BUILD.bazel @@ -32,7 +32,7 @@ rust_library( "time", ], crate_root = "src/lib.rs", - edition = "2018", + edition = "2021", rustc_flags = ["--cap-lints=allow"], tags = [ "cargo-bazel", @@ -41,10 +41,10 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.1.12", + version = "0.1.14", deps = [ "//vendor_local_manifests/crates/futures-core-0.3.28:futures_core", "//vendor_local_manifests/crates/pin-project-lite-0.2.9:pin_project_lite", - "//vendor_local_manifests/crates/tokio-1.27.0:tokio", + "//vendor_local_manifests/crates/tokio-1.28.0:tokio", ], ) diff --git a/examples/crate_universe/vendor_local_manifests/crates/tokio-test-0.4.2/BUILD.bazel b/examples/crate_universe/vendor_local_manifests/crates/tokio-test-0.4.2/BUILD.bazel index 643e6aef0f..a2f8ae2451 100644 --- a/examples/crate_universe/vendor_local_manifests/crates/tokio-test-0.4.2/BUILD.bazel +++ b/examples/crate_universe/vendor_local_manifests/crates/tokio-test-0.4.2/BUILD.bazel @@ -42,7 +42,7 @@ rust_library( "//vendor_local_manifests/crates/async-stream-0.3.5:async_stream", "//vendor_local_manifests/crates/bytes-1.4.0:bytes", "//vendor_local_manifests/crates/futures-core-0.3.28:futures_core", - "//vendor_local_manifests/crates/tokio-1.27.0:tokio", - "//vendor_local_manifests/crates/tokio-stream-0.1.12:tokio_stream", + "//vendor_local_manifests/crates/tokio-1.28.0:tokio", + "//vendor_local_manifests/crates/tokio-stream-0.1.14:tokio_stream", ], ) diff --git a/examples/crate_universe/vendor_local_manifests/crates/windows-sys-0.45.0/BUILD.bazel b/examples/crate_universe/vendor_local_manifests/crates/windows-sys-0.45.0/BUILD.bazel index ed79315401..592c72b2b0 100644 --- a/examples/crate_universe/vendor_local_manifests/crates/windows-sys-0.45.0/BUILD.bazel +++ b/examples/crate_universe/vendor_local_manifests/crates/windows-sys-0.45.0/BUILD.bazel @@ -33,16 +33,13 @@ rust_library( "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", - "Win32_Security_Authorization", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", - "Win32_System_Console", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Pipes", "Win32_System_SystemServices", - "Win32_System_Threading", "Win32_System_WindowsProgramming", "default", ], diff --git a/examples/crate_universe/vendor_local_manifests/crates/windows-sys-0.48.0/BUILD.bazel b/examples/crate_universe/vendor_local_manifests/crates/windows-sys-0.48.0/BUILD.bazel index 3589d58d91..9ef5778e77 100644 --- a/examples/crate_universe/vendor_local_manifests/crates/windows-sys-0.48.0/BUILD.bazel +++ b/examples/crate_universe/vendor_local_manifests/crates/windows-sys-0.48.0/BUILD.bazel @@ -27,6 +27,28 @@ rust_library( "WORKSPACE.bazel", ], ), + crate_features = [ + "Win32", + "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Security_Authorization", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_IO", + "Win32_System_Pipes", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_System_WindowsProgramming", + "default", + ], crate_root = "src/lib.rs", edition = "2018", rustc_flags = ["--cap-lints=allow"], diff --git a/examples/crate_universe/vendor_local_pkgs/crates/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/BUILD.bazel index e48fcefef3..77f388f3ca 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/BUILD.bazel @@ -56,7 +56,7 @@ alias( alias( name = "tokio", - actual = "//vendor_local_pkgs/crates/tokio-1.27.0:tokio", + actual = "//vendor_local_pkgs/crates/tokio-1.28.0:tokio", tags = ["manual"], ) @@ -74,7 +74,7 @@ alias( alias( name = "tracing", - actual = "//vendor_local_pkgs/crates/tracing-0.1.37:tracing", + actual = "//vendor_local_pkgs/crates/tracing-0.1.38:tracing", tags = ["manual"], ) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/axum-0.4.8/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/axum-0.4.8/BUILD.bazel index 45cf0f18e1..1ae00bf0e3 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/axum-0.4.8/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/axum-0.4.8/BUILD.bazel @@ -68,7 +68,7 @@ rust_library( "//vendor_local_pkgs/crates/serde_json-1.0.96:serde_json", "//vendor_local_pkgs/crates/serde_urlencoded-0.7.1:serde_urlencoded", "//vendor_local_pkgs/crates/sync_wrapper-0.1.2:sync_wrapper", - "//vendor_local_pkgs/crates/tokio-1.27.0:tokio", + "//vendor_local_pkgs/crates/tokio-1.28.0:tokio", "//vendor_local_pkgs/crates/tower-0.4.13:tower", "//vendor_local_pkgs/crates/tower-http-0.2.5:tower_http", "//vendor_local_pkgs/crates/tower-layer-0.3.2:tower_layer", diff --git a/examples/crate_universe/vendor_local_pkgs/crates/defs.bzl b/examples/crate_universe/vendor_local_pkgs/crates/defs.bzl index 54c845eb0e..6ce98cd0f2 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/defs.bzl +++ b/examples/crate_universe/vendor_local_pkgs/crates/defs.bzl @@ -294,10 +294,10 @@ _NORMAL_DEPENDENCIES = { "mime": "//vendor_local_pkgs/crates/mime-0.3.17:mime", "serde_json": "//vendor_local_pkgs/crates/serde_json-1.0.96:serde_json", "socket2": "//vendor_local_pkgs/crates/socket2-0.4.9:socket2", - "tokio": "//vendor_local_pkgs/crates/tokio-1.27.0:tokio", + "tokio": "//vendor_local_pkgs/crates/tokio-1.28.0:tokio", "tower": "//vendor_local_pkgs/crates/tower-0.4.13:tower", "tower-http": "//vendor_local_pkgs/crates/tower-http-0.2.5:tower_http", - "tracing": "//vendor_local_pkgs/crates/tracing-0.1.37:tracing", + "tracing": "//vendor_local_pkgs/crates/tracing-0.1.38:tracing", "tracing-subscriber": "//vendor_local_pkgs/crates/tracing-subscriber-0.3.17:tracing_subscriber", }, }, @@ -365,6 +365,13 @@ _CONDITIONS = { "aarch64-pc-windows-msvc": ["aarch64-pc-windows-msvc"], "aarch64-uwp-windows-msvc": [], "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [], + "cfg(all(target_arch = \"aarch64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))": [], + "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": ["aarch64-pc-windows-msvc"], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": ["i686-unknown-linux-gnu"], + "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": ["i686-pc-windows-msvc"], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": ["x86_64-unknown-linux-gnu"], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))": [], + "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": ["x86_64-pc-windows-msvc"], "cfg(docsrs)": [], "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], "cfg(not(windows))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], diff --git a/examples/crate_universe/vendor_local_pkgs/crates/h2-0.3.18/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/h2-0.3.18/BUILD.bazel index 1236bd2de2..663d98e63b 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/h2-0.3.18/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/h2-0.3.18/BUILD.bazel @@ -47,8 +47,8 @@ rust_library( "//vendor_local_pkgs/crates/http-0.2.9:http", "//vendor_local_pkgs/crates/indexmap-1.9.3:indexmap", "//vendor_local_pkgs/crates/slab-0.4.8:slab", - "//vendor_local_pkgs/crates/tokio-1.27.0:tokio", - "//vendor_local_pkgs/crates/tokio-util-0.7.7:tokio_util", - "//vendor_local_pkgs/crates/tracing-0.1.37:tracing", + "//vendor_local_pkgs/crates/tokio-1.28.0:tokio", + "//vendor_local_pkgs/crates/tokio-util-0.7.8:tokio_util", + "//vendor_local_pkgs/crates/tracing-0.1.38:tracing", ], ) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/hyper-0.14.26/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/hyper-0.14.26/BUILD.bazel index f3a7c5abf8..2e0c876040 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/hyper-0.14.26/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/hyper-0.14.26/BUILD.bazel @@ -64,9 +64,9 @@ rust_library( "//vendor_local_pkgs/crates/itoa-1.0.6:itoa", "//vendor_local_pkgs/crates/pin-project-lite-0.2.9:pin_project_lite", "//vendor_local_pkgs/crates/socket2-0.4.9:socket2", - "//vendor_local_pkgs/crates/tokio-1.27.0:tokio", + "//vendor_local_pkgs/crates/tokio-1.28.0:tokio", "//vendor_local_pkgs/crates/tower-service-0.3.2:tower_service", - "//vendor_local_pkgs/crates/tracing-0.1.37:tracing", + "//vendor_local_pkgs/crates/tracing-0.1.38:tracing", "//vendor_local_pkgs/crates/want-0.3.0:want", ], ) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/syn-1.0.109/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/syn-1.0.109/BUILD.bazel index 9157e81ff1..2446d2a244 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/syn-1.0.109/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/syn-1.0.109/BUILD.bazel @@ -32,13 +32,11 @@ rust_library( "clone-impls", "default", "derive", - "extra-traits", "full", "parsing", "printing", "proc-macro", "quote", - "visit", "visit-mut", ], crate_root = "src/lib.rs", @@ -67,13 +65,11 @@ cargo_build_script( "clone-impls", "default", "derive", - "extra-traits", "full", "parsing", "printing", "proc-macro", "quote", - "visit", "visit-mut", ], crate_name = "build_script_build", diff --git a/examples/crate_universe/vendor_local_pkgs/crates/syn-2.0.15/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/syn-2.0.15/BUILD.bazel index 089b53d6f3..a2bbb31d1f 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/syn-2.0.15/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/syn-2.0.15/BUILD.bazel @@ -31,6 +31,7 @@ rust_library( "clone-impls", "default", "derive", + "extra-traits", "full", "parsing", "printing", diff --git a/examples/crate_universe/vendor_local_pkgs/crates/tokio-1.27.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/tokio-1.28.0/BUILD.bazel similarity index 97% rename from examples/crate_universe/vendor_local_pkgs/crates/tokio-1.27.0/BUILD.bazel rename to examples/crate_universe/vendor_local_pkgs/crates/tokio-1.28.0/BUILD.bazel index b46d81d9c3..3aba910593 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/tokio-1.27.0/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/tokio-1.28.0/BUILD.bazel @@ -55,7 +55,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "//vendor_local_pkgs/crates/tokio-macros-2.0.0:tokio_macros", + "//vendor_local_pkgs/crates/tokio-macros-2.1.0:tokio_macros", ], rustc_flags = ["--cap-lints=allow"], tags = [ @@ -65,14 +65,14 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.27.0", + version = "1.28.0", deps = [ "//vendor_local_pkgs/crates/bytes-1.4.0:bytes", "//vendor_local_pkgs/crates/mio-0.8.6:mio", "//vendor_local_pkgs/crates/num_cpus-1.15.0:num_cpus", "//vendor_local_pkgs/crates/parking_lot-0.12.1:parking_lot", "//vendor_local_pkgs/crates/pin-project-lite-0.2.9:pin_project_lite", - "//vendor_local_pkgs/crates/tokio-1.27.0:build_script_build", + "//vendor_local_pkgs/crates/tokio-1.28.0:build_script_build", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "//vendor_local_pkgs/crates/libc-0.2.142:libc", # cfg(unix) @@ -101,7 +101,7 @@ rust_library( ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "//vendor_local_pkgs/crates/socket2-0.4.9:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - "//vendor_local_pkgs/crates/windows-sys-0.45.0:windows_sys", # cfg(windows) + "//vendor_local_pkgs/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "//vendor_local_pkgs/crates/libc-0.2.142:libc", # cfg(unix) @@ -135,7 +135,7 @@ rust_library( ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "//vendor_local_pkgs/crates/socket2-0.4.9:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - "//vendor_local_pkgs/crates/windows-sys-0.45.0:windows_sys", # cfg(windows) + "//vendor_local_pkgs/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "//vendor_local_pkgs/crates/libc-0.2.142:libc", # cfg(unix) @@ -185,7 +185,7 @@ rust_library( ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "//vendor_local_pkgs/crates/socket2-0.4.9:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - "//vendor_local_pkgs/crates/windows-sys-0.45.0:windows_sys", # cfg(windows) + "//vendor_local_pkgs/crates/windows-sys-0.48.0:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "//vendor_local_pkgs/crates/libc-0.2.142:libc", # cfg(unix) @@ -251,7 +251,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "1.27.0", + version = "1.28.0", visibility = ["//visibility:private"], deps = [ "//vendor_local_pkgs/crates/autocfg-1.1.0:autocfg", diff --git a/examples/crate_universe/vendor_local_pkgs/crates/tokio-macros-2.0.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/tokio-macros-2.1.0/BUILD.bazel similarity index 98% rename from examples/crate_universe/vendor_local_pkgs/crates/tokio-macros-2.0.0/BUILD.bazel rename to examples/crate_universe/vendor_local_pkgs/crates/tokio-macros-2.1.0/BUILD.bazel index c106d05c16..1134a3e72d 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/tokio-macros-2.0.0/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/tokio-macros-2.1.0/BUILD.bazel @@ -37,7 +37,7 @@ rust_proc_macro( "noclippy", "norustfmt", ], - version = "2.0.0", + version = "2.1.0", deps = [ "//vendor_local_pkgs/crates/proc-macro2-1.0.56:proc_macro2", "//vendor_local_pkgs/crates/quote-1.0.26:quote", diff --git a/examples/crate_universe/vendor_local_pkgs/crates/tokio-util-0.7.7/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/tokio-util-0.7.8/BUILD.bazel similarity index 89% rename from examples/crate_universe/vendor_local_pkgs/crates/tokio-util-0.7.7/BUILD.bazel rename to examples/crate_universe/vendor_local_pkgs/crates/tokio-util-0.7.8/BUILD.bazel index 1ba2431cd2..6ce40d52ed 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/tokio-util-0.7.7/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/tokio-util-0.7.8/BUILD.bazel @@ -33,7 +33,7 @@ rust_library( "tracing", ], crate_root = "src/lib.rs", - edition = "2018", + edition = "2021", rustc_flags = ["--cap-lints=allow"], tags = [ "cargo-bazel", @@ -42,13 +42,13 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.7.7", + version = "0.7.8", deps = [ "//vendor_local_pkgs/crates/bytes-1.4.0:bytes", "//vendor_local_pkgs/crates/futures-core-0.3.28:futures_core", "//vendor_local_pkgs/crates/futures-sink-0.3.28:futures_sink", "//vendor_local_pkgs/crates/pin-project-lite-0.2.9:pin_project_lite", - "//vendor_local_pkgs/crates/tokio-1.27.0:tokio", - "//vendor_local_pkgs/crates/tracing-0.1.37:tracing", + "//vendor_local_pkgs/crates/tokio-1.28.0:tokio", + "//vendor_local_pkgs/crates/tracing-0.1.38:tracing", ], ) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/tower-0.4.13/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/tower-0.4.13/BUILD.bazel index 9f764b69bc..56142b1a19 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/tower-0.4.13/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/tower-0.4.13/BUILD.bazel @@ -58,10 +58,10 @@ rust_library( "//vendor_local_pkgs/crates/futures-util-0.3.28:futures_util", "//vendor_local_pkgs/crates/pin-project-1.0.12:pin_project", "//vendor_local_pkgs/crates/pin-project-lite-0.2.9:pin_project_lite", - "//vendor_local_pkgs/crates/tokio-1.27.0:tokio", - "//vendor_local_pkgs/crates/tokio-util-0.7.7:tokio_util", + "//vendor_local_pkgs/crates/tokio-1.28.0:tokio", + "//vendor_local_pkgs/crates/tokio-util-0.7.8:tokio_util", "//vendor_local_pkgs/crates/tower-layer-0.3.2:tower_layer", "//vendor_local_pkgs/crates/tower-service-0.3.2:tower_service", - "//vendor_local_pkgs/crates/tracing-0.1.37:tracing", + "//vendor_local_pkgs/crates/tracing-0.1.38:tracing", ], ) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/tower-http-0.2.5/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/tower-http-0.2.5/BUILD.bazel index 72dc4048e8..8b1eb302c6 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/tower-http-0.2.5/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/tower-http-0.2.5/BUILD.bazel @@ -58,6 +58,6 @@ rust_library( "//vendor_local_pkgs/crates/tower-0.4.13:tower", "//vendor_local_pkgs/crates/tower-layer-0.3.2:tower_layer", "//vendor_local_pkgs/crates/tower-service-0.3.2:tower_service", - "//vendor_local_pkgs/crates/tracing-0.1.37:tracing", + "//vendor_local_pkgs/crates/tracing-0.1.38:tracing", ], ) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/tracing-0.1.37/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/tracing-0.1.38/BUILD.bazel similarity index 90% rename from examples/crate_universe/vendor_local_pkgs/crates/tracing-0.1.37/BUILD.bazel rename to examples/crate_universe/vendor_local_pkgs/crates/tracing-0.1.38/BUILD.bazel index 91b1e46eef..fa6d2024b7 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/tracing-0.1.37/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/tracing-0.1.38/BUILD.bazel @@ -37,7 +37,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2018", proc_macro_deps = [ - "//vendor_local_pkgs/crates/tracing-attributes-0.1.23:tracing_attributes", + "//vendor_local_pkgs/crates/tracing-attributes-0.1.24:tracing_attributes", ], rustc_flags = ["--cap-lints=allow"], tags = [ @@ -47,9 +47,8 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.1.37", + version = "0.1.38", deps = [ - "//vendor_local_pkgs/crates/cfg-if-1.0.0:cfg_if", "//vendor_local_pkgs/crates/log-0.4.17:log", "//vendor_local_pkgs/crates/pin-project-lite-0.2.9:pin_project_lite", "//vendor_local_pkgs/crates/tracing-core-0.1.30:tracing_core", diff --git a/examples/crate_universe/vendor_local_pkgs/crates/tracing-attributes-0.1.23/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/tracing-attributes-0.1.24/BUILD.bazel similarity index 93% rename from examples/crate_universe/vendor_local_pkgs/crates/tracing-attributes-0.1.23/BUILD.bazel rename to examples/crate_universe/vendor_local_pkgs/crates/tracing-attributes-0.1.24/BUILD.bazel index 04c11720ad..2a7380d2e2 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/tracing-attributes-0.1.23/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/tracing-attributes-0.1.24/BUILD.bazel @@ -37,10 +37,10 @@ rust_proc_macro( "noclippy", "norustfmt", ], - version = "0.1.23", + version = "0.1.24", deps = [ "//vendor_local_pkgs/crates/proc-macro2-1.0.56:proc_macro2", "//vendor_local_pkgs/crates/quote-1.0.26:quote", - "//vendor_local_pkgs/crates/syn-1.0.109:syn", + "//vendor_local_pkgs/crates/syn-2.0.15:syn", ], ) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/windows-sys-0.45.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/windows-sys-0.45.0/BUILD.bazel index 990d65925f..c62254c6fa 100644 --- a/examples/crate_universe/vendor_local_pkgs/crates/windows-sys-0.45.0/BUILD.bazel +++ b/examples/crate_universe/vendor_local_pkgs/crates/windows-sys-0.45.0/BUILD.bazel @@ -33,16 +33,13 @@ rust_library( "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", - "Win32_Security_Authorization", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", - "Win32_System_Console", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Pipes", "Win32_System_SystemServices", - "Win32_System_Threading", "Win32_System_WindowsProgramming", "default", ], diff --git a/examples/crate_universe/vendor_local_pkgs/crates/windows-sys-0.48.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/windows-sys-0.48.0/BUILD.bazel new file mode 100644 index 0000000000..55e4d92c62 --- /dev/null +++ b/examples/crate_universe/vendor_local_pkgs/crates/windows-sys-0.48.0/BUILD.bazel @@ -0,0 +1,59 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_local_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_sys", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_features = [ + "Win32", + "Win32_Foundation", + "Win32_Security", + "Win32_Security_Authorization", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_Pipes", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_System_WindowsProgramming", + "default", + ], + crate_root = "src/lib.rs", + edition = "2018", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=windows-sys", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + deps = [ + "//vendor_local_pkgs/crates/windows-targets-0.48.0:windows_targets", + ], +) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/windows-targets-0.48.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/windows-targets-0.48.0/BUILD.bazel new file mode 100644 index 0000000000..ed87c98e61 --- /dev/null +++ b/examples/crate_universe/vendor_local_pkgs/crates/windows-targets-0.48.0/BUILD.bazel @@ -0,0 +1,59 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_local_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_targets", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2018", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=windows-targets", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + deps = select({ + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "//vendor_local_pkgs/crates/windows_aarch64_msvc-0.48.0:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "//vendor_local_pkgs/crates/windows_i686_msvc-0.48.0:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "//vendor_local_pkgs/crates/windows_i686_gnu-0.48.0:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(windows_raw_dylib))) + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "//vendor_local_pkgs/crates/windows_x86_64_msvc-0.48.0:windows_x86_64_msvc", # cfg(all(target_arch = "x86_64", target_env = "msvc", not(windows_raw_dylib))) + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "//vendor_local_pkgs/crates/windows_x86_64_gnu-0.48.0:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + ], + "//conditions:default": [], + }), +) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/windows_aarch64_gnullvm-0.48.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/windows_aarch64_gnullvm-0.48.0/BUILD.bazel new file mode 100644 index 0000000000..043ada6a1e --- /dev/null +++ b/examples/crate_universe/vendor_local_pkgs/crates/windows_aarch64_gnullvm-0.48.0/BUILD.bazel @@ -0,0 +1,81 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_local_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_aarch64_gnullvm", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2018", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=windows_aarch64_gnullvm", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + deps = [ + "//vendor_local_pkgs/crates/windows_aarch64_gnullvm-0.48.0:build_script_build", + ], +) + +cargo_build_script( + name = "windows_aarch64_gnullvm_build_script", + srcs = glob(["**/*.rs"]), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_aarch64_gnullvm", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = "windows_aarch64_gnullvm_build_script", + tags = ["manual"], +) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/windows_aarch64_msvc-0.48.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/windows_aarch64_msvc-0.48.0/BUILD.bazel new file mode 100644 index 0000000000..19e34b0632 --- /dev/null +++ b/examples/crate_universe/vendor_local_pkgs/crates/windows_aarch64_msvc-0.48.0/BUILD.bazel @@ -0,0 +1,81 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_local_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_aarch64_msvc", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2018", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=windows_aarch64_msvc", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + deps = [ + "//vendor_local_pkgs/crates/windows_aarch64_msvc-0.48.0:build_script_build", + ], +) + +cargo_build_script( + name = "windows_aarch64_msvc_build_script", + srcs = glob(["**/*.rs"]), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_aarch64_msvc", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = "windows_aarch64_msvc_build_script", + tags = ["manual"], +) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/windows_i686_gnu-0.48.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/windows_i686_gnu-0.48.0/BUILD.bazel new file mode 100644 index 0000000000..f26455cd9f --- /dev/null +++ b/examples/crate_universe/vendor_local_pkgs/crates/windows_i686_gnu-0.48.0/BUILD.bazel @@ -0,0 +1,81 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_local_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_i686_gnu", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2018", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=windows_i686_gnu", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + deps = [ + "//vendor_local_pkgs/crates/windows_i686_gnu-0.48.0:build_script_build", + ], +) + +cargo_build_script( + name = "windows_i686_gnu_build_script", + srcs = glob(["**/*.rs"]), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_i686_gnu", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = "windows_i686_gnu_build_script", + tags = ["manual"], +) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/windows_i686_msvc-0.48.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/windows_i686_msvc-0.48.0/BUILD.bazel new file mode 100644 index 0000000000..a910bc9d46 --- /dev/null +++ b/examples/crate_universe/vendor_local_pkgs/crates/windows_i686_msvc-0.48.0/BUILD.bazel @@ -0,0 +1,81 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_local_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_i686_msvc", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2018", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=windows_i686_msvc", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + deps = [ + "//vendor_local_pkgs/crates/windows_i686_msvc-0.48.0:build_script_build", + ], +) + +cargo_build_script( + name = "windows_i686_msvc_build_script", + srcs = glob(["**/*.rs"]), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_i686_msvc", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = "windows_i686_msvc_build_script", + tags = ["manual"], +) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_gnu-0.48.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_gnu-0.48.0/BUILD.bazel new file mode 100644 index 0000000000..e088333973 --- /dev/null +++ b/examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_gnu-0.48.0/BUILD.bazel @@ -0,0 +1,81 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_local_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_x86_64_gnu", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2018", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_gnu", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + deps = [ + "//vendor_local_pkgs/crates/windows_x86_64_gnu-0.48.0:build_script_build", + ], +) + +cargo_build_script( + name = "windows_x86_64_gnu_build_script", + srcs = glob(["**/*.rs"]), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_gnu", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = "windows_x86_64_gnu_build_script", + tags = ["manual"], +) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_gnullvm-0.48.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_gnullvm-0.48.0/BUILD.bazel new file mode 100644 index 0000000000..eb6d4be7d2 --- /dev/null +++ b/examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_gnullvm-0.48.0/BUILD.bazel @@ -0,0 +1,81 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_local_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_x86_64_gnullvm", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2018", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_gnullvm", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + deps = [ + "//vendor_local_pkgs/crates/windows_x86_64_gnullvm-0.48.0:build_script_build", + ], +) + +cargo_build_script( + name = "windows_x86_64_gnullvm_build_script", + srcs = glob(["**/*.rs"]), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_gnullvm", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = "windows_x86_64_gnullvm_build_script", + tags = ["manual"], +) diff --git a/examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_msvc-0.48.0/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_msvc-0.48.0/BUILD.bazel new file mode 100644 index 0000000000..dbb1afee6e --- /dev/null +++ b/examples/crate_universe/vendor_local_pkgs/crates/windows_x86_64_msvc-0.48.0/BUILD.bazel @@ -0,0 +1,81 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_local_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_x86_64_msvc", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2018", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_msvc", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + deps = [ + "//vendor_local_pkgs/crates/windows_x86_64_msvc-0.48.0:build_script_build", + ], +) + +cargo_build_script( + name = "windows_x86_64_msvc_build_script", + srcs = glob(["**/*.rs"]), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_msvc", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.48.0", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = "windows_x86_64_msvc_build_script", + tags = ["manual"], +) diff --git a/examples/crate_universe/vendor_remote_manifests/BUILD.bazel b/examples/crate_universe/vendor_remote_manifests/BUILD.bazel index 4dfcb4042c..6802dd5399 100644 --- a/examples/crate_universe/vendor_remote_manifests/BUILD.bazel +++ b/examples/crate_universe/vendor_remote_manifests/BUILD.bazel @@ -1,11 +1,11 @@ -load("@crates_vendor_manifests//:defs.bzl", "aliases", "all_crate_deps") +load("@cvm//:defs.bzl", "aliases", "all_crate_deps") load("@rules_rust//crate_universe:defs.bzl", "crates_vendor") load("@rules_rust//rust:defs.bzl", "rust_library", "rust_test") crates_vendor( name = "crates_vendor", manifests = [":Cargo.toml"], - repository_name = "crates_vendor_manifests", + repository_name = "cvm", ) rust_library( diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.async-stream-0.3.5.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.async-stream-0.3.5.bazel index 27fd92a5b6..35ec33d2c7 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.async-stream-0.3.5.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.async-stream-0.3.5.bazel @@ -30,7 +30,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2018", proc_macro_deps = [ - "@crates_vendor_manifests__async-stream-impl-0.3.5//:async_stream_impl", + "@cvm__async-stream-impl-0.3.5//:async_stream_impl", ], rustc_flags = ["--cap-lints=allow"], tags = [ @@ -42,7 +42,7 @@ rust_library( ], version = "0.3.5", deps = [ - "@crates_vendor_manifests__futures-core-0.3.28//:futures_core", - "@crates_vendor_manifests__pin-project-lite-0.2.9//:pin_project_lite", + "@cvm__futures-core-0.3.28//:futures_core", + "@cvm__pin-project-lite-0.2.9//:pin_project_lite", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.async-stream-impl-0.3.5.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.async-stream-impl-0.3.5.bazel index 4af5a5eabf..670afe524d 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.async-stream-impl-0.3.5.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.async-stream-impl-0.3.5.bazel @@ -39,8 +39,8 @@ rust_proc_macro( ], version = "0.3.5", deps = [ - "@crates_vendor_manifests__proc-macro2-1.0.56//:proc_macro2", - "@crates_vendor_manifests__quote-1.0.26//:quote", - "@crates_vendor_manifests__syn-2.0.15//:syn", + "@cvm__proc-macro2-1.0.56//:proc_macro2", + "@cvm__quote-1.0.26//:quote", + "@cvm__syn-2.0.15//:syn", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.bazel index 784bda7411..78ab54e58a 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.bazel @@ -27,18 +27,18 @@ filegroup( # Workspace Member Dependencies alias( name = "tempfile", - actual = "@crates_vendor_manifests__tempfile-3.5.0//:tempfile", + actual = "@cvm__tempfile-3.5.0//:tempfile", tags = ["manual"], ) alias( name = "tokio", - actual = "@crates_vendor_manifests__tokio-1.27.0//:tokio", + actual = "@cvm__tokio-1.28.0//:tokio", tags = ["manual"], ) alias( name = "tokio-test", - actual = "@crates_vendor_manifests__tokio-test-0.4.2//:tokio_test", + actual = "@cvm__tokio-test-0.4.2//:tokio_test", tags = ["manual"], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.errno-0.3.1.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.errno-0.3.1.bazel index 00574d1a2f..b6eb8d1a50 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.errno-0.3.1.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.errno-0.3.1.bazel @@ -40,79 +40,79 @@ rust_library( version = "0.3.1", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(target_os = "wasi") + "@cvm__libc-0.2.142//:libc", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.errno-dragonfly-0.1.2.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.errno-dragonfly-0.1.2.bazel index 2bb7876d1e..9a369fb82b 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.errno-dragonfly-0.1.2.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.errno-dragonfly-0.1.2.bazel @@ -40,8 +40,8 @@ rust_library( ], version = "0.1.2", deps = [ - "@crates_vendor_manifests__errno-dragonfly-0.1.2//:build_script_build", - "@crates_vendor_manifests__libc-0.2.142//:libc", + "@cvm__errno-dragonfly-0.1.2//:build_script_build", + "@cvm__libc-0.2.142//:libc", ], ) @@ -74,7 +74,7 @@ cargo_build_script( version = "0.1.2", visibility = ["//visibility:private"], deps = [ - "@crates_vendor_manifests__cc-1.0.79//:cc", + "@cvm__cc-1.0.79//:cc", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.fastrand-1.9.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.fastrand-1.9.0.bazel index bf19df43d1..020b132a3b 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.fastrand-1.9.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.fastrand-1.9.0.bazel @@ -40,7 +40,7 @@ rust_library( version = "1.9.0", deps = select({ "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@crates_vendor_manifests__instant-0.1.12//:instant", # cfg(all(target_arch = "wasm32", not(target_os = "wasi"))) + "@cvm__instant-0.1.12//:instant", # cfg(all(target_arch = "wasm32", not(target_os = "wasi"))) ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.futures-core-0.3.28.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.futures-core-0.3.28.bazel index e132234be2..5c84ce7dba 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.futures-core-0.3.28.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.futures-core-0.3.28.bazel @@ -45,7 +45,7 @@ rust_library( ], version = "0.3.28", deps = [ - "@crates_vendor_manifests__futures-core-0.3.28//:build_script_build", + "@cvm__futures-core-0.3.28//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.hermit-abi-0.2.6.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.hermit-abi-0.2.6.bazel index 9941e3e351..fd368b1a31 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.hermit-abi-0.2.6.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.hermit-abi-0.2.6.bazel @@ -39,6 +39,6 @@ rust_library( ], version = "0.2.6", deps = [ - "@crates_vendor_manifests__libc-0.2.142//:libc", + "@cvm__libc-0.2.142//:libc", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.instant-0.1.12.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.instant-0.1.12.bazel index 01805843b8..97716c836a 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.instant-0.1.12.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.instant-0.1.12.bazel @@ -39,6 +39,6 @@ rust_library( ], version = "0.1.12", deps = [ - "@crates_vendor_manifests__cfg-if-1.0.0//:cfg_if", + "@cvm__cfg-if-1.0.0//:cfg_if", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.io-lifetimes-1.0.10.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.io-lifetimes-1.0.10.bazel index 48865a1a54..69ec8f36fd 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.io-lifetimes-1.0.10.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.io-lifetimes-1.0.10.bazel @@ -46,91 +46,91 @@ rust_library( ], version = "1.0.10", deps = [ - "@crates_vendor_manifests__io-lifetimes-1.0.10//:build_script_build", + "@cvm__io-lifetimes-1.0.10//:build_script_build", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.libc-0.2.142.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.libc-0.2.142.bazel index 337ac7a368..b84bf9a0fd 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.libc-0.2.142.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.libc-0.2.142.bazel @@ -45,7 +45,7 @@ rust_library( ], version = "0.2.142", deps = [ - "@crates_vendor_manifests__libc-0.2.142//:build_script_build", + "@cvm__libc-0.2.142//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.lock_api-0.4.9.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.lock_api-0.4.9.bazel index fd7b326021..e28e1d24b4 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.lock_api-0.4.9.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.lock_api-0.4.9.bazel @@ -40,8 +40,8 @@ rust_library( ], version = "0.4.9", deps = [ - "@crates_vendor_manifests__lock_api-0.4.9//:build_script_build", - "@crates_vendor_manifests__scopeguard-1.1.0//:scopeguard", + "@cvm__lock_api-0.4.9//:build_script_build", + "@cvm__scopeguard-1.1.0//:scopeguard", ], ) @@ -74,7 +74,7 @@ cargo_build_script( version = "0.4.9", visibility = ["//visibility:private"], deps = [ - "@crates_vendor_manifests__autocfg-1.1.0//:autocfg", + "@cvm__autocfg-1.1.0//:autocfg", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.log-0.4.17.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.log-0.4.17.bazel index b044deed49..b3499fc8a8 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.log-0.4.17.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.log-0.4.17.bazel @@ -40,8 +40,8 @@ rust_library( ], version = "0.4.17", deps = [ - "@crates_vendor_manifests__cfg-if-1.0.0//:cfg_if", - "@crates_vendor_manifests__log-0.4.17//:build_script_build", + "@cvm__cfg-if-1.0.0//:cfg_if", + "@cvm__log-0.4.17//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.mio-0.8.6.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.mio-0.8.6.bazel index b6f2d9c5e2..33da38478c 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.mio-0.8.6.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.mio-0.8.6.bazel @@ -45,83 +45,83 @@ rust_library( ], version = "0.8.6", deps = [ - "@crates_vendor_manifests__log-0.4.17//:log", + "@cvm__log-0.4.17//:log", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.45.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.45.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(target_os = "wasi") - "@crates_vendor_manifests__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") + "@cvm__libc-0.2.142//:libc", # cfg(target_os = "wasi") + "@cvm__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.45.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.num_cpus-1.15.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.num_cpus-1.15.0.bazel index f4a7726ab0..a4983ecf6b 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.num_cpus-1.15.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.num_cpus-1.15.0.bazel @@ -40,79 +40,79 @@ rust_library( version = "1.15.0", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(not(windows)) + "@cvm__libc-0.2.142//:libc", # cfg(not(windows)) ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.parking_lot-0.12.1.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.parking_lot-0.12.1.bazel index 8e1a69fec6..84238f7cb5 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.parking_lot-0.12.1.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.parking_lot-0.12.1.bazel @@ -42,7 +42,7 @@ rust_library( ], version = "0.12.1", deps = [ - "@crates_vendor_manifests__lock_api-0.4.9//:lock_api", - "@crates_vendor_manifests__parking_lot_core-0.9.7//:parking_lot_core", + "@cvm__lock_api-0.4.9//:lock_api", + "@cvm__parking_lot_core-0.9.7//:parking_lot_core", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.parking_lot_core-0.9.7.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.parking_lot_core-0.9.7.bazel index 48a046a9a9..5d2a546e2d 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.parking_lot_core-0.9.7.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.parking_lot_core-0.9.7.bazel @@ -40,81 +40,81 @@ rust_library( ], version = "0.9.7", deps = [ - "@crates_vendor_manifests__cfg-if-1.0.0//:cfg_if", - "@crates_vendor_manifests__parking_lot_core-0.9.7//:build_script_build", - "@crates_vendor_manifests__smallvec-1.10.0//:smallvec", + "@cvm__cfg-if-1.0.0//:cfg_if", + "@cvm__parking_lot_core-0.9.7//:build_script_build", + "@cvm__smallvec-1.10.0//:smallvec", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.45.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.45.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.45.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.proc-macro2-1.0.56.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.proc-macro2-1.0.56.bazel index 13183267ef..4670cc2ebf 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.proc-macro2-1.0.56.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.proc-macro2-1.0.56.bazel @@ -44,8 +44,8 @@ rust_library( ], version = "1.0.56", deps = [ - "@crates_vendor_manifests__proc-macro2-1.0.56//:build_script_build", - "@crates_vendor_manifests__unicode-ident-1.0.8//:unicode_ident", + "@cvm__proc-macro2-1.0.56//:build_script_build", + "@cvm__unicode-ident-1.0.8//:unicode_ident", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.quote-1.0.26.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.quote-1.0.26.bazel index 4c21c2dd1c..6411cea108 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.quote-1.0.26.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.quote-1.0.26.bazel @@ -44,8 +44,8 @@ rust_library( ], version = "1.0.26", deps = [ - "@crates_vendor_manifests__proc-macro2-1.0.56//:proc_macro2", - "@crates_vendor_manifests__quote-1.0.26//:build_script_build", + "@cvm__proc-macro2-1.0.56//:proc_macro2", + "@cvm__quote-1.0.26//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.redox_syscall-0.2.16.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.redox_syscall-0.2.16.bazel index 418df83d8a..209f45b0d9 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.redox_syscall-0.2.16.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.redox_syscall-0.2.16.bazel @@ -39,6 +39,6 @@ rust_library( ], version = "0.2.16", deps = [ - "@crates_vendor_manifests__bitflags-1.3.2//:bitflags", + "@cvm__bitflags-1.3.2//:bitflags", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.redox_syscall-0.3.5.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.redox_syscall-0.3.5.bazel index e6a948a3ca..a46d9c6b22 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.redox_syscall-0.3.5.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.redox_syscall-0.3.5.bazel @@ -39,6 +39,6 @@ rust_library( ], version = "0.3.5", deps = [ - "@crates_vendor_manifests__bitflags-1.3.2//:bitflags", + "@cvm__bitflags-1.3.2//:bitflags", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.rustix-0.37.14.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.rustix-0.37.14.bazel deleted file mode 100644 index 432eeecb8e..0000000000 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.rustix-0.37.14.bazel +++ /dev/null @@ -1,294 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @//vendor_remote_manifests:crates_vendor -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_build_script") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -# licenses([ -# "TODO", # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT -# ]) - -rust_library( - name = "rustix", - srcs = glob(["**/*.rs"]), - aliases = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:aarch64-apple-ios": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:aarch64-apple-ios-sim": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:aarch64-fuchsia": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:aarch64-linux-android": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:armv7-linux-androideabi": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:i686-apple-darwin": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:i686-linux-android": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:i686-pc-windows-msvc": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:i686-unknown-freebsd": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:wasm32-unknown-unknown": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:wasm32-wasi": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-apple-darwin": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-apple-ios": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-fuchsia": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-linux-android": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "@rules_rust//rust/platform:x86_64-unknown-freebsd": { - "@crates_vendor_manifests__errno-0.3.1//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - }, - "//conditions:default": {}, - }), - compile_data = glob( - include = ["**"], - exclude = [ - "**/* *", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "fs", - "io-lifetimes", - "libc", - "std", - "use-libc-auxv", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = ["--cap-lints=allow"], - tags = [ - "cargo-bazel", - "crate-name=rustix", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.37.14", - deps = [ - "@crates_vendor_manifests__bitflags-1.3.2//:bitflags", - "@crates_vendor_manifests__io-lifetimes-1.0.10//:io_lifetimes", - "@crates_vendor_manifests__rustix-0.37.14//:build_script_build", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:aarch64-fuchsia": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:aarch64-linux-android": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - "@crates_vendor_manifests__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - "@crates_vendor_manifests__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - "@crates_vendor_manifests__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:i686-apple-darwin": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:i686-linux-android": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - "@crates_vendor_manifests__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:wasm32-wasi": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:x86_64-fuchsia": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:x86_64-linux-android": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@crates_vendor_manifests__errno-0.3.1//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - "@crates_vendor_manifests__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "rustix_build_script", - srcs = glob(["**/*.rs"]), - crate_features = [ - "default", - "fs", - "io-lifetimes", - "libc", - "std", - "use-libc-auxv", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - exclude = [ - "**/* *", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustix", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.37.14", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = "rustix_build_script", - tags = ["manual"], -) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.rustix-0.37.15.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.rustix-0.37.15.bazel new file mode 100644 index 0000000000..a9cc856b34 --- /dev/null +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.rustix-0.37.15.bazel @@ -0,0 +1,291 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_remote_manifests:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT +# ]) + +rust_library( + name = "rustix", + srcs = glob(["**/*.rs"]), + aliases = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-apple-ios": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-apple-ios-sim": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-fuchsia": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-linux-android": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:armv7-linux-androideabi": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:i686-apple-darwin": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:i686-linux-android": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:i686-pc-windows-msvc": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:i686-unknown-freebsd": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:wasm32-unknown-unknown": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:wasm32-wasi": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-apple-darwin": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-apple-ios": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-fuchsia": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-linux-android": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:x86_64-unknown-freebsd": { + "@cvm__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "//conditions:default": {}, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_features = [ + "default", + "fs", + "io-lifetimes", + "libc", + "std", + "use-libc-auxv", + ], + crate_root = "src/lib.rs", + edition = "2018", + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=rustix", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.37.15", + deps = [ + "@cvm__bitflags-1.3.2//:bitflags", + "@cvm__io-lifetimes-1.0.10//:io_lifetimes", + "@cvm__rustix-0.37.15//:build_script_build", + ] + select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-fuchsia": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-linux-android": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "@cvm__errno-0.3.1//:errno", # cfg(windows) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ + "@cvm__libc-0.2.142//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cvm__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ + "@cvm__libc-0.2.142//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cvm__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:armv7-linux-androideabi": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ + "@cvm__libc-0.2.142//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cvm__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:i686-apple-darwin": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "@cvm__errno-0.3.1//:errno", # cfg(windows) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@cvm__libc-0.2.142//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cvm__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:wasm32-wasi": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-fuchsia": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "@cvm__errno-0.3.1//:errno", # cfg(windows) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "@cvm__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cvm__libc-0.2.142//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@cvm__libc-0.2.142//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cvm__linux-raw-sys-0.3.4//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "//conditions:default": [], + }), +) + +cargo_build_script( + name = "rustix_build_script", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "fs", + "io-lifetimes", + "libc", + "std", + "use-libc-auxv", + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=rustix", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.37.15", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = "rustix_build_script", + tags = ["manual"], +) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.signal-hook-registry-1.4.1.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.signal-hook-registry-1.4.1.bazel index c39ba469df..12225f0795 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.signal-hook-registry-1.4.1.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.signal-hook-registry-1.4.1.bazel @@ -39,6 +39,6 @@ rust_library( ], version = "1.4.1", deps = [ - "@crates_vendor_manifests__libc-0.2.142//:libc", + "@cvm__libc-0.2.142//:libc", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.socket2-0.4.9.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.socket2-0.4.9.bazel index 548dedfe0a..df40bb255d 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.socket2-0.4.9.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.socket2-0.4.9.bazel @@ -43,76 +43,76 @@ rust_library( version = "0.4.9", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__winapi-0.3.9//:winapi", # cfg(windows) + "@cvm__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__winapi-0.3.9//:winapi", # cfg(windows) + "@cvm__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__winapi-0.3.9//:winapi", # cfg(windows) + "@cvm__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) + "@cvm__libc-0.2.142//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.syn-2.0.15.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.syn-2.0.15.bazel index 157df97fb1..2a63e29f3a 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.syn-2.0.15.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.syn-2.0.15.bazel @@ -50,8 +50,8 @@ rust_library( ], version = "2.0.15", deps = [ - "@crates_vendor_manifests__proc-macro2-1.0.56//:proc_macro2", - "@crates_vendor_manifests__quote-1.0.26//:quote", - "@crates_vendor_manifests__unicode-ident-1.0.8//:unicode_ident", + "@cvm__proc-macro2-1.0.56//:proc_macro2", + "@cvm__quote-1.0.26//:quote", + "@cvm__unicode-ident-1.0.8//:unicode_ident", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tempfile-3.5.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tempfile-3.5.0.bazel index ce96b6cccc..88904f53cd 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tempfile-3.5.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tempfile-3.5.0.bazel @@ -39,83 +39,83 @@ rust_library( ], version = "3.5.0", deps = [ - "@crates_vendor_manifests__cfg-if-1.0.0//:cfg_if", - "@crates_vendor_manifests__fastrand-1.9.0//:fastrand", + "@cvm__cfg-if-1.0.0//:cfg_if", + "@cvm__fastrand-1.9.0//:fastrand", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.45.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.45.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) + "@cvm__windows-sys-0.45.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__rustix-0.37.14//:rustix", # cfg(any(unix, target_os = "wasi")) + "@cvm__rustix-0.37.15//:rustix", # cfg(any(unix, target_os = "wasi")) ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-1.27.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-1.27.0.bazel deleted file mode 100644 index 2ff68b5a96..0000000000 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-1.27.0.bazel +++ /dev/null @@ -1,267 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @//vendor_remote_manifests:crates_vendor -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_build_script") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -# licenses([ -# "TODO", # MIT -# ]) - -rust_library( - name = "tokio", - srcs = glob(["**/*.rs"]), - compile_data = glob( - include = ["**"], - exclude = [ - "**/* *", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "bytes", - "default", - "fs", - "full", - "io-std", - "io-util", - "libc", - "macros", - "mio", - "net", - "num_cpus", - "parking_lot", - "process", - "rt", - "rt-multi-thread", - "signal", - "signal-hook-registry", - "socket2", - "sync", - "test-util", - "time", - "tokio-macros", - "windows-sys", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@crates_vendor_manifests__tokio-macros-2.0.0//:tokio_macros", - ], - rustc_flags = ["--cap-lints=allow"], - tags = [ - "cargo-bazel", - "crate-name=tokio", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.27.0", - deps = [ - "@crates_vendor_manifests__bytes-1.4.0//:bytes", - "@crates_vendor_manifests__mio-0.8.6//:mio", - "@crates_vendor_manifests__num_cpus-1.15.0//:num_cpus", - "@crates_vendor_manifests__parking_lot-0.12.1//:parking_lot", - "@crates_vendor_manifests__pin-project-lite-0.2.9//:pin_project_lite", - "@crates_vendor_manifests__tokio-1.27.0//:build_script_build", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:aarch64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:aarch64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:i686-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:i686-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:x86_64-fuchsia": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:x86_64-linux-android": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - "@crates_vendor_manifests__windows-sys-0.45.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__libc-0.2.142//:libc", # cfg(unix) - "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "tokio_build_script", - srcs = glob(["**/*.rs"]), - crate_features = [ - "bytes", - "default", - "fs", - "full", - "io-std", - "io-util", - "libc", - "macros", - "mio", - "net", - "num_cpus", - "parking_lot", - "process", - "rt", - "rt-multi-thread", - "signal", - "signal-hook-registry", - "socket2", - "sync", - "test-util", - "time", - "tokio-macros", - "windows-sys", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - exclude = [ - "**/* *", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tokio", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.27.0", - visibility = ["//visibility:private"], - deps = [ - "@crates_vendor_manifests__autocfg-1.1.0//:autocfg", - ], -) - -alias( - name = "build_script_build", - actual = "tokio_build_script", - tags = ["manual"], -) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-1.28.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-1.28.0.bazel new file mode 100644 index 0000000000..e545d30088 --- /dev/null +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-1.28.0.bazel @@ -0,0 +1,267 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_remote_manifests:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT +# ]) + +rust_library( + name = "tokio", + srcs = glob(["**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_features = [ + "bytes", + "default", + "fs", + "full", + "io-std", + "io-util", + "libc", + "macros", + "mio", + "net", + "num_cpus", + "parking_lot", + "process", + "rt", + "rt-multi-thread", + "signal", + "signal-hook-registry", + "socket2", + "sync", + "test-util", + "time", + "tokio-macros", + "windows-sys", + ], + crate_root = "src/lib.rs", + edition = "2021", + proc_macro_deps = [ + "@cvm__tokio-macros-2.1.0//:tokio_macros", + ], + rustc_flags = ["--cap-lints=allow"], + tags = [ + "cargo-bazel", + "crate-name=tokio", + "manual", + "noclippy", + "norustfmt", + ], + version = "1.28.0", + deps = [ + "@cvm__bytes-1.4.0//:bytes", + "@cvm__mio-0.8.6//:mio", + "@cvm__num_cpus-1.15.0//:num_cpus", + "@cvm__parking_lot-0.12.1//:parking_lot", + "@cvm__pin-project-lite-0.2.9//:pin_project_lite", + "@cvm__tokio-1.28.0//:build_script_build", + ] + select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:aarch64-fuchsia": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:aarch64-linux-android": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:armv7-linux-androideabi": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:i686-apple-darwin": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:x86_64-fuchsia": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + "@cvm__windows-sys-0.48.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@cvm__libc-0.2.142//:libc", # cfg(unix) + "@cvm__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) + "@cvm__socket2-0.4.9//:socket2", # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ], + "//conditions:default": [], + }), +) + +cargo_build_script( + name = "tokio_build_script", + srcs = glob(["**/*.rs"]), + crate_features = [ + "bytes", + "default", + "fs", + "full", + "io-std", + "io-util", + "libc", + "macros", + "mio", + "net", + "num_cpus", + "parking_lot", + "process", + "rt", + "rt-multi-thread", + "signal", + "signal-hook-registry", + "socket2", + "sync", + "test-util", + "time", + "tokio-macros", + "windows-sys", + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=tokio", + "manual", + "noclippy", + "norustfmt", + ], + version = "1.28.0", + visibility = ["//visibility:private"], + deps = [ + "@cvm__autocfg-1.1.0//:autocfg", + ], +) + +alias( + name = "build_script_build", + actual = "tokio_build_script", + tags = ["manual"], +) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-macros-2.0.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-macros-2.1.0.bazel similarity index 83% rename from examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-macros-2.0.0.bazel rename to examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-macros-2.1.0.bazel index a30336992f..3d37b40065 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-macros-2.0.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-macros-2.1.0.bazel @@ -37,10 +37,10 @@ rust_proc_macro( "noclippy", "norustfmt", ], - version = "2.0.0", + version = "2.1.0", deps = [ - "@crates_vendor_manifests__proc-macro2-1.0.56//:proc_macro2", - "@crates_vendor_manifests__quote-1.0.26//:quote", - "@crates_vendor_manifests__syn-2.0.15//:syn", + "@cvm__proc-macro2-1.0.56//:proc_macro2", + "@cvm__quote-1.0.26//:quote", + "@cvm__syn-2.0.15//:syn", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.12.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.14.bazel similarity index 80% rename from examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.12.bazel rename to examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.14.bazel index 55456784ad..87047ebea1 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.12.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.14.bazel @@ -32,7 +32,7 @@ rust_library( "time", ], crate_root = "src/lib.rs", - edition = "2018", + edition = "2021", rustc_flags = ["--cap-lints=allow"], tags = [ "cargo-bazel", @@ -41,10 +41,10 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.1.12", + version = "0.1.14", deps = [ - "@crates_vendor_manifests__futures-core-0.3.28//:futures_core", - "@crates_vendor_manifests__pin-project-lite-0.2.9//:pin_project_lite", - "@crates_vendor_manifests__tokio-1.27.0//:tokio", + "@cvm__futures-core-0.3.28//:futures_core", + "@cvm__pin-project-lite-0.2.9//:pin_project_lite", + "@cvm__tokio-1.28.0//:tokio", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-test-0.4.2.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-test-0.4.2.bazel index ce306c84a2..6339a8d071 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-test-0.4.2.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.tokio-test-0.4.2.bazel @@ -39,10 +39,10 @@ rust_library( ], version = "0.4.2", deps = [ - "@crates_vendor_manifests__async-stream-0.3.5//:async_stream", - "@crates_vendor_manifests__bytes-1.4.0//:bytes", - "@crates_vendor_manifests__futures-core-0.3.28//:futures_core", - "@crates_vendor_manifests__tokio-1.27.0//:tokio", - "@crates_vendor_manifests__tokio-stream-0.1.12//:tokio_stream", + "@cvm__async-stream-0.3.5//:async_stream", + "@cvm__bytes-1.4.0//:bytes", + "@cvm__futures-core-0.3.28//:futures_core", + "@cvm__tokio-1.28.0//:tokio", + "@cvm__tokio-stream-0.1.14//:tokio_stream", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-0.3.9.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-0.3.9.bazel index 287779748c..659a4dcd09 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-0.3.9.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-0.3.9.bazel @@ -45,7 +45,7 @@ rust_library( ], version = "0.3.9", deps = [ - "@crates_vendor_manifests__winapi-0.3.9//:build_script_build", + "@cvm__winapi-0.3.9//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel index 99599915a5..2f86e5261b 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.4.0", deps = [ - "@crates_vendor_manifests__winapi-i686-pc-windows-gnu-0.4.0//:build_script_build", + "@cvm__winapi-i686-pc-windows-gnu-0.4.0//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel index 9b4b1348b8..91438b1ae2 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.4.0", deps = [ - "@crates_vendor_manifests__winapi-x86_64-pc-windows-gnu-0.4.0//:build_script_build", + "@cvm__winapi-x86_64-pc-windows-gnu-0.4.0//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-sys-0.45.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-sys-0.45.0.bazel index 3231c906aa..a6e79ccfaa 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-sys-0.45.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-sys-0.45.0.bazel @@ -33,16 +33,13 @@ rust_library( "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", - "Win32_Security_Authorization", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", - "Win32_System_Console", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Pipes", "Win32_System_SystemServices", - "Win32_System_Threading", "Win32_System_WindowsProgramming", "default", ], @@ -59,88 +56,88 @@ rust_library( version = "0.45.0", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) + "@cvm__windows-targets-0.42.2//:windows_targets", # cfg(not(windows_raw_dylib)) ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-sys-0.48.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-sys-0.48.0.bazel index 34d56e175e..b8bde09c24 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-sys-0.48.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-sys-0.48.0.bazel @@ -27,6 +27,28 @@ rust_library( "WORKSPACE.bazel", ], ), + crate_features = [ + "Win32", + "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Security_Authorization", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_IO", + "Win32_System_Pipes", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_System_WindowsProgramming", + "default", + ], crate_root = "src/lib.rs", edition = "2018", rustc_flags = ["--cap-lints=allow"], @@ -39,6 +61,6 @@ rust_library( ], version = "0.48.0", deps = [ - "@crates_vendor_manifests__windows-targets-0.48.0//:windows_targets", + "@cvm__windows-targets-0.48.0//:windows_targets", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-targets-0.42.2.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-targets-0.42.2.bazel index 18646cd25d..f13d01d93c 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-targets-0.42.2.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-targets-0.42.2.bazel @@ -40,13 +40,13 @@ rust_library( version = "0.42.2", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows_aarch64_msvc-0.42.2//:windows_aarch64_msvc", # aarch64-pc-windows-msvc + "@cvm__windows_aarch64_msvc-0.42.2//:windows_aarch64_msvc", # aarch64-pc-windows-msvc ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__windows_i686_msvc-0.42.2//:windows_i686_msvc", # i686-pc-windows-msvc + "@cvm__windows_i686_msvc-0.42.2//:windows_i686_msvc", # i686-pc-windows-msvc ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows_x86_64_msvc-0.42.2//:windows_x86_64_msvc", # x86_64-pc-windows-msvc + "@cvm__windows_x86_64_msvc-0.42.2//:windows_x86_64_msvc", # x86_64-pc-windows-msvc ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-targets-0.48.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-targets-0.48.0.bazel index 9c105246e3..edc4166887 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-targets-0.48.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows-targets-0.48.0.bazel @@ -40,19 +40,19 @@ rust_library( version = "0.48.0", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows_aarch64_msvc-0.48.0//:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) + "@cvm__windows_aarch64_msvc-0.48.0//:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__windows_i686_msvc-0.48.0//:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) + "@cvm__windows_i686_msvc-0.48.0//:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__windows_i686_gnu-0.48.0//:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(windows_raw_dylib))) + "@cvm__windows_i686_gnu-0.48.0//:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows_x86_64_msvc-0.48.0//:windows_x86_64_msvc", # cfg(all(target_arch = "x86_64", target_env = "msvc", not(windows_raw_dylib))) + "@cvm__windows_x86_64_msvc-0.48.0//:windows_x86_64_msvc", # cfg(all(target_arch = "x86_64", target_env = "msvc", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__windows_x86_64_gnu-0.48.0//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + "@cvm__windows_x86_64_gnu-0.48.0//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) ], "//conditions:default": [], }), diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.42.2.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.42.2.bazel index 25c95beb3f..586b5269ab 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.42.2.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.42.2.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.42.2", deps = [ - "@crates_vendor_manifests__windows_aarch64_gnullvm-0.42.2//:build_script_build", + "@cvm__windows_aarch64_gnullvm-0.42.2//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.48.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.48.0.bazel index 699007d0ad..8a6c1ee5b0 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.48.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.48.0.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.48.0", deps = [ - "@crates_vendor_manifests__windows_aarch64_gnullvm-0.48.0//:build_script_build", + "@cvm__windows_aarch64_gnullvm-0.48.0//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.42.2.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.42.2.bazel index fe2af609ae..034242cc22 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.42.2.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.42.2.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.42.2", deps = [ - "@crates_vendor_manifests__windows_aarch64_msvc-0.42.2//:build_script_build", + "@cvm__windows_aarch64_msvc-0.42.2//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.48.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.48.0.bazel index 17681357e3..aa7f2f4a3a 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.48.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.48.0.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.48.0", deps = [ - "@crates_vendor_manifests__windows_aarch64_msvc-0.48.0//:build_script_build", + "@cvm__windows_aarch64_msvc-0.48.0//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.42.2.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.42.2.bazel index c3a59a5623..86802e0a4a 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.42.2.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.42.2.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.42.2", deps = [ - "@crates_vendor_manifests__windows_i686_gnu-0.42.2//:build_script_build", + "@cvm__windows_i686_gnu-0.42.2//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.48.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.48.0.bazel index d6bd7cd5ee..82e8fdebc7 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.48.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.48.0.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.48.0", deps = [ - "@crates_vendor_manifests__windows_i686_gnu-0.48.0//:build_script_build", + "@cvm__windows_i686_gnu-0.48.0//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.42.2.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.42.2.bazel index 8fc09b2a4c..3bdb1cec5d 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.42.2.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.42.2.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.42.2", deps = [ - "@crates_vendor_manifests__windows_i686_msvc-0.42.2//:build_script_build", + "@cvm__windows_i686_msvc-0.42.2//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.48.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.48.0.bazel index 22a8d64cb8..3640a0e5cc 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.48.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.48.0.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.48.0", deps = [ - "@crates_vendor_manifests__windows_i686_msvc-0.48.0//:build_script_build", + "@cvm__windows_i686_msvc-0.48.0//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.42.2.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.42.2.bazel index 8234aeb456..459c29b3dc 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.42.2.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.42.2.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.42.2", deps = [ - "@crates_vendor_manifests__windows_x86_64_gnu-0.42.2//:build_script_build", + "@cvm__windows_x86_64_gnu-0.42.2//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.48.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.48.0.bazel index 8960c64c15..8271468688 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.48.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.48.0.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.48.0", deps = [ - "@crates_vendor_manifests__windows_x86_64_gnu-0.48.0//:build_script_build", + "@cvm__windows_x86_64_gnu-0.48.0//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.42.2.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.42.2.bazel index e64e2616e3..98282d72b1 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.42.2.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.42.2.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.42.2", deps = [ - "@crates_vendor_manifests__windows_x86_64_gnullvm-0.42.2//:build_script_build", + "@cvm__windows_x86_64_gnullvm-0.42.2//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.48.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.48.0.bazel index 22481c7df2..dc0e0fd31c 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.48.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.48.0.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.48.0", deps = [ - "@crates_vendor_manifests__windows_x86_64_gnullvm-0.48.0//:build_script_build", + "@cvm__windows_x86_64_gnullvm-0.48.0//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.42.2.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.42.2.bazel index 4b364d5845..cae3a0b1ac 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.42.2.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.42.2.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.42.2", deps = [ - "@crates_vendor_manifests__windows_x86_64_msvc-0.42.2//:build_script_build", + "@cvm__windows_x86_64_msvc-0.42.2//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.48.0.bazel b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.48.0.bazel index de017f4d04..9ca3b0de48 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.48.0.bazel +++ b/examples/crate_universe/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.48.0.bazel @@ -40,7 +40,7 @@ rust_library( ], version = "0.48.0", deps = [ - "@crates_vendor_manifests__windows_x86_64_msvc-0.48.0//:build_script_build", + "@cvm__windows_x86_64_msvc-0.48.0//:build_script_build", ], ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/crates.bzl b/examples/crate_universe/vendor_remote_manifests/crates/crates.bzl index e9fa4c9f63..45718e7c53 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/crates.bzl +++ b/examples/crate_universe/vendor_remote_manifests/crates/crates.bzl @@ -17,7 +17,7 @@ load("@rules_rust//crate_universe/private:crates_vendor.bzl", "crates_vendor_rem def crate_repositories(): maybe( crates_vendor_remote_repository, - name = "crates_vendor_manifests", + name = "cvm", build_file = Label("@examples//vendor_remote_manifests/crates:BUILD.bazel"), defs_module = Label("@examples//vendor_remote_manifests/crates:defs.bzl"), ) diff --git a/examples/crate_universe/vendor_remote_manifests/crates/defs.bzl b/examples/crate_universe/vendor_remote_manifests/crates/defs.bzl index 7902bdde6e..0fc429733f 100644 --- a/examples/crate_universe/vendor_remote_manifests/crates/defs.bzl +++ b/examples/crate_universe/vendor_remote_manifests/crates/defs.bzl @@ -291,7 +291,7 @@ def aliases( _NORMAL_DEPENDENCIES = { "vendor_remote_manifests": { _COMMON_CONDITION: { - "tokio": "@crates_vendor_manifests__tokio-1.27.0//:tokio", + "tokio": "@cvm__tokio-1.28.0//:tokio", }, }, } @@ -306,8 +306,8 @@ _NORMAL_ALIASES = { _NORMAL_DEV_DEPENDENCIES = { "vendor_remote_manifests": { _COMMON_CONDITION: { - "tempfile": "@crates_vendor_manifests__tempfile-3.5.0//:tempfile", - "tokio-test": "@crates_vendor_manifests__tokio-test-0.4.2//:tokio_test", + "tempfile": "@cvm__tempfile-3.5.0//:tempfile", + "tokio-test": "@cvm__tokio-test-0.4.2//:tokio_test", }, }, } @@ -368,6 +368,7 @@ _CONDITIONS = { "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [], "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": ["aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "powerpc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "x86_64-linux-android"], "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": ["aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-unknown-linux-gnueabi", "i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu"], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "armv7-linux-androideabi", "i686-apple-darwin", "i686-linux-android", "i686-unknown-freebsd", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-unknown-freebsd"], "cfg(all(target_arch = \"aarch64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))": [], "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": ["aarch64-pc-windows-msvc"], "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": ["wasm32-unknown-unknown"], @@ -376,7 +377,6 @@ _CONDITIONS = { "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": ["x86_64-unknown-linux-gnu"], "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))": [], "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": ["x86_64-pc-windows-msvc"], - "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "aarch64-pc-windows-msvc", "armv7-linux-androideabi", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", "i686-unknown-freebsd", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd"], "cfg(any(unix, target_os = \"wasi\"))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], "cfg(docsrs)": [], "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], @@ -405,7 +405,7 @@ def crate_repositories(): """A macro for defining repositories for all generated crates""" maybe( http_archive, - name = "crates_vendor_manifests__async-stream-0.3.5", + name = "cvm__async-stream-0.3.5", sha256 = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/async-stream/0.3.5/download"], @@ -415,7 +415,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__async-stream-impl-0.3.5", + name = "cvm__async-stream-impl-0.3.5", sha256 = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/async-stream-impl/0.3.5/download"], @@ -425,7 +425,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__autocfg-1.1.0", + name = "cvm__autocfg-1.1.0", sha256 = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/autocfg/1.1.0/download"], @@ -435,7 +435,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__bitflags-1.3.2", + name = "cvm__bitflags-1.3.2", sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/bitflags/1.3.2/download"], @@ -445,7 +445,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__bytes-1.4.0", + name = "cvm__bytes-1.4.0", sha256 = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/bytes/1.4.0/download"], @@ -455,7 +455,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__cc-1.0.79", + name = "cvm__cc-1.0.79", sha256 = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/cc/1.0.79/download"], @@ -465,7 +465,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__cfg-if-1.0.0", + name = "cvm__cfg-if-1.0.0", sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/cfg-if/1.0.0/download"], @@ -475,7 +475,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__errno-0.3.1", + name = "cvm__errno-0.3.1", sha256 = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/errno/0.3.1/download"], @@ -485,7 +485,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__errno-dragonfly-0.1.2", + name = "cvm__errno-dragonfly-0.1.2", sha256 = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download"], @@ -495,7 +495,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__fastrand-1.9.0", + name = "cvm__fastrand-1.9.0", sha256 = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/fastrand/1.9.0/download"], @@ -505,7 +505,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__futures-core-0.3.28", + name = "cvm__futures-core-0.3.28", sha256 = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/futures-core/0.3.28/download"], @@ -515,7 +515,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__hermit-abi-0.2.6", + name = "cvm__hermit-abi-0.2.6", sha256 = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/hermit-abi/0.2.6/download"], @@ -525,7 +525,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__hermit-abi-0.3.1", + name = "cvm__hermit-abi-0.3.1", sha256 = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/hermit-abi/0.3.1/download"], @@ -535,7 +535,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__instant-0.1.12", + name = "cvm__instant-0.1.12", sha256 = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/instant/0.1.12/download"], @@ -545,7 +545,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__io-lifetimes-1.0.10", + name = "cvm__io-lifetimes-1.0.10", sha256 = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/io-lifetimes/1.0.10/download"], @@ -555,7 +555,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__libc-0.2.142", + name = "cvm__libc-0.2.142", sha256 = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/libc/0.2.142/download"], @@ -565,7 +565,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__linux-raw-sys-0.3.4", + name = "cvm__linux-raw-sys-0.3.4", sha256 = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/linux-raw-sys/0.3.4/download"], @@ -575,7 +575,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__lock_api-0.4.9", + name = "cvm__lock_api-0.4.9", sha256 = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/lock_api/0.4.9/download"], @@ -585,7 +585,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__log-0.4.17", + name = "cvm__log-0.4.17", sha256 = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/log/0.4.17/download"], @@ -595,7 +595,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__mio-0.8.6", + name = "cvm__mio-0.8.6", sha256 = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/mio/0.8.6/download"], @@ -605,7 +605,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__num_cpus-1.15.0", + name = "cvm__num_cpus-1.15.0", sha256 = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/num_cpus/1.15.0/download"], @@ -615,7 +615,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__parking_lot-0.12.1", + name = "cvm__parking_lot-0.12.1", sha256 = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/parking_lot/0.12.1/download"], @@ -625,7 +625,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__parking_lot_core-0.9.7", + name = "cvm__parking_lot_core-0.9.7", sha256 = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/parking_lot_core/0.9.7/download"], @@ -635,7 +635,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__pin-project-lite-0.2.9", + name = "cvm__pin-project-lite-0.2.9", sha256 = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/pin-project-lite/0.2.9/download"], @@ -645,7 +645,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__proc-macro2-1.0.56", + name = "cvm__proc-macro2-1.0.56", sha256 = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/proc-macro2/1.0.56/download"], @@ -655,7 +655,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__quote-1.0.26", + name = "cvm__quote-1.0.26", sha256 = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/quote/1.0.26/download"], @@ -665,7 +665,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__redox_syscall-0.2.16", + name = "cvm__redox_syscall-0.2.16", sha256 = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/redox_syscall/0.2.16/download"], @@ -675,7 +675,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__redox_syscall-0.3.5", + name = "cvm__redox_syscall-0.3.5", sha256 = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/redox_syscall/0.3.5/download"], @@ -685,17 +685,17 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__rustix-0.37.14", - sha256 = "d9b864d3c18a5785a05953adeed93e2dca37ed30f18e69bba9f30079d51f363f", + name = "cvm__rustix-0.37.15", + sha256 = "a0661814f891c57c930a610266415528da53c4933e6dea5fb350cbfe048a9ece", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/rustix/0.37.14/download"], - strip_prefix = "rustix-0.37.14", - build_file = Label("@examples//vendor_remote_manifests/crates:BUILD.rustix-0.37.14.bazel"), + urls = ["https://crates.io/api/v1/crates/rustix/0.37.15/download"], + strip_prefix = "rustix-0.37.15", + build_file = Label("@examples//vendor_remote_manifests/crates:BUILD.rustix-0.37.15.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__scopeguard-1.1.0", + name = "cvm__scopeguard-1.1.0", sha256 = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/scopeguard/1.1.0/download"], @@ -705,7 +705,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__signal-hook-registry-1.4.1", + name = "cvm__signal-hook-registry-1.4.1", sha256 = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/signal-hook-registry/1.4.1/download"], @@ -715,7 +715,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__smallvec-1.10.0", + name = "cvm__smallvec-1.10.0", sha256 = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/smallvec/1.10.0/download"], @@ -725,7 +725,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__socket2-0.4.9", + name = "cvm__socket2-0.4.9", sha256 = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/socket2/0.4.9/download"], @@ -735,7 +735,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__syn-2.0.15", + name = "cvm__syn-2.0.15", sha256 = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/syn/2.0.15/download"], @@ -745,7 +745,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__tempfile-3.5.0", + name = "cvm__tempfile-3.5.0", sha256 = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/tempfile/3.5.0/download"], @@ -755,37 +755,37 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__tokio-1.27.0", - sha256 = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001", + name = "cvm__tokio-1.28.0", + sha256 = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tokio/1.27.0/download"], - strip_prefix = "tokio-1.27.0", - build_file = Label("@examples//vendor_remote_manifests/crates:BUILD.tokio-1.27.0.bazel"), + urls = ["https://crates.io/api/v1/crates/tokio/1.28.0/download"], + strip_prefix = "tokio-1.28.0", + build_file = Label("@examples//vendor_remote_manifests/crates:BUILD.tokio-1.28.0.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__tokio-macros-2.0.0", - sha256 = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce", + name = "cvm__tokio-macros-2.1.0", + sha256 = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tokio-macros/2.0.0/download"], - strip_prefix = "tokio-macros-2.0.0", - build_file = Label("@examples//vendor_remote_manifests/crates:BUILD.tokio-macros-2.0.0.bazel"), + urls = ["https://crates.io/api/v1/crates/tokio-macros/2.1.0/download"], + strip_prefix = "tokio-macros-2.1.0", + build_file = Label("@examples//vendor_remote_manifests/crates:BUILD.tokio-macros-2.1.0.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__tokio-stream-0.1.12", - sha256 = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313", + name = "cvm__tokio-stream-0.1.14", + sha256 = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tokio-stream/0.1.12/download"], - strip_prefix = "tokio-stream-0.1.12", - build_file = Label("@examples//vendor_remote_manifests/crates:BUILD.tokio-stream-0.1.12.bazel"), + urls = ["https://crates.io/api/v1/crates/tokio-stream/0.1.14/download"], + strip_prefix = "tokio-stream-0.1.14", + build_file = Label("@examples//vendor_remote_manifests/crates:BUILD.tokio-stream-0.1.14.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__tokio-test-0.4.2", + name = "cvm__tokio-test-0.4.2", sha256 = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/tokio-test/0.4.2/download"], @@ -795,7 +795,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__unicode-ident-1.0.8", + name = "cvm__unicode-ident-1.0.8", sha256 = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/unicode-ident/1.0.8/download"], @@ -805,7 +805,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__wasi-0.11.0-wasi-snapshot-preview1", + name = "cvm__wasi-0.11.0-wasi-snapshot-preview1", sha256 = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download"], @@ -815,7 +815,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__winapi-0.3.9", + name = "cvm__winapi-0.3.9", sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/winapi/0.3.9/download"], @@ -825,7 +825,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__winapi-i686-pc-windows-gnu-0.4.0", + name = "cvm__winapi-i686-pc-windows-gnu-0.4.0", sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download"], @@ -835,7 +835,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__winapi-x86_64-pc-windows-gnu-0.4.0", + name = "cvm__winapi-x86_64-pc-windows-gnu-0.4.0", sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"], @@ -845,7 +845,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows-sys-0.45.0", + name = "cvm__windows-sys-0.45.0", sha256 = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows-sys/0.45.0/download"], @@ -855,7 +855,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows-sys-0.48.0", + name = "cvm__windows-sys-0.48.0", sha256 = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows-sys/0.48.0/download"], @@ -865,7 +865,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows-targets-0.42.2", + name = "cvm__windows-targets-0.42.2", sha256 = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows-targets/0.42.2/download"], @@ -875,7 +875,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows-targets-0.48.0", + name = "cvm__windows-targets-0.48.0", sha256 = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows-targets/0.48.0/download"], @@ -885,7 +885,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_aarch64_gnullvm-0.42.2", + name = "cvm__windows_aarch64_gnullvm-0.42.2", sha256 = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download"], @@ -895,7 +895,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_aarch64_gnullvm-0.48.0", + name = "cvm__windows_aarch64_gnullvm-0.48.0", sha256 = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download"], @@ -905,7 +905,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_aarch64_msvc-0.42.2", + name = "cvm__windows_aarch64_msvc-0.42.2", sha256 = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download"], @@ -915,7 +915,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_aarch64_msvc-0.48.0", + name = "cvm__windows_aarch64_msvc-0.48.0", sha256 = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download"], @@ -925,7 +925,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_i686_gnu-0.42.2", + name = "cvm__windows_i686_gnu-0.42.2", sha256 = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download"], @@ -935,7 +935,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_i686_gnu-0.48.0", + name = "cvm__windows_i686_gnu-0.48.0", sha256 = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download"], @@ -945,7 +945,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_i686_msvc-0.42.2", + name = "cvm__windows_i686_msvc-0.42.2", sha256 = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download"], @@ -955,7 +955,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_i686_msvc-0.48.0", + name = "cvm__windows_i686_msvc-0.48.0", sha256 = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download"], @@ -965,7 +965,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_x86_64_gnu-0.42.2", + name = "cvm__windows_x86_64_gnu-0.42.2", sha256 = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download"], @@ -975,7 +975,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_x86_64_gnu-0.48.0", + name = "cvm__windows_x86_64_gnu-0.48.0", sha256 = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download"], @@ -985,7 +985,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_x86_64_gnullvm-0.42.2", + name = "cvm__windows_x86_64_gnullvm-0.42.2", sha256 = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download"], @@ -995,7 +995,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_x86_64_gnullvm-0.48.0", + name = "cvm__windows_x86_64_gnullvm-0.48.0", sha256 = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download"], @@ -1005,7 +1005,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_x86_64_msvc-0.42.2", + name = "cvm__windows_x86_64_msvc-0.42.2", sha256 = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download"], @@ -1015,7 +1015,7 @@ def crate_repositories(): maybe( http_archive, - name = "crates_vendor_manifests__windows_x86_64_msvc-0.48.0", + name = "cvm__windows_x86_64_msvc-0.48.0", sha256 = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a", type = "tar.gz", urls = ["https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download"],