[dependencies.clap]
features = ["derive"]
version = "4.2"
[dependencies.gut]
package = "gchemol-gut"
version = "0.4"
[dependencies.rustyline]
features = ["with-fuzzy"]
version = "11"
[dependencies.rustyline-derive]
version = "0.8"
[dependencies.shlex]
version = "1"
[features]
adhoc = []
[package]
authors = ["Wenping Guo <ybyygu@gmail.com>"]
description = "A REPL framework for gosh project "
edition = "2021"
homepage = "https://github.com/gosh-rs/gosh-repl"
license = "GPL-3.0"
name = "gosh-repl"
repository = "https://github.com/gosh-rs/gosh-repl"
resolver = "1"
version = "0.1.3"