# 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 = "ateam" version = "1.0.9" authors = ["Andrea Frigido"] description = "The tool that helps optimize the code review process." documentation = "https://github.com/frisoft/ateam" readme = "README.md" keywords = [ "cli", "github", "code-review", "pull-request", "command-line", ] license = "MIT" [profile.dev] split-debuginfo = "unpacked" incremental = true [profile.dist] debug = 2 split-debuginfo = "packed" inherits = "release" [lib] name = "ateam" path = "src/lib.rs" [[bin]] name = "ateam" path = "src/bin.rs" [dependencies.anyhow] version = "^1.0.65" [dependencies.chrono] version = "^0.4" features = [ "clock", "serde", ] default-features = false [dependencies.clap] version = "^4.0" features = ["derive"] [dependencies.comfy-table] version = "^7.0" [dependencies.dotenvy] version = "^0.15" [dependencies.env_logger] version = "^0.10" [dependencies.envy] version = "^0.4" [dependencies.futures] version = "^0.3" [dependencies.graphql_client] version = "^0.14" [dependencies.itertools] version = "^0.12" [dependencies.log] version = "^0.4" [dependencies.regex] version = "^1.5" [dependencies.reqwest] version = "^0.11" features = ["json"] [dependencies.serde] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.terminal_size] version = "^0.3" [dependencies.tokio] version = "^1.21" features = ["full"]