wanted 0.1.0

A plugin-driven installer for development tools: a tool ships as a plain TOML manifest declaring how to get it, where to install it, and what environment variables to set.
# 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 = "wanted"
version = "0.1.0"
build = "build.rs"
exclude = ["registry/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A plugin-driven installer for development tools: a tool ships as a plain TOML manifest declaring how to get it, where to install it, and what environment variables to set."
homepage = "https://github.com/YWZYXSoCool/wanted"
readme = "README.md"
keywords = [
    "installer",
    "dev-tools",
    "tui",
    "plugin",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/YWZYXSoCool/wanted.git"

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

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

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

[dependencies.ctrlc]
version = "3"

[dependencies.flate2]
version = "1"

[dependencies.indicatif]
version = "0.18"

[dependencies.schemars]
version = "1"
features = ["derive"]
default-features = false

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "2"

[dependencies.xz2]
version = "0.1"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

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

[build-dependencies.schemars]
version = "1"
features = ["derive"]
default-features = false

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

[build-dependencies.serde_json]
version = "1"

[target."cfg(windows)".dependencies.winreg]
version = "0.55"
features = ["serialization-serde"]