diff --git a/crates/jiter-python/Cargo.toml b/crates/jiter-python/Cargo.toml index ddcceb38..e4962199 100644 --- a/crates/jiter-python/Cargo.toml +++ b/crates/jiter-python/Cargo.toml @@ -13,6 +13,10 @@ repository = {workspace = true} pyo3 = { workspace = true, features = ["num-bigint"] } jiter = { path = "../jiter", features = ["python", "num-bigint"] } +[features] +# make extensions visible to cargo vendor +extension-module = ["pyo3/extension-module", "pyo3/generate-import-lib"] + [lib] name = "jiter_python" crate-type = ["cdylib", "rlib"]