# 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 = "fancy-prompt" version = "0.3.1" authors = ["Jesse Luehrs "] exclude = ["screenshots/*"] description = "fancy-prompt is an improved shell prompt with several useful features" readme = "README.md" license = "MIT" repository = "https://github.com/doy/fancy-prompt" [dependencies.clap] version = "4.1" features = [ "wrap_help", "cargo", ] [dependencies.git2] version = "0.16" [dependencies.hostname] version = "0.3" [dependencies.regex] version = "1.7" [dependencies.term] version = "0.7" [dependencies.terminal_size] version = "0.2.5" [dependencies.time] version = "0.3.20" features = [ "local-offset", "formatting", ] [dependencies.users] version = "0.11" [dependencies.walkdir] version = "2.3" [features] verbose = [] [badges.is-it-maintained-issue-resolution] repository = "doy/fancy-prompt" [badges.is-it-maintained-open-issues] repository = "doy/fancy-prompt" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "doy/fancy-prompt"