# 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 = "javalocate" version = "0.7.1" description = "Command line utility to find JVM versions on macOS, Linux and Windows" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dameikle/javalocate" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.confy] version = "0.4.0" [dependencies.exitcode] version = "1.1.2" [dependencies.java-properties] version = "2.0.0" [dependencies.plist] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(target_os = \"windows\")".dependencies.winreg] version = "0.52.0"