bitbucket-cli 0.3.10

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

[package.metadata.deb]
maintainer = "Pegasus Heavy Industries"
copyright = "2025, Pegasus Heavy Industries <contact@pegasusheavy.com>"
license-file = [
    "LICENSE",
    "4",
]
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."
depends = "$auto, libdbus-1-3"
section = "utils"
priority = "optional"
assets = [
    [
    "target/release/bitbucket",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/bitbucket-cli/",
    "644",
],
    [
    "LICENSE",
    "usr/share/doc/bitbucket-cli/",
    "644",
],
]

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

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

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

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

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

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

[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]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.17"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2"

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

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

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