rythonc 0.3.0

A command-line Python to Rust compiler, at this point, very incomplete.
[[bin]]
name = "rythonc"
path = "src/main.rs"
[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.79"

[dependencies.clap]
features = ["derive", "cargo"]
version = "4.4"

[dependencies.fern]
version = "0.6"

[dependencies.humantime]
version = "2.1.0"

[dependencies.log]
version = "0.4"

[dependencies.python-ast]
version = "0.3.1"

[dependencies.rust-format]
version = "0.3"

[dependencies.wild]
version = "2"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A command-line Python to Rust compiler, at this point, very incomplete."
edition = "2021"
license = "Apache-2.0"
name = "rythonc"
readme = "README.md"
repository = "https://github.com/rexlunae/rythonc.git"
version = "0.3.0"