blob: 34d0c63e7f00aae618b8eb1674a65d61d67fb98b [file] [log] [blame]
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @//wasm_bindgen/3rdparty:crates_vendor
###############################################################################
load("@rules_rust//cargo:defs.bzl", "cargo_build_script")
load("@rules_rust//rust:defs.bzl", "rust_library")
package(default_visibility = ["//visibility:public"])
rust_library(
name = "ring",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"alloc",
"default",
"dev_urandom_fallback",
],
crate_root = "src/lib.rs",
edition = "2021",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=ring",
"manual",
"noclippy",
"norustfmt",
],
target_compatible_with = select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [],
"@rules_rust//rust/platform:aarch64-apple-ios": [],
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
"@rules_rust//rust/platform:aarch64-fuchsia": [],
"@rules_rust//rust/platform:aarch64-linux-android": [],
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
"@rules_rust//rust/platform:armv7-linux-androideabi": [],
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
"@rules_rust//rust/platform:i686-apple-darwin": [],
"@rules_rust//rust/platform:i686-linux-android": [],
"@rules_rust//rust/platform:i686-pc-windows-msvc": [],
"@rules_rust//rust/platform:i686-unknown-freebsd": [],
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
"@rules_rust//rust/platform:thumbv7em-none-eabi": [],
"@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
"@rules_rust//rust/platform:wasm32-unknown-unknown": [],
"@rules_rust//rust/platform:wasm32-wasi": [],
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
"@rules_rust//rust/platform:x86_64-apple-ios": [],
"@rules_rust//rust/platform:x86_64-fuchsia": [],
"@rules_rust//rust/platform:x86_64-linux-android": [],
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
"@rules_rust//rust/platform:x86_64-unknown-none": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "0.17.5",
deps = [
"@rules_rust_wasm_bindgen__getrandom-0.2.10//:getrandom",
"@rules_rust_wasm_bindgen__ring-0.17.5//:build_script_build",
"@rules_rust_wasm_bindgen__untrusted-0.9.0//:untrusted",
] + select({
"@rules_rust//rust/platform:aarch64-fuchsia": [
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:aarch64-linux-android": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
"@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(all(target_arch = "aarch64", target_os = "windows"))
],
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:armv7-linux-androideabi": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:i686-apple-darwin": [
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:i686-linux-android": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:i686-unknown-freebsd": [
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
],
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
],
"@rules_rust//rust/platform:x86_64-apple-darwin": [
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:x86_64-apple-ios": [
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:x86_64-fuchsia": [
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:x86_64-linux-android": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
"@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux"))
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"@rules_rust//rust/platform:x86_64-unknown-none": [
"@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))
],
"//conditions:default": [],
}),
)
cargo_build_script(
name = "ring_build_script",
srcs = glob(["**/*.rs"]),
crate_features = [
"alloc",
"default",
"dev_urandom_fallback",
],
crate_name = "build_script_build",
crate_root = "build.rs",
data = glob(
include = ["**"],
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
edition = "2021",
links = "ring_core_0_17_5",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=ring",
"manual",
"noclippy",
"norustfmt",
],
version = "0.17.5",
visibility = ["//visibility:private"],
deps = [
"@rules_rust_wasm_bindgen__cc-1.0.83//:cc",
],
)
alias(
name = "build_script_build",
actual = "ring_build_script",
tags = ["manual"],
)