# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "jvc" version = "0.1.18" authors = ["Stanciu Neculai "] exclude = [".ci", ".github", "target"] description = "A simple tool that help with java versions." readme = "README.md" keywords = ["jvc", "java", "versions", "adoptopenjdk", "zulu"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/neculai-stanciu/jvc" [profile.dev] opt-level = 0 lto = false debug = true debug-assertions = true rpath = false overflow-checks = true incremental = true [profile.release] lto = true codegen-units = 1 [profile.release.build-override] opt-level = 0 [[bin]] name = "jvc" path = "src/main.rs" [[bin]] name = "jvc-init" path = "src/jvc-init.rs" [dependencies.anyhow] version = "1.0.38" [dependencies.async-trait] version = "0.1.42" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "3.0.1" [dependencies.env_logger] version = "0.8.2" [dependencies.flate2] version = "1.0.14" [dependencies.indicatif] version = "0.15.0" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.62" [dependencies.structopt] version = "0.3.21" [dependencies.symlink] version = "0.1.0" [dependencies.tar] version = "0.4.32" [dependencies.tempdir] version = "0.3.7" [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1.2.0" features = ["macros", "rt", "net", "io-util", "fs"] [dependencies.zip] version = "0.5.9" [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy"] default-features = false [target."cfg(windows)".dependencies.csv] version = "1.1.5" [target."cfg(windows)".dependencies.winreg] version = "0.8.0"