@@ -25,7 +25,7 @@ ssl-rustls = ["ssl", "rustpython-stdlib/ssl-rustls"]
2525ssl-openssl = [" ssl" , " rustpython-stdlib/ssl-openssl" ]
2626ssl-vendor = [" ssl-openssl" , " rustpython-stdlib/ssl-vendor" ]
2727tkinter = [" rustpython-stdlib/tkinter" ]
28- cpython = [" dep:rustpython-cpython " ]
28+ pyo3 = [" dep:rustpython-module_pyo3 " ]
2929
3030[build-dependencies ]
3131winresource = " 0.1"
@@ -35,7 +35,7 @@ rustpython-compiler = { workspace = true }
3535rustpython-pylib = { workspace = true , optional = true }
3636rustpython-stdlib = { workspace = true , optional = true , features = [" compiler" ] }
3737rustpython-vm = { workspace = true , features = [" compiler" ] }
38- rustpython-cpython = { workspace = true , optional = true }
38+ rustpython-module_pyo3 = { workspace = true , optional = true }
3939ruff_python_parser = { workspace = true }
4040
4141cfg-if = { workspace = true }
@@ -152,7 +152,7 @@ rustpython-stdlib = { path = "crates/stdlib", default-features = false, version
152152rustpython-sre_engine = { path = " crates/sre_engine" , version = " 0.4.0" }
153153rustpython-wtf8 = { path = " crates/wtf8" , version = " 0.4.0" }
154154rustpython-doc = { path = " crates/doc" , version = " 0.4.0" }
155- rustpython-cpython = { path = " crates/cpython " , version = " 0.4.0" }
155+ rustpython-module_pyo3 = { path = " crates/module_pyo3 " , version = " 0.4.0" }
156156
157157ruff_python_parser = { git = " https://github.com/astral-sh/ruff.git" , tag = " 0.14.1" }
158158ruff_python_ast = { git = " https://github.com/astral-sh/ruff.git" , tag = " 0.14.1" }
0 commit comments