# 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] name = "pretty-git-prompt" version = "0.2.2" authors = ["Tomas Tomecek "] description = "Your current git repository information inside a beautiful shell prompt." homepage = "https://github.com/TomasTomecek/pretty-git-prompt" documentation = "https://github.com/TomasTomecek/pretty-git-prompt/blob/master/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/TomasTomecek/pretty-git-prompt" [[bin]] name = "pretty-git-prompt" path = "src/main.rs" bench = false [dependencies.clap] version = "4.*" features = [ "std", "cargo", ] default-features = false [dependencies.git2] version = "0.18" features = [] default-features = false [dependencies.yaml-rust] version = "0.4.5"