# 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 = "git-who" version = "0.1.4" authors = ["Lachlan Krautz "] description = "List remote branches by author and date of last commit" homepage = "https://github.com/lachlankrautz/git-who" readme = "README.md" keywords = [ "git", "remote", "branches", "team", "manage", ] license = "MIT" repository = "https://github.com/lachlankrautz/git-who" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.colored] version = "1.8"