""" @generated cargo-raze crate build file. DO NOT EDIT! Replaced on runs of cargo-raze """ # buildifier: disable=load load( "@io_bazel_rules_rust//rust:rust.bzl", "rust_binary", "rust_library", "rust_test", ) # buildifier: disable=load load("@bazel_skylib//lib:selects.bzl", "selects") package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # # Prefer access through "//cargo", which limits external # visibility to explicit Cargo.toml dependencies. "//visibility:public", ]) licenses([ "notice", # MIT from expression "MIT" ]) # Generated targets # Unsupported target "body" with type "bench" omitted # Unsupported target "client" with type "example" omitted # Unsupported target "client" with type "test" omitted # Unsupported target "client_json" with type "example" omitted # Unsupported target "connect" with type "bench" omitted # Unsupported target "echo" with type "example" omitted # Unsupported target "end_to_end" with type "bench" omitted # Unsupported target "gateway" with type "example" omitted # Unsupported target "hello" with type "example" omitted # Unsupported target "http_proxy" with type "example" omitted # buildifier: leave-alone rust_library( name = "hyper", crate_type = "lib", deps = [ "@raze__bytes__0_5_6//:bytes", "@raze__futures_channel__0_3_6//:futures_channel", "@raze__futures_core__0_3_6//:futures_core", "@raze__futures_util__0_3_6//:futures_util", "@raze__h2__0_2_6//:h2", "@raze__http__0_2_1//:http", "@raze__http_body__0_3_1//:http_body", "@raze__httparse__1_3_4//:httparse", "@raze__httpdate__0_3_2//:httpdate", "@raze__itoa__0_4_6//:itoa", "@raze__pin_project__0_4_27//:pin_project", "@raze__socket2__0_3_15//:socket2", "@raze__tokio__0_2_22//:tokio", "@raze__tower_service__0_3_0//:tower_service", "@raze__tracing__0_1_21//:tracing", "@raze__want__0_3_0//:want", ], srcs = glob(["**/*.rs"]), crate_root = "src/lib.rs", edition = "2018", rustc_flags = [ "--cap-lints=allow", ], version = "0.13.8", tags = [ "cargo-raze", "manual", ], crate_features = [ "default", "runtime", "socket2", "stream", "tcp", ], ) # Unsupported target "integration" with type "test" omitted # Unsupported target "multi_server" with type "example" omitted # Unsupported target "params" with type "example" omitted # Unsupported target "pipeline" with type "bench" omitted # Unsupported target "send_file" with type "example" omitted # Unsupported target "server" with type "bench" omitted # Unsupported target "server" with type "test" omitted # Unsupported target "single_threaded" with type "example" omitted # Unsupported target "state" with type "example" omitted # Unsupported target "tower_client" with type "example" omitted # Unsupported target "tower_server" with type "example" omitted # Unsupported target "upgrades" with type "example" omitted # Unsupported target "web_api" with type "example" omitted