# 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 = "jdks" version = "0.1.4" authors = ["XS "] description = "This is a JDK package management tool, based on Rust." homepage = "https://github.com/tonycody/jdks" documentation = "https://docs.rs/jdks" readme = "README.md" keywords = [ "cli", "jdk", "openjdk", "java", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/tonycody/jdks" [dependencies.assert_cmd] version = "2.0.14" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.directories] version = "5.0.1" [dependencies.dirs] version = "5.0.1" [dependencies.exitcode] version = "1.1.2" [dependencies.fs_extra] version = "1.3.0" [dependencies.predicates] version = "3.1.0" [dependencies.proc-macro2] version = "1.0.78" [dependencies.serial_test] version = "3.0.0" [dependencies.symlink] version = "0.1.0" [dependencies.tempfile] version = "3.10.0" [dependencies.textwrap] version = "0.16.0"