interoptopus_backend_cpython_cffi 0.2.3

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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a49feeb06cc3e5537ccd18976757f54381b4c687b3b88e70ab38c642d40621e1"

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

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