We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo vendor
1 parent c6fe082 commit 0276e15Copy full SHA for 0276e15
crates/jiter-python/Cargo.toml
@@ -13,6 +13,10 @@ repository = {workspace = true}
13
pyo3 = { workspace = true, features = ["num-bigint"] }
14
jiter = { path = "../jiter", features = ["python", "num-bigint"] }
15
16
+[features]
17
+# make extensions visible to cargo vendor
18
+extension-module = ["pyo3/extension-module", "pyo3/generate-import-lib"]
19
+
20
[lib]
21
name = "jiter_python"
22
crate-type = ["cdylib", "rlib"]
0 commit comments