unin-bin 0.1.2

A universal installer for many languages so you don't have to remember any command
Documentation
# 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 = "unin-bin"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A universal installer for many languages so you don't have to remember any command"
readme = "README.md"
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/notchapplez/unin.rs"

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

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

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

[dependencies.colored]
version = "3.1.1"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.libc]
version = "0.2.184"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.path-absolutize]
version = "3.1.1"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"
features = ["default"]

[dependencies.time]
version = "0.3.47"
features = [
    "parsing",
    "macros",
    "formatting",
]