anki/cargo/remote/BUILD.pyo3-0.13.2.bazel

188 lines
4.7 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", # Apache-2.0 from expression "Apache-2.0"
])
2020-11-24 07:57:37 +01:00
# Generated Targets
# buildifier: disable=out-of-order-load
2020-11-24 07:57:37 +01:00
# buildifier: disable=load-on-top
load(
"@rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)
cargo_build_script(
name = "pyo3_build_script",
srcs = glob(["**/*.rs"]),
build_script_env = {
},
crate_features = [
"abi3",
2021-02-03 11:29:48 +01:00
"auto-initialize",
"ctor",
"default",
"extension-module",
"indoc",
"inventory",
"macros",
"paste",
2020-12-23 01:08:38 +01:00
"pyo3-macros",
"unindent",
],
crate_root = "build.rs",
data = glob(["**"]),
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
2021-03-07 10:04:34 +01:00
version = "0.13.2",
visibility = ["//visibility:private"],
deps = [
],
)
# Unsupported target "bench_call" with type "bench" omitted
# Unsupported target "bench_dict" with type "bench" omitted
# Unsupported target "bench_list" with type "bench" omitted
# Unsupported target "bench_pyobject" with type "bench" omitted
# Unsupported target "bench_set" with type "bench" omitted
# Unsupported target "bench_tuple" with type "bench" omitted
rust_library(
name = "pyo3",
srcs = glob(["**/*.rs"]),
crate_features = [
"abi3",
2021-02-03 11:29:48 +01:00
"auto-initialize",
"ctor",
"default",
"extension-module",
"indoc",
"inventory",
"macros",
"paste",
2020-12-23 01:08:38 +01:00
"pyo3-macros",
"unindent",
],
crate_root = "src/lib.rs",
crate_type = "lib",
2020-12-15 11:28:10 +01:00
data = [],
compile_data = glob(["**/*.md"]),
edition = "2018",
proc_macro_deps = [
2021-03-27 05:47:16 +01:00
"@raze__ctor__0_1_20//:ctor",
2021-03-07 10:04:34 +01:00
"@raze__pyo3_macros__0_13_2//:pyo3_macros",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
2021-03-07 10:04:34 +01:00
version = "0.13.2",
# buildifier: leave-alone
deps = [
":pyo3_build_script",
"@raze__cfg_if__1_0_0//:cfg_if",
2021-03-07 10:04:34 +01:00
"@raze__indoc__0_3_6//:indoc",
2020-12-15 08:10:25 +01:00
"@raze__inventory__0_1_10//:inventory",
2021-03-27 05:47:16 +01:00
"@raze__libc__0_2_91//:libc",
2020-11-24 07:57:37 +01:00
"@raze__parking_lot__0_11_1//:parking_lot",
2021-03-07 10:04:34 +01:00
"@raze__paste__0_1_18//:paste",
"@raze__unindent__0_1_7//:unindent",
],
)
# Unsupported target "common" with type "test" omitted
# Unsupported target "test_arithmetics" with type "test" omitted
# Unsupported target "test_buffer_protocol" with type "test" omitted
# Unsupported target "test_bytes" with type "test" omitted
# Unsupported target "test_class_attributes" with type "test" omitted
# Unsupported target "test_class_basics" with type "test" omitted
# Unsupported target "test_class_conversion" with type "test" omitted
# Unsupported target "test_class_new" with type "test" omitted
# Unsupported target "test_compile_error" with type "test" omitted
# Unsupported target "test_datetime" with type "test" omitted
# Unsupported target "test_dict_iter" with type "test" omitted
# Unsupported target "test_dunder" with type "test" omitted
# Unsupported target "test_exceptions" with type "test" omitted
# Unsupported target "test_frompyobject" with type "test" omitted
# Unsupported target "test_gc" with type "test" omitted
# Unsupported target "test_getter_setter" with type "test" omitted
# Unsupported target "test_inheritance" with type "test" omitted
# Unsupported target "test_mapping" with type "test" omitted
# Unsupported target "test_methods" with type "test" omitted
# Unsupported target "test_module" with type "test" omitted
# Unsupported target "test_pyfunction" with type "test" omitted
# Unsupported target "test_pyself" with type "test" omitted
# Unsupported target "test_sequence" with type "test" omitted
2021-03-07 10:04:34 +01:00
# Unsupported target "test_serde" with type "test" omitted
# Unsupported target "test_string" with type "test" omitted
# Unsupported target "test_text_signature" with type "test" omitted
# Unsupported target "test_unsendable_dict" with type "test" omitted
# Unsupported target "test_variable_arguments" with type "test" omitted
# Unsupported target "test_various" with type "test" omitted