# 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 = "caprice" version = "0.3.3" authors = ["Kyriakos Papachrysanthou"] description = "A REPL for Rust projects featuring an easy to use, zsh like autocomplete feature." readme = "readme.md" keywords = [ "REPL", "autocomplete", "zsh", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/3kyro/caprice.git" resolver = "2" [dependencies.crossterm] version = "0.23.2" [dependencies.exitcode] version = "1.1.2" [dependencies.regex] version = "1.5.5" [dev-dependencies.piston] version = "0.49.0" [dev-dependencies.piston2d-graphics] version = "0.35.0" [dev-dependencies.piston2d-opengl_graphics] version = "0.69.0" [dev-dependencies.pistoncore-glutin_window] version = "0.63.0"