# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "easy-repl" version = "0.2.1" authors = ["Jędrzej Boczar "] description = "An easy to use REPL, ideal when there is a need to crate an ad-hoc shell" keywords = [ "repl", "cli", "shell", "interactive", "interpreter", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/jedrzejboczar/easy-repl" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.rustyline] version = "9.0" [dependencies.rustyline-derive] version = "0.6" [dependencies.shell-words] version = "1.0" [dependencies.textwrap] version = "0.15" [dependencies.thiserror] version = "1.0" [dependencies.trie-rs] version = "0.1"