# 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 = "self-assessment" version = "2.1.0" description = "A CLI tool that generates a list of pull requests raised and reviewed in the Guardian's GitHub organisation, as well as an optional summary of the user's Trello boards and cards." readme = "README.md" keywords = [ "guardian", "cli-tool", "cli", "self-assessment", "github", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/guardian/self-assessment" [[bin]] name = "self-assessment" test = false bench = false [dependencies.anyhow] version = "1.0.66" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.colorsys] version = "0.6.5" [dependencies.handlebars] version = "4.2.1" [dependencies.markdown] version = "1.0.0-alpha.17" [dependencies.octocrab] version = "0.15.0" [dependencies.reqwest] version = "0.11.9" [dependencies.rust-ini] version = "0.17" [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.serde_json] version = "1.0.74" [dependencies.shellexpand] version = "2.1.0" [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.url] version = "2.2.2"