rythonc 0.1.5

A command-line Python to Rust compiler, at this point, very incomplete.
[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.1.8"

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

[dependencies.wild]
version = "2"

[package]
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.1.5"