[dependencies.derive_builder]
version = "0.20.2"
[dependencies.include_dir]
features = ["glob"]
version = "0.7.4"
[dependencies.interoptopus]
version = "=0.15.0-alpha.21"
[dependencies.interoptopus_backend_utils]
version = "=0.15.0-alpha.21"
[dependencies.tera]
version = "1"
[lib]
name = "interoptopus_backend_cpython"
path = "src/lib.rs"
[lints.clippy]
default_constructed_unit_structs = "allow"
match_same_arms = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
option_if_let_else = "allow"
[lints.clippy.complexity]
level = "deny"
priority = -1
[lints.clippy.correctness]
level = "deny"
priority = -1
[lints.clippy.nursery]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.clippy.perf]
level = "deny"
priority = -1
[lints.clippy.style]
level = "deny"
priority = -1
[lints.clippy.suspicious]
level = "deny"
priority = -1
[package]
authors = ["Ralf Biedert <rb@xr.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools::ffi"]
description = "Generates CPython bindings."
documentation = "https://docs.rs/interoptopus_backend_cpython/"
edition = "2024"
keywords = ["ffi", "code-generation", "bindings", "python"]
license = "MIT"
name = "interoptopus_backend_cpython"
readme = "README.md"
repository = "https://github.com/ralfbiedert/interoptopus"
resolver = "2"
rust-version = "1.88"
version = "0.15.0-alpha.21"