upsft 0.0.1

A simple CLI tool to update multiple dependencies
# 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 = "upsft"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple CLI tool to update multiple dependencies"
readme = "README.md"
license = "MIT"
repository = "https://github.com/devharshthakur/upsft"

[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"

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

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

[dependencies.cliclack]
version = "0.5.4"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.2"

[dependencies.tracing]
version = "0.1.44"
features = ["log"]

[lints.rust]
dead_code = "allow"
unused_variables = "allow"