# 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 = "shime" version = "0.0.4" authors = ["Dmitrij Sinicin "] exclude = [ "facts.md", "private_todo.md", ".gitignore", "todo.md", "todo", ] description = "✨ little shell for you" homepage = "https://github.com/h1kkar/shime" readme = "readme.md" keywords = [ "shell", "cd", "prompt", ] categories = ["command-line-utilities"] license = "AGPL-3.0-only" repository = "https://github.com/h1kkar/shime.git" [dependencies.ansi-colors] version = "0.3.0" [dependencies.colorized] version = "1.0.0" [dependencies.dirs] version = "5.0.0" [dependencies.git_info] version = "0.1.2" [dependencies.rand] version = "0.8.5" [dependencies.rustyline] version = "12.0.0" [dependencies.termion] version = "2.0.1" [dependencies.toml] version = "0.7.6" [dependencies.tsu] version = "1.0.1"