repotablo 0.1.0

Rank repositories, fast!
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"
name = "repotablo"
version = "0.1.0"
authors = ["azzamsa <me@azzamsa.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rank repositories, fast!"
readme = "README.md"
keywords = [
    "stargazers",
    "github",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://github.com/azzamsa/repotablo"

[package.metadata.release]
sign-commit = true
sign-tag = true
tag-message = "v{{version}}"
pre-release-commit-message = "v{{version}}"
pre-release-hook = [
    "just",
    "_release-prepare",
    "{{version}}",
]

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

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

[dependencies.arboard]
version = "3"

[dependencies.chrono]
version = "0.4.43"

[dependencies.chrono-humanize]
version = "0.2.3"

[dependencies.clap]
version = "4.5.60"
features = [
    "suggestions",
    "color",
    "cargo",
    "derive",
    "env",
]

[dependencies.crossterm]
version = "0.29.0"

[dependencies.futures]
version = "0.3"

[dependencies.miette]
version = "7.6"
features = ["fancy"]

[dependencies.octocrab]
version = "0.49"

[dependencies.open]
version = "5"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12.28"
features = ["rustls-tls"]

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

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0.18"

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