weaveffi-gen-python 0.9.0

WeaveFFI Python ctypes binding generator
Documentation
[package]
name = "weaveffi-gen-python"
version = "0.9.0"
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
description = "WeaveFFI Python ctypes binding generator"
keywords = ["ffi", "codegen", "bindings", "python", "ctypes"]
categories = ["development-tools::ffi"]

[dependencies]
weaveffi-core = { path = "../weaveffi-core", version = "0.9.0" }
weaveffi-ir = { path = "../weaveffi-ir", version = "0.9.0" }
camino = { workspace = true }
serde = { workspace = true }

[dev-dependencies]
tempfile = { workspace = true }

[lints]
workspace = true