[package]
edition = "2024"
rust-version = "1.93"
name = "interoptopus_cpython"
version = "0.16.0-alpha.7"
authors = ["Ralf Biedert <rb@xr.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python ctypes binding generation for Interoptopus"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ralfbiedert/interoptopus"
[lib]
name = "interoptopus_cpython"
path = "src/lib.rs"
[dependencies.interoptopus]
version = "=0.16.0-alpha.7"
[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"
unreadable_literal = "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