[package] name = "easy-repl" version = "0.2.1" authors = ["Jędrzej Boczar "] edition = "2021" license = "MIT OR Apache-2.0" description = "An easy to use REPL, ideal when there is a need to crate an ad-hoc shell" repository = "https://github.com/jedrzejboczar/easy-repl" keywords = [ "repl", "cli", "shell", "interactive", "interpreter", ] categories = ["command-line-interface"] [dependencies] rustyline = "9.0" rustyline-derive = "0.6" thiserror = "1.0" anyhow = "1.0" textwrap = "0.15" trie-rs = "0.1" shell-words = "1.0"