# 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 = "jara" version = "0.1.3" authors = ["EvanLuo42 "] description = "A Java Runtime Manager." homepage = "https://github.com/EvanLuo42/jara" readme = "README.md" keywords = [ "java", "manager", "cli", "clap", "tokio", ] categories = [ "command-line-interface", "development-tools", ] license = "MIT" repository = "https://github.com/EvanLuo42/jara" [profile.release] lto = true [dependencies.clap] version = "4.4.11" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.1.0" [dependencies.reqwest] version = "0.12.2" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.simple-home-dir] version = "0.3.2" [dependencies.tokio] version = "1" features = [ "fs", "net", "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8.12"