ateam 1.0.13

The tool that helps optimize the code review process.
Documentation
# 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.13"
authors = ["Andrea Frigido"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
repository = "https://github.com/frisoft/ateam"

[lib]
name = "ateam"
path = "src/lib.rs"

[[bin]]
name = "ateam"
path = "src/bin.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]
default-features = false

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.comfy-table]
version = "7"

[dependencies.dotenvy]
version = "0.15"

[dependencies.env_logger]
version = "0.11"

[dependencies.envy]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.graphql_client]
version = "0.16"

[dependencies.itertools]
version = "0.14"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
]
default-features = false

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.terminal_size]
version = "0.4"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[profile.dev]
split-debuginfo = "unpacked"
incremental = true

[profile.dist]
debug = 2
split-debuginfo = "packed"
inherits = "release"