anki/cargo/remote/BUILD.url-2.2.2.bazel

66 lines
1.4 KiB
Plaintext
Raw Normal View History

"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
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 OR Apache-2.0"
])
# Generated Targets
# Unsupported target "parse_url" with type "bench" omitted
rust_library(
name = "url",
srcs = glob(["**/*.rs"]),
crate_features = [
2021-07-23 11:39:40 +02:00
"serde",
],
crate_root = "src/lib.rs",
crate_type = "lib",
2020-12-15 11:28:10 +01:00
data = [],
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
2021-06-16 08:10:57 +02:00
version = "2.2.2",
# buildifier: leave-alone
deps = [
2021-03-07 10:04:34 +01:00
"@raze__form_urlencoded__1_0_1//:form_urlencoded",
"@raze__idna__0_2_3//:idna",
2021-10-02 12:42:03 +02:00
"@raze__matches__0_1_9//:matches",
"@raze__percent_encoding__2_1_0//:percent_encoding",
2021-10-02 12:42:03 +02:00
"@raze__serde__1_0_130//:serde",
],
)
2021-03-07 10:04:34 +01:00
# Unsupported target "data" with type "test" omitted
# Unsupported target "unit" with type "test" omitted