wanderlust 0.1.0

A powerful Windows PATH cleaner and healer. Automatically discovers tools, removes duplicates, and ensures system stability.
# 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 = "wanderlust"
version = "0.1.0"
authors = ["Michael <michaelallenkuykendall@gmail.com>"]
build = "build.rs"
exclude = [
    "assets/*",
    ".vscode/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A powerful Windows PATH cleaner and healer. Automatically discovers tools, removes duplicates, and ensures system stability."
readme = "README.md"
keywords = [
    "windows",
    "path",
    "env",
    "registry",
    "cleaner",
]
categories = [
    "command-line-utilities",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/michaellatman/wanderlust"

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.log]
version = "0.4.29"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.simplelog]
version = "0.12.2"

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

[dependencies.walkdir]
version = "2.5.0"

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_System_Registry",
    "Win32_UI_WindowsAndMessaging",
    "Win32_System_Threading",
    "Win32_Security",
    "Win32_UI_Shell",
]

[dependencies.windows-registry]
version = "0.6.1"

[dependencies.windows-service]
version = "0.8.0"

[build-dependencies.embed-resource]
version = "3.0.6"