depup 0.0.2

A tool for updating your dependencies.
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 = "depup"
version = "0.0.2"
authors = ["Zander Lewis <zander@zanderlewis.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for updating your dependencies."
readme = "README.md"
license = "MIT"
repository = "https://github.com/zanderlewis/depup"

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

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

[[test]]
name = "cli_test"
path = "tests/cli_test.rs"

[[test]]
name = "utils_test"
path = "tests/utils_test.rs"

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

[dependencies.colored]
version = "^3.0.0"

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

[dependencies.serde_json]
version = "^1.0.107"

[dependencies.toml_edit]
version = "^0.22.26"

[dev-dependencies.assert_cmd]
version = "2.0.12"

[dev-dependencies.predicates]
version = "^3.0.4"

[dev-dependencies.tempfile]
version = "^3.8.1"