ishell 0.2.3

Pseudo-interactive shell interface for Rust
Documentation
[dependencies.dirs]
version = "6.0.0"

[dependencies.log]
optional = true
version = "0.4.25"

[dev-dependencies.rand]
version = "0.8.5"

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

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

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