unin-bin 0.1.3

A universal installer for many languages so you don't have to remember any commands
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.3"
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 commands"
readme = "README.md"
license = "MIT"
repository = "https://github.com/notchapplez/unin"

[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.duct]
version = "1.1.1"

[dependencies.libc]
version = "0.2.184"

[dependencies.num_cpus]
version = "1.17.0"

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

[dependencies.rand]
version = "0.10.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.terminal_size]
version = "0.4.4"

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

[dependencies.unicode-segmentation]
version = "1.13.2"

[dependencies.unicode-truncate]
version = "2.0.1"