# 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 = "pears" version = "1.2.5" authors = ["Richard Howard "] description = "A simple tool for viewing open pull requests." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/rthoward/pears" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.31.2" [dependencies.console] version = "0.6.1" [dependencies.git2] version = "0.7" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.9.2" [dependencies.serde] version = "1.0.66" [dependencies.serde_derive] version = "1.0.66" [dependencies.serde_json] version = "1.0.21" [dependencies.shellexpand] version = "1.0.0"