pycu 1.1.2

Check your Python dependencies for newer versions on PyPI
# 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 = "pycu"
version = "1.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Check your Python dependencies for newer versions on PyPI"
homepage = "https://github.com/Logic-py/python-check-updates"
documentation = "https://docs.rs/pycu"
readme = "README.md"
keywords = [
    "python",
    "dependencies",
    "pypi",
    "update",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Logic-py/python-check-updates"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dirs]
version = "6"

[dependencies.flate2]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.owo-colors]
version = "4"

[dependencies.pep440_rs]
version = "0"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

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

[dependencies.toml]
version = "1"

[dependencies.zip]
version = "8.2.0"
features = ["deflate"]
default-features = false

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.wiremock]
version = "0.6"