python-ir 0.0.0

Python intermediate representation for Rusty Python
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "python-ir"
version = "0.0.0"
authors = ["Aster <192607617@qq.com&gt;"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python intermediate representation for Rusty Python"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/nyar-vm/rusty-python"

[lib]
name = "python_ir"
path = "src/lib.rs"

[[test]]
name = "ir_test"
path = "tests/ir_test.rs"

[dependencies.oak-core]
version = "0.0.9"

[dependencies.oak-python]
version = "0.0.9"

[dependencies.python-types]
version = "0.0.0"