shelgon 0.2.2

A robust framework for building interactive REPL applications and custom shells in Rust
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.tokio]
features = ["rt"]
optional = true
version = "1.43.0"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.43.0"

[[example]]
name = "echosh"
path = "examples/echosh.rs"
required-features = ["tokio"]

[features]
default = ["tokio"]
tokio = ["dep:tokio", "tokio/rt"]

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

[package]
authors = ["Nishant Joshi"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "development-tools"]
description = "A robust framework for building interactive REPL applications and custom shells in Rust"
documentation = "https://docs.rs/shelgon"
edition = "2021"
exclude = ["/.github", "/.gitignore", "*.png"]
homepage = "https://github.com/nishantjoshi00/shelgon"
keywords = ["repl", "shell", "terminal", "tui", "cli"]
license-file = "LICENSE"
name = "shelgon"
readme = "README.md"
repository = "https://github.com/nishantjoshi00/shelgon"
rust-version = "1.78"
version = "0.2.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]