do not enable pyo3 on --all-features

Signed-off-by: Bugen Zhao <i@bugenzhao.com>
This commit is contained in:
Bugen Zhao
2026-06-10 09:50:02 +00:00
parent 98998279d4
commit 28f589ebb1
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -8,10 +8,6 @@ license.workspace = true
name = "_rust_tool_parser"
crate-type = ["cdylib", "rlib"]
[features]
default = []
extension-module = ["pyo3/extension-module"]
[dependencies]
pyo3.workspace = true
pythonize = { workspace = true, features = ["serde_json"] }