[dependencies.interoptopus]
version = "0.14.0"
[dev-dependencies]
[lib]
name = "interoptopus_backend_cpython"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "development-tools::ffi"]
description = "Generates CPython bindings."
documentation = "https://docs.rs/interoptopus_backend_cpython/"
edition = "2018"
keywords = ["ffi", "code-generation", "bindings", "python"]
license = "MIT"
name = "interoptopus_backend_cpython"
readme = "README.md"
repository = "https://github.com/ralfbiedert/interoptopus"
version = "0.14.25"
[[test]]
name = "backend_cpython_ui"
path = "tests/backend_cpython_ui.rs"