interoptopus_backend_cpython_cffi 0.2.7

Generates CPython CFFI bindings.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "interoptopus"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ba54108cc37d8add45445042035abc3ec21d132990a8ea9641f869983e0fbd1"

[[package]]
name = "interoptopus_backend_c"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74a4268171d191932e3955e63dab2e5a60030a41c0eb2e65eb85d6ba62ecf889"
dependencies = [
 "interoptopus",
]

[[package]]
name = "interoptopus_backend_cpython_cffi"
version = "0.2.7"
dependencies = [
 "interoptopus",
 "interoptopus_backend_c",
]