# 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 = "2018" rust-version = "1.62.1" name = "jdkman" version = "0.5.3" authors = ["Paul Horn "] description = "Personalised sdkman frontend specialized for Java" homepage = "https://github.com/knutwalker/jdkman" readme = "README.md" keywords = [ "sdkman", "jdk", "java", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/knutwalker/jdkman" resolver = "2" [profile.dist] debug = true split-debuginfo = "packed" inherits = "release" [profile.release] opt-level = 2 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = true [dependencies.bstr] version = "1.2.0" features = ["std"] default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.clicolors-control] version = "1.0.1" [dependencies.console] version = "0.15.5" default-features = false [dependencies.lenient_semver_parser] version = "0.4.2" features = ["partial"] default-features = false [dependencies.libc] version = "0.2.139" [dependencies.once_cell] version = "1.17.0" [dependencies.pico-args] version = "0.5.0" features = [ "short-space-opt", "combined-flags", "eq-separator", ] [dependencies.reqwest] version = "0.11.14" features = [ "deflate", "gzip", "blocking", ]