# 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 = "github-analytics" version = "0.1.0" description = "This small tool will report/save the PRs and issues opened on the StarkWare exploration team's repos" license = "MIT" repository = "https://github.com/keep-starknet-strange/heimdall/" resolver = "1" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.eyre] version = "0.6.8" [dependencies.influxdb] version = "0.5.2" features = ["derive"] [dependencies.reqwest] version = "0.11.4" features = ["json"] [dependencies.serde_json] version = "1.0.91" [dependencies.text-tables] version = "0.3.1" [dependencies.tokio] version = "1.24.1" features = ["full"]