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//rust:defs.bzl", "rust_library") |
| 10 | |
| 11 | package(default_visibility = ["//visibility:public"]) |
| 12 | |
| 13 | # licenses([ |
| 14 | # "TODO", # MIT OR Apache-2.0 |
| 15 | # ]) |
| 16 | |
| 17 | rust_library( |
| 18 | name = "tiny_http", |
| 19 | srcs = glob(["**/*.rs"]), |
| 20 | compile_data = glob( |
| 21 | include = ["**"], |
| 22 | exclude = [ |
| 23 | "**/* *", |
| 24 | ".tmp_git_root/**/*", |
| 25 | "BUILD", |
| 26 | "BUILD.bazel", |
| 27 | "WORKSPACE", |
| 28 | "WORKSPACE.bazel", |
| 29 | ], |
| 30 | ), |
| 31 | crate_root = "src/lib.rs", |
| 32 | edition = "2018", |
| 33 | rustc_flags = ["--cap-lints=allow"], |
| 34 | tags = [ |
| 35 | "cargo-bazel", |
| 36 | "crate-name=tiny_http", |
| 37 | "manual", |
| 38 | "noclippy", |
| 39 | "norustfmt", |
| 40 | ], |
| 41 | target_compatible_with = select({ |
| 42 | "@rules_rust//rust/platform:aarch64-apple-darwin": [], |
| 43 | "@rules_rust//rust/platform:aarch64-apple-ios": [], |
| 44 | "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], |
| 45 | "@rules_rust//rust/platform:aarch64-fuchsia": [], |
| 46 | "@rules_rust//rust/platform:aarch64-linux-android": [], |
| 47 | "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], |
| 48 | "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], |
| 49 | "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], |
| 50 | "@rules_rust//rust/platform:armv7-linux-androideabi": [], |
| 51 | "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], |
| 52 | "@rules_rust//rust/platform:i686-apple-darwin": [], |
| 53 | "@rules_rust//rust/platform:i686-linux-android": [], |
| 54 | "@rules_rust//rust/platform:i686-pc-windows-msvc": [], |
| 55 | "@rules_rust//rust/platform:i686-unknown-freebsd": [], |
| 56 | "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], |
| 57 | "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], |
| 58 | "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], |
| 59 | "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], |
| 60 | "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], |
| 61 | "@rules_rust//rust/platform:thumbv7em-none-eabi": [], |
| 62 | "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], |
| 63 | "@rules_rust//rust/platform:wasm32-unknown-unknown": [], |
| 64 | "@rules_rust//rust/platform:wasm32-wasi": [], |
| 65 | "@rules_rust//rust/platform:x86_64-apple-darwin": [], |
| 66 | "@rules_rust//rust/platform:x86_64-apple-ios": [], |
| 67 | "@rules_rust//rust/platform:x86_64-fuchsia": [], |
| 68 | "@rules_rust//rust/platform:x86_64-linux-android": [], |
| 69 | "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], |
| 70 | "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], |
| 71 | "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], |
| 72 | "@rules_rust//rust/platform:x86_64-unknown-none": [], |
| 73 | "//conditions:default": ["@platforms//:incompatible"], |
| 74 | }), |
| 75 | version = "0.12.0", |
| 76 | deps = [ |
| 77 | "@rules_rust_wasm_bindgen__ascii-1.1.0//:ascii", |
| 78 | "@rules_rust_wasm_bindgen__chunked_transfer-1.4.1//:chunked_transfer", |
| 79 | "@rules_rust_wasm_bindgen__httpdate-1.0.2//:httpdate", |
| 80 | "@rules_rust_wasm_bindgen__log-0.4.17//:log", |
| 81 | ], |
| 82 | ) |