diff --git a/crates/jiter-python/Cargo.toml b/crates/jiter-python/Cargo.toml index 71ed7c98..84e562ff 100644 --- a/crates/jiter-python/Cargo.toml +++ b/crates/jiter-python/Cargo.toml @@ -15,7 +15,7 @@ jiter = { path = "../jiter", features = ["python", "num-bigint"] } [features] # must be enabled when building with `cargo build`, maturin enables this automatically -extension-module = ["pyo3/extension-module"] +extension-module = ["pyo3/extension-module", "generate-import-lib"] [lib] name = "jiter_python"