ishell 0.2.2

Pseudo-interactive shell interface for Rust
Documentation
[package]
name = "ishell"
version = "0.2.2"
edition = "2021"
license-file = "LICENSE"
description = "Pseudo-interactive shell interface for Rust"
readme = "README.md"
repository = "https://github.com/alexlnkp/ishell"
keywords = ["shell", "cmd", "subprocess", "interactive-shell"]

[dependencies]
dirs = "6.0.0"
log = { version = "0.4.25", optional = true }

[dev-dependencies]
rand = "0.8.5"

[features]
logging = ["dep:log"]