ohno-helper 1.1.2

A utility program to find out which packages were updated in the Arch repositories, and when
# 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 = "ohno-helper"
version = "1.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility program to find out which packages were updated in the Arch repositories, and when"
readme = "README.md"
keywords = [
    "Arch",
    "Linux",
    "Repository",
    "Package",
]
license = "AGPL-3.0-or-later"
repository = "https://gitlab.com/purring-online/ohno"

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

[dependencies.clap]
version = "4.5.*"
features = ["derive"]

[dependencies.diesel]
version = "2.3.*"
features = [
    "sqlite",
    "returning_clauses_for_sqlite_3_35",
]

[dependencies.flate2]
version = "1.1.*"

[dependencies.log]
version = "0.4.*"

[dependencies.reqwest]
version = "0.13.*"
features = ["blocking"]

[dependencies.simple_logger]
version = "5.1.*"

[dependencies.tar]
version = "0.4.*"

[dependencies.time]
version = "0.3.*"
features = ["formatting"]

[dependencies.whoami]
version = "2.*"