# 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 = "rj-init" version = "0.1.1" authors = ["Jeffrey McAteer "] description = "A Superpowered native launcher for Java desktop applications." license = "GPL-2.0" repository = "https://git-community.cs.odu.edu/jmcateer/rj-init" [lib] name = "rj_init" crate-type = ["rlib"] [[bin]] name = "rj-init" path = "src/main.rs" [dependencies.app_dirs] version = "1.2" [dependencies.flate2] version = "1.0.12" [dependencies.fs_extra] version = "1.1" [dependencies.j4rs] version = "0.10.0" [dependencies.java-locator] version = "0.1" [dependencies.reqwest] version = "0.9.22" features = ["rustls-tls"] default-features = false [dependencies.tar] version = "0.4.26" [dependencies.tempdir] version = "0.3.7" [dependencies.url] version = "2.1.0" [dependencies.zip] version = "0.5"