ralix 0.2.0

A simple, type-safe, tree walking interpreter
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ralix"
version = "0.2.0"
authors = ["devRals"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple, type-safe, tree walking interpreter"
homepage = "https://devRals.github.io/Ralix"
documentation = "https://devRals.github.io/Ralix"
readme = "README.md"
keywords = ["interpreter"]
license-file = "LICENSE"
repository = "https://https://github.com/devRals/Ralix"

[lib]
name = "ralix"
path = "src/lib.rs"

[[bin]]
name = "ralix"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.50"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.145"