bitbucket-cli 0.3.0

A powerful command-line interface for Bitbucket Cloud - manage repos, PRs, issues, and pipelines from your terminal with OAuth 2.0
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

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

[dependencies.colored]
version = "3"

[dependencies.crossterm]
version = "0.29"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "6"

[dependencies.indicatif]
version = "0.17"

[dependencies.keyring]
version = "3"

[dependencies.oauth2]
version = "5"

[dependencies.open]
version = "5"

[dependencies.ratatui]
version = "0.29"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.17"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.8"

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

[package]
authors = ["Pegasus Heavy Industries"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A powerful command-line interface for Bitbucket Cloud - manage repos, PRs, issues, and pipelines from your terminal with OAuth 2.0"
documentation = "https://pegasusheavy.github.io/bitbucket-cli/"
edition = "2024"
exclude = ["docs/", ".github/", "*.md", "!README.md"]
homepage = "https://github.com/pegasusheavy/bitbucket-cli"
keywords = ["bitbucket", "cli", "git", "devtools", "tui"]
license = "MIT"
name = "bitbucket-cli"
readme = "README.md"
repository = "https://github.com/pegasusheavy/bitbucket-cli"
rust-version = "1.85"
version = "0.3.0"

[package.metadata.deb]
assets = [["target/release/bitbucket", "usr/bin/", "755"], ["README.md", "usr/share/doc/bitbucket-cli/", "644"], ["LICENSE", "usr/share/doc/bitbucket-cli/", "644"]]
copyright = "2025, Pegasus Heavy Industries <contact@pegasusheavy.com>"
depends = "$auto, libdbus-1-3"
extended-description = "A powerful command-line interface for Bitbucket Cloud. Manage repositories, pull requests, issues, and pipelines directly from your terminal with both CLI and TUI modes."
license-file = ["LICENSE", "4"]
maintainer = "Pegasus Heavy Industries"
priority = "optional"
section = "utils"

[[package.metadata.generate-rpm.assets]]
dest = "/usr/bin/bitbucket"
mode = "755"
source = "target/release/bitbucket"

[[package.metadata.generate-rpm.assets]]
dest = "/usr/share/doc/bitbucket-cli/README.md"
mode = "644"
source = "README.md"

[[package.metadata.generate-rpm.assets]]
dest = "/usr/share/doc/bitbucket-cli/LICENSE"
mode = "644"
source = "LICENSE"

[package.metadata.generate-rpm.requires]
dbus-libs = "*"

[profile.bench]
codegen-units = 1
lto = true

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
strip = true