Adam Snaider | 1c095c9 | 2023-07-08 02:09:58 -0400 | [diff] [blame^] | 1 | ############################################################################### |
| 2 | # @generated |
| 3 | # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To |
| 4 | # regenerate this file, run the following: |
| 5 | # |
| 6 | # bazel run @//wasm_bindgen/3rdparty:crates_vendor |
| 7 | ############################################################################### |
| 8 | |
| 9 | load("@rules_rust//cargo:defs.bzl", "cargo_build_script") |
| 10 | load("@rules_rust//rust:defs.bzl", "rust_library") |
| 11 | |
| 12 | package(default_visibility = ["//visibility:public"]) |
| 13 | |
| 14 | # licenses([ |
| 15 | # "TODO", # MIT OR Apache-2.0 |
| 16 | # ]) |
| 17 | |
| 18 | rust_library( |
| 19 | name = "serde_json", |
| 20 | srcs = glob(["**/*.rs"]), |
| 21 | compile_data = glob( |
| 22 | include = ["**"], |
| 23 | exclude = [ |
| 24 | "**/* *", |
| 25 | ".tmp_git_root/**/*", |
| 26 | "BUILD", |
| 27 | "BUILD.bazel", |
| 28 | "WORKSPACE", |
| 29 | "WORKSPACE.bazel", |
| 30 | ], |
| 31 | ), |
| 32 | crate_features = [ |
| 33 | "default", |
| 34 | "std", |
| 35 | ], |
| 36 | crate_root = "src/lib.rs", |
| 37 | edition = "2018", |
| 38 | rustc_flags = ["--cap-lints=allow"], |
| 39 | tags = [ |
| 40 | "cargo-bazel", |
| 41 | "crate-name=serde_json", |
| 42 | "manual", |
| 43 | "noclippy", |
| 44 | "norustfmt", |
| 45 | ], |
| 46 | target_compatible_with = select({ |
| 47 | "@rules_rust//rust/platform:aarch64-apple-darwin": [], |
| 48 | "@rules_rust//rust/platform:aarch64-apple-ios": [], |
| 49 | "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], |
| 50 | "@rules_rust//rust/platform:aarch64-fuchsia": [], |
| 51 | "@rules_rust//rust/platform:aarch64-linux-android": [], |
| 52 | "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], |
| 53 | "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], |
| 54 | "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], |
| 55 | "@rules_rust//rust/platform:armv7-linux-androideabi": [], |
| 56 | "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], |
| 57 | "@rules_rust//rust/platform:i686-apple-darwin": [], |
| 58 | "@rules_rust//rust/platform:i686-linux-android": [], |
| 59 | "@rules_rust//rust/platform:i686-pc-windows-msvc": [], |
| 60 | "@rules_rust//rust/platform:i686-unknown-freebsd": [], |
| 61 | "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], |
| 62 | "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], |
| 63 | "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], |
| 64 | "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], |
| 65 | "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], |
| 66 | "@rules_rust//rust/platform:thumbv7em-none-eabi": [], |
| 67 | "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], |
| 68 | "@rules_rust//rust/platform:wasm32-unknown-unknown": [], |
| 69 | "@rules_rust//rust/platform:wasm32-wasi": [], |
| 70 | "@rules_rust//rust/platform:x86_64-apple-darwin": [], |
| 71 | "@rules_rust//rust/platform:x86_64-apple-ios": [], |
| 72 | "@rules_rust//rust/platform:x86_64-fuchsia": [], |
| 73 | "@rules_rust//rust/platform:x86_64-linux-android": [], |
| 74 | "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], |
| 75 | "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], |
| 76 | "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], |
| 77 | "@rules_rust//rust/platform:x86_64-unknown-none": [], |
| 78 | "//conditions:default": ["@platforms//:incompatible"], |
| 79 | }), |
| 80 | version = "1.0.91", |
| 81 | deps = [ |
| 82 | "@rules_rust_wasm_bindgen__itoa-1.0.5//:itoa", |
| 83 | "@rules_rust_wasm_bindgen__ryu-1.0.12//:ryu", |
| 84 | "@rules_rust_wasm_bindgen__serde-1.0.152//:serde", |
| 85 | "@rules_rust_wasm_bindgen__serde_json-1.0.91//:build_script_build", |
| 86 | ], |
| 87 | ) |
| 88 | |
| 89 | cargo_build_script( |
| 90 | name = "serde_json_build_script", |
| 91 | srcs = glob(["**/*.rs"]), |
| 92 | crate_features = [ |
| 93 | "default", |
| 94 | "std", |
| 95 | ], |
| 96 | crate_name = "build_script_build", |
| 97 | crate_root = "build.rs", |
| 98 | data = glob( |
| 99 | include = ["**"], |
| 100 | exclude = [ |
| 101 | "**/* *", |
| 102 | ".tmp_git_root/**/*", |
| 103 | "BUILD", |
| 104 | "BUILD.bazel", |
| 105 | "WORKSPACE", |
| 106 | "WORKSPACE.bazel", |
| 107 | ], |
| 108 | ), |
| 109 | edition = "2018", |
| 110 | rustc_flags = [ |
| 111 | "--cap-lints=allow", |
| 112 | ], |
| 113 | tags = [ |
| 114 | "cargo-bazel", |
| 115 | "crate-name=serde_json", |
| 116 | "manual", |
| 117 | "noclippy", |
| 118 | "norustfmt", |
| 119 | ], |
| 120 | version = "1.0.91", |
| 121 | visibility = ["//visibility:private"], |
| 122 | ) |
| 123 | |
| 124 | alias( |
| 125 | name = "build_script_build", |
| 126 | actual = "serde_json_build_script", |
| 127 | tags = ["manual"], |
| 128 | ) |