allcleaner 0.1.0

One-command updater for Linux, Flutter, and Rust — updates your system and cleans project caches in parallel
# 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 = "allcleaner"
version = "0.1.0"
authors = ["Modeck Rus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One-command updater for Linux, Flutter, and Rust — updates your system and cleans project caches in parallel"
homepage = "https://github.com/modeckrus/allcleaner"
documentation = "https://docs.rs/allcleaner"
readme = "README.md"
keywords = [
    "flutter",
    "rust",
    "update",
    "clean",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/modeckrus/allcleaner"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.{ archive-format }"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]