[badges.appveyor]
branch = "master"
repository = "JSAbrahams/mamba"
service = "github"
[badges.travis-ci]
branch = "master"
repository = "JSAbrahams/mamba"
[dependencies.assert_cmd]
version = "0.10"
[dependencies.clap]
features = ["yaml"]
version = "2.33"
[dependencies.glob]
version = "0.3.0"
[dependencies.leg]
version = "0.1.3"
[dependencies.pathdiff]
version = "0.1.0"
[dependencies.python-parser]
version = "0.1.0"
[package]
authors = ["Joel Abrahams <abrahamsjo@gmail.com>"]
categories = ["parsing"]
description = "A transpiler which translates Mamba to Python 3 files"
documentation = "http://joelabrahams.nl/mamba_doc/"
edition = "2018"
keywords = ["python", "transpiler", "compiler"]
license-file = "LICENSE"
name = "mamba"
readme = "README.md"
repository = "https://github.com/JSAbrahams/mamba"
version = "0.2.0"