@@ -25,6 +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" ]
2829
2930[build-dependencies ]
3031winresource = " 0.1"
@@ -34,6 +35,7 @@ rustpython-compiler = { workspace = true }
3435rustpython-pylib = { workspace = true , optional = true }
3536rustpython-stdlib = { workspace = true , optional = true , features = [" compiler" ] }
3637rustpython-vm = { workspace = true , features = [" compiler" ] }
38+ rustpython-cpython = { workspace = true , optional = true }
3739ruff_python_parser = { workspace = true }
3840
3941cfg-if = { workspace = true }
@@ -150,6 +152,7 @@ rustpython-stdlib = { path = "crates/stdlib", default-features = false, version
150152rustpython-sre_engine = { path = " crates/sre_engine" , version = " 0.4.0" }
151153rustpython-wtf8 = { path = " crates/wtf8" , version = " 0.4.0" }
152154rustpython-doc = { path = " crates/doc" , version = " 0.4.0" }
155+ rustpython-cpython = { path = " crates/cpython" , version = " 0.4.0" }
153156
154157ruff_python_parser = { git = " https://github.com/astral-sh/ruff.git" , tag = " 0.14.1" }
155158ruff_python_ast = { git = " https://github.com/astral-sh/ruff.git" , tag = " 0.14.1" }
0 commit comments