python-tools 0.0.0

Pure Rust collection of Python language tools for the Rusty Python ecosystem
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-tools"
version = "0.0.0"
authors = ["Aster <192607617@qq.com&gt;"]
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"