# 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 = "jvr" version = "0.1.1" authors = ["photowey "] description = """ A simple and easy-to-use Java version manager(registry: jvr), similar to Node.js's nvm,but it does not follow nvm's naming convention. Otherwise, it would benamed 'jvm', which could cause command conflicts or ambiguity. """ homepage = "https://github.com/photowey/jvr" documentation = "https://docs.rs/jvr" readme = "README.md" keywords = [ "cli", "tool", "binary", "JDK", "version", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/photowey/jvr" [[bin]] name = "jvr" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.prettytable] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.winreg] version = "0.52"