[package]
edition = "2024"
name = "python-tools"
version = "0.0.0"
authors = ["Aster <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust collection of Python language tools for the Rusty Python ecosystem"
readme = "README.md"
keywords = [
"python",
"language",
"tools",
]
categories = ["development-tools"]
license = "AGPL-3.0"
repository = "https://github.com/doki-land/rusty-ssg"
[lib]
name = "python_tools"
path = "src/lib.rs"
[[bin]]
name = "idle"
path = "bin/idle.rs"
[[bin]]
name = "pip"
path = "bin/pip.rs"
[[bin]]
name = "pytest"
path = "bin/pytest.rs"
[[bin]]
name = "python"
path = "bin/python.rs"
[[bin]]
name = "python-config"
path = "bin/python-config.rs"
[[bin]]
name = "python3"
path = "bin/python.rs"
[dependencies.oak-core]
version = "0.0.9"
[dependencies.oak-python]
version = "0.0.9"