# 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] name = "revmenu" version = "0.1.2" authors = ["Pascal Hartig "] description = "Check out git and mercurial revisions from your terminal output" readme = "README.md" keywords = ["terminal", "git", "mercurial"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/passy/revmenu" [dependencies.clap] version = "2.29.4" [dependencies.clippy] version = "0.0.*" optional = true [dependencies.colored] version = "1.6.0" [dependencies.console] version = "0.6.1" [dependencies.exitcode] version = "1.1.2" [dependencies.failure] version = "0.1.1" [dependencies.im] version = "9.0.0" [dependencies.itertools] version = "0.7.7" [dependencies.nom] version = "4.0.0-beta2" [features] unstable = ["clippy"] [badges.travis-ci] repository = "passy/revmenu"