# 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 = "2018" name = "repl-rs" version = "0.2.8" authors = ["Jack Lund "] description = "Library to generate a REPL for your application" homepage = "https://github.com/jacklund/repl-rs" readme = "README.md" keywords = [ "repl", "interpreter", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/jacklund/repl-rs" [dependencies.clap] version = "4.4.1" features = ["cargo"] [dependencies.regex] version = "1.5.4" [dependencies.rustyline] version = "8.2.0" [dependencies.rustyline-derive] version = "0.4.0" [dependencies.yansi] version = "0.5.0" [target."cfg(unix)".dev-dependencies.nix] version = "0.21.0"