rye-grain 0.0.1

A Python to Rust translator
Documentation
[package]
name = "rye-grain"
version = "0.0.1"
authors = ["Jeremiah Paige <ucodery@gmail.com>"]
edition = "2021"
description = "A Python to Rust translator"
readme = "README.md"
repository = "https://github.com/ucodery/rye"
license = "BSD-3-Clause"
keywords = ["python", "translator", "parser", "tokenizer"]
categories = ["compilers", "parser-implementations"]

[dependencies]
unicode_categories = "0.1.1"
unicode-normalization = "0.1.19"

[dev-dependencies]
rstest = "0.11.0"
grcov = "0.8.13"
cargo-make = "0.36.3"
#inline-python = "0.7.1"