# 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 = "gid_cli" version = "0.2.1" description = "Help project managers and project owners with easy-to-understand views of github issue dependencies." readme = "README.md" keywords = ["cli", "gid", "github", "project-management", "mermaid"] categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/k-nasa/gid" resolver = "2" [[bin]] name = "gid" path = "src/main.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.async-recursion] version = "1.0.0" [dependencies.clap] version = "3.1.12" features = ["derive"] [dependencies.graphql_client] version = "0.10.0" [dependencies.reqwest] version = "^0.11" features = ["json", "blocking"] [dependencies.serde] version = "^1.0" [dependencies.tokio] version = "1.18.0" features = ["full"]