upd 0.0.21

A fast dependency updater for Python, Node.js, Rust, Go, and GitHub Actions projects
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.91.1"
name = "upd"
version = "0.0.21"
authors = ["Ruben Jongejan <ruben.jongejan@gmail.com>"]
build = false
exclude = [
    ".github/*",
    ".gitignore",
    "scripts/*",
    "target/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast dependency updater for Python, Node.js, Rust, Go, and GitHub Actions projects"
homepage = "https://github.com/rvben/upd"
documentation = "https://github.com/rvben/upd#readme"
readme = "README.md"
keywords = [
    "dependencies",
    "update",
    "python",
    "nodejs",
    "rust",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/rvben/upd"

[lib]
name = "upd"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-trait]
version = "0.1.89"

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

[dependencies.colored]
version = "3.0.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.ignore]
version = "0.4.25"

[dependencies.pep440_rs]
version = "0.7.3"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.12.25"
features = [
    "json",
    "gzip",
    "rustls-tls",
]
default-features = false

[dependencies.semver]
version = "1.0.27"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.23.9"

[dependencies.url]
version = "2.5"

[dev-dependencies.serial_test]
version = "3.2"

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

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

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