# 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 = "mlvm" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple, easy to use multiple language version manager" readme = "README.md" keywords = [ "mvm", "version-manager", "cli", "development-tools", "developer-utility", ] license-file = "LICENSE" repository = "https://github.com/shubhexists/mvm" [[bin]] name = "mlvm" path = "src/main.rs" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "4.0" [dependencies.flate2] version = "1.0" [dependencies.indicatif] version = "0.17" [dependencies.os_info] version = "3.0" [dependencies.regex] version = "1.5" [dependencies.symlink] version = "0.1.0" [dependencies.tar] version = "0.4" [dependencies.ureq] version = "2.8" [dependencies.xz2] version = "0.1.6"