# 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 = "devops-metrics-tools" version = "0.0.11" description = "A collection of tools for collecting and reporting on DevOps metrics" readme = "README.md" license = "MIT" repository = "https://github.com/shwld/devops-metrics-tools" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.71" [dependencies.async-std] version = "1.12.0" [dependencies.async-trait] version = "0.1.68" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.confy] version = "0.5.1" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.http-cache-reqwest] version = "0.9.0" [dependencies.inquire] version = "0.6.1" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.octocrab] version = "0.19.0" [dependencies.pin-project] version = "1.1.0" [dependencies.regex] version = "1.8.1" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.reqwest-middleware] version = "0.2.1" [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.wildmatch] version = "2.1.1" [dev-dependencies.dhat] version = "0.3.2" [dev-dependencies.insta] version = "1.29.0"