python-mod 0.1.0

A macro library for including a Python module in Rust. At this point, very imcomplete.
Documentation
[package]
name = "python-mod"
version = "0.1.0"
edition = "2021"
description = "A macro library for including a Python module in Rust. At this point, very imcomplete."
license = "Apache-2.0"
license_file = "LICENSE"
repository = "https://github.com/rexlunae/python-mod-rs.git"

[lib]
proc-macro = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quote = "1.0"
proc-macro-error = "1.0.4"
path_macro = "1.0"
python-ast = "0.1.1"