py-runner 0.1.0

Simple tool that allows you to execute Python code from Rust.
Documentation
[dependencies.crossbeam]
version = "0.8.4"

[dependencies.nanoid]
version = "0.4"

[dependencies.pyo3]
features = ["auto-initialize"]
version = "0.25.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple tool that allows you to execute Python code from Rust."
edition = "2024"
license = "MIT"
name = "py-runner"
readme = "README.md"
version = "0.1.0"