182 lines
4.5 KiB
Plaintext
182 lines
4.5 KiB
Plaintext
"""
|
|
@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", # Apache-2.0 from expression "Apache-2.0"
|
|
])
|
|
|
|
# Generated Targets
|
|
# buildifier: disable=load-on-top
|
|
load(
|
|
"@io_bazel_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",
|
|
"ctor",
|
|
"default",
|
|
"extension-module",
|
|
"indoc",
|
|
"inventory",
|
|
"macros",
|
|
"paste",
|
|
"pyo3cls",
|
|
"unindent",
|
|
],
|
|
crate_root = "build.rs",
|
|
data = glob(["**"]),
|
|
edition = "2018",
|
|
rustc_flags = [
|
|
"--cap-lints=allow",
|
|
],
|
|
tags = [
|
|
"cargo-raze",
|
|
"manual",
|
|
],
|
|
version = "0.12.4",
|
|
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",
|
|
"ctor",
|
|
"default",
|
|
"extension-module",
|
|
"indoc",
|
|
"inventory",
|
|
"macros",
|
|
"paste",
|
|
"pyo3cls",
|
|
"unindent",
|
|
],
|
|
crate_root = "src/lib.rs",
|
|
crate_type = "lib",
|
|
compile_data = glob(["**/*.md"]),
|
|
edition = "2018",
|
|
proc_macro_deps = [
|
|
"@raze__ctor__0_1_16//:ctor",
|
|
"@raze__indoc__1_0_3//:indoc",
|
|
"@raze__paste__1_0_4//:paste",
|
|
"@raze__pyo3cls__0_12_4//:pyo3cls",
|
|
],
|
|
rustc_flags = [
|
|
"--cap-lints=allow",
|
|
],
|
|
tags = [
|
|
"cargo-raze",
|
|
"manual",
|
|
],
|
|
version = "0.12.4",
|
|
# buildifier: leave-alone
|
|
deps = [
|
|
":pyo3_build_script",
|
|
"@raze__cfg_if__1_0_0//:cfg_if",
|
|
"@raze__inventory__0_1_10//:inventory",
|
|
"@raze__libc__0_2_81//:libc",
|
|
"@raze__parking_lot__0_11_1//:parking_lot",
|
|
"@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
|
|
|
|
# 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
|