prlens 0.1.1

One queue for all your PRs — aggregates GitHub and Bitbucket review requests into a single interactive view
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 = "prlens"
version = "0.1.1"
build = false
exclude = [
    ".planning/**",
    ".claude/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One queue for all your PRs — aggregates GitHub and Bitbucket review requests into a single interactive view"
homepage = "https://github.com/W3D3/prlens"
readme = "README.md"
keywords = [
    "github",
    "bitbucket",
    "pull-request",
    "cli",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/W3D3/prlens"

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

[[bin]]
name = "prlens"
path = "src/main.rs"

[[test]]
name = "bitbucket_provider_integration"
path = "tests/bitbucket_provider_integration.rs"

[[test]]
name = "github_provider_integration"
path = "tests/github_provider_integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.octocrab]
version = "0.51.0"

[dependencies.open]
version = "5.3.5"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.rustls]
version = "0.23"
features = ["aws-lc-rs"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.mockall]
version = "0.14.0"

[dev-dependencies.wiremock]
version = "0.6.5"