[[bin]]
name = "mangle"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "3.1.8"
[dependencies.dirs]
version = "4.0"
[dependencies.rustyline]
version = "9.1.0"
[dependencies.unicode-segmentation]
version = "1.6.0"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.predicates]
version = "2.1"
[lib]
name = "mangle"
path = "src/lib.rs"
[package]
authors = ["mattf <matheusfillipeag@gmail.com>"]
categories = ["exolang", "repl", "python"]
description = "Exolang that can take any utf8 text as valid code and return some result out of it"
documentation = "https://github.com/matheusfillipe/mangle"
edition = "2021"
homepage = "https://mangle.ga"
keywords = ["exolang", "python", "pyo3", "repl"]
license = "MIT"
name = "mangle"
readme = "README.md"
repository = "https://github.com/matheusfillipe/mangle"
resolver = "2"
version = "0.0.3"