nixpkgs-track 0.6.0

Track where Nixpkgs pull requests have reached.
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 = "nixpkgs-track"
version = "0.6.0"
authors = ["uncenter <uncenter@uncenter.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Track where Nixpkgs pull requests have reached."
homepage = "https://github.com/uncenter/nixpkgs-track/tree/main/crates/nixpkgs-track"
readme = "README.md"
keywords = ["cli"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/uncenter/nixpkgs-track"

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

[[bin]]
name = "nixpkgs-track"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.39"

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

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.env_logger]
version = "0.11.6"

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

[dependencies.nixpkgs-track_lib]
version = "0.5.0"
features = ["miette"]

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.12"
features = ["json"]

[dependencies.serde]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.135"

[dependencies.thiserror]
version = "2.0.11"

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

[dependencies.user_dirs]
version = "0.2.0"

[dependencies.yansi]
version = "1.0.1"
features = ["hyperlink"]

[lints.clippy]
missing_errors_doc = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1