sasurahime 0.1.14

macOS developer cache cleaner — scan and wipe stale caches from 40+ tools
# 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 = "2021"
name = "sasurahime"
version = "0.1.14"
authors = ["ARAKI Yasuhiro <iron@araki.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macOS developer cache cleaner — scan and wipe stale caches from 40+ tools"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/armaniacs/sasurahime"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.comfy-table]
version = "7"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "6"

[dependencies.indicatif]
version = "0.18"

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

[dependencies.toml]
version = "1.1"

[dependencies.trash]
version = "5"

[dependencies.wait-timeout]
version = "0.2"

[dependencies.walkdir]
version = "2"

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

[dev-dependencies.filetime]
version = "0.2"

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true