# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nice_prompt" version = "0.1.1" authors = ["Samyak Ahuja "] description = "Minimal prompt for shell" readme = "README.md" keywords = ["prompt", "shell", "bash"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/samyakahuja/nice_prompt" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.32" [dependencies.clap] version = "2.33.2" [dependencies.dirs] version = "3.0.1" [dependencies.git2] version = "0.13.6" [dependencies.itertools] version = "0.9.0" [dependencies.log] version = "0.4.11" [dependencies.simplelog] version = "0.8.0" [dev-dependencies.temp_testdir] version = "0.2.3"